-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Refactor MainWindow and create new HeaderBar class * Add refactored classes to meson.build * Remove old main window * Pass players object by constructor injection * Improve dark theme handling * Remove obsolete function build_button_from_icon * Initial implementation of Settings menu and popover * Add new options to gschema * add choices to keep window on top * add option to disable low opacity when lose focus * add download location to lyrics * Fix summaries on gschemas * Remove default value from download location on gschema * Binds default location to settings menu * Bind rest of settings * Add funcionality to 'keep window above' settings * Check nullability of players in headerbar * Add functionality to window opacity settings * Improve readability on SettingsPopover's code * Add default lyrics directory path * Add reset button and revert readability improvements - Add a reset button that restore default settings - Remove comments referencing each setting - Move application setting calls back to end of constructor due to problems making them syncronized * Make possible to change lyrics download folder * Initialize download location if it's null * Make items align to left, except restore settings button * Print debug messages when setting the local storage path * Fix light theme not being translucid
- Loading branch information
Showing
13 changed files
with
413 additions
and
274 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.