abaevbog
70d52277b1
vpat 11: do not skip over disabled tags during arrow navigation ( #4051 )
2024-06-06 00:11:52 -04:00
abaevbog
c07a13fcfe
vpat 46: remaining aria-labels in preferences ( #4006 )
...
- Linked remaining found inputs/menulists to their labels.
- Made the "Choose resolver" a proper visible
label, so that it does not oddly disappear if you click
on the dropdown with "Custom" showing after even if the
selection did not change. For the purpose of VPAT, a
visible label is always good for success criteria 3.3.2
https://www.w3.org/WAI/WCAG21/Understanding/labels-or-instructions
- Added explicit names to +/- buttons
- aria-labelledBy for inputs surrounded by text
- fluent strings for resolver preferences
- remove openURL.version preference, hardcode "1.0"
2024-06-06 00:00:33 -04:00
Abe Jellinek
094b8157af
Libraries & Collections pane: Use properties instead of global state
2024-06-05 14:33:51 -04:00
Adomas Venčkauskas
1354371cc6
Update Word for Mac submodule
2024-06-05 17:35:53 +03:00
abaevbog
c9d60999d8
quickFormat guidance panel fixes ( #4193 )
...
- added 8px padding around text on linux. Mac and win already have some
padding around text through --panel-padding. Fixes: zotero#4187
- guidancePanel.js fetches text from .ftl file instead of zotero.properties
- added first-run-guidance-quickFormat to zotero.ftl with updated
text to better reflect current functionality. Fixes: zotero#4191
- removed unnecessary special treatment for qf guidance panel on mac
- moved guidance panel text for itemBox creator menu into zotero.ftl
---------
strings tweaked by @dstillman
2024-06-05 06:36:29 -04:00
Abe Jellinek
eca5f6bea1
zotero://select handler: Switch to library tab ( #4204 )
2024-06-05 00:52:03 -04:00
abaevbog
56980080ad
QuickFormat: adding multiple items with shift-arrow ( #3851 )
...
- multiple reference items can be selected with
shift-arrowUp/Down or Cmd/Ctrl-click and added as bubbles
via Enter or click on one of selected items
- Shift-click can be used to select the range of items
- if there is a retracted item among multiselected
that is not OK'd (cancel or view in library clicked),
no bubbles are added and the item is removed from
the multiselection
- added a red note to item's description indicating
if an item is retracted
2024-06-05 00:38:56 -04:00
Abe Jellinek
4d7c641f7b
Libraries & Collections: Make all collections clickable in context pane
...
Fixes #4201
2024-06-04 11:14:10 -04:00
Abe Jellinek
5539bd50ce
Remove redundant click handler code from FeedAbstract actor
...
Missed when committing 8eedfd4a14
.
2024-06-04 10:55:14 -04:00
Dan Stillman
94f061b0ec
Fix "Desktop file didn't specify Exec field" error on Ubuntu 24.04
...
Latest Debian/Ubuntu seems to require some extra escaping of backslashes
Fixes #4163
2024-06-04 06:51:25 -04:00
windingwind
a6076ce76c
Fix item pane header ( #4159 )
...
* Improve feed item pane header (fixes #4141 )
* Show item pane custom head when headerMode is none (fixes #4116 )
* fx115: Fix button style on windows (fixes #4120 )
* Move split-menu-button styles to SCSS
2024-06-04 02:14:20 -04:00
Abe Jellinek
845f11b1da
Remove nonfunctional style repo CSS modification code
2024-06-04 02:06:32 -04:00
Abe Jellinek
8eedfd4a14
basicViewer: Open links externally
2024-06-04 02:06:32 -04:00
Abe Jellinek
7eb4c1f6f6
Reports: Support dark mode ( #4198 )
2024-06-04 02:02:35 -04:00
windingwind
fab20327a5
Fix QF titlebar on wayland
2024-06-03 11:23:36 +03:00
Dan Stillman
191d112aad
Remove newline in attachment-info-convert-note.tooltiptext
string
...
Otherwise it's included in the Fluent string:
https://github.com/zotero/zotero/pull/3707#issuecomment-2144469525
2024-06-03 03:40:17 -04:00
Dan Stillman
b20926aa75
Update CSL locales
...
https://forums.zotero.org/discussion/comment/464380/#Comment_464380
2024-06-03 00:53:10 -04:00
Abe Jellinek
aa9198bafc
Update reader submodule
2024-05-31 12:24:58 -04:00
Abe Jellinek
43779b5e26
svgicon mixin: Don't preload other variants when color is 'universal'
...
Prevents debug spam due to missing resources.
2024-05-31 11:06:38 -04:00
windingwind
066eda7315
Fix collection tree renaming background color ( #3829 )
2024-05-31 07:16:05 -04:00
Tom Najdek
d6d9979f19
Fix dates not following configured locale. Resolve #3559 ( #3880 )
2024-05-31 06:58:14 -04:00
Dan Stillman
5c1f6d065d
Update reader submodule
2024-05-31 06:41:06 -04:00
abaevbog
709281db02
vpat 56: added tooltip for quickFormat Z-menu ( #4000 )
...
It could be a simple aria-label but tooltip is more functional
2024-05-31 06:28:33 -04:00
abaevbog
e7c7367509
zp tab focus tests pass if run on their own ( #4183 )
...
Make sure that more than one tab is opened before tab navigation
tests are run so that the tabs menu is always focusable.
Fixes : #4180
2024-05-31 05:54:26 -04:00
Martynas Bagdonas
6ecfc7e34d
Update reader and pdf-worker submodules
2024-05-31 01:15:50 +03:00
Dan Stillman
79fa160e43
Update reader and pdf-worker submodules
2024-05-30 03:11:16 -04:00
abaevbog
c4dbf19446
vpat 23: better aria label for itembox merge btn ( #4173 )
...
Added the field name for the label to be more descriptive.
The new announced label is e.g. "Select version of title field".
Followup to https://github.com/zotero/zotero/pull/4096#issuecomment-2121894422
2024-05-30 01:44:49 -04:00
Abe Jellinek
6b4cac1fb5
Allow item pane sections to declare dependencies for rerender, fix Libraries and Collections not updating ( #4155 )
2024-05-30 01:44:11 -04:00
windingwind
5ebd6c4141
Try to fix unstable attachments pane test
2024-05-29 21:27:13 +08:00
Dan Stillman
4a9ce6b82b
Use correct URL for beta builds for Windows 32-bit-on-64-bit warning
...
For #4172
2024-05-29 07:05:15 -04:00
Tom Najdek
14a0a8ab24
Show banner to 32-bit Windows users to reinstall 64-bit version ( #4172 )
...
Resolves #3940
2024-05-29 07:03:57 -04:00
Dan Stillman
08ffa64abf
Add Zotero.isBetaBuild
and fix Zotero.isDevBuild
...
Previously `isDevBuild` was true for beta, dev, or source builds (but
also wasn't used anywhere)
2024-05-29 06:59:17 -04:00
Martynas Bagdonas
e96426d18c
Adjust fulltext test
2024-05-28 17:32:03 +03:00
Martynas Bagdonas
97c37de7f7
Update reader and pdf-worker submodules and partially disable one test
2024-05-28 17:18:56 +03:00
Dan Stillman
24ca4e44fa
Don't sign 'test' channel builds
2024-05-28 06:44:23 +01:00
Dan Stillman
4067514a7e
Don't build bzip updates for architectures that didn't exist in Z6
2024-05-28 06:44:23 +01:00
Dan Stillman
044e228a49
Omit additional files from Windows Firefox builds
2024-05-28 06:44:22 +01:00
Dan Stillman
7056513b77
Finish Windows ARM support
...
And rename to "ARM64"
Closes #3112
2024-05-28 06:44:21 +01:00
Dan Stillman
08706332f9
Fix metadata of setup .exe on Windows
...
E.g., "Zotero Setup", not "Firefox"
2024-05-28 06:44:21 +01:00
Dan Stillman
81edd1ee1c
Don't show "Firefox Software Updater" on Windows
...
And fix other .exe metadata
Fixes #3571
2024-05-28 06:44:20 +01:00
Dan Stillman
a7ae98c4c8
Remove Firefox 102 patch
2024-05-28 06:44:19 +01:00
windingwind
fe3dae2d15
Refactor AttachmentPreview render and discard ( #4161 )
2024-05-28 00:05:29 -04:00
Martynas Bagdonas
a3857cb5e0
Update reader and pdf-worker submodules to fix test issues
2024-05-27 18:56:10 +03:00
Martynas Bagdonas
a15e185318
Update reader and pdf-worker submodules
2024-05-27 17:29:29 +03:00
abaevbog
c8cf38cdf1
fix itembox creator btns not hiding in view mode ( #4169 )
...
Fixes : #4166
2024-05-25 04:09:19 -04:00
Dan Stillman
17255e4f5b
Update Word for Windows submodule and revert ui.window_class_override
...
Addresses #3930
2024-05-25 03:21:47 -04:00
Abe Jellinek
f906fee819
Allow item tree to shrink further in Stacked view
...
Fixes #4081
2024-05-24 14:58:39 -04:00
Abe Jellinek
bbde79818f
Snapshot resource handler: Use attachmentReaderType
...
isSnapshotAttachment() checks the link mode (needs to be IMPORTED_URL),
but we actually allow viewing all attachments with text/html MIME types
as "snapshots" in the reader. Don't throw on any HTML attachment that
the reader is willing to open.
2024-05-24 11:25:37 -04:00
Abe Jellinek
2776d21ba0
Fix leak warning when indexing snapshots
...
Closes #4133
2024-05-24 11:19:04 -04:00
Abe Jellinek
b68957debe
Item box: Show View Online button in feeds
...
Fixes #4167
2024-05-24 10:34:54 -04:00