Bastien Nocera
|
db1b386a84
|
region: Fix close button in options dialogue
|
2011-01-27 18:07:28 +00:00 |
|
Bastien Nocera
|
cd9da609f9
|
region: Add missing padding to the layouts tab
|
2011-01-27 16:16:28 +00:00 |
|
Bastien Nocera
|
53b7ee5895
|
region: Remove obsolete UI file
|
2011-01-27 16:09:11 +00:00 |
|
Bastien Nocera
|
81c53713bd
|
region: Remove Help button in options dialogue
|
2011-01-27 15:53:41 +00:00 |
|
Bastien Nocera
|
cef84c5171
|
region: Remove keyboard model selection
Seeing as all the keyboards should be using the same low-level
keycode set, when using evdev.
|
2011-01-27 15:52:23 +00:00 |
|
Bastien Nocera
|
7bca4a0a05
|
region: Add junction between treeview and toolbar
As we do in other panels.
|
2011-01-27 15:42:07 +00:00 |
|
Bastien Nocera
|
645a0bc728
|
region: UI tweaks
Make the "Reset to defaults" button secondary, choose the correct
icon size for the treeview toolbar.
|
2011-01-27 15:42:07 +00:00 |
|
Bastien Nocera
|
45ad8a6c64
|
region: Tweak the layouts tab UI
|
2011-01-27 14:46:50 +00:00 |
|
Bastien Nocera
|
8a2f45992f
|
region: Implement setting the user language
And clean up the accounts service proxy when done.
|
2011-01-27 12:41:14 +00:00 |
|
Matthias Clasen
|
df3a7e4c79
|
region: Add Keyboard as a keyword
|
2011-01-27 01:36:48 -05:00 |
|
Bastien Nocera
|
8f29da02e2
|
region: Select the current session language
|
2011-01-26 18:41:34 +00:00 |
|
Bastien Nocera
|
c01c4b2cb2
|
region: Load languages from other users
Using the accounts service.
|
2011-01-26 18:22:55 +00:00 |
|
Bastien Nocera
|
395e310512
|
region: Populate the language list
Using the new common/ helper functions.
|
2011-01-25 18:45:03 +00:00 |
|
Bastien Nocera
|
dbc6f5a6b9
|
region: Add stubs for language tab code
|
2011-01-24 18:35:21 +00:00 |
|
Bastien Nocera
|
930540ea28
|
user-accounts: Move gdm-languages to common/
Move gdm-languages and some of the helper functions to common/,
so that we can share it with the region panel.
|
2011-01-24 18:10:10 +00:00 |
|
Bastien Nocera
|
c086f7dda7
|
region: Add UI for language tab
|
2011-01-24 18:10:09 +00:00 |
|
Bastien Nocera
|
80324e35c6
|
region: Remove debug output
|
2011-01-24 18:10:09 +00:00 |
|
Bastien Nocera
|
035cb78521
|
region: Parent dialogues properly
|
2011-01-24 18:10:09 +00:00 |
|
Bastien Nocera
|
0c8dd1aebc
|
region: Fix memory leaks and destroy dialogue properly
There's no top-level dialogue any more, so we need some way to
clean up after ourselves.
|
2011-01-24 18:10:09 +00:00 |
|
Bastien Nocera
|
cc172a4754
|
region: Remove unused finalize function
|
2011-01-24 18:10:09 +00:00 |
|
Bastien Nocera
|
f70af6ee47
|
region: Remove other uses of gtk_dialog_run()
|
2011-01-24 12:30:59 +00:00 |
|
Bastien Nocera
|
0dd5a8ac18
|
region: Remove one use of gtk_dialog_run()
And make sure that the dialogue is destroyed when clicking its
close titlebar button.
|
2011-01-24 12:23:34 +00:00 |
|
Matthias Clasen
|
eac5028a75
|
Don't set a parent on a toplevel
|
2011-01-21 15:06:36 -05:00 |
|
Bastien Nocera
|
37e444f96f
|
region: Remove unused "test settings" UI
|
2011-01-21 18:14:36 +00:00 |
|
Bastien Nocera
|
a4aa456c06
|
region: Remove more dead UI
|
2011-01-21 18:13:42 +00:00 |
|
Bastien Nocera
|
a7519f8340
|
region: Remove useless level of indirection
Clean up that mess of a code somewhat.
|
2011-01-21 18:06:26 +00:00 |
|
Bastien Nocera
|
5db534af2f
|
region: Make sure the layouts tree doesn't end up empty
By making the whole panel bigger. Might work-around a GTK+ bug, we
won't know for now...
|
2011-01-21 17:44:35 +00:00 |
|
Bastien Nocera
|
94507750ce
|
region: Use an enum for column names
|
2011-01-21 17:22:10 +00:00 |
|
Bastien Nocera
|
e7a82d58e4
|
region: Simplify xkb_layouts_fill_selected_tree()
|
2011-01-21 17:11:47 +00:00 |
|
Bastien Nocera
|
5299e667b2
|
region: Small style fix
|
2011-01-21 17:07:32 +00:00 |
|
Bastien Nocera
|
06e04097fd
|
region: GKBD_KEYBOARD_CONFIG_KEY_LAYOUTS can be empty
But non-NULL. Handle that case.
|
2011-01-21 17:06:44 +00:00 |
|
Bastien Nocera
|
5152655a12
|
region: Remove "mouse keys" tab
This has nothing to do here.
|
2011-01-21 16:12:57 +00:00 |
|
Bastien Nocera
|
781456a36e
|
region: Remove unneeded GConf include
|
2011-01-21 16:06:08 +00:00 |
|
Bastien Nocera
|
374ff131c4
|
region: Remove outdated properties
update-policy is gone.
|
2011-01-21 11:42:10 +00:00 |
|
Bastien Nocera
|
978ae121f2
|
region: Fix infinite loop when selecting Xkb options
Spotted by Arun Raghavan <arun.raghavan@collabora.co.uk>
https://bugzilla.gnome.org/show_bug.cgi?id=639951
|
2011-01-19 15:13:16 +00:00 |
|
Sergey V. Udaltsov
|
b4810cb1db
|
Setting sorting before populating list stores
This is workaround for broken gtk behaviour.
https://bugzilla.gnome.org/show_bug.cgi?id=639792
|
2011-01-17 23:13:04 +00:00 |
|
Sergey V. Udaltsov
|
8618e136d8
|
Adding list stores to layout chooser ui
Eliminating some error messages on output (not critical)
|
2011-01-17 22:54:12 +00:00 |
|
Thomas Wood
|
d50dadc8ac
|
shell: only include items identified as settings panels in the list
Simplify the category requirements and do not include items that are not
settings panels.
|
2010-12-20 21:04:49 +00:00 |
|
Thomas Wood
|
ca7bdc3f7e
|
build: remove redundant variables
GNOMECC_CAPPLETS_CLEANFILES duplicated existing files to be removed and
GNOMECC_CAPPLETS_EXTRA_DIST was no longer used anywhere.
|
2010-12-20 14:51:52 +00:00 |
|
Sergey V. Udaltsov
|
953d7db853
|
Making xkb options fill the full popup dlg
https://bugzilla.gnome.org/show_bug.cgi?id=636902
|
2010-12-12 00:43:22 +00: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 |
|
Rodrigo Moya
|
047f48e850
|
Some build fixes
|
2010-11-15 10:35:49 +01:00 |
|
Didier Roche
|
f6bf9efd67
|
region: Link against libxklavier also
|
2010-11-15 10:35:49 +01:00 |
|
Yanko Kaneti
|
628e280243
|
region: keyboard_dialog -> region_dialog
gnome-keyboard-properties -> gnome-region-panel
has-separator is gone
|
2010-11-09 13:36:43 +01:00 |
|
William Jon McCann
|
821ed8f870
|
[keyboard] move general settings into keyboard panel
|
2010-11-01 00:40:52 -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 |
|