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-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.
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-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-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-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-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-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
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-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.