Skip to content

Plasma 6.7.4 Complete Changelog

aurorae
  • V2: Visualize checked state. Commit.
Discover
  • Submit usefulness for the right review regardless of how the list is sorted. Commit.
  • Ui: Only keep a state saver around when we are visible. Commit.
  • UpdateModel: Do not pass a lambda to a unique connect. Commit.
  • UpdatesModel: Remove destroyed resources. Commit. Fixes bug #522255
  • ApplicationDelegate: relocate "non-default backend" badge with size. Commit.
  • ApplicationDelegate: align icons when delegate is showing size. Commit.
Plasma Addons
  • Applets/diskquota: Properly set ItemDelegate content. Commit. Fixes bug #523618
  • [Vietnamese Lunar Calendar] Fix month offset after leap month. Commit.
  • Applets/kickerdash: add BugReportUrl. Commit.
  • Applets/colorpicker: correct bug report URL. Commit. Fixes bug #522459
  • Applets/mediaframe: Fix media not updating when watched file changes on disk. Commit. Fixes bug #521538
krdp
  • VideoStream: preserve accumulated damage when coalescing progressive frames. Commit.
  • Revert "Set NoNewPrivileges on the krdpserver systemd service". Commit. Fixes bug #521776
KScreen
  • Osd: trigger Configure button on Enter, too. Commit. Fixes bug #515214
KSSHAskPass
  • Handle when unknown host prompt has no period after the finger print. Commit.
  • Support unknown RSA when it has a colon. Commit. Fixes bug #444862
  • Don't offer to remember password without identifier. Commit.
  • Prompt: Fix password change prompts. Commit.
KWayland
  • Add support for wl_fixes.ack_global_remove. Commit.
KWin
  • Kcms/xwayland: Add missing default indicator. Commit.
  • Effects/windowview: fix current desktop class border activation. Commit.
  • Debugconsole: show executable for unknown sources. Commit.
  • Backends/drm: don't remove GPUs without outputs. Commit. Fixes bug #519461
  • Effect/quickeffect: fix QuickSceneEffect module reload condition. Commit.
  • Scene/windowitem: also set suspended state for dpms off. Commit.
  • X11window: also take screen locking and dpms into account for visibility. Commit.
  • Opengl/egldisplay: work around libepoxy failing when GPU resets happen. Commit. Fixes bug #500114. Fixes bug #519263
  • Backends/drm: release the scanout buffer of virtual layers in beginFrame. Commit. Fixes bug #523353
  • Plugins/eis: Set zones mapping_ids. Commit.
  • Autotests: check the right virtual tablet before removing it. Commit.
  • Core/gpumanager: add KWIN_RENDER_NODES environment variable. Commit. See bug #521814
  • Kcms/effects: Take into account system-wide defaults. Commit.
kwin-x11
  • Main_x11: avoid overflowing crash restart command. Commit.
libkscreen
  • Remove unused maxPriority variable in adjustPriorities(). Commit.
  • Fix: emit edrPolicyChanged() instead of getter in setEdrPolicy(). Commit.
libksysguard
  • Systemstats: don't keep dangling SensorObject pointers in SensorContainer. Commit. Fixes bug #523562
libplasma
  • Use Wrap instead of WordWrap everywhere. Commit. Fixes bug #523614
  • ExpandableListItem: resize properly when number of enabled contextual actions changes. Commit. Fixes bug #506295
Plasma Bigscreen
  • Kcms/bigscreen-settings/main.qml: fix pmInhibitionEnabled config variable being referenced as pmInhibitionActive. Commit. Fixes bug #523295
  • Settingsapp: Implement subpages support for KCMs. Commit.
  • Properly support using qqc2-desktop-style. Commit.
  • Bin: Autostart inputhandler when switching sessions. Commit. Fixes bug #522648
  • Homeoverlay: Set focus to searchButton when all apps are closed. Commit.
Plasma Desktop
  • Fix dragging onto grouped tasks when floating applets are enabled. Commit. Fixes bug #510643
  • Applets/kimpanel: Avoid unrefing a null engine descriptor. Commit.
  • Applets/{folder,showdesktop,minimizeall,kickoff,showActivityManager}: fix BugReportUrl. Commit.
  • Emojier: Focus emojiView on downPressed when using search. Commit. Fixes bug #523254
  • Kcms/gamecontroller: Fix std::out_of_range exception. Commit. Fixes bug #522886
