Commit graph

24 commits

Author SHA1 Message Date
Christian Persch
c19d6d800d Fix localedir defines. Bug #395383.
2007-01-31  Christian Persch  <chpe@svn.gnome.org>

	* capplets/accessibility/at-properties/Makefile.am:
	* capplets/accessibility/keyboard/Makefile.am:
	* capplets/background/Makefile.am:
	* capplets/common/Makefile.am:
	* capplets/default-applications/Makefile.am:
	* capplets/display/Makefile.am:
	* capplets/font/Makefile.am:
	* capplets/keybindings/Makefile.am:
	* capplets/keyboard/Makefile.am:
	* capplets/mouse/Makefile.am:
	* capplets/network/Makefile.am:
	* capplets/theme-switcher/Makefile.am:
	* capplets/ui-properties/Makefile.am:
	* capplets/windows/Makefile.am:
	* configure.in:
	* gnome-settings-daemon/Makefile.am:
	* libbackground/Makefile.am:
	* libwindow-settings/Makefile.am:
	* typing-break/Makefile.am:
	* vfs-methods/fontilus/Makefile.am:
	* vfs-methods/themus/Makefile.am: Fix localedir defines. Bug #395383.

svn path=/trunk/; revision=7219
2007-01-31 21:09:43 +00:00
Glynn Foster
6c0c9e1a6c Move the .directory files to $datadir/desktop-directories. Fixes #334405.
2006-04-05  Glynn Foster <glynn.foster@sun.com>

	* Makefile.am: Move the .directory files to
	$datadir/desktop-directories. Fixes #334405.
2006-04-05 05:48:28 +00:00
Jonathan Blandford
efc3ce995f release 2.9.3
Mon Dec 20 16:52:47 2004  Jonathan Blandford  <jrb@redhat.com>

        * configure.in: release 2.9.3
2004-12-20 21:53:31 +00:00
James Henstridge
439b627de7 small change so that install-desktop-database runs after install-desktopDATA 2004-12-10 09:56:03 +00:00
James Henstridge
2a7bec1ecb update the desktop file database on install, since we install a new mime
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-12-10 09:51:25 +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
James Henstridge
b3fff0e955 get rid of old mime stuff.
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 16:07:54 +00:00
James Henstridge
52f46ac78c use libnautilus-extension for the context menu instead of Bonobo.
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-27 13:13:25 +00:00
Jeff Waugh
a66b869ef8 Add a .desktop file for the font viewer, need it for the MIME loving.
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-11-01 11:39:28 +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
Muktha
92bc252e78 Do not popup the logout dialog when the close button (X) of window manager
2003-11-27  Muktha <muktha.narayan@wipro.com>

	* main.c: Do not popup the logout dialog when the close button (X) of
	window manager is clicked. Fixes bug #124032.

2004-02-16  Jody Goldberg <jody@gnome.org>

	* accessibility-keyboard.c (cb_load_CDE_file) : Add a kludge to set
	  the vertical size based on the monitor size until the filesel can do
	  a better job of doing it itself.

2003-12-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>

	* accessibility-keyboard.c: (load_CDE_file),
	(fchooser_handle_response), (cb_load_CDE_file): replace
	GtkFileSelection with GtkFileChooser.

2003-12-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>

	* background-properties-capplet.c: remove unused
	"preview_file_selection.h" include.

2004-02-16  Jody Goldberg <jody@gnome.org>

	* gconf-property-editor.c (peditor_image_clicked_cb) : Use the monitor
	  size kludge for the vertical size of the new file selector.

2003-12-07  Jan Arne Petersen  <jpetersen@uni-bonn.de>

	* gconf-property-editor.c: (peditor_image_set_filename),
	(peditor_image_chooser_response_cb),
	(peditor_image_chooser_update_preview_cb),
	(peditor_image_clicked_cb): replace
	PreviewFileSelection (GtkFileSelection) with GtkFileChooser, use new
	gdk_pixbuf_new_from_file_at_size method to load a scaled image.

2004-02-16  Jody Goldberg <jody@gnome.org>

	* gnome-settings-accessibility-keyboard.c : include
	  libgnome/gnome-help.h to avoid potential crash on 64 bit arches.
	(ax_response_callback) : actually display the error message on
	  failure.

2004-02-16  Jody Goldberg <jody@gnome.org>

	http://bugzilla.gnome.org/show_bug.cgi?id=134389
	* Makefile.am : Patch from jmmv@menta.net (Julio M. Merino Vidal)
	  to honour the standard schema install flags.
	  I've extended the patch to support builddir != srcdir too
