2004-11-27 James Henstridge <james@jamesh.id.au>
* Makefile.am: get rid of old mime stuff.
* gnome-font-viewer.desktop.in.in (Exec): add a "%U" to the
command line, so Nautilus will run gnome-font-viewer for stuff
under the fonts:/// URI.
2004-11-27 James Henstridge <james@jamesh.id.au>
* themus.applications, themus.keys: remove.
* themus-theme-applier.desktop.in.in: new file to hook up
themus-apply-theme, since the old .applications file isn't used by
the new MIME system.
2004-11-27 James Henstridge <james@jamesh.id.au>
* configure.in (THEMUS_COMPONENT): use libnautilus-extension.
2004-11-27 James Henstridge <james@jamesh.id.au>
* themus-theme-applier.c: get rid of the bonobo includes.
* Makefile.am: update to install Nautilus extension.
* themus-properties-main.c: convert from a Bonobo component to a
Nautilus extension.
* themus-properties-view.[ch]: convert to a simple widget. Also
fix a bunch of leaks.
2004-11-27 James Henstridge <james@jamesh.id.au>
* configure.in (FONT_CONTEXT_MENU): use libnautilus-extension for
the context menu instead of Bonobo.
2004-11-27 James Henstridge <james@jamesh.id.au>
* Makefile.am: fix build rules for Nautilus stuff.
* fontilus-context-menu.c: convert to a Nautilus extension.
2004-11-26 Sebastien Bacher <seb128@debian.org>
* gnome-default-applications-properties.glade: Mask the "Text Editor"
tab since it's not used by the new mime system.
2004-11-21 Sebastien Bacher <seb128@debian.org>
* gnome-network-preferences.c: (cb_http_details_button_clicked):
use the stock_proxy icon for the capplet (Closes: #130624).
2004-11-10 Mark McLoughlin <mark@skynet.ie>
* configure.in: require libgnome-menu for the shell, fixup
other shell requirements and don't look for libnautilus
anymore.
* Makefile.am: don't install control-center2.png anymore.
* control-center2.png: remove.
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.
Tue Nov 2 16:03:41 2004 Jonathan Blandford <jrb@redhat.com>
* theme-switcher.c (install_dialog_response): Patch from
Vijaykumar Patwari <vijaykumar.patwari@wipro.com> to warn when
.themes can't be written to.
2004-11-01 Jeff Waugh <jdub@perkypants.org>
* po/POTFILES.in, vfs-methods/fontilus/Makefile.am,
vfs-methods/fontilus/gnome-font-viewer.desktop.in,
vfs-methods/fontilus/.cvsignore: Add a .desktop file for the
font viewer, need it for the MIME loving. D'oh!
2004-10-28 Sebastien Bacher <seb128@debian.org>
* sound-view.c: (remove_cb), (sound_view_init), (select_row_cb):
patch by June Tate <june@theonelab.com> to add a "remove" button that
allow to turn off a sound event (Closes: #14272).