Commit graph

10819 commits

Author SHA1 Message Date
l10n daemon script 842684b2e7 GIT_SILENT made messages (after extraction) 2024-07-27 00:40:04 +00:00
Albert Astals Cid d65a985fdc CI: Recover a Ubuntu build 2024-07-26 11:35:23 +00:00
Nicolas Fella 708794dc3c Remove unused member variable 2024-07-25 14:03:48 +02:00
l10n daemon script b8e91b4ce9 GIT_SILENT Sync po/docbooks with svn 2024-07-25 01:24:52 +00:00
Albert Astals Cid 646feda69e Fix showing eps files inside dvi
Reverts parts of 85e8b47a89

See bug 490787 for a file that failed because of this
2024-07-25 00:44:22 +02:00
l10n daemon script 4e13f16036 GIT_SILENT Sync po/docbooks with svn 2024-07-24 01:24:56 +00:00
Jonah Brüchert e418378c92
mobile: Only display background shadow if a page exists 2024-07-23 15:26:35 +02:00
l10n daemon script 38679152b9 GIT_SILENT Sync po/docbooks with svn 2024-07-23 01:25:43 +00:00
l10n daemon script 188667456f GIT_SILENT Sync po/docbooks with svn 2024-07-22 01:26:26 +00:00
Pratham Gandhi 9f31505f87 used const qlist for iteration 2024-07-21 23:39:44 +00:00
Pratham Gandhi 5ed05fb6f3 Implemented currentValueIndices and fixed a selectionClearing bug in slotRefresh for multiselect type ListBoxes. 2024-07-21 23:39:44 +00:00
Pratham Gandhi bdb048666e Implemented numItems property for combobox and listbox 2024-07-21 23:39:44 +00:00
Pratham Gandhi 21a8cc7dbb Implemented getItemAt method for comboboxes and listboxes 2024-07-21 23:39:44 +00:00
Pratham Gandhi 43199de411 Fixed implementation of value for combo box and list box 2024-07-21 23:39:44 +00:00
Pratham Gandhi 43b536bdf9 Implement DocClose, DocWillPrint, DocDidPrint, DocWillSave and
DocDidSave methods.
2024-07-21 23:33:41 +00:00
Albert Astals Cid 06ba51c8fc GIT_SILENT Upgrade release service version to 24.11.70. 2024-07-21 12:34:44 +02:00
l10n daemon script eb88909e64 GIT_SILENT Sync po/docbooks with svn 2024-07-21 01:26:19 +00:00
l10n daemon script 8be482f0c8 GIT_SILENT Sync po/docbooks with svn 2024-07-13 01:24:47 +00:00
l10n daemon script 4a297381d2 GIT_SILENT made messages (after extraction) 2024-07-13 00:38:48 +00:00
l10n daemon script eb277519f3 GIT_SILENT Sync po/docbooks with svn 2024-07-11 01:23:10 +00:00
Albert Astals Cid ad3c9a137c Mobile: Fix switch pages 2024-07-10 18:03:53 +00:00
Albert Astals Cid b38b1333ce Make new clang available in CI happier 2024-07-10 19:40:20 +02:00
Pratham Gandhi e6d9ead5b5 Implement AFDate_KeystrokeEx and AFDate_FormatEx methods. 2024-07-09 23:14:34 +00:00
Sune Vuorela 40433777fa Move textdocumentsettings to the right place
For some reason, it has been placed in part, but is used by things in
core.

