- 02 Jul, 2022 1 commit
-
-
Script Kiddy authored
-
- 29 Jun, 2022 1 commit
-
-
Aleix Pol Gonzalez authored
Better metadata, better life
-
- 28 Jun, 2022 1 commit
-
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
- 12 Jun, 2022 1 commit
-
-
Script Kiddy authored
-
- 10 Jun, 2022 1 commit
-
-
Emilio Cobos Álvarez authored
CCBUG: 454756
-
- 04 Jun, 2022 1 commit
-
-
Script Kiddy authored
-
- 31 May, 2022 1 commit
-
-
Xaver Hugl authored
-
- 27 May, 2022 1 commit
-
-
See discussion in plasma-framework!500. CCBUG: 411462 CCBUG: 332512
-
- 22 May, 2022 1 commit
-
-
Nicolas Fella authored
There's no currentSerial, this was presumably supposed to be lastInputSerial
-
- 14 May, 2022 1 commit
-
-
Script Kiddy authored
-
- 09 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 06 Apr, 2022 1 commit
-
-
Adriaan de Groot authored
- use QCOMPARE rather than == so that if this fails, we know how many activities there were rather than just "not two".
-
- 05 Apr, 2022 4 commits
-
-
Nicolas Fella authored
-
Nicolas Fella authored
The test tries to start Weston and skips when it is not found 486d86bc broke this by verifying whether the executable is found This caused the test to fail instead of skip when Weston is not installed
-
Nicolas Fella authored
It doesn't really do anything useful, but is needed to build KIO
-
Nicolas Fella authored
-
- 02 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 13 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 05 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 03 Mar, 2022 1 commit
-
-
Volker Krause authored
-
- 16 Feb, 2022 1 commit
-
-
Script Kiddy authored
-
- 15 Feb, 2022 1 commit
-
-
Nicolas Fella authored
Otherwise consumers that expect it to be async break BUG: 450342
-
- 05 Feb, 2022 1 commit
-
-
Script Kiddy authored
-
- 03 Feb, 2022 1 commit
-
- 15 Jan, 2022 3 commits
-
-
Christoph Cullmann authored
-
Laurent Montel authored
-
Ahmad Samir authored
Instead of /usr/include/KF5/kwindowsystem_version.h. For more details see: kservice!79 GIT_SILENT
-
- 13 Jan, 2022 1 commit
-
-
Albert Vaca Cintora authored
-
- 08 Jan, 2022 1 commit
-
-
Script Kiddy authored
-
- 07 Jan, 2022 1 commit
-
-
- 05 Jan, 2022 2 commits
-
-
Fabian Vogt authored
Xlib functions which work with keyboard mappings have a (Display) internal cache, which needs to be refreshed on mapping changes by calling X(kb)RefreshKeyboardMapping on change notify events. After Qt switched to XCB, that is no longer happening, and it's also not possible to get to the XEvent needed for triggering the refresh. Switch over to using the XCB equivalent and just load the symbols on every invocation. BUG: 426684
-
Julius Zint authored
There is already a dummy plugin that is loaded, if it is not possible to locate a matching platform plugin. The only difference was, that the Wayland platform plugin always returned true for compositingActive. This is now done by the dummy plugin to not break anything.
-
- 03 Jan, 2022 2 commits
-
-
Nicolas Fella authored
This is more or less the same as desktopFileName, but made by GTK
-
Ahmad Samir authored
GIT_SILENT
-
- 02 Jan, 2022 3 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
Friedrich W. H. Kossebau authored
Left-over from 328fe001 NO_CHANGELOG
-
- 01 Jan, 2022 1 commit
-
-
Script Kiddy authored
-
- 28 Dec, 2021 1 commit
-
-
Ahmad Samir authored
Can't use 'TARGET Qt5::X11Extras' because it my be undefined at the time this file is used, instead use Qt6::Gui which will be set by the find_dependency call above. NO_CHANGELOG
-
- 18 Dec, 2021 1 commit
-
-
Ahmad Samir authored
That method takes a char32_t, unlike its non-static namesake which only takes char16_t and has an assert that checks the arg is <= '0xffff', and the unit test was hitting that assert. Thanks to Fabian Vogt for figuring it out.
-