- 04 Jun, 2010 3 commits
-
-
Thomas Wood authored
-
Thomas Wood authored
Don't call gtk_widget_show_all when loading a panel as there may be widgets that the panel does not want to be visible initially.
-
Thomas Wood authored
Load the panel id from the .desktop file into the model so that it does not need to be loaded again later.
-
- 03 Jun, 2010 2 commits
-
-
Yaron Shahrabani authored
-
Jorge González authored
-
- 02 Jun, 2010 6 commits
-
-
Thomas Wood authored
Allow the panel desktop files to launch the control center shell started with the relevant panel.
-
Thomas Wood authored
Read the X-GNOME-Settings-Panel key from the desktop file to start the correct panel from the command line parameter.
-
Thomas Wood authored
Give the .desktop files for settings panels a more consistent naming scheme.
-
Thomas Wood authored
Use the custom .desktop file field to identify panels and make sure the panel implementations use the name to identify themselves.
-
Thomas Wood authored
Add a key to identify the name of the extension that implements the panel. This can then be used in the shell to launch the appropriate panel.
-
Matthias Clasen authored
When using keynav in the category views, the fact that the categories are separate icon views leads to confusion, because each category will end up with its own selected icon, so that you can end up with multiple selected items (and the difference between focused/non-focused is not visually obvious here). Also, since the category views appear visually as a single unit, it is irritating that arrow keynav stops at category borders. This commit arranges things so that only one category will ever have a selected item by unselecting on focus-out. Furthermore, it uses the keynav-failed signal and some new GTK+ api to make arrow up/down work across category borders, in the expected way.
-
- 31 May, 2010 2 commits
- 30 May, 2010 1 commit
-
-
Ivar Smolin authored
-
- 29 May, 2010 1 commit
-
-
Yaron Shahrabani authored
-
- 27 May, 2010 1 commit
-
-
Andre Klapper authored
-
- 26 May, 2010 1 commit
-
-
Sergey V. Udaltsov authored
Using new shared function from libgnomekbd
-
- 25 May, 2010 6 commits
-
-
Thomas Wood authored
This involves storing the default window title and icon name and resetting the title and icon name when an embedded settings panel is closed. The icon name and title for each panel is retrieved from the desktop file information and stored in the CcShellModel.
-
Thomas Wood authored
Make sure there is always 6 pixels padding around the embedded settings panel. Remove the unused title label and alignment.
-
Rodrigo Moya authored
-
William Jon McCann authored
It isn't really clear what the distinction is.
-
Fran Diéguez authored
-
Jorge González authored
-
- 24 May, 2010 7 commits
-
-
Thomas Wood authored
-
Thomas Wood authored
-
Thomas Wood authored
Make sure gettext is initialised correctly and make sure strings in the GtkBuilder file are marked for translation.
-
Thomas Wood authored
Window settings are not planned to be included in the next release, so remove the window settings capplet from the build.
-
Thomas Wood authored
Add a module and CcPanel implementation for keyboard shortcuts settings.
-
Thomas Wood authored
Add a module and CcPanel implementation for default applications settings.
-
noch authored
-
- 22 May, 2010 6 commits
-
-
Fran Diéguez authored
-
Thomas Wood authored
Add a module and CcPanel implementation for network proxy settings
-
Thomas Wood authored
-
Thomas Wood authored
libcommon.la defines several new GTypes, so it cannot be loaded into the same process multiple times. Copy gconf-property-editor to libgnome-control-center as this is useful for all panels. However, it will need to be converted to GSettings in the near future. Copy capplet-stock-icons to the mouse panel, as it is not used in any other panels. Remove references to functions not yet implemented for panels (help, window icon, etc).
-
Milan Bouchet-Valat authored
If new password is really close to the old one, 'passwd' says: "Bad: new password must be different than the old one". Handle this case too, instead of hanging. https://bugzilla.gnome.org/show_bug.cgi?id=619354
-
Sergey V. Udaltsov authored
-
- 21 May, 2010 4 commits
-
-
Sergey V. Udaltsov authored
-
Matej Urbančič authored
-
Andrej Žnidaršič authored
-
William Jon McCann authored
-