Commit graph

10688 commits

Author SHA1 Message Date
l10n daemon script 1bdfce85d0 GIT_SILENT made messages (after extraction) 2024-02-02 00:37:08 +00:00
l10n daemon script 79bb1956b1 GIT_SILENT Sync po/docbooks with svn 2024-01-31 01:19:46 +00:00
Julius Künzel 2549f041c9 [Craft] Don't rebuild everything
We have shared config that care about Qt6 and also this means we will rebuild a lot of stuff that is usually cached hence the runners get blocked and jobs time out
2024-01-28 20:35:39 +00:00
l10n daemon script 17b97b9555 GIT_SILENT Sync po/docbooks with svn 2024-01-28 01:18:38 +00:00
l10n daemon script ec5d5ed496 GIT_SILENT Sync po/docbooks with svn 2024-01-27 01:16:41 +00:00
Sune Vuorela cac31c3aad DVI: use actual page size 2024-01-26 12:19:28 +00:00
Sune Vuorela a218085bd6 Better fix for crash-in-pdf-generation
Check if abort is requested, rather than the side effects of it.
Also remember to unlock userMutex
2024-01-26 13:09:58 +01:00
l10n daemon script 544472cc2c GIT_SILENT Sync po/docbooks with svn 2024-01-26 01:18:12 +00:00
Sune Vuorela 12e40e0d36 Button groups can span multiple pages
The code needs to be aware of that.

BUG: 479942
2024-01-25 22:14:54 +00:00
l10n daemon script 91de248ccb GIT_SILENT Sync po/docbooks with svn 2024-01-25 01:15:27 +00:00
l10n daemon script 1e2f4d4324 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-01-25 01:11:24 +00:00
Sune Vuorela 3dc5ecf86f Reset SOVERSION. We changed the library name 2024-01-23 23:01:39 +00:00
l10n daemon script 16af13154b GIT_SILENT Sync po/docbooks with svn 2024-01-22 01:25:44 +00:00
l10n daemon script ebc2a33667 GIT_SILENT Sync po/docbooks with svn 2024-01-20 01:16:34 +00:00
l10n daemon script 41163f3b9f GIT_SILENT Sync po/docbooks with svn 2024-01-19 01:17:53 +00:00
l10n daemon script 0eeb7a26c6 GIT_SILENT Sync po/docbooks with svn 2024-01-18 01:17:13 +00:00
Alexis Murzeau 2609f4001a Add support for app.popUpMenu and submenus in popUpMenuEx
These functions from `app` are JS functions that can be used by PDF
files.

Based on popUpMenuEx, the implementation of popUpMenu converts arguments
to app.popUpMenuEx format and then call it.

The popMenuEx function is improved to handle submenus as well using
`oSubMenu`.

app.popUpMenu is used in Altium Designer and EasyEDA exported PDFs.
See an example here:
https://www.st.com/en/evaluation-tools/32f723ediscovery.html#cad-resources
https://www.st.com/resource/en/schematic_pack/mb1260-f723e-d03_schematic.pdf

