Commit graph

219 commits

Author SHA1 Message Date
Carlos Garnacho Parro
8729d481de added a11y support
2005-06-06  Carlos Garnacho Parro  <carlosg@gnome.org>

        * gnomecc-canvas.c: added a11y support
2005-06-06 21:49:33 +00:00
Carlos Garnacho Parro
5a27e2bdea new widget that inherits from GnomeCanvas, the drawing logic has been
2005-05-14  Carlos Garnacho Parro  <carlosg@gnome.org>

        * control-center/gnomecc-canvas.[ch]: new widget that inherits
        from GnomeCanvas, the drawing logic has been mostly moved from
        control-center.c, but the layout function has been quite improved
        (now handles RTL/LTR correctly, assigns a fixed width to all items
        and caches some things to make things a bit faster)

        * control-center/control-center.c: removed canvas drawing logic,
        and use the new widget

        * Makefile.am: include gnomecc-canvas.[ch]
2005-05-16 13:57:06 +00:00
Frédéric Crozat
8067b55d1d append entries, so we get them in the correct order.
* control-center-categories.c: (populate_category):
        append entries, so we get them in the correct order.
2005-05-02 08:05:27 +00:00
Mark McLoughlin
0aa7789a8b update for libgnome-menu API renaming.
2005-04-11  Mark McLoughlin  <mark@skynet.ie>

        * control-center-categories.c: update for libgnome-menu
        API renaming.
2005-04-11 14:59:08 +00:00
Mark McLoughlin
c43d4cc6c8 Update for slight change to menu_tree_lookup() API.
2005-04-06  Mark McLoughlin  <mark@skynet.ie>

        * control-center-categories.c: (control_center_get_information):
        Update for slight change to menu_tree_lookup() API.
2005-04-06 21:41:15 +00:00
Sebastien Bacher
e1d9efe644 update to the new libgnome-menu API, patch from Mark McLoughlin
2005-03-27  Sebastien Bacher  <seb128@debian.org>

        * control-center-categories.c: (populate_category),
        (read_categories_from_menu_directory),
        (control_center_get_information): update to the new libgnome-menu API,
        patch from Mark McLoughlin <markmc@redhat.com>.
2005-03-26 23:34:36 +00:00
Kjartan Maraas
31cff08c22 Fix a sparse warning.
2005-02-18  Kjartan Maraas  <kmaraas@gnome.org>

	* control-center.c: (create_control_center): Fix a
	sparse warning.
2005-02-18 13:53:16 +00:00
Chris Lahey
66cf181493 Prune empty categories.
2005-02-03  Chris Lahey  <clahey@boston.ximian.com>

	* control-center-categories.c (control_center_get_information):
	Prune empty categories.
2005-02-03 21:59:49 +00:00
Elijah Newren
74b81bcaae The lack of comprehensiveness of the .cvsignore files were making it hard
2005-02-01  Elijah Newren  <newren@gmail.com>

	The lack of comprehensiveness of the .cvsignore files were making
	it hard to find the files missing from the commit (see bug 143487,
	comment 35).  This should fix that...  :)
2005-02-02 00:57:55 +00:00
Jody Goldberg
7d324e378a skip lines that are finished, but keep processing up coming lines. This
2005-01-26  Jody Goldberg <jody@gnome.org>

	* control-center.c (relayout_canvas) : skip lines that are finished,
	  but keep processing up coming lines.  This should make alignment
	  work again.  While we're here add a bit more padding at the bottom.