Given it generates a header-only thing, it still works but is weird.
2024-07-09 22:57:36 +00:00
Pratham Gandhi 0520b64fed Fix numerical interpretation in form fields
With the previous implementations of AFNumber_Keystroke [MR 988](https://invent.kde.org/graphics/okular/-/merge_requests/988), we ensure that during a keystroke event, a user does not enter thousands separator. With this in mind, numerical fields can always be first converted to en_US format and then used for calculations. This ensures that all numbers are correctly interpreted.

BUG: 474661
2024-07-09 22:57:16 +00:00
l10n daemon script 74851e260d GIT_SILENT Sync po/docbooks with svn 2024-07-09 01:22:30 +00:00
Pratham Gandhi c4c98e9958 Added option to save committed values and restore them if not accepted.
Also did some refactoring on the keystroke, format, validate methods.
Created new methods that can accept any generalized form field to allow
for the operations on FormFieldChoice as well.
2024-07-08 21:32:08 +00:00
l10n daemon script 38fadb2b5d GIT_SILENT Sync po/docbooks with svn 2024-07-06 01:24:03 +00:00
l10n daemon script e21d2d53e2 GIT_SILENT Sync po/docbooks with svn 2024-07-04 01:21:57 +00:00
Jonah Brüchert d90fe61b37 mobile: Clip DocumentView 2024-07-03 22:02:13 +00:00
Jonah Brüchert 1fbe0e3df5 mobile: Fix switching pages from the drawer 2024-07-03 22:02:13 +00:00
Jonah Brüchert dc93a212f7 mobile: Fix qml warnings 2024-07-03 22:02:13 +00:00
Alexis Murzeau 3e10990eb0 When doing Ctrl+Wheel, zoom on pointer instead of the center of the screen
The zoom is implemented using zoomWithFixedCenter so it zooms into the
current mouse pointer location instead of zooming on the viewport center.

BUGS: 421484
2024-07-03 18:21:41 +00:00
Alexis Murzeau 83d2dcd7b1 Rearrange PageView::wheelEvent to separate Ctrl+Wheel handling from scrolling
This commit changes the "if / else" into "if return" so most of the
scrolling implemententation is not indented and the Ctrl+Wheel case is
handled as a special case at the beginning of the function.
2024-07-03 18:21:41 +00:00
Sune Vuorela 3610aad389 cppcheck: simplify suppressions
the d_func hierarchy is quite common and should just be generalized.
That way, the suppressions might be able to be moved centrally

Also function argument pointers constness is something one should really
consider if it is worth fixing (it often isn't) due to issues with
binary compatibility or if the base or interface class might define it
without const pointers.
2024-07-03 17:36:01 +00:00
l10n daemon script 35a54f90db GIT_SILENT Sync po/docbooks with svn 2024-07-03 01:24:38 +00:00
Pratham Gandhi 870c9e6b16 Paint radio buttons and checkboxes of correct sizes 2024-07-02 07:26:44 +00:00
l10n daemon script 9827f1adee GIT_SILENT Sync po/docbooks with svn 2024-07-02 01:23:38 +00:00
l10n daemon script d237e94ee7 GIT_SILENT Sync po/docbooks with svn 2024-07-01 01:21:33 +00:00
l10n daemon script 6840ab94e0 GIT_SILENT Sync po/docbooks with svn 2024-06-30 01:23:43 +00:00
l10n daemon script a6c90e2b7e GIT_SILENT Sync po/docbooks with svn 2024-06-29 01:23:09 +00:00
Heiko Becker f9cadaee4d GIT_SILENT Update Appstream for new release
(cherry picked from commit a35f2f331e)
2024-06-28 22:38:48 +02:00
Oliver Kellogg ba0aa6dcf8 part/signaturepartutils.h (getSuggestedFileNameForSignedFile) : Fix minor typo in msgctxt of returned string. 2024-06-28 16:09:31 +00:00
l10n daemon script f73e4f2f5e GIT_SILENT Sync po/docbooks with svn 2024-06-28 01:32:24 +00:00
l10n daemon script 071f3c6272 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-06-28 01:19:07 +00:00
l10n daemon script 22d5e325b5 GIT_SILENT Sync po/docbooks with svn 2024-06-27 01:25:19 +00:00
l10n daemon script f44f711319 SVN_SILENT made messages (.desktop file) - always resolve ours
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2024-06-27 01:18:17 +00:00
l10n daemon script 1034c1cff4 GIT_SILENT made messages (after extraction) 2024-06-27 00:38:09 +00:00
Sune Vuorela d211a6a9e9 More cppcheck fixes 2024-06-26 12:48:44 +00:00
Sune Vuorela 0bd2c9cfa0 Use async signature validation
Also, show information about the validity of the certificate used for
the signature

BUG: 446298
2024-06-26 14:02:04 +02:00