- 16 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
-
- 11 Apr, 2022 1 commit
-
-
Kai Uwe Broulik authored
To complement view-left-close
-
- 09 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 05 Apr, 2022 2 commits
-
-
Nicolas Fella authored
-
Jan Blackquill authored
-
- 02 Apr, 2022 1 commit
-
-
Script Kiddy authored
-
- 21 Mar, 2022 1 commit
-
-
Nate Graham authored
Now we also have `zoom-selection` (which is the same as `zoom-select) and `zoom-all` (which is the same as zoom-original). These icon names are used by FreeCAD. BUG: 450870 FIXED-IN: 5.93
-
- 20 Mar, 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"
-
- 19 Mar, 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"
-
- 13 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 08 Mar, 2022 1 commit
-
-
Manuel Jesús de la Fuente authored
Adds 64, 22, 16px icons for the Bigscreen/Plasma Remote notifications
-
- 05 Mar, 2022 1 commit
-
-
Script Kiddy authored
-
- 17 Feb, 2022 1 commit
-
-
BUG: 391459 FIXED-IN: 5.92 note: there's no issues with licenses because the glyphs were made from scratch
-
- 16 Feb, 2022 1 commit
-
-
Script Kiddy authored
-
- 05 Feb, 2022 1 commit
-
-
Script Kiddy authored
-
- 03 Feb, 2022 3 commits
-
-
BUG: 416302 FIXED-IN: 5.91 Make the dark arrow part of the plasma logo change to white when used with a dark theme. The two icon sizes are also made more alike color-wise. The changes include: - sizes 64 & 96 using the same kind of grey, - the dark part being color adaptive to dark themes, - size 64 no longer using the accent color for the bottom dot.
-
Change the colors of icons that have had differing colors at certain sizes, to make them all consistent. This MR will change: - folder-important at size 48 & 96 to a red color (and add some presumably missing fill-rule attributes to 96), - folder-paint at size 22 to same as text color, - Godot mimetypes (except gdscript) at sizes 32 & 64 to their respective colors, - RData mimetype at size 16 to the color used at all other sizes. <details><summary>Screenshots (slightly jumbled, but should suffice)</summary>     </details>
-
- 28 Jan, 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"
-
- 23 Jan, 2022 1 commit
-
-
Volker Krause authored
-
- 10 Jan, 2022 1 commit
-
-
Phu Nguyen authored
-
- 08 Jan, 2022 1 commit
-
-
Script Kiddy authored
-
- 05 Jan, 2022 2 commits
-
-
Nate Graham authored
Now the icons are brightness-{high,low}, and the old {high,low}-brightness icons are symlinks to them.
-
Heiko Becker authored
[1] introduced new icons which are apparently duplicates of already existing icons and made the dupe test fail. [1] 9073eb1f
-
- 01 Jan, 2022 2 commits
-
-
Script Kiddy authored
-
The current code for installation of icons breaks on older cmake, in particular Debian/stable but also others, with: CMake Error at icons/CMakeLists.txt:29 (install): install FILES given directory "actions/16@2x" to install. The code is refactored to go back to the installation method of 5.88 (installing the directories as is, which will also install the symlinks), but still check for missing svg files in the icons-dark and install them, too. In contrast to 5.88, the list of directories to be installed is dynamically generated and not hard-coded.
-
- 23 Dec, 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"
-
- 17 Dec, 2021 1 commit
-
-
Ahmad Samir authored
This was built with: -DQT_MAJOR_VERSION=6 \ -DEXCLUDE_DEPRECATED_BEFORE_AND_AT=5.90.0 \ -DKF_DISABLE_DEPRECATED_BEFORE_AND_AT=0x055a00 All unittests still pass.
-
- 16 Dec, 2021 1 commit
-
-
Andreas-Kainz authored
BUG 447062
-
- 15 Dec, 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"
-
- 13 Dec, 2021 1 commit
-
-
Script Kiddy authored
-
- 12 Dec, 2021 1 commit
-
-
Rodney Dawes authored
As some of the directories of the theme are symlinks for scaled sizes we need to include them in the list of files to install as well.
-
- 06 Dec, 2021 2 commits
-
-
Artem Grinev authored
-
Christoph Cullmann authored
icon install works now like this: * collect all light icons * install them just for light theme * install dark icons * install all missing ones from light theme we collected before
-
- 04 Dec, 2021 1 commit
-
-
Script Kiddy authored
-
- 03 Dec, 2021 4 commits
-
-
Christoph Cullmann authored
This reverts commit 8309a44a. => fails differently
-
Christoph Cullmann authored
-
Rodney Dawes authored
In order to ensure the dark icons are copied over the light icons which are installed into the dark theme for BUG:444095, we need to execute the copy command ourselves rather than using CMake's internal copy mechanism used by the normal install command, so we use CODE mode of install to execute_process and print an appropriate status message. BUG: 445489
-
Jan Blackquill authored
-