------------------------------------------------------------------- Wed Dec 6 11:46:06 UTC 2023 - Fabian Vogt - Update to 5.27.10 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/5/5.27.10 - No code changes since 5.27.9 ------------------------------------------------------------------- Tue Oct 24 14:23:52 UTC 2023 - Fabian Vogt - Update to 5.27.9 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/5/5.27.9 - No code changes since 5.27.8 ------------------------------------------------------------------- Tue Sep 12 11:22:20 UTC 2023 - Fabian Vogt - Update to 5.27.8 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/5/5.27.8 - No code changes since 5.27.7 ------------------------------------------------------------------- Tue Aug 1 11:18:34 UTC 2023 - Fabian Vogt - Update to 5.27.7 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/5/5.27.7 - No code changes since 5.27.6 ------------------------------------------------------------------- Tue Jun 20 17:14:59 UTC 2023 - Fabian Vogt - Update to 5.27.6 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/5/5.27.6 - Changes since 5.27.5: * Add KItemModels to dependencies * FlatpakPermissionModel: Merge defaults from a list of overrides (kde#466997) * FlatpakReference: Port metadata and overrides to a list of files ------------------------------------------------------------------- Tue May 9 13:44:06 UTC 2023 - Fabian Vogt - Update to 5.27.5 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/5/5.27.5 - Too many changes to list here ------------------------------------------------------------------- Tue Apr 4 15:05:33 UTC 2023 - Fabian Vogt - Update to 5.27.4 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/5/5.27.4 - Too many changes to list here ------------------------------------------------------------------- Tue Mar 14 15:05:48 UTC 2023 - Fabian Vogt - Update to 5.27.3 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/5/5.27.3 - Too many changes to list here - Drop patches, now upstream: * 0001-Expose-FlatpakReferencesModel-to-QML.patch * 0002-Avoid-duplicating-connections-between-ref-and-its-re.patch * 0003-Port-from-NULL-to-nullptr.patch * 0004-Fix-GLib-memory-management-issue.patch ------------------------------------------------------------------- Wed Mar 1 07:47:56 UTC 2023 - Fabian Vogt - Apply important fixes from the 5.27 branch: * 0001-Expose-FlatpakReferencesModel-to-QML.patch * 0002-Avoid-duplicating-connections-between-ref-and-its-re.patch * 0003-Port-from-NULL-to-nullptr.patch * 0004-Fix-GLib-memory-management-issue.patch ------------------------------------------------------------------- Tue Feb 28 17:34:14 UTC 2023 - Fabian Vogt - Update to 5.27.2 * New bugfix release * For more details please see: * https://kde.org/announcements/plasma/5/5.27.2 - Changes since 5.27.1: * Adjust popup modals for the footer padding in KCM * UI: Adapt "Apply / Discard" dialog to narrow screens: turn row layout into column * Plasma/5.27: Revert partially last commit due to string freeze * UI: Add changed app's name & icon to the "Apply / Discard" dialog * UI: Reparent app switching dialog, so that it is centered to the whole view * Use standard QQC2 namespace for Dialog constants * UI: Dynamically create "Apply / Discard" dialog when switching apps * Move app changing logic out of delegate, fetch ref directly from model * UI: Don't try to reload app when clicking on the current one ------------------------------------------------------------------- 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