2023-02-22 21:25:17 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Tue Feb 21 14:09:16 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
- Update to 5.27.1
|
|
|
|
* New bugfix release
|
|
|
|
* For more details please see:
|
|
|
|
* https://kde.org/announcements/plasma/5/5.27.1
|
|
|
|
- Changes since 5.27.0:
|
|
|
|
* DRY the code a bit
|
|
|
|
* use range based for loops where possible
|
|
|
|
* make clazy happy
|
|
|
|
* typo--
|
|
|
|
* always use frontend strings but convert to backend strings when saving (kde#465818)
|
|
|
|
* add a test case to cover BUG 465818
|
|
|
|
* don't needlessly define a default constructor
|
|
|
|
* don't else after return
|
|
|
|
* initialize variables where possible
|
|
|
|
* don't declare multiple variables in a single line
|
|
|
|
* don't const primitives
|
|
|
|
* pass qstrings by reference where appropriate
|
|
|
|
* refresh git-blame-ignore-revs for latest clang-format run
|
|
|
|
* automatic clang-format run (clang 15)
|
|
|
|
* enable clang-format
|
|
|
|
* print a cmake feature summary
|
|
|
|
* don't needlessly define default dtors
|
|
|
|
* mark constructors explicit where appropriate
|
|
|
|
* don't declare getters as slots
|
|
|
|
* sort includes
|
|
|
|
* Avoid creating empty fs permission entry from overrides
|
|
|
|
|
2023-02-13 19:32:00 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Feb 13 17:38:06 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
- Tarball got respun. Changes:
|
|
|
|
* Avoid creating empty fs permission entry from overrides
|
|
|
|
|
2023-02-12 10:28:51 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Feb 9 14:19:37 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
- Update to 5.27.0
|
|
|
|
* New bugfix release
|
|
|
|
* For more details please see:
|
|
|
|
* https://kde.org/announcements/plasma/5/5.27.0
|
|
|
|
- Changes since 5.26.90:
|
|
|
|
* Keep Advanced Permissions section collapsed by default
|
|
|
|
* Copy gitignore from systemsettings
|
|
|
|
* Fix memory management for graph of cross-referenced objects
|
|
|
|
* Fix signatures of overridden methods in model to match super-class
|
|
|
|
* Generate desktop file for KCM
|
|
|
|
* Use QStandardPaths::GenericDataLocation instead of hardcoding .local/share (kde#465339)
|
|
|
|
* Fix rows height, including partially hidden text field at the bottom
|
|
|
|
* Add "=" label between environment variable name and value in dialog
|
|
|
|
* Add workaround for broken ListView layout (rows drifting down on scroll)
|
|
|
|
* Clean up QML/JavaScript, simplify some code
|
|
|
|
* Specify translation domain (kde#464573)
|
|
|
|
* flatpakpermission: Make sure editPerm() cannot access out of bounds
|
|
|
|
* Add installed user apps to list of installed apps
|
|
|
|
* Find icons by using the deploy dir of the installed flatpak
|
|
|
|
* Initialise default index
|
|
|
|
* Make views frameless
|
|
|
|
|
2023-01-23 14:43:36 +01:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Thu Jan 19 19:11:53 UTC 2023 - Fabian Vogt <fabian@ritter-vogt.de>
|
|
|
|
|
|
|
|
- Initial package
|