Commit graph

10892 commits

Author SHA1 Message Date
l10n daemon script 90bbb073c3 GIT_SILENT Sync po/docbooks with svn 2024-06-10 01:31:53 +00:00
Heiko Becker 3e3b504d18 GIT_SILENT Update Appstream for new release
(cherry picked from commit 738995ba4b)
2024-06-10 00:04:30 +02:00
l10n daemon script a31089e18d GIT_SILENT Sync po/docbooks with svn 2024-06-09 01:22:17 +00:00
l10n daemon script 81f84c4f9b GIT_SILENT made messages (after extraction) 2024-06-08 00:38:12 +00:00
l10n daemon script f9047b4e3e GIT_SILENT Sync po/docbooks with svn 2024-06-07 01:21:58 +00:00
Albert Astals Cid 157168a08a dvi: Add another check for index to glyphtable being in range 2024-06-07 00:21:38 +02:00
l10n daemon script de5c0b2b4f GIT_SILENT Sync po/docbooks with svn 2024-06-06 01:25:37 +00:00
l10n daemon script 13b3288b0c GIT_SILENT Sync po/docbooks with svn 2024-06-05 01:32:56 +00:00
l10n daemon script aa2bef0d9a GIT_SILENT Sync po/docbooks with svn 2024-06-04 01:21:49 +00:00
Pratham Gandhi 8be74fa099 Fix form field validation by correcting action type and adding processFocusAction method 2024-06-03 20:33:22 +00:00
Christoph Cullmann 119da9937e add USE_DBUS option
default on for Linux & BSD
2024-06-02 22:20:21 +02:00
l10n daemon script ac501f4f48 GIT_SILENT Sync po/docbooks with svn 2024-06-01 01:23:02 +00:00
Pratham Gandhi 667d615582 Added selStart and selEnd properties to event object 2024-05-31 19:43:12 +00:00
l10n daemon script a7bac89a23 GIT_SILENT Sync po/docbooks with svn 2024-05-31 01:29:12 +00:00
l10n daemon script 665068982e GIT_SILENT made messages (after extraction) 2024-05-31 00:38:28 +00:00
l10n daemon script b3241a2ad0 GIT_SILENT Sync po/docbooks with svn 2024-05-29 01:32:26 +00:00
Pratham Gandhi c538662942 Added tests for percent formatting 2024-05-28 23:25:50 +00:00
Pratham Gandhi a86fd58690 Implemented AFPercent_Format 2024-05-28 23:25:50 +00:00
l10n daemon script f9063084ef GIT_SILENT Sync po/docbooks with svn 2024-05-28 01:20:53 +00:00
Christoph Cullmann a1c2b9d14c use KIconTheme::initTheme & KStyleManager::initStyle to ensure proper styling outside of plasma
like Kate, ensure we use the proper styling outside of Plasma

see

frameworks/kiconthemes#3

for more details
2024-05-27 07:53:36 +00:00
Christoph Cullmann 32ba17454a have dbus optional beside on platforms it is useless on
we do now the same handling in most frameworks
2024-05-27 07:49:06 +00:00
l10n daemon script 39baecd875 GIT_SILENT Sync po/docbooks with svn 2024-05-25 01:23:33 +00:00
Sune Vuorela 1260221733 Add model tester to AnnotationModel 2024-05-24 10:52:39 +00:00
Wendi Gan 322fd2d54e fix Unicode Normalization: replace NFKC to NFC
Use NFC in copy, makeWord, and export functions, and NFKC for search operations.
NFKC may alter characters when copied or exported. For example ⑥ in pdf will be pasted as 6. So most instances are replaced with NFC.
To simplify matching during search operation, NFKC is used.

BUG: 466521
CCBUG: 473495
2024-05-24 10:02:50 +00:00
David Faure 784c1db9df Simplify PageGroupProxyModel, no need for mixIndex
The parentIndex was always invalid so this would always store
4294967295 as internal ID (and never use it).
2024-05-24 08:30:28 +00:00
David Faure bcbfa0c7ac Annotation tree: preserve expanded state on change
When adding/removing an annotation, the tree would collapse
completely every time, due to the model being fully reset().

