Skip to content

Auto-merge: dev-talesam → main - #35

Open
talesam wants to merge 4 commits into
mainfrom
dev-talesam
Open

Auto-merge: dev-talesam → main#35
talesam wants to merge 4 commits into
mainfrom
dev-talesam

Conversation

@talesam

Copy link
Copy Markdown
Contributor

Automated PR created by build_package.py

Conflicts resolved automatically (if any)
Ready for automatic merge

talesamand others added 4 commits February 23, 2026 20:01
…d fix multi-DE support
- Rename .desktop to br.com.biglinux-settings.desktop and update
StartupWMClass to fix taskbar icon association
- Change application_id from org.biglinux.biglinux-settings to
br.com.biglinux-settings with matching GLib.set_prgname
- Add APP_VERSION and APP_ID constants to main.py
- Migrate NavigationSplitView to OverlaySplitView with proper
min/max sidebar width and width fraction configuration
- Sidebar header: add app icon on left, centered title with .heading
CSS class, set_show_end_title_buttons(False)
- Content header: set_show_start_title_buttons(False) for proper
split-header window controls distribution
- Replace custom Gtk.Button sidebar navigation with Gtk.ListBox
using built-in navigation-sidebar CSS class
- Replace Gtk.Box visibility toggling with Gtk.Stack for page
navigation (crossfade transitions)
- Refactor base_page create_row/create_sub_row to use Adw.ActionRow
instead of custom Adw.PreferencesRow (system font sizes, proper
HIG compliance, activatable rows)
- Add sync_all_switches_async() with threading.Thread to avoid
blocking UI during script state checks
- Implement lazy page sync: only check script states when a page
is first visited instead of all pages at startup
- Remove sync_all_switches() from all page __init__ methods
(system, usability, preload, devices, ai, docker, performance)
- Remove custom .sidebar-button CSS styles and font-size override
(OverlaySplitView handles sidebar background automatically)
- Store switch._row reference for direct access instead of fragile
get_parent().get_parent() traversal
- Add GNOME support to usability scripts: numLock (gsettings
peripherals.keyboard), windowButtonOnLeftSide (gsettings
wm.preferences button-layout), recentFiles (gsettings privacy)
- Add XFCE support to usability scripts: numLock (numlockx
autostart), recentFiles (xfconf-query)
- Fix recentFiles.sh: remove invalid 'local' keyword usage
outside function scope
- Update bin/biglinux-settings exec -a to match new app ID
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@talesam