2007-02-14 Jens Granseuer <jensgr@gmx.net>
* theme-method.c: (fill_info_struct), (do_read_directory): populate the
VFS file info fields properly so that nautilus shows e.g. read-only
emblems in themes:// (fixes bug #145175)
svn path=/trunk/; revision=7296
2007-02-12 Christian Persch <chpe@svn.gnome.org>
* vfs-methods/fontilus/thumbnailer.c: (main): Use GOption argument
parsing here, and fix some leaks in the error paths. Bug #393994.
svn path=/trunk/; revision=7283
2007-02-07 Jens Granseuer <jensgr@gmx.net>
Based on a patch by: Christian Persch <chpe@svn.gnome.org>
* themus-theme-applier.c: (run_apply_font_dialog), (main): port to
GOption and unref the glade dialog when done. Fixes#336286.
svn path=/trunk/; revision=7254
2007-01-07 Rob Staudinger <robert.staudinger@gmail.com>
Fixes#333557
* thumbnailer.c: added support for specifying string and font-size to
use in the thumbnailer.
svn path=/trunk/; revision=7088
2006-12-10 Luca Cavalli <lcavalli@cvs.gnome.org>
* font-method.c: (ensure_font_list): make sure the name list array
is NULL terminated. Fixes#356435.
svn path=/trunk/; revision=7051
2005-09-25 Sebastien Bacher <seb128@debian.org>
* themus-theme-applier.desktop.in.in:
fix a typo with the StartupNotify option,
thanks Vincent Fretin <vincent.fretin@gmail.com> for pointing this
(Closes: #316159).
2005-05-12 James Henstridge <james@jamesh.id.au>
* font-method.c (ensure_font_list): use NULL as the var args
terminator rather than 0. Patch from Stanislav Brabec
<sbrabec@suse.cz>, fixing bug #302056.
2005-02-09 Sebastien Bacher <seb128@debian.org>
* theme-thumbnailer.c: (main): change back to the previous code,
that fixes the themes:/// thumbnails (Closes: #165778).
2005-01-27 Kjartan Maraas <kmaraas@gnome.org>
* theme-thumbnailer.c: (main): Don't leak the theme name
if the theme is invalid.
* themus-properties-view.c: (themus_properties_view_init):
NULL vs. 0 in gnome_theme_init()
2005-01-04 Shakti Sen <shprasad@novell.com>
* configure.in: Defined PREFIX to <prefix>
bug #153203
2005-01-04 Shakti Sen <shprasad@novell.com>
* theme-thumbnailer.c (main): Added the full path of the theme
so that it will create the thumbnail.
Fixes bug #153203
2004-12-10 James Henstridge <james@jamesh.id.au>
* Makefile.am: update the desktop file database on install, since
we add a new mime action.
* themus-theme-applier.desktop.in.in (Exec): use %u rather than
%U, since it only handles a single file.
2004-12-10 James Henstridge <james@jamesh.id.au>
* Makefile.am (install-desktop-database): update the desktop file
database on install, since we install a new mime action.
* font-view.c (get_font): don't free the pattern when creating the
font object, since XftFontOpenPattern takes ownership of the
pattern.
* gnome-font-viewer.desktop.in.in (Exec): use %u instead of %U,
since we only support openning one file.
2004-11-28 James Henstridge <james@jamesh.id.au>
* thumbnailer.c (main): use gnome_vfs_make_uri_from_shell_arg() to
parse the first argument.
(main): if the glyphs for 'A' and 'a' aren't found, pick some
other ones so we display something possibly relevant.
(draw_char): pass in a glyph index rather than a character.
2004-11-28 James Henstridge <james@jamesh.id.au>
* font-view.c: apply Federic Zhang <federic.zhang@sun.com>'s patch
to speed up loading of large (eg. CJK) fonts, plus a few small bug
fixes. Fixes bug #142878.
(set_icon): use gtk_window_set_icon_name() to set the icon. Also,
get the correct icon theme object for the window's screen.
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-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-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-05-16 Jody Goldberg <jody@gnome.org>
http://bugzilla.gnome.org/show_bug.cgi?id=140342
* font-view.c (main) : patched to use argv[0] rather than hard coding
things. Additionally marked the string for translation.