Commit graph

36 commits

Author SHA1 Message Date
Thomas Wood
3c863ae379 datetime: update .desktop file name and comment fields 2010-06-16 18:08:43 +01:00
Thomas Wood
29e221e699 datetime: add a GtkBuilder file to define the user interface 2010-06-16 18:08:43 +01:00
Thomas Wood
e35b73abb5 Add initial implementation of date/time panel 2010-06-16 18:08:43 +01:00
Thomas Wood
8836316161 display: convert display capplet to a settings panel
Add CcPanel and module implmenetation for the display settings.
2010-06-07 17:05:02 +01:00
Thomas Wood
b3530ea251 mouse/keyboard: hide accessibility preferences now in universal-access
Temporarily hide the mouse and keyboard accessibility preferences that are
now implemented in the universal-access panel.
2010-06-07 17:05:02 +01:00
Thomas Wood
54127b805e build: Make sure distcheck passes
Rename files in POTFILES to match new names. Rename the universal access
.desktop file to be consistent with the other desktop files.
2010-06-04 17:45:54 +01:00
Thomas Wood
18443d9c64 universal-access: set unimplemented UI as insensitive, rather than hidden 2010-06-04 16:42:09 +01:00
Thomas Wood
c2721d23a6 universal-access: hook toggle keys beep option into the correct setting 2010-06-04 16:42:09 +01:00
Thomas Wood
3b5d9f0791 universal-access: add implementation of text size option
Implement scaling the text size by adjusting the DPI, as currently
implemented in gsd-a11y-preferences-dialog.c from gnome-settings-daemon.
2010-06-04 16:42:09 +01:00
Thomas Wood
56b90b9fd4 universal-access: implement contrast option combo box
The "Contrast" combo box sets and reads the GTK+ theme and icon theme
values. The known contrast themes are stored in the combo box model; any
other values are treated as "Normal" contrast.
2010-06-04 16:42:09 +01:00
Thomas Wood
4f3104ff8a universal-access: set the default contrast selection to "Normal" 2010-06-04 16:42:09 +01:00
Thomas Wood
e21b42eaae universal-access: hide unimplemented sections
These sections are not yet implemented, so hide them from the user.
2010-06-04 16:42:09 +01:00
Thomas Wood
628448e6b4 universal-access: connect mouse and keyboard preference buttons
The mouse preferences button and keyboard preferences button should open
the appropriate panel within the shell.
2010-06-04 16:42:09 +01:00
Thomas Wood
9832c97675 universal-access: set pointer sections insensitive by default
The section is "off" by default, so the section widgets should be marked
insensitive.
2010-06-04 16:42:09 +01:00
Thomas Wood
e092e55306 universal-access: Add a utility function to set up on/off toggle switches
The universal-access settings panel contains several on/off radio button
pairs that require special setup to work correctly with
GConfPropertyEditor.
2010-06-04 16:42:08 +01:00
Thomas Wood
6609f63c97 universal-access: Add formatting modelines for emacs users 2010-06-04 16:42:08 +01:00
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