- 27 May, 2022 2 commits
-
-
Luca Carlon authored
-
Luca Carlon authored
-
- 26 May, 2022 8 commits
-
-
Luca Carlon authored
-
Luca Carlon authored
-
Luca Carlon authored
-
Luca Carlon authored
-
Luca Carlon authored
-
Luca Carlon authored
-
Luca Carlon authored
-
Luca Carlon authored
Plasma dialogs are set to be frameless, so they are not resizable or movable. To fix bug #332512 resizable dialogs are instead needed. This commits adds a property containing the set of edges that the user is allowed to resize. The set is empty by default, which should leave the dialog implementation unaltered for the rest of Plasma. BUG: 332512
-
- 24 May, 2022 1 commit
-
-
Alexander Lohnau authored
-
- 23 May, 2022 3 commits
-
-
Alexander Lohnau authored
-
Alexander Lohnau authored
Otherwise I get the following error: ```log plasma-framework/src/plasma/svg.cpp:39:35: error: non-constant-expression cannot be narrowed from type 'size_t' (aka 'unsigned long') to 'unsigned int' in initializer list [-Wc++11-narrowing] std::array<uint, 10> parts = {::qHash(id.width), ^~~~~~~~~~~~~~~~~ ```
-
Alexander Lohnau authored
All the KPluginInfo usages are already deprecated.
-
- 21 May, 2022 2 commits
-
-
Xaver Hugl authored
-
Alexander Lohnau authored
In case one hides deprecated API, the internalLoad* methods are still visible and thus we need KPluginInfo around.
-
- 20 May, 2022 1 commit
-
-
Alexander Lohnau authored
The old KPluginInfo method got deprecated, but there was not getter for the KPluginMetaData implemented. Relates to https://phabricator.kde.org/T15468
-
- 18 May, 2022 2 commits
-
-
ivan tkachenko authored
Would be nice to also save on extra Array.from allocation, but in QML list<> type is not that much interoperable with JS Array.
-
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"
-
- 17 May, 2022 1 commit
-
-
Kai Uwe Broulik authored
Instead of not wheeling at all on year view and wheeling years on decade view
-
- 16 May, 2022 1 commit
-
-
Ahmad Samir authored
Instead of setFilterFixedString() which doesn't modify the QRegularExpression part of the QSFPM, and use QRegularExpression::escape() on the pattern to make it plain text. Match case-insensitively to match what's done in SortFilterModel::setFilterRegExp(). Note that this whole class is going to be moved out of here (see comment in header file).
-
- 15 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"
-
- 14 May, 2022 1 commit
-
-
Script Kiddy authored
-
- 12 May, 2022 4 commits
-
-
Alexander Lohnau authored
Task: https://phabricator.kde.org/T15452
-
Fushan Wen authored
This fixes a memory leak caused by calling `qmlRegisterType` multiple times to register the same type. See also: https://bugreports.qt.io/browse/QTBUG-89406
-
Fushan Wen authored
If the selected wallpaper plugin in dropjob action menu is not the current one, we need to change the wallpaper plugin first to set the wallpaper.
-
The `group` variable is used elsewhere to get the list-of-things- to-exclude, but that isn't done in this method. Remove the variable.
-
- 08 May, 2022 1 commit
-
-
Fushan Wen authored
`org.kde.plasma.calendar` was imported twice in DayDelegate.qml
-
- 07 May, 2022 3 commits
-
-
This reverts commit de4ee439. The change was merged while it was still in the draft stage.
-
David Faure authored
Atlas::enqueueTextureUpload in qtdeclarative/src/quick/scenegraph/util/qsgrhiatlastexture.cpp sets the format to QImage::Format_RGBA8888_Premultiplied. This test still fails further though, animations are temporarily disabled by commit 69d90b61.
-
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"
-
- 06 May, 2022 2 commits
-
-
Méven Car authored
-
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"
-
- 05 May, 2022 2 commits
-
-
This allows us to move icon logic from system tray's C++ code to QML. With a SNI, it's possible to indicate custom IconThemePath property where the system tray visualization should look for icons. Intended usage: PlasmaCore.IconItem { loader.appDir: appDir loader.extraSearchPaths: paths }
-
The import was missing in MenuStyle, which makes menu text become invisible.
-
- 04 May, 2022 5 commits
-
-
David Faure authored
-
David Faure authored
This reverts commit a2a0df57. The Qt6 tests fail :(
-
David Faure authored
Task tracked at: teams/frameworks-devs/kf6-workboard#2
-
David Faure authored
Testcase: XDG_DATA_DIRS=/nonexistent bin/dialogstatetest Before: ASSERT: "!packageBasePath.isEmpty()" in file plasma/private/theme_p.cpp After: The test passes
-
Fushan Wen authored
The file was missed in the porting.
-