Abe Jellinek
6ebb15778b
fx115: Fix Scaffold richlistboxes and load dialog sizing ( #3968 )
2024-04-11 22:53:59 -04:00
Tom Najdek
14586d72b0
Use theme colors in debug viewer
2024-04-11 20:08:10 +02:00
Adomas Venčkauskas
5681954f39
Fix bad basicViewer toolbar styling on Linux
2024-04-11 17:10:33 +03:00
Dan Stillman
b44757ad3c
CI: Re-enable retractions tests
...
See #3962
2024-04-11 06:09:12 -04:00
Dan Stillman
80357b1938
CI: Proper disabling of BlockingObserver for #3962
2024-04-11 06:08:02 -04:00
Dan Stillman
bef389e110
CI: Temporarily disable BlockingObserver test due to #3962
2024-04-11 05:58:51 -04:00
Dan Stillman
df3b9fa425
CI: Temporarily disable BlockingObserver to fix HTTP request failures
2024-04-11 05:30:01 -04:00
Adomas Venčkauskas
70d999291b
Fix Dictionary window missing a scrollbar. Closes #3960
2024-04-11 10:53:54 +03:00
Abe Jellinek
398454f85b
zotero://open handler: Decode CFI and selector ( #3955 )
2024-04-10 19:54:04 -04:00
Tom Najdek
878fc20cec
fx115: Migrate or remove -moz-box-flex
which is no longer recognized
...
* feed settings: part of the grid, not needed
* progress queue: migrated to flex
* tab-bar-container: already fixed in scss
* zotero-lookup-multiline-progress: migrated to flex
* zotero-lookup-textbox: removed, does nothing
* #zotero-prefpane-advanced #data-dir-path: migrated to flex
* #zotero-prefpane-sync: migrated to flex on #storage-url, removed from #storage-password to fix layout
* .search-condition: migrated to flex
* updates.css: migrated to flex
2024-04-10 17:32:04 +02:00
Dan Stillman
7f492529a8
Fix Python warning in merge_mozilla_files
2024-04-10 07:33:46 -04:00
Dan Stillman
d21fc40115
Update Mozilla strings for fx115
...
(Or technically 125, but I don't think any strings we need were
removed)
This fixes the Edit and Window menu (except for some macOS Window
strings that seem to come from the system) in non-English locales.
2024-04-10 07:33:40 -04:00
Dan Stillman
914a8d8956
fx-compat: Fix width of read-only data directory field in Advanced prefs
2024-04-10 07:17:21 -04:00
Dan Stillman
02a48c5a84
Add test for importing BibTeX from the clipboard
2024-04-10 07:13:47 -04:00
Martynas Bagdonas
1951c95e6b
Wait until annotation saving is finished before triggering another save
2024-04-10 11:38:28 +01:00
Tom Najdek
fcc366abe2
Fix narrow input fields in "Attach link to URI" dialog
2024-04-10 11:51:09 +02:00
Adomas Venčkauskas
61db9ff0cc
Advanced search: do not run search on adding condition
...
https://forums.zotero.org/discussion/113522/zotero-7-beta-unresponsive-during-advanced-search
2024-04-10 12:29:29 +03:00
Adomas Venčkauskas
1811c77f85
Advanced search: Fix window size issues
...
- Set minimum dimensions
- Make sure adding/removing conditions only resizes the window
by the appropriate vertical amount
https://forums.zotero.org/discussion/113523/zotero-7-beta-advanced-search-window-resized-when-pressing
2024-04-10 12:29:25 +03:00
Adomas Venčkauskas
b17d1429bf
Add missing semicolon in scss that breaks css generation
2024-04-10 10:31:34 +03:00
Dan Stillman
128a540af6
Fix plugin updating
...
Fixes #3942
2024-04-09 19:02:27 -04:00
Dan Stillman
0da1702589
Revert "fx115: fix element width/height persist ( #3944 )"
...
This reverts commit ecea550a37
.
It seems to be causing various UI issues, including the items list
sliding under the item pane when the collections pane is expanded
(though I can no longer reproduce that).
2024-04-09 18:22:52 -04:00
Martynas Bagdonas
81eb0b51bc
Fix incorrect flex value that prevents showing reader content in window
2024-04-09 23:15:23 +01:00
windingwind
ecea550a37
fx115: fix element width/height persist ( #3944 )
2024-04-09 18:00:40 -04:00
windingwind
49923780ca
fx115: replace text/unicode with text/plain in clipboard code ( #3945 )
2024-04-09 17:47:40 -04:00
windingwind
8b37a9889a
Hide item notes in reader
...
fix : #3941
2024-04-09 20:36:28 +08:00
Adomas Venčkauskas
03d0ea4366
Update Word for Windows submodule
2024-04-09 10:19:48 +03:00
Dan Stillman
d654daae28
Add try/catch when loading plugin bootstrap.js
2024-04-08 23:17:25 -04:00
Dan Stillman
56c3635214
Merge new English strings
2024-04-08 18:18:28 -04:00
Dan Stillman
591132a2d9
Add brand.ftl to update wizard
2024-04-08 05:23:41 -04:00
Dan Stillman
db19e52547
Use user-provided codesign
script for Windows signing
...
The `app/win/codesign` script should take a path to a file and a
description (`/d` parameter to `signtool.exe`) and sign the file using
whatever process the certificate authority requires.
2024-04-08 10:12:58 +01:00
Dan Stillman
38dc364f57
CI: Temporarily disable retractions tests due to failure in fx115
2024-04-08 03:11:23 -04:00
Dan Stillman
b443508b2f
Update Mocha
2024-04-08 03:09:46 -04:00
Tom Najdek
91cd9814e1
Improve error message in the Mendeley importer ( #3900 )
2024-04-08 01:46:59 -04:00
abaevbog
66fa9fdc51
do not trigger event causing autocomplete error ( #3925 )
...
DOMInputPasswordAdded event is triggered on autocomplete
submission which causes an error in LoginManager.
The error gets logged in the console, though the autocomplete does
work. This just removes the event from ActorManagerParent.
Fixes : #3883
2024-04-08 01:45:00 -04:00
windingwind
86bb8f06cb
Fix richlistitem cut-off with double-byte characters ( #3931 )
2024-04-08 01:38:38 -04:00
windingwind
8b30f08db8
Update warning of ItemPaneSectionElementBase
...
fix : #3905
2024-04-07 23:21:34 +08:00
Dan Stillman
13754fe32c
Stop copying vcruntime140_1.dll in x64 build
...
Now bundled with Firefox in 115
2024-04-06 16:16:05 -04:00
Dan Stillman
b3d07a5ddf
Remove initPDFToolsPath()
call
2024-04-06 16:16:04 -04:00
Dan Stillman
a9e57541cf
Update update_exe to extract updater from Firefox ZIP as well
...
We don't have to actually update updater.exe.tar.xz every time we update
the launcher, but we might as well stage it from the same script.
2024-04-06 09:57:36 +01:00
Dan Stillman
bcf8d72b0b
Add Windows ARM build ( #3112 )
...
Unimplemented:
- ARM-native installer/uninstaller
Untested:
- Installer/uninstaller/updater
- Word integration DLL
Also updates the launcher and updater to 115.9.0esr for x64. win32 stays
on 115.4.0esr for the launcher and 102.11.0esr for the updater because I
can no longer build it.
2024-04-06 04:54:07 -04:00
Dan Stillman
78c0a3d050
Remove Zotero.platform
and Zotero.oscpu
and add Zotero.arch
...
`Zotero.arch` == `aarch64`, `x86_64`, `x86`
2024-04-06 04:41:04 -04:00
Dan Stillman
20d6cde85f
Remove obsolete initPDFToolsPath()
in tests
2024-04-06 04:38:33 -04:00
Dan Stillman
c6256402e4
Fix logged error when changing data directory
2024-04-05 07:39:53 -04:00
Adomas Venčkauskas
1201cc5eb6
Add a comment about injected/overriden mozzila element styles
2024-04-05 14:20:53 +03:00
Adomas Venčkauskas
77f3be2bda
Fix titlebar button breakage on macOS ( 6f8a1095
)
2024-04-05 14:18:38 +03:00
Tom Najdek
b9de90c485
Mendeley importer: Sniff for mime-type if octet-stream
reported. #3454
2024-04-05 12:57:52 +02:00
windingwind
4d05367f1d
Fix progress window title bar on win and linux ( #3915 )
2024-04-05 06:41:33 -04:00
windingwind
808fe9b665
Fix ItemDetails notifier type key
2024-04-05 18:39:53 +08:00
Adomas Venčkauskas
6f8a109574
fx115: Fix menubar text colour and window control buttons on Linux
...
Window control buttons are a regression in c8d49e76
2024-04-05 13:30:24 +03:00
Tom Najdek
9e5831a0bf
Fix misaligned spinner and flickering button in sync pref pane. Fix #3923
...
Using timeout in credentialsChange caused button to become momentarily disabled
making it flicker. I've verified that the delay is no longer needed and that the
button becomes disabled when using backspace to clear the login/password input field.
2024-04-05 12:05:47 +02:00