Commit graph

42 commits

Author SHA1 Message Date
Sergey V. Udaltsov
37fc3c54a4 Serious changes in the keyboard capplet UI
Following the discussion at
http://live.gnome.org/UsabilityProject/Whiteboard/KeyboardPreferences
2009-10-15 23:18:59 +01:00
Michael Terry
860a1cec92 Show correct default layout
When 'Reset to Defaults' is pressed, the default layout should also be reset.
When showing the list of layouts, treat a -1 (unset) default layout value as 0.
2009-09-08 17:16:09 +01:00
Robert Ancell
f12b766e60 Remove all references to Glade
Fix up POTFILES.in for new .ui files
2009-07-31 09:09:31 +10:00
Robert Ancell
d224c36f6e Remove libglade dependency on gnome-keyboard-properties 2009-07-31 09:09:31 +10:00
Sergey V. Udaltsov
1e58245df0 dependency on libxklavier 4.0, optional load/display of extra layouts 2009-06-29 01:04:10 +01:00
Søren Sandmann Pedersen
5978fd729c +Fri Oct 24 17:17:47 2008 Søren Sandmann <sandmann@redhat.com>
+
+	* Get rid of a number of unnecessary gnome.h includes
+
+	* capplets/keybindings/gnome-keybinding-properties.c: Use
+	gtk_init() instead of gnome_program_init().
+
+	* A couple of formatting fixes
+


svn path=/trunk/; revision=9098
2008-10-24 21:19:15 +00:00
Sergey V. Udaltsov
3db2ae2107 accomodate latest changes in libxklavier: counting on utf-8 in descriptions
svn path=/trunk/; revision=8929
2008-09-05 23:29:10 +00:00
Sergey V. Udaltsov
956ced0c51 dropping unneeded backup function
svn path=/trunk/; revision=8653
2008-04-14 20:42:04 +00:00
Sergey V. Udaltsov
f5208b90ed making layout printable, b.g.o#502961
svn path=/trunk/; revision=8327
2007-12-11 23:09:28 +00:00
Jens Granseuer
9711a951fa fix left-over GTK_ENTRY use from last commit
2007-11-03  Jens Granseuer  <jensgr@gmx.net>

	* gnome-keyboard-properties-xkb.c: (set_model_text): fix left-over
	GTK_ENTRY use from last commit

svn path=/trunk/; revision=8253
2007-11-03 13:07:19 +00:00
Denis Washington
980f8a00cf Replace text entry and "Choose..." button for keyboard model with a single
2007-11-03  Denis Washington  <denisw@svn.gnome.org>

	* gnome-keyboard-properties-xkb.c:
	* gnome-keyboard-properties.glade: Replace text entry and
	"Choose..." button for keyboard model with a single chooser
	button.

svn path=/trunk/; revision=8252
2007-11-03 12:57:35 +00:00
Sergey V. Udaltsov
071af09ea6 moving layout options to separate popup
svn path=/trunk/; revision=8248
2007-11-03 02:22:05 +00:00
Sergey V. Udaltsov
f8aa7cb87b properly building gobject
svn path=/trunk/; revision=7640
2007-05-19 13:36:22 +00:00
Sergey V. Udaltsov
f7e40120a8 cleaning up some unneeded headers
svn path=/trunk/; revision=7416
2007-03-23 00:26:44 +00:00
Sergey V. Udaltsov
ada87a95f2 Changing library dependency from virtual libgswitchit/libkbdraw to normal libgnomekbd 2006-10-18 22:37:40 +00:00
Rodrigo Moya
6534f723c6 Fixes #356074
2006-09-15  Rodrigo Moya <rodrigo@novell.com>

	Fixes #356074

	* gnome-keyboard-properties-xkb.c (set_model_text): make sure 'model'
	is never NULL. Original patch from Brian Cameron <brian.cameron@sun.com>.
