Commit graph

779 commits

Author SHA1 Message Date
Nicholas Omann
f0e3581bab Enable Support for Dark Theme for Titlebar in Windows
When using the windows dark theme it's annoying to have white titlebars on some apps. I noticed that this app which and I would like to use on Windows but the lack of dark theme on the titlebar makes it not fit in well. I did some research on this and found that the best way to set it seems to be using the darkmode toggle on the platform. That can be set as a parameter or environment variable. This seems to be the easiest way to set it. I tested this locally on a Win11 VM and it looks to work the same as setting -platform windows:darkmode=1 or setting QT_QPA_PLATFORM=windows:darkmode=1. Note this does need to be set before the QApplication is originally created and so I think it has to be done per app to work. If I missed some other way to set this that would be better I would be interested to know more.

QT Docs: https://doc.qt.io/qt-5/qguiapplication.html#platform-specific-arguments
2022-12-17 00:00:36 +00:00
Albert Astals Cid
f0fe7aacb5 Add 22.08.1 Windows binary to appstream data 2022-12-01 22:24:41 +01:00
Phu Nguyen
57ea4a0be3 Remove leftover of a release element which made the syntax invalid 2022-12-01 09:14:53 +00:00
Heiko Becker
95846eaf4e GIT_SILENT Update Appstream for new release
(cherry picked from commit 6076431f4b)
2022-11-30 09:03:22 +01:00
Heiko Becker
7a27483063 GIT_SILENT Update Appstream for new release
(cherry picked from commit cf4777477c)
2022-11-30 09:03:22 +01:00
Albert Astals Cid
91afa74342 Set minimum requirement to Ubuntu 22.04 2022-11-19 09:48:15 +00:00
l10n daemon script
3c4d8cbfd3 GIT_SILENT made messages (after extraction) 2022-11-11 00:43:49 +00:00
l10n daemon script
9f1300c115 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"
2022-11-10 01:51:04 +00:00
l10n daemon script
547a0e2f76 GIT_SILENT made messages (after extraction) 2022-11-01 00:45:28 +00:00
l10n daemon script
9579a4540f 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"
2022-10-28 01:51:08 +00:00
l10n daemon script
5426a0c8af GIT_SILENT made messages (after extraction) 2022-10-25 00:45:15 +00:00
Heiko Becker
8119d903a3 GIT_SILENT Update Appstream for new release
(cherry picked from commit b39a4d7fe2)
2022-10-10 21:58:46 +02:00
Eugene Popov
f2db7b5288 [WelcomeView] Improve locating a file in the file manager
Use KIO::highlightInFileManager to highlight a file in the file manager.
2022-10-04 21:05:39 +00:00
l10n daemon script
804cadfb53 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"
2022-09-18 01:41:53 +00:00
l10n daemon script
5fcb59011b GIT_SILENT made messages (after extraction) 2022-09-18 00:43:16 +00:00
l10n daemon script
04059bae4b 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"
2022-09-08 01:47:47 +00:00
l10n daemon script
1ffc9514a5 GIT_SILENT made messages (after extraction) 2022-09-08 00:45:24 +00:00
Heiko Becker
db9f77543e GIT_SILENT Update Appstream for new release
(cherry picked from commit 8cb15507fd)
2022-09-03 01:08:35 +02:00
Nicolas Fella
9dba719f80 Add 22.08.0 Windows binary to appstream data 2022-08-31 17:47:21 +02:00
Albert Astals Cid
4ad5753c3c GIT_SILENT Update Appstream for new release
(cherry picked from commit a0c6cb572a)
2022-08-10 23:45:16 +02:00
l10n daemon script
c1d91bbb39 GIT_SILENT made messages (after extraction) 2022-08-07 00:43:52 +00:00
l10n daemon script
7589278d35 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"
2022-08-05 01:42:21 +00:00
l10n daemon script
66e3401f54 GIT_SILENT made messages (after extraction) 2022-08-05 00:43:17 +00:00
l10n daemon script
d2674bd7ad GIT_SILENT made messages (after extraction) 2022-07-12 00:43:49 +00:00
l10n daemon script
2c2907417e GIT_SILENT made messages (after extraction) 2022-07-09 00:43:22 +00:00
l10n daemon script
326d314677 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"
2022-07-03 01:54:16 +00:00
l10n daemon script
df66d0cf13 GIT_SILENT made messages (after extraction) 2022-07-03 00:44:27 +00:00
l10n daemon script
07b9872518 GIT_SILENT made messages (after extraction) 2022-07-02 00:44:24 +00:00
Heiko Becker
f9e78b9253 GIT_SILENT Update Appstream for new release
(cherry picked from commit 6bc195446d)
2022-07-01 21:37:09 +02:00
l10n daemon script
9df4986183 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"
2022-07-01 01:46:49 +00:00
Oliver Sander
41e59e4f55 Set Qt::HighDpiScaleFactorRoundingPolicy::PassThrough also on Unix
Previously this was Windows-only, the reasons are described in

  https://bugs.kde.org/show_bug.cgi?id=416078

