GNOME Bugzilla – Bug 779095
ui: Remember the size, position and state of the window
Last modified: 2017-02-27 07:53:27 UTC
We should remeber the size, position and state (normal/maximized) of the window and apply it back when it starts.
Created attachment 346788 [details] [review] data: Add the window_mqximized key to the gschema This will be used in the next commit to save whether the window is maximized or not and restore it when starting the application.
Created attachment 346789 [details] [review] ui: Save the window's maximized state in the gschema Save whether the window is maximized or not in the gschema and retrieve this parameter to automatically set it back.
Created attachment 346794 [details] [review] data: Add the window-maximized key to the gschema This will be used in the next commit to save whether the window is maximized or not and restore it when starting the application.
Created attachment 346795 [details] [review] ui: Save the window's maximized state in the gschema Save whether the window is maximized or not in the gschema and retrieve this parameter to automatically set it back.
Created attachment 346796 [details] [review] data: Add window-position window-size keys to gschema These will be used in the next commit to save the position and size of the window and restore them when starting the application.
Created attachment 346797 [details] [review] ui: Save window size and position in the gschema Save the size and the position of the window in the gschema and retrieve these parameters to automatically set them back.
Created attachment 346799 [details] [review] data: Add the window-size key to the gschema These will be used in the next commit to save the size of the window and restore it when starting the application.
Created attachment 346800 [details] [review] ui: Save the window's size in the gschema Save the size of the window in the gschema and retrieve this parameter to automatically set it back.
Attachment 346794 [details] pushed as 4e0c9c1 - data: Add the window-maximized key to the gschema Attachment 346795 [details] pushed as e0eca86 - ui: Save the window's maximized state in the gschema Attachment 346799 [details] pushed as d7fccf9 - data: Add the window-size key to the gschema Attachment 346800 [details] pushed as 8172dd5 - ui: Save the window's size in the gschema