- 18 Jan, 2021 1 commit
-
-
Ahmad Samir authored
In C++20 there are new classes that have member functions named emit(). c.f.: https://lists.qt-project.org/pipermail/development/2020-February/038812.html https://en.cppreference.com/w/cpp/io/basic_osyncstream/emit GIT_SILENT
-
- 15 Jan, 2021 1 commit
-
-
Friedrich W. H. Kossebau authored
NO_CHANGELOG
-
- 09 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 02 Jan, 2021 1 commit
-
-
Script Kiddy authored
-
- 18 Dec, 2020 1 commit
-
-
Albert Astals Cid authored
-
- 15 Dec, 2020 1 commit
-
-
David Edmundson authored
-
- 12 Dec, 2020 3 commits
-
-
Ahmad Samir authored
From [1] and [2]: - Always pass a parent when creating a QObject, otherwise it could leak if not deleted manually - During refactoring it creates the risk of a layout being created and unused, and therefore leaked because it has no parent [1] https://codereview.qt-project.org/c/qt/qtbase/+/318964/2 [2] https://codereview.qt-project.org/c/qt/qtbase/+/321252
-
Script Kiddy authored
-
Laurent Montel authored
-
- 05 Dec, 2020 1 commit
-
-
Script Kiddy authored
-
- 26 Nov, 2020 2 commits
-
-
Albert Astals Cid authored
-
Laurent Montel authored
Qt::MidButton is equal to Qt::MiddleButton and it was removed in qt6
-
- 16 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 07 Nov, 2020 1 commit
-
-
Script Kiddy authored
-
- 28 Oct, 2020 2 commits
-
-
Vlad Zahorodnii authored
This is needed for an autotest in kwayland-server.
-
Aleix Pol Gonzalez authored
-
- 23 Oct, 2020 1 commit
-
-
Laurent Montel authored
-
- 10 Oct, 2020 1 commit
-
-
Script Kiddy authored
-
- 04 Oct, 2020 1 commit
-
-
Script Kiddy authored
-
- 29 Sep, 2020 1 commit
-
-
Christoph Cullmann authored
-
- 28 Sep, 2020 1 commit
-
-
Fang Tan authored
-
- 12 Sep, 2020 1 commit
-
-
Script Kiddy authored
-
- 06 Sep, 2020 1 commit
-
-
Script Kiddy authored
-
- 25 Aug, 2020 1 commit
-
-
David Edmundson authored
-
- 23 Aug, 2020 1 commit
-
-
Friedrich W. H. Kossebau authored
Having the macro's definition of the operator| in the namespace of the flags argument improves/unbreaks things for the argument-dependent lookup of unqualified function names, e.g. when flags are combined in calls of other methods, but there is some other operator| defined in the namespace of the current code. Given Q_DECLARE_OPERATORS_FOR_FLAGS creates inlined functions, this should be a source and binary compatible change. Qt did similar for Qt 5.12 in https://codereview.qt-project.org/c/qt/qtbase/+/225348
-
- 17 Aug, 2020 1 commit
-
-
Andreas Cord-Landwehr authored
-
- 08 Aug, 2020 1 commit
-
-
Script Kiddy authored
-
- 01 Aug, 2020 1 commit
-
-
Script Kiddy authored
-
- 27 Jul, 2020 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 23 Jul, 2020 2 commits
-
-
Friedrich W. H. Kossebau authored
GIT_SILENT
-
Aleix Pol Gonzalez authored
Offer a PlasmaWindow::uuid so we can identify windows when communicating with the compositor. Deprecates the internalId which is the entire reason why this was ported (that it isn't stable enough).
-
- 13 Jul, 2020 1 commit
- 12 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 04 Jul, 2020 1 commit
-
-
Script Kiddy authored
-
- 13 Jun, 2020 1 commit
-
-
Script Kiddy authored
-
- 06 Jun, 2020 1 commit
-
-
Script Kiddy authored
-
- 28 May, 2020 1 commit
-
-
Adriaan de Groot authored
The <linux/input.h> header doesn't necessarily exist on FreeBSD (it is provided by ports, which aren't required for the rest of KWayland it seems). Test *testRemoteAccess* uses that header, but doesn't actually need it; just drop the #include.
-
- 20 May, 2020 1 commit
-
-
Vlad Zahorodnii authored
We use GitLab now.
-
- 19 May, 2020 1 commit
-
-
Laurent Montel authored
-
- 09 May, 2020 1 commit
-
-
Script Kiddy authored
-