After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 779095 - ui: Remember the size, position and state of the window
ui: Remember the size, position and state of the window
Status: RESOLVED FIXED
Product: gnome-games
Classification: Core
Component: general
unspecified
Other Linux
: Normal normal
: ---
Assigned To: GNOME Games maintainers
GNOME Games maintainers
Depends on:
Blocks:
 
 
Reported: 2017-02-22 21:08 UTC by Adrien Plazas
Modified: 2017-02-27 07:53 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
data: Add the window_mqximized key to the gschema (1.09 KB, patch)
2017-02-27 06:42 UTC, Adrien Plazas
none Details | Review
ui: Save the window's maximized state in the gschema (1.53 KB, patch)
2017-02-27 06:42 UTC, Adrien Plazas
none Details | Review
data: Add the window-maximized key to the gschema (1.09 KB, patch)
2017-02-27 06:53 UTC, Adrien Plazas
committed Details | Review
ui: Save the window's maximized state in the gschema (1.53 KB, patch)
2017-02-27 06:53 UTC, Adrien Plazas
committed Details | Review
data: Add window-position window-size keys to gschema (1.22 KB, patch)
2017-02-27 06:53 UTC, Adrien Plazas
none Details | Review
ui: Save window size and position in the gschema (4.17 KB, patch)
2017-02-27 06:53 UTC, Adrien Plazas
none Details | Review
data: Add the window-size key to the gschema (1020 bytes, patch)
2017-02-27 07:50 UTC, Adrien Plazas
committed Details | Review
ui: Save the window's size in the gschema (3.93 KB, patch)
2017-02-27 07:50 UTC, Adrien Plazas
committed Details | Review

Description Adrien Plazas 2017-02-22 21:08:15 UTC
We should remeber the size, position and state (normal/maximized) of the window and apply it back when it starts.
Comment 1 Adrien Plazas 2017-02-27 06:42:10 UTC
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.
Comment 2 Adrien Plazas 2017-02-27 06:42:15 UTC
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.
Comment 3 Adrien Plazas 2017-02-27 06:53:37 UTC
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.
Comment 4 Adrien Plazas 2017-02-27 06:53:42 UTC
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.
Comment 5 Adrien Plazas 2017-02-27 06:53:48 UTC
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.
Comment 6 Adrien Plazas 2017-02-27 06:53:52 UTC
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.
Comment 7 Adrien Plazas 2017-02-27 07:50:44 UTC
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.
Comment 8 Adrien Plazas 2017-02-27 07:50:50 UTC
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.
Comment 9 Adrien Plazas 2017-02-27 07:53:08 UTC
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