2006-09-15 11:04:17 +00:00
Sergey V. Udaltsov
da40a9f294 Fixing the build process 2006-07-06 19:45:13 +00:00
Sergey V. Udaltsov
ebfb8c66b0 Big libgswitchit API change (to GNOME naming conventions) 2006-06-25 02:23:08 +00:00
Sergey V. Udaltsov
ee5dccce96 update for new libxklavier API 2006-04-19 23:30:05 +00:00
Sergey V. Udaltsov
25ac663f39 fixing #310513 2005-07-26 20:38:25 +00:00
Sebastien Bacher
12e01119d8 patch by Kjartan Maraas <kmaraas@gnome.org>, remove a load of leaks and
2005-02-08  Sebastien Bacher  <seb128@debian.org>

	* gnome-theme-installer.c: (file_theme_type), (transfer_done_cb),
	(install_dialog_response), (gnome_theme_installer_run):
	patch by Kjartan Maraas <kmaraas@gnome.org>, remove a load of leaks
	and make sure newly installed themes show up in the relevant lists
	without having to close/open the dialog again (Closes: #166267).

2005-02-08  Sebastien Bacher  <seb128@debian.org>

	* gnome-keyboard-properties-xkb.c: (setup_xkb_tabs):
	* gnome-keyboard-properties-xkblt.c: (def_group_in_gconf_changed):
	patch by Kjartan Maraas <kmaraas@gnome.org>, some code cleanups
	(Closes: #166267).

2005-02-08  Sebastien Bacher  <seb128@debian.org>

	* eggcellrendererkeys.c: (egg_cell_renderer_keys_start_editing):
	patch by Kjartan Maraas <kmaraas@gnome.org>, some code cleanups
        (Closes: #166267).

2005-02-08  Sebastien Bacher  <seb128@debian.org>

	* main.c: (wrap_in_label):
        patch by Kjartan Maraas <kmaraas@gnome.org>, some code cleanups
        (Closes: #166267).

2005-02-08  Sebastien Bacher  <seb128@debian.org>

	* gnome-theme-info.c: (update_common_theme_dir_index):
	* theme-thumbnail.c: (create_image):
	patch by Kjartan Maraas <kmaraas@gnome.org>, move to use GtkIconTheme
	and remove a load of leaks in the theme manager code (Closes: #166267).
2005-02-08 22:42:10 +00:00
Sergey V. Udaltsov
c8aede029c fixing #164090, big UI change 2005-01-19 23:16:13 +00:00
Sergey V. Udaltsov
d4d9ff7c1f update function names 2005-01-08 21:01:03 +00:00
Sergey V. Udaltsov
b767376b68 a bit of the code cleanup 2005-01-02 02:01:31 +00:00
Sergey V. Udaltsov
7ecb79383c enable/disable default group depending on the WPG setting 2004-12-21 02:25:32 +00:00
Sergey V. Udaltsov
9a171517c1 big change in the layout - layout selection popup introduced 2004-12-20 23:52:41 +00:00
Sergey V. Udaltsov
f5fb13632f reflect libgswitchit changes 2004-12-18 04:38:49 +00:00
Sergey V. Udaltsov
77e018d875 preview - only for XKB 2004-11-29 20:33:19 +00:00
Sergey V. Udaltsov
824fc21c1c -preview is only visible on tabs 2 and 3 2004-07-26 23:19:03 +00:00
Sergey V. Udaltsov
0bb2c8c192 preview as separate window 2004-07-26 23:07:03 +00:00
Sergey V. Udaltsov
fcc609f1c7 models popup is 99% working (1% for bugs) 2004-07-26 00:48:24 +00:00
Sergey V. Udaltsov
885acff46a first round of working model chooser - not complete yet 2004-07-25 23:28:35 +00:00
Sergey V. Udaltsov
e90583bbf1 merging the preview branch 2004-07-13 23:11:34 +00:00
Sergey V. Udaltsov
8e4dbf2179 Initial xkb configuration is cached. Should make things a bit faster 2004-01-12 13:08:34 +00:00
Sergey V. Udaltsov
a103fa9147 Now the GSwitchItXkbConfigInit function clears the memory itself. 2004-01-12 11:56:37 +00:00
Sergey V. Udaltsov
2865c350b6 Now enabling/disabling of the "Restore defaults" really works 2004-01-12 01:49:46 +00:00
Sergey V. Udaltsov
9d9d09a564 fixes for utf and non-utf locales 2004-01-10 00:06:29 +00:00
Sergey V. Udaltsov
2bc51a2486 now gnome-settings-daemon resets the configuration is asked by gconf flag overrideSettings 2004-01-09 20:43:59 +00:00
Sergey V. Udaltsov
faa09735fd A bit more correct behaviour during the first launch 2003-11-26 23:19:45 +00:00
Sergey V. Udaltsov
e883ff44db models now are kind of sorted 2003-11-23 23:59:08 +00:00
Sergey V. Udaltsov
09054ab196 I would mark it as first fully functional version of the capplet (well, without preview - which is another story 2003-11-17 01:46:57 +00:00
Sergey V. Udaltsov
3cd10b9aa0 First working elements of the xkb layout configuration in the keyboard capplet 2003-11-12 22:00:55 +00:00