Commit graph

10623 commits

Author SHA1 Message Date
l10n daemon script 84cb9d0b6e GIT_SILENT Sync po/docbooks with svn 2024-03-18 01:28:12 +00:00
l10n daemon script 0f2354fbd8 GIT_SILENT made messages (after extraction) 2024-03-18 00:37:24 +00:00
l10n daemon script 8b9411425b GIT_SILENT Sync po/docbooks with svn 2024-03-17 01:26:32 +00:00
Julius Künzel a2f90e6183 [macOS] Fix plist file 2024-03-16 15:20:41 +00:00
Julius Künzel e00a425d97 Try to fix compile error on macOS 2024-03-16 12:17:18 +00:00
Julius Künzel fbb0b5de76 Set properties for plist file
Needed for signing, and in general helpful
2024-03-16 12:17:18 +00:00
Julius Künzel 0b3e123a38 [CI/CD] Add macOS jobs
In preparation of Binary Factory shutdown
2024-03-16 12:17:18 +00:00
l10n daemon script 2f464c7caa GIT_SILENT Sync po/docbooks with svn 2024-03-16 01:30:42 +00:00
l10n daemon script f52ea30bd4 GIT_SILENT made messages (after extraction) 2024-03-16 00:37:20 +00:00
Heiko Becker aa9ae5b82a GIT_SILENT Update Appstream for new release
(cherry picked from commit bb19076108)
2024-03-15 22:29:10 +01:00
l10n daemon script 6391d60c4d GIT_SILENT Sync po/docbooks with svn 2024-03-15 01:27:35 +00:00
GI GI caeb12efd1 When pressing shift, hjkl scroll 10 times faster 2024-03-14 15:33:43 +00:00
Sune Vuorela 6c0c020f09 Use setCurrentIndex to set currentIndex
Apparantly select(..) on QItemSelectionModel doesn't update that.
Also skip accessing the currentIndex through the selectionModel. The
select single & clear and select are already also coming from the
selection modes set on the list view.

This ensures signing can work with the preselected (last used / only)
key.
2024-03-14 15:21:42 +00:00
l10n daemon script 97facfb879 GIT_SILENT Sync po/docbooks with svn 2024-03-14 01:28:33 +00:00
l10n daemon script d01acce2a2 GIT_SILENT made messages (after extraction) 2024-03-12 00:37:03 +00:00
l10n daemon script 5ddaad4a20 GIT_SILENT made messages (after extraction) 2024-03-11 00:37:17 +00:00
Albert Astals Cid ac5a8ace6e Fix loading okular preview part
BUGS: 483109
2024-03-11 01:20:00 +01:00
l10n daemon script effcc845e3 GIT_SILENT Sync po/docbooks with svn 2024-03-10 01:27:34 +00:00
l10n daemon script c23673bad7 GIT_SILENT made messages (after extraction) 2024-03-10 00:37:18 +00:00
l10n daemon script 313f329a27 GIT_SILENT Sync po/docbooks with svn 2024-03-09 01:21:13 +00:00
l10n daemon script 6cc91439e1 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-03-09 01:13:56 +00:00
l10n daemon script 3324424891 GIT_SILENT made messages (after extraction) 2024-03-09 00:37:17 +00:00
Zentino zylsjsp 7d603a4572 Fix configure web shortcuts popup in kcmshell6
After updating to plasma6, the kcmshell5 changed name to kcmshell6, which caused okular's popup configure menus fail to appear.