2004-02-16 17:32:53 +00:00
Jonathan Blandford
52fcd102df add fontilus support. add fontilus support. add fontilus support.
Tue May 20 12:43:59 2003  Jonathan Blandford  <jrb@redhat.com>

	* configure.in (FONTILUS): add fontilus support.
	* vfs-methods/Makefile.am: add fontilus support.
	* vfs-methods/fontilus/Makefile.am: add fontilus support.
2003-05-20 16:46:02 +00:00
Yanko Kaneti
c6b858beeb add fontilus.server.in.in Updated to include the context menu extensions.
2003-02-02  Yanko Kaneti  <yaneti@declera.com>

	* Makefile.am (EXTRA_DIST): add fontilus.server.in.in
	* fontilus.spec.in: Updated to include the context menu extensions.
2003-02-03 15:05:57 +00:00
James Henstridge
5992c48c1f bonobo activation server file for the fontilus component.
2003-02-02  James Henstridge  <james@daa.com.au>

    * src/fontilus.server.in.in: bonobo activation server file for the
    fontilus component.

    * src/fontilus-context-menu.c: Bonobo listener component to
    implement custom context menu items for fonts under fonts:///,
    which allows us to set the default font for the desktop.
2003-02-02 15:06:29 +00:00
James Henstridge
1b4e7b8ffa look for gconftool.
2003-01-09  James Henstridge  <james@daa.com.au>

    * configure.in: look for gconftool.

    * src/fontilus.schemas.in: add schemas to set up thumbnailing.
2003-01-09 14:56:40 +00:00
James Henstridge
b04d5bb1d9 get rid of unused variable.
2002-12-23  James Henstridge  <james@daa.com.au>

    * src/thumbnailer.c (main): get rid of unused variable.

    * configure.in (GETTEXT_PACKAGE): turn on i18n stuff.
    (CFLAGS): add -Wall to compile flags.
    (*_LIBS): remove -export-dynamic from libs.
2002-12-24 07:32:17 +00:00
Frédéric Crozat
429c9b4b57 add support for OpenType fonts, fix pcf.gz detection
* README:
* src/Makefile.am:
* src/fontilus.keys:
add support for OpenType fonts, fix pcf.gz detection
2002-12-13 13:19:46 +00:00
James Henstridge
1174a5b0a9 set gnome-font-viewer as default app for type1, ttf and pcf fonts.
2002-12-05  James Henstridge  <james@daa.com.au>

    * src/fontilus.keys: set gnome-font-viewer as default app for
    type1, ttf and pcf fonts.

    * src/fontilus.applications: add application registry file for
    gnome-font-viewer.  Set it to accept URIs in file:/// and
    fonts:///.  It supports others though ...

    * src/Makefile.am: change executable names, and install them.

    * src/font-view.c (main): add an "in" shadow round the rendered text.
2002-12-05 15:47:45 +00:00
James Henstridge
2f4b9395dc start of simple font viewer program. Doesn't correctl display the text yet
2002-12-04  James Henstridge  <james@daa.com.au>

    * src/font-view.c (main): start of simple font viewer program.
    Doesn't correctl display the text yet though :(

    * src/ftstream-vfs.c (FT_New_Face_From_URI): rename function to
    match naming scheme used elsewhere.
2002-12-04 05:40:24 +00:00
James Henstridge
2f46bdaa37 fix bound on for loop (gaaaargh). (main): re-enable shutdown of the
2002-12-02  James Henstridge  <james@daa.com.au>

    * src/thumbnailer.c (main): fix bound on for loop (gaaaargh).
    (main): re-enable shutdown of the library

    * src/Makefile.am (libfont_method_la_LIBADD): fix typo.

    * src/ftstream-vfs.c (FT_New_URI_Face): FT_Stream is a pointer, so
    sizeof(FT_Stram) gives the wrong result :(
2002-12-02 07:31:30 +00:00
James Henstridge
627140fc04 some makefile changes 2002-12-01 15:22:27 +00:00
James Henstridge
1abf43c039 include ".directory" in the directory listing. (do_open): handle
2002-12-01  James Henstridge  <james@daa.com.au>

    * src/font-method.c (do_read_directory): include ".directory" in
    the directory listing.
    (do_open): handle "/.directory".
    (do_get_file_info): handle "/.directory".
    (do_is_local): handle "/.directory".
2002-12-01 15:07:36 +00:00
James Henstridge
01f3ccb167 install font-method.conf 2002-12-01 13:59:26 +00:00
James Henstridge
92e7e7a7ff initial checkin 2002-12-01 13:52:09 +00:00