Thomas Wood
2ae3118499
universal-access: add panel ID to .desktop file and extension point name
...
Panels are now loaded using the identifier specified in the .desktop file
2010-06-04 16:42:08 +01:00
Thomas Wood
d8ae738efe
universal-access: Add hearing section implementation
...
Connect the hearing section widgets to the corresponding gconf keys.
2010-06-04 16:40:38 +01:00
Thomas Wood
6b40d1f89f
universal-access: implement main mouse settings
...
Connect the main mouse settings to the corresponding gconf keys.
2010-06-04 16:40:27 +01:00
Thomas Wood
0171c05880
universal-access: implement main keyboard settings
...
Connect the main keyboard settings to the corresponding gconf keys.
2010-06-04 16:38:44 +01:00
Thomas Wood
98ffb24bf1
Add initial universal-access module and UI
2010-06-04 16:38:44 +01:00
Thomas Wood
6f7d9d9364
shell: don't call gtk_widget_show_all on the new panel
...
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.
2010-06-04 16:34:52 +01:00
Thomas Wood
130843187f
panels: make sure the Exec line is valid
...
Allow the panel desktop files to launch the control center shell started
with the relevant panel.
2010-06-02 17:57:03 +01:00
Thomas Wood
847bbba2b8
panels: make .desktop file naming more consistent
...
Give the .desktop files for settings panels a more consistent naming
scheme.
2010-06-02 16:54:26 +01:00
Thomas Wood
d91e466f93
shell: Use the X-GNOME-Settings-Panel value to identify panels
...
Use the custom .desktop file field to identify panels and make sure the
panel implementations use the name to identify themselves.
2010-06-02 16:20:45 +01:00
Thomas Wood
8aa419dabc
Add X-GNOME-Settings-Panel key to panel desktop files
...
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.
2010-06-02 16:18:27 +01:00
Sergey V. Udaltsov
46cd0b40f9
Changing Print layout to Show layout
...
Using new shared function from libgnomekbd
2010-05-26 01:04:46 +01:00
Thomas Wood
465d0bb7d9
keyboard: consolidate multiple INCLUDES definitions into one
2010-05-24 23:03:38 +01:00
Thomas Wood
19b7502f5e
keybindings: convert capplet to a settings panel
...
Add a module and CcPanel implementation for keyboard shortcuts settings.
2010-05-24 21:51:28 +01:00
Thomas Wood
f112fc3a8e
default-applications: convert capplet to a settings panel
...
Add a module and CcPanel implementation for default applications settings.
2010-05-24 21:51:28 +01:00
Thomas Wood
5e24f0464d
network: convert network capplet to a settings panel
...
Add a module and CcPanel implementation for network proxy settings
2010-05-22 14:52:24 +01:00
Thomas Wood
9b78f236c1
Fix various issues raised by distcheck
2010-05-22 12:36:17 +01:00
Thomas Wood
ad938356da
Make sure panels do not need to link against libcommon.la
...
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).
2010-05-22 12:36:17 +01:00
Sergey V. Udaltsov
0b6a13e046
copyright lines fixed
2010-05-22 12:13:24 +01:00
Sergey V. Udaltsov
7840afd7a1
Converted keyboard capplet to panel
2010-05-21 23:23:23 +01:00
Thomas Wood
8bb88eb18b
mouse: convert the mouse capplet into a settings panel
...
Add a module and CcPanel implementation for the mouse settings.
2010-05-20 17:50:56 +01:00