Handling row insertion/removal in the proxies would lead to
very complicated code, so instead use KViewStateSerializer to
save/restore the expanded state, based on displayed texts
(e.g. "Page 4 / David Faure").

This required splitting up rebuildIndexes() so we can save on
aboutToBeReset and restore on reset().
2024-05-24 07:15:21 +00:00
l10n daemon script 2578de59e1 GIT_SILENT Sync po/docbooks with svn 2024-05-22 01:25:52 +00:00
l10n daemon script 8c7b7d7e23 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-05-22 01:18:54 +00:00
l10n daemon script 98792fb2b4 GIT_SILENT made messages (after extraction) 2024-05-22 00:38:21 +00:00
l10n daemon script 82fd57be09 GIT_SILENT Sync po/docbooks with svn 2024-05-20 01:23:09 +00:00
l10n daemon script 51a173c8b4 GIT_SILENT made messages (after extraction) 2024-05-17 00:38:00 +00:00
Heiko Becker 34ed45308b GIT_SILENT Update Appstream for new release
(cherry picked from commit 8dcb7568b4)
2024-05-17 00:11:10 +02:00
l10n daemon script 4c328aa098 GIT_SILENT Sync po/docbooks with svn 2024-05-16 01:32:25 +00:00
Pratham Gandhi a475974024 Typo fix for correct doc rendering in form.h 2024-05-13 10:45:23 +00:00
Albert Astals Cid d54c138be8 CI: More 6.6 -> 6.7
GIT_SILENT
2024-05-13 12:42:12 +02:00
Albert Astals Cid ed2bf2b5c4 CI: Qt5 -> Qt6 2024-05-13 12:31:35 +02:00
Albert Astals Cid 316304e038 CI: Use newer image for build_clazy_clang_tidy
GIT_SILENT
2024-05-13 12:29:21 +02:00
l10n daemon script b8438b7cf7 GIT_SILENT made messages (after extraction) 2024-05-13 00:37:52 +00:00
l10n daemon script e27018286b GIT_SILENT Sync po/docbooks with svn 2024-05-12 01:28:13 +00:00
l10n daemon script 1b9c679c1d GIT_SILENT Sync po/docbooks with svn 2024-05-09 01:27:37 +00:00
l10n daemon script 47485f0b3f GIT_SILENT made messages (after extraction) 2024-05-09 00:38:12 +00:00
l10n daemon script 3751ba58d4 GIT_SILENT Sync po/docbooks with svn 2024-05-08 01:28:34 +00:00
l10n daemon script dd827862a7 GIT_SILENT Sync po/docbooks with svn 2024-05-07 01:23:57 +00:00
David Faure 2592879c4a AnnotationModel: don't emit layoutChanged from inside reset
rebuildTree's only caller is notifySetup() which does a reset,
don't emit layoutChanged() between beginResetModel and endResetModel.

Caught by QAbstractItemModelTester (after instanciating one
in the AnnotationModel constructor to debug something else)
2024-05-05 13:32:25 +02:00
l10n daemon script 8733e544e3 GIT_SILENT Sync po/docbooks with svn 2024-05-04 01:31:20 +00:00
l10n daemon script 718269703f 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-05-04 01:20:39 +00:00
l10n daemon script 81bae7f4cd GIT_SILENT made messages (after extraction) 2024-05-04 00:39:00 +00:00
Volker Krause ef3db458df Restore the Android APK build 2024-05-02 15:17:39 +00:00
l10n daemon script 0265ad4bbf GIT_SILENT Sync po/docbooks with svn 2024-04-30 01:23:15 +00:00
Volker Krause 2fa738d949 Unify usage of WITH_K7ZIP
We should either check its value or its definedness, not mix both.
Standardize on the former.

Fixes the build without LZMA support in KArchive.
2024-04-27 15:19:03 +02:00