Christopher Davis
1f5970fa33
room_menu: Use menu model
...
This menu is simple enough that we can use
a menu model instead of a manual popover menu.
Since MenuModels are private in GTK4, this is
the recommended way to create menus.
2020-11-06 08:12:13 +00:00
Christopher Davis
5d29dffb43
ui: Clean up deprecated margin props
...
margin-{left,right} have been deprecated in favor of
margin-{start,end}. This commit handles that deprecation.
2020-11-06 08:12:13 +00:00
Julian Sparber
29a77d6ec6
refactor: Add back action to go to previous view
...
This uses a store to keep track of the AppStates, so the user can go
back to the previous state by clicking the back button or press Escape.
2018-12-12 15:20:43 +01:00
Christopher Davis
582101c3aa
Clean up string capitalization and wording
...
We had a few issues with some strings that caused inconsistency
within the app and with the HIG. This commit fixes those up.
2018-08-30 10:26:46 -04:00
Daniel García Moreno
2191bef172
Split the main_window.glade file
2018-04-17 09:13:33 +02:00