- 22 Jun, 2022 1 commit
-
-
Ahmad Samir authored
GIT_SILENT
-
- 13 Jun, 2022 1 commit
-
-
Script Kiddy authored
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"
-
- 12 Jun, 2022 1 commit
-
-
Script Kiddy authored
-
- 04 Jun, 2022 1 commit
-
-
Script Kiddy authored
-
- 30 May, 2022 1 commit
-
-
Nate Graham authored
In general actions need to start with verbs so that the user knows what will happen. Changing "Actual Size" to "Zoom to Actual Size" makes the action compliant with this rule, and also makes it clear that this is a zoom action, so anywhere the user searches for the word "zoom", they will find it.
-
- 28 May, 2022 1 commit
-
-
Script Kiddy authored
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"
-
- 21 May, 2022 1 commit
-
-
Xaver Hugl authored
-
- 14 May, 2022 1 commit
-
-
Script Kiddy authored
-
- 13 May, 2022 1 commit
-
-
example didn't compile
-
- 04 May, 2022 1 commit
-
-
David Faure authored
If $HOME isn't canonical (e.g. on FreeBSD it's /home/user while the canonical path is /usr/home/user), replacing the canonical version of $HOME with $HOME means that we'll read back a different value than we wrote in. It might seem "equivalent" but it leads to surprises like KRecentDocuments showing duplicates because /usr/home/user became /home/user in the KConfig roundtrip (but not in the XBEL roundtrip). This commit loses the replacement of /usr/home/user with $HOME on FreeBSD, but I think an exact roundtrip is what we expect, rather than stuff being modified under our feet. The alternative would be to canonicalize everything in KRecentDocuments but users don't want to see the /usr in front, I assume (so we would have to use a cache of canonicalized path, for the removal of duplicates, awful performance wise).
-
- 03 May, 2022 1 commit
-
-
David Faure authored
This is a followup to commit 3c861a6c
-
- 18 Apr, 2022 1 commit
-
-
Janet Blackquill authored
-
- 09 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 05 Apr, 2022 1 commit
-
-
Nicolas Fella authored
-
- 02 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 29 Mar, 2022 1 commit
-
-
Script Kiddy authored
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"
-
- 28 Mar, 2022 1 commit
-
-
Ahmad Samir authored
Task tracked at: teams/frameworks-devs/kf6-workboard#2
-
- 20 Mar, 2022 1 commit
-
-
David Faure authored
This seems to be mostly for workspace-level notifications (ex: color theme changed) which we don't really need on Windows.
-
- 13 Mar, 2022 2 commits
-
-
-
Script Kiddy authored
-
- 06 Mar, 2022 1 commit
-
-
Ilya Pominov authored
We save time of last modification in seconds, so compare only seconds. The incorrect comparison was introduced by a6e83f97d255023a76c8e8c83a5363f949c6d346 in monolithic kdelibs.
-
- 05 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 25 Feb, 2022 1 commit
-
-
Friedrich W. H. Kossebau authored
pyqt broke sip4 compatibility in 5.15.6, and there is no more maintainer of the KF Python bindings to fix things. Future support might need different code, so no advantage in keeping the old code around.
-
- 24 Feb, 2022 1 commit
-
-
Volker Krause authored
This is basically the C++ counter-part to !94 and allows to easily retrofit window size persistence on existing windows/ dialogs, replacing e.g. code like https://invent.kde.org/pim/pimcommon/-/blob/master/src/pimcommon/widgets/kpimprintpreviewdialog.cpp. This is a bit more complicated than one might expect, as KWindowConfig works with QWindows, but that's something freshly created QWidget windows/ dialogs don't have yet. Additionally, we are in a library here that doesn't depend on Qt::Widgets. To overcome this we move the widget-dependent code (basically just a call to QWidget::windowHandle()) to inline template code (and thus into the consumer), use std::function's type erasure to pass it into the library code, and an event filter on the widget to wait for the QWindow to become available.
-
- 21 Feb, 2022 1 commit
-
-
Ilya Pominov authored
Macros Q_NAMESPACE_EXPORT should be used without semicolon https://doc.qt.io/qt-5/qobject.html#Q_NAMESPACE_EXPORT This generates warning: extra ‘;’ [-Wpedantic]
-
- 18 Feb, 2022 3 commits
-
-
Friedrich W. H. Kossebau authored
-
Volker Krause authored
-
Volker Krause authored
This fixes the build with Qt6 on Android.
-
- 17 Feb, 2022 1 commit
-
-
Alexander Lohnau authored
This has should be done explicitely, as the docs explain. This causes issues for the KScreenLocker KCM port.
-
- 16 Feb, 2022 1 commit
-
-
Script Kiddy authored
-
- 15 Feb, 2022 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 14 Feb, 2022 3 commits
-
-
Kai Uwe Broulik authored
Rather than abort the build, don't create a session config and print a warning. Signed-off-by:
Eike Hein <eike.hein@mbition.io>
-
Rather than abort the build, don't create a session config and print a warning. Signed-off-by:
Eike Hein <eike.hein@mbition.io>
-
Signed-off-by:
Eike Hein <eike.hein@mbition.io>
-
- 11 Feb, 2022 1 commit
-
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
- 09 Feb, 2022 1 commit
-
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
- 05 Feb, 2022 1 commit
-
-
Script Kiddy authored
-
- 04 Feb, 2022 1 commit
-
-
David Redondo authored
Since we are not building the library but the source files we don't want the macro to expand to __declspec(dllimport).
-
- 01 Feb, 2022 1 commit
-
-
David Redondo authored
It will trigger side effects like triggering the dbus signal which depending on the timing may be delivered only in the next test case causing an unexpected change signal emission.
-
- 24 Jan, 2022 1 commit
-
-
Albert Astals Cid authored
-