However, one and a half years later I don't see any negative effects
when setting this option,  (In fact, I don't see any effects at all),
both for X11 and Wayland.  Let's therefore enable PassThrough for
Unix as well, in order to reduce the amount of platform-specific code.
2022-06-25 09:51:57 +00:00
l10n daemon script
1fa5931b1d GIT_SILENT made messages (after extraction) 2022-06-20 00:43:39 +00:00
l10n daemon script
a761a59630 GIT_SILENT made messages (after extraction) 2022-06-13 00:54:48 +00:00
Albert Astals Cid
12a222c950 Merge remote-tracking branch 'origin/release/22.04' 2022-06-09 11:21:35 +02:00
Albert Astals Cid
1e6ee25f0b Allow word-wrapping for the "Welcome to Okular" message 2022-06-09 08:17:40 +00:00
l10n daemon script
4c57664483 GIT_SILENT made messages (after extraction) 2022-06-07 02:58:00 +00:00
l10n daemon script
f0b94bee66 GIT_SILENT made messages (after extraction) 2022-06-07 00:47:37 +00:00
Heiko Becker
6ad408cd66 GIT_SILENT Update Appstream for new release 2022-06-04 10:27:58 +02:00
Nicolas Fella
86a7a29968 Fix Windows platform name in appstream data 2022-05-31 18:47:34 +02:00
Nicolas Fella
db958245ee Add 22.04.1 Windows release to appstream 2022-05-31 18:47:20 +02:00
l10n daemon script
74b78c1ca2 GIT_SILENT made messages (after extraction) 2022-05-28 03:02:18 +00:00
l10n daemon script
1f9063c443 GIT_SILENT made messages (after extraction) 2022-05-28 00:50:30 +00:00
l10n daemon script
dbe951e103 GIT_SILENT made messages (after extraction) 2022-05-17 02:10:46 +00:00
l10n daemon script
8880077fe6 GIT_SILENT made messages (after extraction) 2022-05-17 00:43:26 +00:00
l10n daemon script
9b57bb847e GIT_SILENT made messages (after extraction) 2022-05-13 02:11:05 +00:00
l10n daemon script
3001fcb88d GIT_SILENT made messages (after extraction) 2022-05-13 00:44:03 +00:00
Heiko Becker
be0f1090ae GIT_SILENT Update Appstream for new release
(cherry picked from commit 3144226af6)
2022-05-07 11:34:49 +02:00
Heiko Becker
3144226af6 GIT_SILENT Update Appstream for new release 2022-05-07 11:34:30 +02:00
Yuri Chornoivan
743b5139ad Remove extra window title 2022-04-27 08:29:53 +03:00
l10n daemon script
f85b42bd76 GIT_SILENT made messages (after extraction) 2022-04-22 02:14:09 +00:00