This single commit should fix the issue.
2024-03-08 18:40:51 +00:00
l10n daemon script 78472092ae GIT_SILENT made messages (after extraction) 2024-03-08 00:37:14 +00:00
l10n daemon script 9e8b86aac9 GIT_SILENT Sync po/docbooks with svn 2024-03-07 01:16:33 +00:00
l10n daemon script 76538a450d GIT_SILENT made messages (after extraction) 2024-03-07 00:36:56 +00:00
Sune Vuorela 56a2a8d3bd cleanups: Sprinkle in a bit unique_ptr
Document memory ownership with unique_ptr's and do a bit of code
cleanups.
2024-03-06 21:57:08 +00:00
l10n daemon script 826715100b GIT_SILENT Sync po/docbooks with svn 2024-03-06 01:17:34 +00:00
l10n daemon script 3f24c98903 GIT_SILENT made messages (after extraction) 2024-03-06 00:37:19 +00:00
Sune Vuorela 717751a1f1 Fix multiline selection
In qt6, QRect::normalized changed it's meaning and it now has a 'span'
that preserves the old meaning.

Use the old span to get the old version of normalized so we can match on
the corners once again.

see https://codereview.qt-project.org/c/qt/qtbase/+/309932 for details.

BUG: 482249
2024-03-05 21:07:10 +00:00
Carl Schwan 7f639c2826 Fix crash when in embedded dummy mode
This is an issue for Kile as they use Okular in the "dummy mode" which
doesn't include the annotation tool.

BUG: 476207
2024-03-05 15:11:36 +00:00
l10n daemon script 87c35f685b GIT_SILENT made messages (after extraction) 2024-03-05 00:37:08 +00:00
Sune Vuorela 8bcafd80bb Clean up TextSelection and remove unused parts 2024-03-05 00:11:27 +00:00
Carl Schwan 239be78930 Improve appstream summary
Sentence case is preferred and ideally the summary should be phrased in
the imperative with a verb.

See https://docs.flathub.org/docs/for-app-authors/metainfo-guidelines/quality-guidelines/#summary
2024-03-05 00:05:21 +00:00
Sune Vuorela 6cc2a08d6b Use std::swap 2024-03-04 23:56:46 +00:00
Sune Vuorela 246f6bee79 Fix PAGEVIEW_DEBUG build 2024-03-04 23:42:48 +00:00
Sam James 27d0a4737f Add missing deps to CMake
* kitemviews was added in 630269a400.
* kcolorscheme was added in 327d547024 at least
  but it goes back a bit further.
* kwidgetsaddons seems to have been used for quite a while too.

Noticed by checking linked libraries.

Signed-off-by: Sam James <sam@gentoo.org>
2024-03-04 23:28:34 +00:00
Sune Vuorela 111e18eba3 Newer clazy: More PMF 2024-03-04 16:55:11 +01:00
Sune Vuorela e7e889604f Newer clazy: More for loops 2024-03-04 16:54:09 +01:00
Sune Vuorela e0fdd8dd14 Newer clazy: Use PMF for actions 2024-03-04 16:50:16 +01:00
Sune Vuorela 97b855c7bb Newer clazy: More QListery 2024-03-04 16:50:11 +01:00
Sune Vuorela 2fcb5f9f9d Newer clazy: Add a few std::as_const 2024-03-04 16:50:06 +01:00
Sune Vuorela 653465f165 Newer clazy: QList changes 2024-03-04 16:49:55 +01:00
Sune Vuorela 1d93a42263 Newer clazy: More potential detaching temporary 2024-03-04 16:49:25 +01:00
l10n daemon script 777a8b4586 GIT_SILENT Sync po/docbooks with svn 2024-03-04 01:17:16 +00:00
l10n daemon script 360dd42c59 GIT_SILENT Sync po/docbooks with svn 2024-03-01 01:28:39 +00:00
l10n daemon script 49ecfd1bda GIT_SILENT Sync po/docbooks with svn 2024-02-25 01:21:58 +00:00
l10n daemon script 228a6511dd GIT_SILENT made messages (after extraction) 2024-02-24 00:36:54 +00:00
Fushan Wen 677a2467ba Use QStringView more to reduce allocations 2024-02-22 23:20:40 +00:00
Sune Vuorela 5ae81f4486 Warn on suspicious realloc
The only place this was was in plucker backend; now removed.
2024-02-22 15:33:21 +00:00