2005-01-26 19:49:17 +00:00
James Henstridge
ebd8e46d44 use GNOMELOCALEDIR.
2004-11-28  James Henstridge  <james@jamesh.id.au>

	* vfs-methods/themus/themus-properties-main.c: use GNOMELOCALEDIR.

	* vfs-methods/themus/Makefile.am: similar changes to the fontilus
	ones.

	* vfs-methods/fontilus/fontilus-context-menu.c: same here.

	* vfs-methods/fontilus/font-view.c: use GNOMELOCALEDIR rather than
	FONTILUS_LOCALEDIR in the bindtextdomain() call, to match the rest
	of gnome-control-center.

	* vfs-methods/fontilus/Makefile.am: similar schema and desktop
	file fixes.  Don't include the old mime files in the dist.

	* schemas/Makefile.am: remove .schemas files on clean, when
	installing schemas, look for them in builddir rather than srcdir.

	* gnome-settings-daemon/actions/Makefile.am: fix up build rules so
	that ALSA_CFLAGS isn't defined multiple times (use the newer
	automake += syntax).

	* control-center/Makefile.am: distribute $(icon_DATA).

	* capplets/*/Makefile.am: put the .desktop and .desktop.in files
	in CLEANFILES.  The .desktop.in.in file gets included because it
	is listed in the configure script.

	* configure.in: update configure script, and remove macro calls
	that are not needed by modern versions of Automake.

	* Makefile.am: remove intltool files on distclean.

	* autogen.sh: request Automake >= 1.7.
2004-11-28 08:14:05 +00:00
Christoffer Olsen
0ffe4d4e98 Added *.desktop.in.in for bug-buddy love.
See ChangeLog for details.
2004-11-24 18:54:03 +00:00
Mark McLoughlin
b39d768877 re-write to use libgnome-menu to load the contents of the preferences
2004-11-10  Mark McLoughlin  <mark@skynet.ie>

        * control-center-categories.[ch]: re-write to use libgnome-menu
        to load the contents of the preferences menu.

        * control-center.c:
        (relayout_canvas), (get_x), (get_y), (get_entry),
        (get_line_length): update for control-center-categories.[ch] changes.
        (activate_entry): load the .desktop file and launch.
        (create_window), (main): remove all nautilus and bonobo stuff.

        * gnome-control-center.png: rename from control-center2.png.

        * gnomecc.desktop.in: update for new icon name.

        * GNOME_ControlCenter.server.in: remove, we're not a Nautilus view
        anymore.

        * active.png, bcg_top.png, bg.png, bgtop.png,
          blank.png, ccsplash.png, empty.png, foot.png,
          gnome-lockscreen.png, gnome-unlockscreen.png,
          gnomecc-ui.xml, html-view.xpm, kill-gnomecc.sh,
          left.png, left_top.png, title.png, tree-view.xpm:
        Remove what seems to be a big bunch of cruft.

        * Makefile.am: remove cruft, install new icon, don't link
        aganst libnautilus.
2004-11-16 08:56:50 +00:00
Mark McLoughlin
860e984b3a - install all capplet .desktop files in $(datadir)/applications
instead of $(datadir)/control-center-2.0/capplets
 - add OnlyShowIn=GNOME; to them all
 - remove capplets/desktop-links/*
2004-11-09 17:43:47 +00:00
Sebastien Bacher
aead454d83 Changed the "Gnome" occurences to "GNOME" (Closes: #152085).
2004-10-21  Sebastien Bacher  <seb128@debian.org>

	* capplets/default-applications/gnome-default-applications-properti
	es-structs.c:
	* capplets/file-types/service-info.c:
	* control-center/control-center-categories.c:
	(load_information_to_information):
	* control-center/control-center.c: (gnome_cc_about):
	Changed the "Gnome" occurences to "GNOME" (Closes: #152085).
2004-10-21 16:57:23 +00:00
Jody Goldberg
eb83cea64a Enable the ximian shell at long last
2004-10-15  Jody Goldberg <jody@gnome.org>

	* configure.in : bump the xklavier version dep.  I hope 1.04 is
	  sufficient, rather than cvs head.
2004-10-15 19:37:59 +00:00
Jody Goldberg
135d52c612 Release 2.8.1
2004-10-14  Jody Goldberg <jody@gnome.org>

	* Release 2.8.1
2004-10-14 19:05:48 +00:00
Jody Goldberg
9c026ec83c update 2004-06-25 20:53:58 +00:00
Jody Goldberg
3c41dec01c Move the patch into cvs for the release
2004-06-01  Jody Goldberg <jody@gnome.org>

	* control-center.c (relayout_canvas) : minor layout tweaks
	  and improved padding
2004-06-01 13:01:59 +00:00
Jody Goldberg
80f10aac09 and again 2004-05-30 21:25:35 +00:00
Jody Goldberg
d7618a9739 add missing files 2004-05-30 21:24:09 +00:00
Jody Goldberg
2e0613c383 new canvas item to match nautilus.
2004-05-27  Jody Goldberg <jody@gnome.org>

	* gnomecc-rounded-rect.c : new canvas item to match nautilus.

	* control-center.c (setup_entry) : add proper focus handling
2004-05-27 22:42:15 +00:00
Jody Goldberg
f8403674b3 Ensure that the selected entry is visible.
2004-05-18  Jody Goldberg <jody@gnome.org>

	* control-center.c (select_entry) : Ensure that the selected
	  entry is visible.

2004-05-17  Jody Goldberg <jody@gnome.org>

	* control-center-categories.c : merge the icon theme handling from the
	  existing control center into the ximian shell.
2004-05-18 14:58:20 +00:00
Jody Goldberg
8342be7cba check for, but do not require nautilus libs. These is necessary if we move
2004-05-17  Jody Goldberg <jody@gnome.org>

	* configure.in : check for, but do not require nautilus libs.  These
	  is necessary if we move to the osx/ximian style shell.
2004-05-17 17:03:38 +00:00
Jody Goldberg
d58e918c83 Release 2.6.1
2004-04-15  Jody Goldberg <jody@gnome.org>

	* Release 2.6.1
2004-04-16 02:32:42 +00:00
Jody Goldberg
f13ff93f8f For Alex Larsson :
2004-04-15  Jody Goldberg <jody@gnome.org>

	For Alex Larsson :
	https://bugzilla.redhat.com/bugzilla/show_bug.cgi?id=119494
	* main.c : fix reverting size change
2004-04-15 21:14:50 +00:00
Jody Goldberg
8f34dac57d http://bugzilla.gnome.org/show_bug.cgi?id=139605 mouse buttons should not
2004-04-15  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=139605
	* eggcellrendererkeys.c (grab_key_callback) : mouse buttons should not
	  be valid modifiers.

2004-04-15  Jody Goldberg <jody@gnome.org>

	* configure.in : Force libxklavier 1.0.2 so that we can work with
	  x.org and xfree86
2004-04-15 18:32:22 +00:00
Jody Goldberg
1cc6acc2d5 Release 2.6.0.3
2004-04-01  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.3
2004-04-01 06:21:52 +00:00
Jody Goldberg
9a9008178d merge and update patch from
http://bugzilla.gnome.org/show_bug.cgi?id=134895
2004-03-31 21:30:23 +00:00
Jody Goldberg
4874c554f6 Release 2.6.0.1
2004-03-30  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0.1
2004-03-31 03:35:12 +00:00
Jody Goldberg
1df948d905 Release 2.6.0
2004-03-23  Jody Goldberg <jody@gnome.org>

	* Release 2.6.0
2004-03-24 02:58:55 +00:00
Jody Goldberg
f4fb38359c Release 2.5.4
2004-03-11  Jody Goldberg <jody@gnome.org>

	* Release 2.5.4
2004-03-11 06:02:19 +00:00
Jody Goldberg
2688109c0b Release 2.5.3
2004-02-13  Jody Goldberg <jody@gnome.org>

	* Release 2.5.3
2004-02-13 15:56:12 +00:00
Mark McLoughlin
d9885e685f update help links to point to user-guide.xml
2004-02-12  Mark McLoughlin  <mark@skynet.ie>

        * capplets/display/main.c: (cb_dialog_response):
        * capplets/localization/gnome-localization-properties.c:
        (dialog_response): update help links to point to user-guide.xml
2004-02-12 14:23:03 +00:00
Kjartan Maraas
17388eb9bb Add F1 as an accelerator for the Help menu. Patch by Mark Finlay. Closes
2004-01-17  Kjartan Maraas  <kmaraas@gnome.org>

	* gnomecc-ui.xml: Add F1 as an accelerator for the Help menu.
	Patch by Mark Finlay. Closes bug #94265.
2004-01-17 09:20:21 +00:00
Jody Goldberg
261b2b9838 Release 2.5.2
2004-01-14  Jody Goldberg <jody@gnome.org>

	* Release 2.5.2
2004-01-14 06:41:31 +00:00
Jody Goldberg
156cabf24f Release 2.5.1.1
2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1.1
2003-12-31 17:11:31 +00:00
Jody Goldberg
e5f68bb5bd Release 2.5.1
2003-12-30  Jody Goldberg <jody@gnome.org>

	* Release 2.5.1
2003-12-30 18:30:46 +00:00
Diego Gonzalez Gonzalez
51aa315c03 install gnome-settings-daemon in the libexec directory new file that
2003-12-19  Diego Gonzalez Gonzalez  <diego@pemas.net>

	* Makefile.am: install gnome-settings-daemon in the libexec
	  directory
	* GNOME_SettingsDaemon.server.in.in: new file that contains
 	  the new locations where the gnome-settings-daemon is to be
	  found.
2003-12-30 17:59:41 +00:00
Jody Goldberg
ee2dc3c919 Use gtk_icon_theme_get_default
2003-12-17  Jody Goldberg <jody@gnome.org>

	* capplet-dir.c (find_icon) : Use gtk_icon_theme_get_default
2003-12-17 16:27:14 +00:00
Jody Goldberg
77529051ed Use GtkIconTheme rather than GnomeIconTheme, and return a Pixbuf directly.
2003-12-16  Jody Goldberg <jody@gnome.org>

	* capplet-dir.c (find_icon) : Use GtkIconTheme rather than
	  GnomeIconTheme, and return a Pixbuf directly.

	* capplet-dir-view-list.c (sidebar_populate) : Just use the icon
	  directly.
	(list_populate) : ditto.
	* capplet-dir-view.c (capplet_dir_view_load_dir) : ditto.

2003-12-15  Jody Goldberg <jody@gnome.org>

	* gnomecc.desktop.in : Use themed icon
	* capplet-dir.c (find_icon) : Support icon themes
	* capplet-dir-view-list.c (list_create) : make icons wider and less
	ugly.
2003-12-16 22:07:05 +00:00
Jody Goldberg
95c1168292 remove the png so that it can theme.
2003-12-16  Jody Goldberg <jody@gnome.org>

	* capplets/file-types/file-types.desktop.in : remove the png so that
	  it can theme.

	* capplets/desktop-links/Makefile.am : remove .in.in path kludge.
	* capplets/desktop-links/Accessibility.directory.in :
	* capplets/desktop-links/Advanced.directory.in : ditto.

	* capplets/background/Makefile.am : no need to install capplet icon
	  anymore its part of the theme.
	* capplets/default-applications/Makefile.am :
	* capplets/font/Makefile.am  :
	* capplets/keybindings/Makefile.am :
	* capplets/keyboard/Makefile.am :
	* capplets/mouse/Makefile.am :
	* capplets/network/Makefile.am :
	* capplets/sound/Makefile.am :
	* capplets/theme-switcher/Makefile.am :
	* capplets/ui-properties/Makefile.am :
	* capplets/windows/Makefile.am :

	* capplets/accessibility/at-properties/Makefile.am :
	* capplets/accessibility/keyboard/Makefile.am :

	* capplets/background/background.desktop.in : Use the themed icon.
	* capplets/default-applications/default-applications.desktop.in :
	* capplets/font/font-properties.desktop.in :
	* capplets/keybindings/keybinding.desktop.in :
	* capplets/keyboard/keyboard.desktop.in :
	* capplets/mouse/gnome-settings-mouse.desktop.in :
	* capplets/network/gnome-network-preferences.desktop.in :
	* capplets/sound/gnome-settings-sound.desktop.in :
	* capplets/theme-switcher/gtk-theme-selector.desktop.in :
	* capplets/ui-properties/gnome-ui-properties.desktop.in :
	* capplets/windows/window-properties.desktop.in :
	* capplets/accessibility/at-properties/at-properties.desktop.in :
	* capplets/accessibility/keyboard/accessibility-keyboard.desktop.in :
2003-12-16 21:38:53 +00:00
Jody Goldberg
f5ba169611 Release 2.5.0
2003-10-28  Jody Goldberg <jody@gnome.org>

	* Release 2.5.0
2003-10-28 22:32:08 +00:00
Jody Goldberg
c5b7285caa Release 2.3.4
2003-07-07  Jody Goldberg <jody@gnome.org>

	* Release 2.3.4
2003-07-07 04:57:46 +00:00
Jody Goldberg
07421f4a30 Release 2.3.3
2003-06-24  Jody Goldberg <jody@gnome.org>

	* Release 2.3.3
2003-06-24 21:04:07 +00:00
Jody Goldberg
b7a5917b6a update 2003-05-07 18:55:08 +00:00
Jody Goldberg
04f119abae Release 2.3.1
2003-05-07  Jody Goldberg <jody@gnome.org>

	* Release 2.3.1
2003-05-07 18:25:21 +00:00
Kjartan Maraas
3fb5f240ae Hmm? Broken pipe? 2003-04-29 19:37:34 +00:00
Jonathan Blandford
d660af7b7a 2.2.0.1 forgot to commit this last night.
2.2.0.1
forgot to commit this last night.
2003-02-05 15:45:30 +00:00
Jonathan Blandford
f6444a51ce Released 2.2.0 2003-01-21 06:53:43 +00:00