BUGS: 479777
2024-01-17 19:01:08 +00:00
l10n daemon script 37b38cd619 GIT_SILENT Sync po/docbooks with svn 2024-01-17 01:18:17 +00:00
l10n daemon script 5fcfc23c20 GIT_SILENT Sync po/docbooks with svn 2024-01-16 01:18:09 +00:00
Sune Vuorela 0dfee59c0e mobile: Remove deprecated no-op code 2024-01-15 12:18:55 +00:00
Sune Vuorela 77f810f013 Fix crash in pdf generator
There is a theoretical chance that doCloseDocument has been called while
text extraction is running. There has at least been unit test crashes
here. Try guard that case.
2024-01-15 10:28:33 +00:00
l10n daemon script 79f423c140 GIT_SILENT Sync po/docbooks with svn 2024-01-15 01:17:32 +00:00
l10n daemon script 5a107fdce3 GIT_SILENT Sync po/docbooks with svn 2024-01-14 01:26:50 +00:00
l10n daemon script c5c0f73afa 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-01-14 01:12:44 +00:00
l10n daemon script 5a00cd3a25 GIT_SILENT Sync po/docbooks with svn 2024-01-13 01:22:17 +00:00
Iztok Fister Jr. 97b380b4bc Sync man page commands with the Command Line Options sections of the Okular handbook 2024-01-12 14:30:52 +00:00
Sune Vuorela badeec3f1a Fix ci by not requesting cross-group targets 2024-01-12 14:07:22 +00:00
Sune Vuorela 39fa288e3f Fix unit test warnings
The data keys are supposed to be unique, when adding data in a for loop,
use the function that can help with that.
2024-01-12 11:13:10 +01:00
Sune Vuorela 478f6f24fb Also fix compile path 2024-01-12 09:43:16 +01:00
Nicolas Fella 53fb06d6b4 Fix loading okularpart
Adapt to the new location
2024-01-12 01:02:57 +01:00
Albert Astals Cid cee17248f9 GIT_SILENT Upgrade release service version to 24.04.70. 2024-01-11 21:17:25 +01:00
l10n daemon script 08edbfb1ef 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-01-10 02:07:59 +00:00
Sune Vuorela a0031b4a05 Remove leftover desktop files. The generators is now with json files 2024-01-09 21:57:05 +00:00
Sune Vuorela 0afb1aa6ba Fix last deprecated qvariant type 2024-01-09 18:20:12 +00:00
Sune Vuorela dbb8ba635e Communicate our plugin namespace to consumers
This enables others to query our supported mimetypes and thus figure out
what mimetypes they can open with the okular part

It is needed for kpart loading to know which features we can actually do

BUG: 479122
2024-01-09 18:19:53 +00:00
Sune Vuorela dc88b5873a Don't put slashes in plugin prefix
It complicates stuff further down the line and we don't gain much for
it, so work with the rest of the stack rather than work around it.

One of the complications is that if bindir contains both plugins and executable, we will have okular and okular/ in the same folder and that doesn't really work.
2024-01-09 14:12:45 +00:00
Sune Vuorela 55901afcc3 Install parts into the right folder
CCBUG: 479122
2024-01-09 10:10:05 +00:00
Sune Vuorela 8a604d8fe7 Fix android build 2024-01-09 10:09:42 +00:00
Albert Astals Cid 5f417b2dae GIT_SILENT Upgrade release service version to 24.01.90. 2024-01-09 00:27:27 +01:00
l10n daemon script 424e9a9b2c GIT_SILENT Sync po/docbooks with svn 2024-01-08 02:14:39 +00:00
l10n daemon script 651098cf5a 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-01-08 02:08:32 +00:00
l10n daemon script ee54715d81 GIT_SILENT made messages (after extraction) 2024-01-08 01:35:10 +00:00
Andreas Hartmetz 26f5c4ab2c FORCE_NOT_REQUIRED_DEPENDENCIES is a string(list), not a boolean
option() is for *boolean* options, for which cmake-gui and ccmake
only offer a toggle switch. But it's later treated as (and should
be) a semicolon-separated list of strings, which is just a
convention layered on top of the STRING type. So STRING is the best
we can do, and it's now properly editable in cmake-gui and ccmake.
2024-01-07 20:35:07 +01:00
l10n daemon script 732ac3a9f4 GIT_SILENT Sync po/docbooks with svn 2024-01-07 02:39:40 +00:00
l10n daemon script 9403926288 GIT_SILENT Sync po/docbooks with svn 2024-01-05 02:12:17 +00:00
Laurent Montel 0ece83ebba Fix warning: QLayout: Attempting to add QLayout to PixmapPreviewSelector , which already has a layout 2024-01-04 19:18:36 +01:00
l10n daemon script a5b8209be4 GIT_SILENT Sync po/docbooks with svn 2024-01-04 02:15:17 +00:00
l10n daemon script 867f18a700 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-01-04 02:07:40 +00:00
Nicolas Fella f7b1b3b032 Remove unused caller arg from KBookmarkManager::changed 2024-01-03 21:02:38 +01:00
Sune Vuorela 2fad5243ab Remove setUpdate call; it doesn't do anything
And it defaults to true
2024-01-03 19:49:53 +00:00