Commit graph

10123 commits

Author SHA1 Message Date
l10n daemon script
416587a362 GIT_SILENT Sync po/docbooks with svn 2023-06-12 02:10:43 +00:00
l10n daemon script
56c0407bcd 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"
2023-06-12 01:50:14 +00:00
l10n daemon script
08a1631a34 GIT_SILENT made messages (after extraction) 2023-06-12 00:48:27 +00:00
l10n daemon script
dea1aa081e GIT_SILENT Sync po/docbooks with svn 2023-06-11 01:52:47 +00:00
l10n daemon script
9295165f64 GIT_SILENT Sync po/docbooks with svn 2023-06-10 01:51:36 +00:00
l10n daemon script
d78752ea34 GIT_SILENT Sync po/docbooks with svn 2023-06-09 01:55:07 +00:00
Nate Graham
99600667d4 Don't stop or warn if the edited file was deleted on disk
If an open  file with unsaved changes was deleted on disk, Okular
currently warns the user about it (in master) or prevents them from
saving it (in 23.04). But in both cases this is unnecessary; if the
open file was deleted on disk when the user tries to save changes,
Okular can simply save to its file path and re-create it, with no
risk of data loss or stomping on anyone else's work. So it should do
that.

CCBUG: 402017
2023-06-08 15:21:41 +00:00
l10n daemon script
dcd1eef75e GIT_SILENT Sync po/docbooks with svn 2023-06-08 01:52:13 +00:00
Friedrich W. H. Kossebau
725155b29d Include only needed headers instead of QtDBus module header
GIT_SILENT
2023-06-07 22:41:22 +00:00
Friedrich W. H. Kossebau
de03d64855 Include only needed headers instead of QtTextToSpeech module header
GIT_SILENT
2023-06-07 22:41:22 +00:00
Friedrich W. H. Kossebau
88590c197c Include only needed headers instead of QtQml module header
GIT_SILENT
2023-06-07 22:41:22 +00:00
Friedrich W. H. Kossebau
5e5ae0a7aa Include only needed headers instead of QtTest module header
GIT_SILENT
2023-06-07 23:11:21 +02:00
l10n daemon script
ef7e0ca296 GIT_SILENT Sync po/docbooks with svn 2023-06-07 01:54:44 +00:00
l10n daemon script
373d2bedff GIT_SILENT Sync po/docbooks with svn 2023-06-06 01:48:59 +00:00
l10n daemon script
57f5c69334 GIT_SILENT Sync po/docbooks with svn 2023-06-05 01:45:52 +00:00
l10n daemon script
c56f4547ea GIT_SILENT Sync po/docbooks with svn 2023-06-04 01:51:37 +00:00
l10n daemon script
3da30caabe GIT_SILENT Sync po/docbooks with svn 2023-06-03 01:48:26 +00:00
Heiko Becker
34f99b2094 GIT_SILENT Update Appstream for new release
(cherry picked from commit 01906f8fd9)
2023-06-02 20:56:30 +02:00
l10n daemon script
e4f1b0ae5e GIT_SILENT Sync po/docbooks with svn 2023-06-02 01:49:49 +00:00
l10n daemon script
c0696040b6 GIT_SILENT Sync po/docbooks with svn 2023-06-01 01:50:51 +00:00
Martin Schnitkemper
8afcf256a8 Make default PDF printing scale mode configurable
Until now, some users have found it annoying when they want to print
multiple documents in their original size and have to manually change
the scaling mode before each print. This commit allows the user to
select the default value so they won't have to change it before every
print.

