------------------------------------------------------------------- Tue Feb 21 14:09:16 UTC 2023 - Fabian Vogt - 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 ------------------------------------------------------------------- Mon Feb 13 17:38:06 UTC 2023 - Fabian Vogt - Tarball got respun. Changes: * Avoid creating empty fs permission entry from overrides ------------------------------------------------------------------- Thu Feb 9 14:19:37 UTC 2023 - Fabian Vogt - 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 ------------------------------------------------------------------- Thu Jan 19 19:11:53 UTC 2023 - Fabian Vogt - Initial package