Skip to content

Fix tab checked state, fix UpdatesPage and some other regressions

ivan tkachenko requested to merge work/ratijas/updates into master

UpdatesPage: Stop the highlight from appearing all the time

It makes foreground text seriously unreadable with out default Breeze color scheme. Besides there is really no point in highlighting it all the time. We'd better fix focus ring for checkboxes instead.

UpdatesPage: Explicitly specify arguments in signal handlers

UpdatesPage: Port to required properties and ComponentBehavior: Bound

UpdatesPage: Remove displaced transition

It does not work reliably, just like any animation stuff in ListView. Also, that hack does not seem to be seeded anymore.

Flatpak: Port permissions view to ComponentBehavior: Bound

Flatpak: Fix regression of text not wrapping in permission view

Requires Kirigami patch that adds wrapMode property to delegates.

BUG: 476024

frameworks/kirigami!1345 (merged)

UI: Hot fix unchecking top level actions in NavigationTabBar

Of course, this is more of a hack than a proper architectural solution that would require reengineering the way NavigationTabBar treats its actions and exposes API.

Edited by ivan tkachenko

Merge request reports