plasma-login-manager
  • Frontend/wallpaper: Copy greeter code to fix wallpaper missing on display unplug/replug. Commit.
  • Frontend/greeter: Fix loss of QML engine when all greeter windows destroyed. Commit. Fixes bug #523313
  • Kcm: Fix wallpaper permissions. Commit. Fixes bug #521008. Fixes bug #517081
  • Revert "VirtualTerminal: take over stale VT_PROCESS handler and ignore VT switch signals during the session handoff". Commit.
  • Frontend/startkde: Drop code to purge plasma-svgelements. Commit.
plasma-mobile
  • Quicksettings/keyboardtoggle: Support keyboard show modes. Commit.
plasma-setup
  • Fix: dont require password when resuming from sleep. Commit. Fixes bug #508935
plasma-vault
Plasma Workspace
  • Libnotificationmanager: Return empty icon name in jobs model. Commit. Fixes bug #522846
  • Move plasmaLocked property from KLookAndFeelManager to KCM. Commit.
  • Libklookandfeel: Drop Latte Dock integration. Commit.
  • Containmentlayoutmanager: guard against non-finite item geometry. Commit. Fixes bug #522039
  • Applets/digital-clock: apply font family to time zone label, too. Commit. Fixes bug #523164
  • Applets/digital-clock: Fix label not adjusting in size when showSeconds is changed. Commit. Fixes bug #523010
  • Startkde: Update LookAndFeelPackage in kdeglobals. Commit.
  • CursorTheme/main.qml: Ensure the cursor icons and text fit combobox popup. Commit. Fixes bug #521187
  • Startkde: Drop plasma-svgelements purging code. Commit.
  • Kcms/color: Update ColorSchemeHash. Commit. Fixes bug #511740
plasma5support
  • Fix screen power management inhibition never being re-acquirable. Commit. Fixes bug #523605
Powerdevil
  • Demote kameleon supported/enabled messages to debugs. Commit.
spectacle
  • Scan for QR code when editing existing image. Commit. Fixes bug #521097
  • Fix QTimer construction in annotation sync. Commit.
union
  • Add styling for modal overlays behind dialogs. Commit. Fixes bug #523141
  • Output/quick: Align icon to device pixels. Commit.
  • Output/quick: Limit maximum width of text in tooltips to 70 characters. Commit. Fixes bug #521855
  • Input/css/breeze: Add focus outline to delegates. Commit. Fixes bug #522860. See bug #523062
  • Check path exists when loading StyleCache data. Commit. Fixes bug #523013
  • Output/quick: Handle some more undefined values in MenuItem. Commit.
  • Output/quick: Don't crash if Icon doesn't have a control assigned yet. Commit.
  • Input/css: Add padding to pane/frame/groupbox. Commit.
  • Output/quick: Ensure TabBar doesn't try to squeeze TabButton too small. Commit.
  • Input/css: Add some padding around tab buttons. Commit.
  • Output/quick: Don't produce an error if SpinBox text color is not set. Commit.
  • Output/quick: Don't crash in Positioner if an element has no matching rules. Commit.
  • Output/quick: Complete incompleted ancestors on QuickElement completion. Commit.
  • Output/widgets: Guard unguarded background/text property access. Commit.
  • Install missing headers for core library so things can actually use it. Commit. Fixes bug #522925
  • Input/css: Look for files rather than directories in CssLoader. Commit.
  • Output/kirigami: Use animationSpeedMultiplier to adjust Units animation speeds. Commit.
  • Platform/plasma: Implement animationSpeedMultiplier to return Plasma's value. Commit.
  • Platform/plasma: Refactor KDE globals reading to use KConfig(Watcher). Commit.
  • Add a smoothScrollChanged signal to PlatformPlugin. Commit.
  • Add animationSpeedMultiplier() to PlatformPlugin. Commit.
  • Output/quick: Set smooth to true for BusyIndicator icon. Commit.
  • Output/quick: Use linear filtering for icons when smooth is enabled. Commit.
xdg-desktop-portal-kde
  • Screencast: Implement v5; provide mapping_id for eis users. Commit.
  • Globalshortcuts: Do not register shortcuts on session creation. Commit. Fixes bug #523063