You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated MainWindow UI:
- Added some comments
Updated SettingsWindow UI:
- Added some comments
Updated GpuPage UI:
- Updated to disable some properties
- Updated to use to AdwViewSwitcher (AdwViewSwitcherTitle, AdwViewStack, AdwViewSwitcherBar)
- Added a placeholder GtkGrid at 0,0
- Added some example AdwViewStackPage items (in comments)
Updated gschema XML:
- Updated descriptions for "app-settings-open" and "nvidia-settings-open"
- Added "modification-open" key
Updated lib.rs:
- Added modificationwindow dependancy
- Removed unused imports
Updated MainWindow class:
- Removed "update_prov()" function
- Updated some comments to be in docs
- Added "update_setting()" call to "close_request()" function, to update "modification-open" setting
Updated SettingsWindow class:
- Updated "close_request()" function to use "update_setting()" function instead of doing it manually
Updated GpuPage class:
- Updated imports and modules
- Added ModificationWindowContainer struct (like SettingsWindowContainer)
- Added "modification_window" struct member
- Switched to using the ViewSwitcherBar ("view_switcher"), as can easily swap the stack used
- Added "get_setting()" function
- Added "update_setting()" function
- Added "replace_stack()" function
- Updated "load_views()" function, calls "create_updater()" function
- Updated "check_properties_for_view()" function
- Refactored "create_properties()" function to remove callback function
- Added "create_updater()" function to create callback function
- Refactored "setup_widgets()" function
Updated Processor class:
- Disabled some debug print statements
Updated Property class:
- Disabled some debug print statements
Updated Provider class:
- Disabled some debug print statements
Signed-off-by: Deren Vural <[email protected]>
0 commit comments