- 18 Sep, 2021 3 commits
- 17 Sep, 2021 1 commit
-
-
Ismael Asensio authored
When in narrow mode, hide the empty labels so they do not add their extra height and margins
-
- 16 Sep, 2021 2 commits
-
-
Devin Lin authored
-
Aleix Pol Gonzalez authored
Otherwise the declarative dream dies. Fixes #25
-
- 15 Sep, 2021 2 commits
-
-
While section headers may contain controls that need focus, they should rarely accept focus themselves. Therefore, it makes more sense to default them to not accepting focus.
-
Enter/return will do the same as clicking on the item, while up/down match backtab/tab.
-
- 12 Sep, 2021 1 commit
-
-
Jonah Brüchert authored
-
- 11 Sep, 2021 1 commit
-
-
Script Kiddy authored
-
- 09 Sep, 2021 1 commit
-
-
Aleix Pol Gonzalez authored
-
- 06 Sep, 2021 2 commits
-
-
It's deprecated and we don't need it anymore.
-
Arjen Hiemstra authored
This matches the timeout used in tst_actiontoolbar and is hopefully sufficient for tests to work correctly on CI.
-
- 05 Sep, 2021 3 commits
-
-
-
David Faure authored
-
David Faure authored
-
- 04 Sep, 2021 1 commit
-
-
Script Kiddy authored
-
- 02 Sep, 2021 4 commits
-
-
Arjen Hiemstra authored
Otherwise we may not be in a proper clean state as the application is still processing events from a previous run.
-
Arjen Hiemstra authored
This allows the loaders to not block other actions while they are loading, improving startup speed and general item creation speed.
-
Arjen Hiemstra authored
There's no need for DropShadow here, we can replace the background rectangle with ShadowedRectangle and get shadows for "free".
-
Arjen Hiemstra authored
During page creation, the globalToolBarStyle property may not yet be properly initialised, which means we load and create ActionButton, then almost immediately afterwards discard it again once we know for sure we're using the ToolBar style. This also unfolds the binding for "actionButtons.active" since it was really hard to follow.
-
- 01 Sep, 2021 4 commits
-
-
If the aboutData doens't specify a bug address URL it'll open the "bugs.kde.org" website.
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
Jonah Brüchert authored
-
- 31 Aug, 2021 3 commits
-
-
Most of the things were there, it just needed some slight fixing. Also highlighted a QML weirdness where you're apparently allowed to declare properties with the same name as those from the base class which creates duplicate properties.
-
Kai Uwe Broulik authored
There's no point in duplicating the button text unless it's not shown BUG: 441810
-
Harald Sitter authored
-
- 28 Aug, 2021 1 commit
-
-
Laurent Montel authored
-
- 27 Aug, 2021 1 commit
-
-
Jakob Petsovits authored
-
- 23 Aug, 2021 1 commit
-
-
- 19 Aug, 2021 1 commit
-
-
Nate Graham authored
GIT_SILENT
-
- 17 Aug, 2021 1 commit
-
-
Felipe Kinoshita authored
This commit adds two components: * CategorizedSettings, a container for setting actions showing them in a list view and displaying the actual page next to it. * SettingAction, each SettingAction given to a CategorizedSettings is used to declare a specific setting page.
-
- 15 Aug, 2021 2 commits
-
-
Dan Leinir Turthra Jensen authored
-
Script Kiddy authored
-
- 14 Aug, 2021 2 commits
-
-
Carl Schwan authored
qqc2-desktop-style will then use this hind to enable spellchecking with sonnet
-
Script Kiddy authored
-
- 13 Aug, 2021 1 commit
-
-
Ahmad Samir authored
clang-tidy checks: readability-isolate-declaration and readability-braces-around-statements KF task: https://phabricator.kde.org/T14729 GIT_SILENT
-
- 12 Aug, 2021 1 commit
-
-
Arjen Hiemstra authored
Since we already have a fallback, we can use the same fallback when createPlatformTheme returns nullptr. This makes things slightly more robust and allows plugins to opt into the fallback behaviour for PlatformTheme.
-
- 10 Aug, 2021 1 commit
-
-
If we do not rate limit, we flood the logs with deprecation warnings. At the same time, we do want to show these at least once.
-