BUG: 463732
FIXED-IN: 23.08
2023-05-31 23:51:42 +00:00
l10n daemon script
08f45c67e3 GIT_SILENT Sync po/docbooks with svn 2023-05-31 02:11:24 +00:00
l10n daemon script
84f15e6205 GIT_SILENT Sync po/docbooks with svn 2023-05-30 02:00:32 +00:00
l10n daemon script
769fbd7f87 GIT_SILENT Sync po/docbooks with svn 2023-05-29 01:48:28 +00:00
l10n daemon script
92182acb52 GIT_SILENT Sync po/docbooks with svn 2023-05-28 01:53:27 +00:00
l10n daemon script
09a080126f GIT_SILENT Sync po/docbooks with svn 2023-05-26 01:45:09 +00:00
Sune Vuorela
370ace64e0 Switch optional kjs to use config.h 2023-05-25 21:43:43 +00:00
Sune Vuorela
3ff2ab5081 Switch optional kwallet to use config.h 2023-05-25 21:43:43 +00:00
Sune Vuorela
62767b7c8c Convert QtSpeech to config.h 2023-05-25 21:43:43 +00:00
Sune Vuorela
d597da0204 Rename Purpose defines to match others 2023-05-25 21:43:43 +00:00
Volker Krause
e99919c4ff Fix messed up indention due to syntax error in ifdef'ed code 2023-05-25 19:50:14 +02:00
l10n daemon script
eb7597a26e GIT_SILENT Sync po/docbooks with svn 2023-05-23 02:12:55 +00:00
l10n daemon script
943e65bd59 GIT_SILENT Sync po/docbooks with svn 2023-05-21 01:48:22 +00:00
l10n daemon script
d3a8dda275 GIT_SILENT Sync po/docbooks with svn 2023-05-18 01:49:06 +00:00
Kai Uwe Broulik
a6eeddf892 PageView: Set InstantPopup mode for View Mode menu
Fixes typo.
2023-05-16 17:35:53 +02:00
l10n daemon script
d18a08e914 GIT_SILENT Sync po/docbooks with svn 2023-05-16 01:52:29 +00:00
l10n daemon script
0741ff3ef2 GIT_SILENT Sync po/docbooks with svn 2023-05-14 01:58:38 +00:00
Albert Astals Cid
137cfec205 Fix icon not showing on Windows
For some reason QIcon::fromTheme(QStringLiteral("okular")) doesn't
return the proper icon on WelcomeScreen construction, i'm guessing
that's a bit too early, though haven't investigated why
2023-05-13 10:52:00 +00:00
l10n daemon script
e83c4f56a4 GIT_SILENT Sync po/docbooks with svn 2023-05-13 01:47:59 +00:00
Sune Vuorela
0a7199fab6 Simple deprecation. ReturnKeyPressed 2023-05-12 18:09:44 +00:00
Sune Vuorela
e2b8df2b43 Simple deprecation. SkipEmptyParts 2023-05-12 17:29:02 +00:00
Sune Vuorela
9bf726881f Simple deprecation. ERR_COULD_NOT_READ 2023-05-12 15:52:05 +02:00
Sune Vuorela
ed0b1551fb Simple deprecation. SkipEmptyParts 2023-05-12 10:43:04 +00:00
Sune Vuorela
5c9e0e2585 Rename setViewportWithHistory to setViewport and remove the old setViewport 2023-05-12 10:39:41 +00:00
l10n daemon script
089e732ecb GIT_SILENT Sync po/docbooks with svn 2023-05-12 01:52:07 +00:00
l10n daemon script
e53090bff9 GIT_SILENT Sync po/docbooks with svn 2023-05-10 01:48:24 +00:00
l10n daemon script
7db406d487 GIT_SILENT Sync po/docbooks with svn 2023-05-08 01:50:55 +00:00
l10n daemon script
bf4631b8c0 GIT_SILENT Sync po/docbooks with svn 2023-05-07 01:55:53 +00:00
Heiko Becker
1b5803a699 GIT_SILENT Update Appstream for new release
(cherry picked from commit 1e405ebc4c)
2023-05-06 10:22:13 +02:00
l10n daemon script
1b7876cc26 GIT_SILENT Sync po/docbooks with svn 2023-05-06 01:51:46 +00:00