Bastien Nocera
56008765c8
shell: Handle the usual "Alt+Left" key binding
...
For left-to-right languages, and Alt+Right to RTL.
2013-02-19 11:27:22 +01:00
Bastien Nocera
6cb6404e7e
shell: Make the "home" button act as a "previous" button
...
Keep history of the visited panels, when navigating between
them through links, or activated through the shell's menu items,
and go back to the overview when the history is empty.
https://bugzilla.gnome.org/show_bug.cgi?id=643322
2013-02-19 11:27:22 +01:00
William Jon McCann
91924726f1
shell: Use a go-previous icon instead of grid
...
This is what we do everywhere else.
https://bugzilla.gnome.org/show_bug.cgi?id=681530
2013-02-19 11:27:19 +01:00
Cosimo Cecchi
92765b97c0
cc-window: don't render a frame around scrolled windows
...
The header bar will now render one.
2013-02-18 12:55:55 -05:00
Cosimo Cecchi
e160e43f23
cc-window: Fix style of home button
2013-02-18 11:32:45 -05:00
Bastien Nocera
4edf2ed16f
shell: Remove extraneous gtk_window_set_title() call
...
As the window title doesn't change anymore.
2013-02-18 16:45:09 +01:00
William Jon McCann
b0cfa3f08c
shell: Put the panel title in the header
...
Instead of in the window title
https://bugzilla.gnome.org/show_bug.cgi?id=692174
2013-02-18 16:40:44 +01:00
William Jon McCann
8bee6c9461
shell: Use GdHeaderBar in the shell
...
https://bugzilla.gnome.org/show_bug.cgi?id=692174
2013-02-18 16:40:44 +01:00
William Jon McCann
17d52d46b0
shell: Don't use GtkBuilder for constructing the shell
...
So that we can more easily add GdHeaderBar in the following
patches.
Much of the advantage of using gtkbuilder was lost anyway because
we couldn't really use it from glade without corrupting the file.
https://bugzilla.gnome.org/show_bug.cgi?id=692174
2013-02-18 16:40:44 +01:00
William Jon McCann
42974a3c8d
shell: Rename shell window to CcWindow
...
This avoids the confusion of the name gnome-control-center.c and
is consistent with all the other classes/files in the project.
https://bugzilla.gnome.org/show_bug.cgi?id=692174
2013-02-18 16:40:44 +01:00