Commit graph

15007 commits

Author SHA1 Message Date
Dan Stillman
3fcdae8fa9 Update version 2024-10-01 02:05:15 -04:00
Dan Stillman
4434724278 Update English strings for Transifex 2024-10-01 01:59:33 -04:00
Abe Jellinek
5ff35c896c
View Online: Prioritize DOI over attachment URL (#4714)
And lint and remove no-op ifs.
2024-10-01 01:56:19 -04:00
abaevbog
a4225592a1
itembox: shift-enter adds new creator + bug fixes (#4567)
- shift enter on a creator row will add a new empty creator
row after focused row. If shift-Enter is on the last creator
before "More creators", all creators will be rendered.
- fixed encountered glitch where switching the mode of
creator would not always update the pref, so next time
a new creator row is added, it would not be of correct
mode.
- fixed encountered bug where a newly added creator row
could receive an index of an existing creator that is not rendered
( "More creators" label is displayed). In that case,
saving such creator would override an existing creator
and erasing that creator would remove invisible creators.
- added a few tests for these edge cases
- on shift-enter in unsaved creator row that only
has whitespace, do nothing, the focus will stay
in that row. It will be discarded if the focus leaves
it with nothing but whitespace.
- fix focus getting lost on shift-enter on an edited
creator field after adding just some whitespace.

Fixes: #4393
Fixes: #4710
2024-09-27 16:51:23 -04:00
windingwind
f7a56efacf
Unify message in the item details pane when trash contains collections or searches (#4696)
fix: #4688
2024-09-27 16:00:54 -04:00
abaevbog
3ffe736d99
Make "Get additional styles…" link in Style Manager keyboard accessible (#4709)
Fixes: #4707
2024-09-26 14:21:51 -04:00
Abe Jellinek
c59c8cbffe Use more reliable test for IOUtils.exists() error
Amendment to e35c220
2024-09-23 11:46:34 +01:00
Abe Jellinek
e35c220be4 Ignore IOUtils.exists() error when auto-relinking
Should fix #4701
2024-09-23 11:41:14 +01:00
windingwind
d4b2fbf33b
Add Title to attachment box (#4702)
resolve: #4692
2024-09-23 04:31:19 -04:00
Tom Najdek
b946946b00 Fix installer reboot loop on limited accounts on Windows (#4697) 2024-09-23 00:03:28 +02:00
Tom Najdek
acc727358b Revert "Windows installer: Add option to remove installdir when previous installation detected (#4564)" (#4697)
This reverts commit ca83e4303c.
2024-09-23 00:03:24 +02:00
Tom Najdek
7749302295 Revert "Tweak the uninstaller message (#4626)" (#4697)
This reverts commit c900eb7951.
2024-09-23 00:03:18 +02:00
Tom Najdek
1278445f5c Revert "Tweak the uninstaller message (uninstallation -> upgrade) (#4630)" (#4697)
This reverts commit e64ef5c781.
2024-09-23 00:02:59 +02:00
Dan Stillman
da10878f6f Fix syncing of searches in trash
https://forums.zotero.org/discussion/118049/recent-error-with-manually-triggered-sync
2024-09-20 22:48:38 +01:00
Adomas Venčkauskas
6e130a8649 Reduce min-height of classic citation and bibliography dialogs
Apparently some hidpi users don't even have 600px of vertical
resolution

https://forums.zotero.org/discussion/117926/la-page-dinsertion-de-citation-est-trop-grande-je-narrive-pas-a-cliquer-ok
2024-09-17 12:59:34 +03:00
Dan Stillman
9e5b9545e7 Update locales from Transifex 2024-09-16 12:00:55 +02:00
Dan Stillman
b4239fd4c9 Update English strings for Transifex 2024-09-15 23:21:49 +02:00
Dan Stillman
2ca1389b43 Adjustments to Mac Word installation banner (#4660)
- Use real buttons and other tweaks from design
- Use existing .properties string for "Don't Ask Again" for now
- Remove close button
- Update submodule for reminder after 24 hours instead of 7
2024-09-15 23:20:01 +02:00
Adomas Venčkauskas
564b1766aa Add a Mac Word plugin Sequoia permissions warning banner (#4660)
Also refactor some banner rules.
2024-09-15 23:19:47 +02:00
abaevbog
8fbed0b62b
qf: increase likeliness of dialog receiving focus (#4683)
Tweak to Zotero.Utilities.Internal.activate to make
it more likely that qf receives focus. Addresses
the issue of qf not becoming focusable after the
first opening in word and makes it clearer when the
dialog appears in google docs when the dialog cannot
be pulled to the foreground.

getAttention() will flash the icon in the app bar
if the window could not be pulled into foreground,
for example with google docs.

focus() will try to bring the window to the foreground,
which fixes the issue of qf not getting focused
with word on the first opening. Also, without it,
a call to getAttention() interferes with focus landing
on the dialog during subsequent opening in gdocs.
2024-09-13 09:11:32 +03:00
Dan Stillman
8de36726a0 Update version 2024-09-12 06:52:38 -04:00
abaevbog
74a89933dc
VPAT: minor settings tweaks (#4680)
* vpat: add more aria-labels to preferences btns

Per the VPAT review. "Add"/"Remove" instead of +/- as those
are not descriptive enough

* vpat: wrap radiogroup in a groupbox with label

That is so that the "Color scheme" label is not announced
as a description, which requires a specific setting
enabled in JAWS.

* vpat: link itemPaneHeader prefs labels to menus
2024-09-12 06:28:44 -04:00
abaevbog
82d50676d3
fix quicksearch phrase search not respecting scope (#4608)
Fixes: #4381
2024-09-12 06:27:29 -04:00
windingwind
78077fab9d
Fix main window layout and window resizing (#4676)
- Replace flex attribute with flex-shrink and flex-grow style
  to allow elements to be resized by splitter and window resizing.
- Set the max-width on collections pane to prevent it from pushing
  other panes outside window border
- Set the min-width on window according to the size of both library
   and reader tabs
- Use stacked layout when window width is small

fix: #4669
2024-09-12 06:26:31 -04:00
Adomas Venčkauskas
58d98af6c1 Fix citation dialog reference list not selecting with double header
We display "Loading Cited items" while fetching fields as an
additional header before "My Library". Navigating the item list before
this change while the double-headers were displayed did not work with
the keyboard
2024-09-12 13:22:33 +03:00
Adomas Venčkauskas
6504c95d24 Fix citation dialog not appearing until fields are fetched on macWord
Closes #4679
2024-09-12 13:22:33 +03:00
windingwind
01017e7d63
Fix prefs window style on MacOS (#4682)
Use MacOS menupopup style to prefs window
Move style mac/menupopup into mac/components
2024-09-12 05:13:19 -04:00
Adomas Venčkauskas
64bed48de4 Update connector_server code for updated translate module 2024-09-11 15:33:53 +03:00
Adomas Venčkauskas
7a0fb5d1f1 Update translate submodule 2024-09-11 15:25:21 +03:00
Dan Stillman
f95b40f05f Revert "Update translate submodule"
This reverts commit dcf6c14d66.

Test failure due to zotero/translate@8ad44f44c
2024-09-11 07:41:11 -04:00
Dan Stillman
dcf6c14d66 Update translate submodule 2024-09-11 07:19:15 -04:00
Dan Stillman
fe3fdac88e Quick fix for Localized string not available for general.warning
https://forums.zotero.org/discussion/117812/issue-with-installing-zotero-7

With Zotero data directory in cloud storage folder

Regression from af3602124
2024-09-11 07:10:56 -04:00
Dan Stillman
8e6c801127 Update version 2024-09-11 07:10:56 -04:00
Dan Stillman
95fa3cb199 Update styles and translators 2024-09-11 01:19:40 -04:00
Dan Stillman
b9bdc6618c Update locales from Transifex 2024-09-11 01:18:00 -04:00
Tom Najdek
5a3f2ddfa6
Check both HKLM and HKCU in UninstallOld (#4678) 2024-09-10 09:44:56 -04:00
Martynas Bagdonas
5695d08e7d Fix zotero://open-pdf navigating one page too far
Fixes https://forums.zotero.org/discussion/117752/inconsistent-page-numbering-in-zotero-7-url-links-compared-to-zotero-6
2024-09-10 14:06:09 +03:00
Dan Stillman
42219772a7 Reset ui.popup.disable_autohide
Some checks failed
CI / Build, Upload, Test (push) Has been cancelled
Closes #4674
2024-09-08 01:47:16 -04:00
Dan Stillman
5233e0f487 Update English strings for Transifex 2024-09-08 01:46:04 -04:00
Dan Stillman
aff5aef4c1 "Interface" → "Appearance and Language" in settings 2024-09-08 01:46:04 -04:00
windingwind
58f5e188e3 Fix viewing duplicate items does not change item pane splitter state 2024-09-07 11:28:50 +02:00
Dan Stillman
4c04dc583e Sign .jnilib within LibreOffice extension to fix macOS notarization
Some checks failed
CI / Build, Upload, Test (push) Has been cancelled
Apple's notarization service started rejecting the libjnidispatch.jnilib
file within a .jar within the .oxt for not being signed.
2024-09-05 09:13:20 -04:00
windingwind
6631e7c3e0
Fix padding on Close button in About window (#4667)
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
fix: #4663
2024-09-05 02:51:49 -04:00
Abe Jellinek
5bd5bfa343 Resolve XML entities in parsed strings (#4664)
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
2024-09-04 02:02:00 -04:00
Abe Jellinek
af3602124b Load DTD strings lazily (#4664) 2024-09-04 02:01:53 -04:00
Adomas Venčkauskas
dbeb1f167c Update LibreOffice submodule
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
2024-09-04 08:54:56 +03:00
Adomas Venčkauskas
974ac78618 Update LibreOffice submodule
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
2024-09-03 14:43:56 +03:00
Bogdan Abaev
8de5eb360d vpat 43: add label to scaffold translator output (#4018)
In a new scaffold.ftl file.

Vpat 43 also indicates that the read-only state of the text field
does not get announced - it is a VoiceOver-specific issue on
Firefox, so it is not addressed here as it should be fixed
globally.
2024-09-03 07:35:24 -04:00
Adomas Venčkauskas
989956f392 Update LibreOffice submodule 2024-09-03 14:01:53 +03:00
windingwind
1f8b480e70 Execute attachment box render sub-tasks concurrently
Some checks are pending
CI / Build, Upload, Test (push) Waiting to run
resolve: #4611
Try to avoid race condition in dense render calls.
We used to notify the preview to update
after all other renders are done,
which can cause unexpected race condition.
2024-09-03 01:42:29 -04:00