Abe Jellinek
0f447c87dc
Fix ZP View -> Reset Zoom
...
Fixes #3510
2023-11-30 15:58:52 -05:00
Dan Stillman
8a620c3a7c
Remove "Create Timeline" from Tools menu
...
Addresses #3463 and, well, fixes #3462
2023-11-30 06:52:18 -05:00
Dan Stillman
2f8e536f2b
Update translators
2023-11-30 02:50:17 -05:00
Dan Stillman
daa98de2cc
Update reader submodule
2023-11-30 02:49:37 -05:00
Dan Stillman
6254c3fbdd
Fix too-large and cut-off progress icon when setting up syncing
2023-11-30 02:48:08 -05:00
Dan Stillman
04b87e4db7
Fix NS_ERROR_MALFORMED_URI if WebDAV URL has leading or trailing space
2023-11-30 02:47:36 -05:00
Martynas Bagdonas
52c219c8b9
Switch to Library tab when dragging over EPUB or HTML files as well
2023-11-28 11:05:13 +00:00
Martynas Bagdonas
3eb1c3fb4f
Fix reader PDF view iframes not receiving mouseup event
2023-11-28 08:44:25 +00:00
Martynas Bagdonas
58c6bdf504
Fix overflowing context pane
...
Fixes #3491
2023-11-23 11:32:05 +00:00
abaevbog
436b19d64c
Fix inconsistent ESC behavior on text edit when reader is opened ( #3417 )
...
This is needed to let itemBox, tagBox, etc. to handle ESC
events to revent any edits made to textfields. Only applied
if the currently focused element is input or textarea.
Fixes : #3246
2023-11-21 07:42:33 -05:00
Adomas Venčkauskas
9d710ea135
Be less aggressive about sending Zotero to back after http integration commands
...
Report https://forums.zotero.org/discussion/109479/bug-after-adding-citation-main-window-is-hidden-76
2023-11-21 10:34:36 +02:00
Dan Stillman
7027c08f1a
Update locales from Transifex and merge new English strings
2023-11-18 04:08:07 -05:00
Dan Stillman
2c50749ab3
Add "GoogleDrive" as cloud storage path
2023-11-18 01:34:41 -05:00
Martynas Bagdonas
de9abdae39
Add localized string for black color
2023-11-17 18:33:41 +00:00
Martynas Bagdonas
6f6b4152f3
Update reader submodule
2023-11-17 18:31:58 +00:00
Martynas Bagdonas
94070e1b7c
Fix navigation to specific annotation when using zotero://open-pdf
...
Fixes #3487
2023-11-15 21:54:59 +00:00
abaevbog
7c5600913b
fix to collections highlight bugs ( #3412 )
...
1. Trigger ZoteroPane.handleBlur on focusout instead of blur
to remove highlight when itemTree entries loose focus
even if ctrl/alt is still being held.
2. Prevent default event on Alt click on linux to avoid moving
focus to menubar
3. Avoid re-triggering focus multiple times
when ctrl is being held on windows to prevent highlight from becoming
stuck and not going away.
Fixes: zotero#3410
2023-11-10 19:17:01 -05:00
Abe Jellinek
cdc59e6a29
Remove debug logging from search routine
...
Way too slow and noisy.
2023-11-10 16:40:12 -05:00
Abe Jellinek
835542bb6f
Preferences search: Match Fluent strings
2023-11-10 16:40:12 -05:00
Dan Stillman
feac973ec2
Update LibreOffice submodule
2023-11-10 16:33:49 -05:00
Dan Stillman
38081fa4b8
Fix files without extensions not opening in reader
...
Broken by 2b41b0127c
https://forums.zotero.org/discussion/109332/pdf-files-dont-show-after-update-zotero-7-beta
2023-11-10 16:30:42 -05:00
Dan Stillman
b6d8571860
Update Z.File.getSample() signature to match getBinaryContentsAsync()
...
Not updated with 2b41b0127c
2023-11-10 16:30:10 -05:00
Dan Stillman
f1373652e6
Fix file:// URI handling in getBinaryContentsAsync()
2023-11-10 15:58:53 -05:00
Dan Stillman
8239d04d5e
Update reader submodule
2023-11-09 04:03:08 -05:00
Adomas Venčkauskas
5efd181e5b
Fix Zotero 2.1 and earlier citation upgrade code
2023-11-08 09:53:39 +02:00
Martynas Bagdonas
1bb6722c4c
Update note-editor submodule
2023-11-06 11:05:39 +00:00
Dan Stillman
0cab24fb89
Update translators and styles
2023-11-02 17:51:30 -04:00
Dan Stillman
52a394374f
Update reader submodule
2023-11-02 17:50:58 -04:00
Dan Stillman
bf478392ce
Block most resource loading in reports
2023-11-02 17:50:16 -04:00
Dan Stillman
f1203f0fb3
Disable libvpx decoding/encoding
2023-11-02 17:50:16 -04:00
Dan Stillman
47e55286f7
Add Baidu Netdisk and MEGA to cloud-storage-folder checks
...
Closes #3465
2023-10-31 05:31:06 -04:00
Martynas Bagdonas
4266df4d3a
Propagate annotation deletion between reader instances of the same file
...
Fixes #3375
Fixes #3241
2023-10-27 18:28:43 +01:00
Dan Stillman
ec464a048a
Update reader, pdf-worker, and translators submodules
2023-10-27 03:22:55 -04:00
Adomas Venčkauskas
b71012689f
Updates translate submodule. Fixes #3182
2023-10-26 13:03:00 +03:00
Adomas Venčkauskas
fe752fd937
Adjust failing item tree tests for #3460
2023-10-24 14:34:57 +03:00
Adomas Venčkauskas
011dabd372
Fix corner case after #3460 . Closes #3461
2023-10-24 14:24:38 +03:00
Adomas Ven
3b9d0ac1bb
Allow the collection tree rows to have custom row heights ( #3460 )
...
- The underlying changes are in windowed-list, which the item tree and
all virtualized tables are based on, so if there are bugs they might
show up outside of the collection tree.
- The expensive operation is adding/removing rows, since row offsets
have to be recalculated (this includes collapsing/expanding rows).
- The cost on further drawing while scrolling is constant and shouldn't
affect performance much.
2023-10-24 03:56:07 -04:00
Dan Stillman
f012a348af
Update Word for Mac submodule
2023-10-23 05:40:57 -04:00
Dan Stillman
f94d6da876
Update reader submodule
2023-10-23 05:36:33 -04:00
Martynas Bagdonas
7e82cc5ffd
Fix recursion error when toggling/resizing sidebar in reader window
...
Fixes #3379
2023-10-19 18:15:51 +01:00
Martynas Bagdonas
c27bac2ad6
Update reader submodule
2023-10-13 12:59:30 +01:00
Dan Stillman
fc088bc1f3
Update utilities submodule
...
Includes https://github.com/zotero/utilities/pull/30
2023-10-06 06:58:50 -04:00
Dan Stillman
a1f6821fe1
Fix attachment-title renaming bug on Windows
...
https://forums.zotero.org/discussion/comment/444399/#Comment_444399
2023-10-06 04:56:19 -04:00
Dan Stillman
64a78412c9
Update reader and pdf-worker submodules
2023-10-03 23:34:14 -04:00
Adomas Venčkauskas
195ea69b19
Fix tiny Quick Format dialog before text entry. Closes #3443
2023-10-03 10:24:20 +03:00
Dan Stillman
5e634f57f0
Update Windows build to Firefox 102.15.1esr
2023-09-30 07:05:13 +01:00
Dan Stillman
03fcba3b71
Include Safari extension in test builds
2023-09-30 01:55:39 -04:00
Dan Stillman
f803c0cc4e
Update Mac build to 102.15.1esr
2023-09-29 18:20:46 -04:00
Dan Stillman
918b1645aa
Update Linux build to Firefox 102.15.1esr
2023-09-29 20:44:59 +00:00
Dan Stillman
e3c64fb047
Don't migrate prefs in new profile
2023-09-29 04:06:04 -04:00