- 26 Jan, 2021 5 commits
-
-
Mikel Johnson authored
Right now Avatar isn't mature enough for keyboard navigation so it's best to work around touch issue for now
-
Nate Graham authored
This allows the new Kickoff's configuration window to be opened without having to right-click, increasing usability for touch and for people who aren't in the habit of right-clicking everything. Many other applets have visible configure buttons now. Kickoff never did in the past, but this redesign gives us a perfect place to put it.
-
Nate Graham authored
Need to make sure it can take focus too.
-
Jan Blackquill authored
This ID was used elsewhere in code; which caused breakages when it was accidentally removed in 6a8bf09c.
-
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"
-
- 25 Jan, 2021 3 commits
-
-
Jan Blackquill authored
This works around a Kirigami bug in a manner that can be shipped in 5.21, as well as bringing consistency with other clickable avatars which typically use actions.main instead of wrapping the Avatar in another component. As a bonus, we lose a lot of excess code. CCBUG: 428380
-
Nate Graham authored
"repeat the key being held" -> "repeat the key". "being held" is implicit and redundant. Requested by VDG.
-
Niccolò Venerandi authored
-
- 24 Jan, 2021 2 commits
-
-
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"
-
Script Kiddy authored
-
- 23 Jan, 2021 4 commits
-
-
Mikel Johnson authored
-
Kai Uwe Broulik authored
* Simplify to be a `Repeater` in a `ColumnLayout` * Popuplate context menu with an `Instantiator` with `MenuItem` as delegate * Elide power buttons if necessary (previously they would just be cut off/fall off the view) * Position context menu below/above the leave button * Make leave button "pressed" while the menu is open
-
Mikel Johnson authored
BUG: 431894 FIXED-IN: 5.21
-
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"
-
- 22 Jan, 2021 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 Jan, 2021 16 commits
-
-
Nate Graham authored
This commit adds to Folder View a feature that Dolphin has: the ability to rename a selected item by clicking on its title when it's already selected and the user is using the double-click mode. BUG: 392731 FIXED-IN: 5.21
-
Marco Martin authored
the first page of this kcm will be treated as a sidebar if the window is wide enough
-
Jonathan Riddell authored
GIT_SILENT
-
Jonathan Riddell authored
GIT_SILENT
-
David Edmundson authored
If the applet isn't ready to be a replacement on X11 disable by default. This means the KCM settings still work as before. For wayland we've disabled the relevant SNI in kwin, so we detect if we're on wayland and show then. This gives us the best of both for Plasma 5.20.
-
Nicolas Fella authored
Use the same wording structure for both given they appear next to each other in the alternatives switcher
-
Jonathan Riddell authored
GIT_SILENT
-
Alexander Lohnau authored
GIT_SILENT
-
David Edmundson authored
By using the automagic kcfg system we have the apply button work correctly.
-
Alexander Lohnau authored
-
Alexander Lohnau authored
If you want git blame to ignore formatting revisions run: git config blame.ignoreRevsFile .git-blame-ignore-revs
-
Alexander Lohnau authored
-
Alexander Lohnau authored
-
Alexander Lohnau authored
Otherwise the signatures would not be normalized after the formatting.
-
Alexander Lohnau 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"
-
- 20 Jan, 2021 9 commits
-
-
Wael CH authored
-
David Redondo authored
captureFinished only fires if a capture was done, when pressing the clear it is not emitted. So we have to go back to listening for keySequence changes and comparing the keySequence to not emit configurationChanged on initial load. BUG:429500
-
David Redondo authored
This reverts commit 9aa7f986. CCBUG:429500
-
Wael CH authored
This commit adds a button in Desktop Edit Mode Toolbox, to launch the Global Theme KCM. This makes the setting more discoverable, and easy to access when customizing the desktop.
-
Andrey Butirsky authored
All layouts names are now stored in layoutsList Property and not in Action applet's menu objects. There is no need for KeyboardDaemon::getLayoutLongName() DBus method any more. See corresponding P-W commit. Also fix "&" symbol in ToolTip text.
-
Andrey Butirsky authored
Add scrolling in opposite direction. Along the way, remove OSD as it doesn't belong here and for consistency with legacy applet. Instead, KeyboardInputRedirection::processKey() should be fixed to have common OSD behaviour for Wayland and X11.
-
Andrey Butirsky authored
We don't pass ID in layout list via DBus any more as it's just Index now.
-
Andrey Butirsky authored
Reworked for new DBus API and event-driven plugin interface to QML. Essentially, we now get only one DBus signal with id when the layout changes. All the other info applet is capable to lookup locally via it's own data - no need for additionally DBus calls any more. This is possible because new API provides exhaustive info about all layouts via updated getLayoutsList() call - now it returns a vector of all layouts with all names for each. This info is stored on QML side in Actions objects - which at the same time serve to fill context menu.
-
Cyril Rossi authored
-