Commit graph

485 commits

Author SHA1 Message Date
Rodrigo Moya
5e9f57bd9d keyboard: Add new treeview for showing shortcuts' sections 2010-12-09 17:02:41 +01:00
William Jon McCann
d51d16fddf various: use a consistent and slightly larger border width for panels 2010-11-21 19:33:34 -05:00
Bastien Nocera
032d6326d5 panels: Add keywords to all the panels we ship
https://bugzilla.gnome.org/show_bug.cgi?id=399754
2010-11-17 16:02:47 +00:00
Bastien Nocera
4f95d63555 keyboard: Fix possible accel blocking
Use a constructor so that the "shell" property is already set.
This allows use to block accels from working when capturing a key,
as well as parent dialogues properly for the toplevel.
2010-11-16 12:13:01 +00:00
Rodrigo Moya
047f48e850 Some build fixes 2010-11-15 10:35:49 +01:00
William Jon McCann
821ed8f870 [keyboard] move general settings into keyboard panel 2010-11-01 00:40:52 -04:00
William Jon McCann
728331f306 [keyboard] Rename keybindings to keyboard 2010-10-31 23:58:35 -04:00
William Jon McCann
733f0ce3e2 [region] Rename old Keyboard panel to Region
Will make keybindings the new keyboard panel
2010-10-31 23:42:04 -04:00
William Jon McCann
f68a097c50 [keyboard] Remove a11y stuff 2010-10-31 22:55:27 -04:00
William Jon McCann
2dc9c80749 [keyboard] Don't expand vertically on general tab 2010-10-31 22:44:20 -04:00
Bastien Nocera
c5c400f7a5 keyboard: gtk_widget_hide_all() is deprecated 2010-10-22 15:09:03 +01:00
Rodrigo Moya
14d6a2c5ee keyboard: Port /desktop/gnome/interface settings to use org.gnome.desktop.interface GSettings path 2010-10-14 16:12:08 +02:00
Rodrigo Moya
d7b59d3929 keyboard: Bind scale widgets also via their GtkAdjustment 2010-10-13 13:06:57 +02:00
Rodrigo Moya
6f4a2e7e14 keyboard: Use GSettings for the settings in g-s-d schemas 2010-10-13 12:53:49 +02:00
Sergey V. Udaltsov
af45ac562b Using G_CALLBACK macro instead of casting 2010-10-09 22:28:52 +01:00
Sergey V. Udaltsov
aa6f5455f7 More changes from gconf-client to GSettings
Getting rid of obsolete and broken gconf-property-editor in favor of gsettings.
2010-10-09 22:25:00 +01:00
William Jon McCann
712a72c301 Remove typing break 2010-10-09 02:59:34 -04:00
Bastien Nocera
266cf23848 keyboard: Fix compile-time warning
With function missing its prototype
2010-10-06 11:45:59 +01:00
Sergey V. Udaltsov
b4acce05ff Small code cleanup
Using shared gkbd_strv_* utility functions, reducing the code
2010-10-04 11:24:10 +01:00
Sergey V. Udaltsov
3e27315e0d Updated for the latest libgnomekbd API 2010-10-03 23:52:32 +01:00
Bastien Nocera
4ec7801cbb shell: Show settings without a panel in Other
Add the X-GNOME-Settings-Panel category. You need a control-center
panel to add this to your desktop file. Desktop entries with this
category but that aren't actually panels will be ignored (no cheating).

If the desktop file for your settings isn't a panel, it will show in the
"Other" section of the control-center shell

https://bugzilla.gnome.org/show_bug.cgi?id=630998
2010-09-30 13:48:29 +01:00
Bastien Nocera
d863154fcb keyboard: Fix compile-time warnings
Including an undeclared function, and deprecated use of GDK_DISPLAY.
2010-09-20 18:09:52 +01:00
Thomas Wood
f5c0b73214 panels: Use gi18n-lib.h in the panel libraries 2010-07-22 16:56:27 +01:00
Thomas Wood
9089857a89 Completely remove dependency on capplets/common directory
The capplets directory is no longer built or distributed, so the panels
cannot depend on files in it.
2010-07-12 10:39:09 +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
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
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