Dan Stillman
fd232e8ac5
Update reader submodule and add new reader strings
2024-07-31 03:18:45 -04:00
Abe Jellinek
dd1601793c
Don't set default attachment title if not renaming file ( #4459 )
...
Except from Rename File from Parent Metadata.
2024-07-31 01:39:25 -04:00
windingwind
06f359df23
Fix merge window style ( #4430 )
2024-07-31 01:37:37 -04:00
windingwind
99a2b83cb6
Fix CR attachment box ( #4430 )
2024-07-31 01:37:31 -04:00
Abe Jellinek
15fa86410d
Update Advanced Search styles ( #4464 )
2024-07-31 01:35:48 -04:00
Abe Jellinek
fbcadd06ba
Update progress queue dialog styles ( #4464 )
2024-07-31 01:35:43 -04:00
Abe Jellinek
74b86a7033
Make macOS control normalization into a mixin ( #4464 )
...
And include in stylesheets that have been updated.
Have to make sure not to include this mixin in the global scope in
stylesheets that are themselves imported elsewhere (i.e., filename
begins with an underscore).
2024-07-31 01:35:31 -04:00
windingwind
c7757131a6
Fix Prefs window style on Windows ( #4465 )
2024-07-31 01:28:05 -04:00
windingwind
6530ccd101
Fix Zotero.Item.fileExists calling on unsaved item ( #4468 )
2024-07-31 01:19:31 -04:00
Tom Najdek
a538a5588e
Reset file renaming preference if input left empty ( #4462 )
2024-07-30 23:08:41 +02:00
Dan Stillman
1d5971c48f
Windows: Change Zotero version in "Add or remove programs" after update
...
Fixes #4454
2024-07-30 02:20:04 -04:00
Abe Jellinek
73a317b8d8
Add gap between file type checkboxes on macOS ( #4458 )
2024-07-30 01:29:12 -04:00
Abe Jellinek
c836fb3448
Move negative margin on checkboxes/radios ( #4458 )
...
Move it from the parent element (<checkbox>, <radio>) to the first child
(.checkbox-check, .radio-check). This way, margins set by classes like
.indented-pref don't negate our global styles.
2024-07-30 01:29:12 -04:00
Dan Stillman
fadcdcaef9
Use "Plugins" everywhere in Add-ons Manager
...
But we still need to switch to our own strings so they can be localized
Fixes #3354
2024-07-28 04:14:32 -04:00
Dan Stillman
80cc971251
Merge new English strings
2024-07-28 03:34:25 -04:00
Dan Stillman
ba7ab0c262
Update English strings for Transifex
2024-07-28 03:31:17 -04:00
Dan Stillman
8df6661f7e
Tweak RTF Scan intro text
2024-07-28 03:30:23 -04:00
Abe Jellinek
9d8845b961
Locate manager: Fix button spacing ( #3807 )
2024-07-28 03:26:39 -04:00
Abe Jellinek
1573d251e0
Advanced Search: Fix button spacing ( #3807 )
2024-07-28 03:26:36 -04:00
Abe Jellinek
9a2d6fd8c0
Preferences: Remove Reset button font-size override ( #3807 )
2024-07-28 03:26:34 -04:00
Abe Jellinek
10c3459a70
Preferences: Make macOS help button smaller ( #3807 )
2024-07-28 03:26:31 -04:00
Abe Jellinek
3d0014f258
Preferences: Fix styling a bit ( #3807 )
...
- Don't import global Zotero SCSS
- I think this was always a mistake - preferences have their own
root SCSS file (preferences.scss) and don't need zotero.scss
- Don't add margins on radio or button labels
- Like above - I don't think this was correct even before the latest
button style tweaks!
- Don't add global margins
- Otherwise we start an arms race with all the other elements in the
pane - anything without a margin-inline-start will look like it's
sticking out to the left. Apply specific margins instead.
2024-07-28 03:26:28 -04:00
Abe Jellinek
75cb9d44bd
Add global button/radio/checkbox styles ( #3807 )
2024-07-28 03:26:24 -04:00
Abe Jellinek
5f717d3bde
Show first-run banner on upgrade ( #3807 )
2024-07-28 03:26:12 -04:00
abaevbog
1cdb364361
Fix first row of itemTree not getting announced ( #4448 )
...
Tweak to the conditional to check if something is focused
via selection.count (instead of selection.focused which
defaults to 0 and fails on the first focused item).
Post: 40fd5efe05
.
Fixes : #4444
2024-07-28 02:59:01 -04:00
Tom Najdek
00ae8bb9b2
Add more features to the file renaming functionality ( #4424 )
...
* New `attachmentTitle` field, returns the title of the current attachment (or
the future title of the attachment being created)
* New function `match` to enable testing values with a regex.
* New function `start` to enable truncating from the beginning.
* Ignore new line characters in the template for easier editing.
* Avoid repeated characters when changing case (snake/dash)
* Increase the size of the template input field.
Closes #3252
2024-07-28 02:57:14 -04:00
Grace Dinh
29f4aece24
Add regex replace feature for file renaming ( #3562 )
2024-07-28 02:56:19 -04:00
Abe Jellinek
4187819cd1
File renaming: Match content type prefixes, add UI ( #4431 )
2024-07-27 03:01:43 -04:00
Abe Jellinek
4653059536
Select Items dialog: Change accept button label to Select ( #4441 )
2024-07-27 02:49:22 -04:00
abaevbog
8b67fbcdce
Select Items Dialog: restore tab order ( #4442 )
...
After redesign, tab order became: quickSearch -> itemTree ->
cancel and accept buttons -> collectionTree.
This restores original tab sequence: quickSearch -> collectionTree ->
itemsTree -> cancel and accept buttons.
2024-07-27 02:16:38 -04:00
Abe Jellinek
6a99fb673a
Remove now-unused string ( #4397 )
2024-07-27 02:11:58 -04:00
Abe Jellinek
629c5ecab2
Find Full Text: Support Atypon ( #4397 )
...
Don't remove all query strings when normalizing URLs - keep 'download'
so that Atypon PDFs/EPUBs resolve correctly.
2024-07-27 02:11:58 -04:00
Abe Jellinek
7020d60351
Generalize Find Available PDF -> Find Full Text ( #4397 )
2024-07-27 02:11:22 -04:00
Dan Stillman
297af9b409
Remove some additional Firefox modules and avoid logged errors
2024-07-27 02:10:20 -04:00
Dan Stillman
99df46cbbb
Better architecture reporting in error reports
2024-07-27 02:10:19 -04:00
Dan Stillman
a92521bd30
Identify Windows 11 as Windows 11
2024-07-27 02:10:19 -04:00
windingwind
8c5d4c7cd5
Add plugin blocking list ( #4438 )
2024-07-27 00:23:31 -04:00
Abe Jellinek
b71547469f
Select Items dialog: Use drawintitlebar, not chromemargin
...
Fixes missing window border/shadow and makes it possible to drag the
dialog on Windows.
Closes #4440
2024-07-26 11:44:28 -04:00
Dan Stillman
2917f41cb9
Update note-editor submodule
2024-07-26 04:28:48 -04:00
Abe Jellinek
7c7d8c1433
Implement Select Items dialog redesign ( #4406 )
2024-07-26 02:55:43 -04:00
Abe Jellinek
1463b58b5b
Preferences: Make _syncToPrefOnModify work like _syncFromPref
2024-07-25 12:57:43 -04:00
Abe Jellinek
dbc8b9bfed
Select Items dialog: Double-click to accept
...
Closes #4428
2024-07-25 10:13:21 -04:00
Dan Stillman
bf59645133
Update removed-files
for Win32 and Linux after #3133
2024-07-25 03:12:34 -04:00
Dan Stillman
8076c97900
Merge new English strings
2024-07-25 03:00:09 -04:00
Dan Stillman
2d8bcce314
Update reader submodule
2024-07-25 02:58:59 -04:00
Dan Stillman
9b38d3a02f
Don't touch precomplete or removed-files in build_autocomplete.sh
...
Follow-up to ef2cceba7
2024-07-25 02:58:19 -04:00
Dan Stillman
352647a068
Fix path to removed-files
on Linux
...
Follow-up to ef2cceba7
2024-07-25 06:29:27 +00:00
Dan Stillman
cf389ff20f
Update removed-files
for macOS after #3133
...
This is all the files removed since 5.0.
2024-07-25 02:13:52 -04:00
Dan Stillman
0f777efbf6
Don't bundle Safari extension test files
2024-07-25 02:13:22 -04:00
Dan Stillman
4bd46821de
Stop using deprecated argument syntax for macOS codesign
2024-07-25 02:13:22 -04:00