Commit graph

10528 commits

Author SHA1 Message Date
Pratham Gandhi 262e2faadd Increased toString precision 2024-01-21 19:04:01 +05:30
Pratham Gandhi e4e43a8f91 Output of AFSimple_Calculate shall be in en_US 2024-01-21 19:04:01 +05:30
Pratham Gandhi 532980dd13 Created a new attribute to fieldformtext for storing the locale of the current text, defined it as en_US for calculation event and before passing it to JS for execution always cast it to system locale. 2024-01-21 19:04:01 +05:30
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
Sune Vuorela e26731b4fc Port deprecated event positions
Most stuff are in floating point numbers, not rects, nowadays.
2024-01-03 15:49:54 +00:00
l10n daemon script 796bb16b15 GIT_SILENT Sync po/docbooks with svn 2024-01-03 02:12:59 +00:00
Sune Vuorela a3f0181848 Fix zoom select
There is a surprising api change in KSelectAction that has renamed
triggered, but a base class is still having a different triggered, so
code still compiles.

Rename the signal to the new version

BUG: 479108
2024-01-02 11:21:31 +01:00
l10n daemon script 373730803f GIT_SILENT Sync po/docbooks with svn 2024-01-02 02:08:20 +00:00
l10n daemon script a641170dc8 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-02 02:03:31 +00:00
l10n daemon script a54de93511 GIT_SILENT Sync po/docbooks with svn 2024-01-01 02:12:40 +00:00
l10n daemon script 59aebe3dcd GIT_SILENT Sync po/docbooks with svn 2023-12-31 02:40:22 +00:00
l10n daemon script 364d556503 GIT_SILENT Sync po/docbooks with svn 2023-12-30 02:16:15 +00:00
l10n daemon script 505d87012f GIT_SILENT Sync po/docbooks with svn 2023-12-29 02:14:56 +00:00
Marius P 41e7d10eb1 org.kde.okular.appdata.xml add appstream launchable
Fix "appstreamcli validate --explain" issue
"I: org.kde.okular.desktop:~: desktop-app-launchable-omitted
This `desktop-application` component has no `desktop-id` launchable tag,
however it contains all
the necessary information to display the application. The omission of the
launchable entry means
that this application can not be launched directly from installers or
software centers. If this
is intended, this information can be ignored, otherwise it is strongly
recommended to add a
launchable tag as well.".
2023-12-28 21:30:08 +02:00