Commit graph

2833 commits

Author SHA1 Message Date
Joachim Noreiko 509a1ca91f Updates for 2.16. General tweaks, including: Changing titles to gerunds
2006-12-06  Joachim Noreiko  <jnoreiko@yahoo.com>

	* C/eog.xml: Updates for 2.16. General tweaks, including:
	  Changing titles to gerunds
	  Split off new section 'Saving Multiple Images'
	  Clearing up section on deleting images - #382610
	  Simplify section on formats and remove GdkPixbuf - #382232
2006-12-06 22:36:36 +00:00
Lucas Rocha ebf5c96e34 post release version bump.
2006-12-04  Lucas Rocha  <lucasr@gnome.org>

	* configure.in: post release version bump.
2006-12-04 21:39:02 +00:00
Lucas Rocha b3f8c98e3b Update for 2.17.2
2006-12-04  Lucas Rocha  <lucasr@gnome.org>

	* NEWS: Update for 2.17.2
2006-12-04 21:35:09 +00:00
Jakub Friedl 1354bf01f1 Updated Czech translation.
2006-12-04 Jakub Friedl  <jfriedl@suse.cz>

  * cs.po: Updated Czech translation.
2006-12-04 16:26:33 +00:00
Felix Riemann 771f6feba8 Reformat for better readability.
2006-12-02  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-uri-converter.h: Reformat for better readability.
2006-12-02 10:53:18 +00:00
Felix Riemann abb86e7cdc Generate configure help strings using an autoconf macro instead of
2006-11-28  Felix Riemann  <friemann@cvs.gnome.org>

	* configure.in: Generate configure help strings using an autoconf
	macro instead of tabbing/spacing them by hand.
2006-11-28 16:33:24 +00:00
Felix Riemann 1ef8e2a8b9 Put GNOME_DOC_INIT down further and make sure PKG_PROG_PKG_CONFIG is
2006-11-28  Felix Riemann  <friemann@cvs.gnome.org>

	* configure.in: Put GNOME_DOC_INIT down further and make sure
	PKG_PROG_PKG_CONFIG is called before any other PKG_CHECK_MODULES call.
	Fixes bug #372820.
2006-11-28 13:48:38 +00:00
Lucas Almeida Rocha beabdc967e file eog-thumb-nav.c was initially added on branch eog-ng. 2006-11-25 00:59:10 +00:00
Lucas Almeida Rocha 01a5138ffc file eog-thumb-nav.h was initially added on branch eog-ng. 2006-11-25 00:59:10 +00:00
Claudio Saavedra e33ff54df6 Removing old and unused #include's, only related to eog's own code and
2006-11-20  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * libeog/accessible-image-view.c:
        * libeog/eog-canvas-pixbuf.c:
        * libeog/eog-collection-item.c:
        * libeog/eog-full-screen.c:
        * libeog/eog-full-screen.h:
        * libeog/eog-image-cache.c:
        * libeog/eog-image-list.c:
        * libeog/eog-image.c:
        * libeog/eog-info-view.c:
        * libeog/eog-job-manager.c:
        * libeog/eog-job-manager.h:
        * libeog/eog-job.c:
        * libeog/eog-thumbnail.c:
        * libeog/eog-thumbnail.h:
        * libeog/eog-transform.c:
        * libeog/eog-wrap-list.c:
        * shell/eog-file-chooser.c:
        * shell/eog-preferences.c:
        * shell/eog-save-dialog-helper.h:
        * shell/eog-window.c:
        * shell/main.c:

        Removing old and unused #include's, only related to eog's own code
        and GNOME libraries. I hope this won't break anyone's builds, but if it
        does, please report it.
2006-11-20 20:53:10 +00:00
Felix Riemann 8bc9fdd2f3 Actually use the translated token descriptions Hide the non-working ones
2006-11-20  Felix Riemann  <friemann@cvs.gnome.org>

	* shell/eog-save-as-dialog-helper.c: (prepare_token_options):
	Actually use the translated token descriptions
	Hide the non-working ones so the UI doesn't look broken.
	Fixes bugs #337642 and #340490.
2006-11-20 13:33:51 +00:00
Daniel Nylander 8d77836d6f Updated Swedish translation.
2006-11-19  Daniel Nylander <po@danielnylander.se>

	* sv.po: Updated Swedish translation.
2006-11-19 16:51:10 +00:00
Felix Riemann f0789970ff Remove prototype of long gone eog_image_save().
2006-11-18  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-image.h: Remove prototype of long gone eog_image_save().
2006-11-18 19:51:03 +00:00
Felix Riemann 6c5d0b9f4e automake-1.7 depends on autoconf-2.54. Also require intltool-0.35.0.
2006-11-18  Felix Riemann <friemann@cvs.gnome.org>

	* autogen.sh: automake-1.7 depends on autoconf-2.54. Also require
	intltool-0.35.0.
2006-11-18 19:09:35 +00:00
Claudio Saavedra f9ecba5714 Remove art from SUBDIRS. Remove directory. Remove. Remove art from
2006-11-17  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * Makefile.am: Remove art from SUBDIRS.
        * art/*: Remove directory.
        * art/loading.png: Remove.
        * configure.in: Remove art from AC_OUTPUT.
        * libeog/eog-collection-item.c: (get_busy_pixbuf): Use "image-loading"
        from icon theme instead of shipped icon.

        * macros/*: Remove old and unused macros from CVS.
2006-11-17 18:53:01 +00:00
Felix Riemann 6ac4029ca8 free_uri_list() does the same as gnome_vfs_uri_list_free(). Remove the
2006-11-17  Felix Riemann  <friemann@cvs.gnome.org>

	* shell/main.c: (load_context_free): free_uri_list() does the same as
	gnome_vfs_uri_list_free(). Remove the former.
2006-11-17 14:05:08 +00:00
Felix Riemann 22ea764222 Move config.h templating into configure.in to silence newer autoheader
2006-11-16  Felix Riemann  <friemann@cvs.gnome.org>

	* acconfig.h:
	* configure.in: Move config.h templating into configure.in to silence
	newer autoheader versions and make config.h slim.
2006-11-16 18:32:58 +00:00
Claudio Saavedra 8d9874c054 Remove util.c Removed. Remove unused open_failure_dialog() definition.
2006-11-16  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * shell/Makefile.am: Remove util.c
        * shell/util.c: Removed.
        * shell/util.h: Remove unused open_failure_dialog() definition.
2006-11-16 17:59:38 +00:00
Claudio Saavedra 911ff2ae40 Adding back <stdlib.h>, as it is needed for some machines. Fixes bug
2006-11-16  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * shell/eog-save-as-dialog-helper.c: Adding back <stdlib.h>, as
it is
        needed for some machines. Fixes bug #375897.
2006-11-16 16:43:03 +00:00
Claudio Saavedra 1daa74460c Remove unused includes.
2006-11-15  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * shell/eog-save-as-dialog-helper.c: Remove unused includes.
2006-11-15 16:58:57 +00:00
Claudio Saavedra 223a77467d Make check pattern for transparent images a bit lighter. Fixes bug
2006-11-15  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * libeog/eog-scroll-view.c: (paint_rectangle): Make check
        pattern for transparent images a bit lighter. Fixes bug #350183.
2006-11-15 16:35:01 +00:00
Felix Riemann af52bac1f3 Remove unused icons.
2006-11-15  Felix Riemann  <friemann@cvs.gnome.org>

	* art/Makefile.am:
	* art/down-right.png:
	* art/orient-horizontal.png:
	* art/orient-vertical.png:
	* art/right-down.png: Remove unused icons.
2006-11-15 13:26:07 +00:00
Claudio Saavedra 35cf180165 Remove unused call and mark string for translation.
2006-11-14  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * shell/eog-window.c: (eog_window_print): Remove unused call and mark
        string for translation.
2006-11-14 21:39:24 +00:00
Claudio Saavedra b3326b81fc Remove checks for libgnomeprint{ui} and add checks for gtk+-unix-print.
2006-11-14  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * configure.in: Remove checks for libgnomeprint{ui} and add checks for
        gtk+-unix-print.
        * libeog/eog-config-keys.h: Add lockdown printing macros.
        * libeog/eog-image.c: remove unused eog_image_print ().
        * libeog/eog-image.h: remove unused eog_image_print () definition.
        * shell/eog-gtk-ui.xml: Add "FilePageSetup" action.
        * shell/eog-window.c: (eog_window_page_setup),
        (eog_window_print_draw_page), (eog_window_print_end_print),
        (eog_window_print), (verb_PageSetup_cb), (verb_Print_cb),
        (update_ui_visibility):

        Add support for GtkPrint. Remove old libgnomeprint{ui} dependence.
2006-11-14 21:20:22 +00:00
Francisco Javier F. Serrador 261fbabb10 Updated Spanish translation.
2006-11-12  Francisco Javier F. Serrador  <serrador@openshine.com>

	* es/es.po: Updated Spanish translation.
2006-11-12 20:06:13 +00:00
Claudio Saavedra e646237f61 Remove the icons.
2006-11-10  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * art/Makefile.am: Remove the icons.
        * art/stock-rotate-180-16.png:
        * art/stock-rotate-270-16.png:
        * art/stock-rotate-90-16.png:
        * art/stock-flip-horizontal-16.png:
        * art/stock-flip-vertical-16.png:
        * shell/eog-gtk-ui.xml: Remove rotate 180 degrees action.
        * shell/eog-window.c: (eog_window_construct_ui): Remove custom
        icon factory.

        Use stock icons for rotate and flip actions. (Fixes bug #305823). Patch
        from Luca Ferreti <elle.uca@libero.it>.
2006-11-10 21:43:47 +00:00
Felix Riemann 9b6e776f55 Remove unneeded gnome-macros.h includes. The code that used it was removed
2006-11-10  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-image-save-info.c:
	* libeog/eog-image.c:
	* libeog/eog-info-view-detail.c:
	* libeog/eog-info-view-exif.c:
	* libeog/eog-info-view-file.c:
	* libeog/eog-info-view.c:
	* libeog/eog-metadata-reader.c:
	* libeog/eog-scroll-view.c:
	* libeog/eog-transform.c:
	* libeog/eog-uri-converter.c:
	* shell/eog-file-chooser.c:
	Remove unneeded gnome-macros.h includes.
	The code that used it was removed in 2.13.4.
2006-11-10 18:16:25 +00:00
Hendrik Richter 433d30747c Updated German translation, fix #369519.
2006-11-03  Hendrik Richter  <hendrikr@gnome.org>

	* de.po: Updated German translation, fix #369519.
2006-11-03 15:49:46 +00:00
Francisco Javier F. Serrador a253631ca5 Updated Spanish translation. Added screenshot Deleted
2006-11-01  Francisco Javier F. Serrador  <serrador@openshine.com>

	* es/es.po: Updated Spanish translation.
	* es/figures/eog_save_as_window.png: Added screenshot
	* es/MAkefile.am, es/eog-es.omf, es/eog.xml, es/legal.xml: Deleted
2006-11-01 18:50:48 +00:00
Satoru SATOH 30800aa6ad Merged fixes for incorrect translations from gnome-2-16 branch.
2006-11-01  Satoru SATOH <ss@gnome.gr.jp>

	* ja.po: Merged fixes for incorrect translations from gnome-2-16 branch.
2006-10-31 18:32:31 +00:00
Francisco Javier F. Serrador f429146f15 Updated translation.
2006-10-30  Francisco Javier F. Serrador  <serrador@openshine.com>

	* es/es.po: Updated translation.
2006-10-30 12:36:32 +00:00
Felix Riemann 1398646b37 Remove help/sv from manual translation list as it has been converted to
2006-10-29  Felix Riemann  <friemann@cvs.gnome.org>

	* configure.in: Remove help/sv from manual translation list as it has
	been converted to g-d-u. (Fixes bug #366695)
2006-10-29 11:16:15 +00:00
Daniel Nylander 54345bb311 Added Swedish translation.
2006-10-26  Daniel Nylander <po@danielnylander.se>

	* sv/sv.po: Added Swedish translation.
2006-10-26 07:10:57 +00:00
Daniel Nylander 5ced9f37cf Updated Swedish translation. Removed
2006-10-26  Daniel Nylander <po@danielnylander.se>

	* sv/sv.po: Updated Swedish translation.
	* sv/Makefile.am: Removed
2006-10-26 07:10:00 +00:00
Daniel Nylander 24d7f9f564 file eog_save_as_window.png was initially added on branch gnome-2-16. 2006-10-25 14:01:03 +00:00
Daniel Nylander 2601293a2e Added Swedish translation. Updated screenshot. Added sv to DOC_LINGUAS.
2006-10-24  Daniel Nylander <po@danielnylander.se>

	* sv/sv.po: Added Swedish translation.
	* sv/figures/*png: Updated screenshot.
	* Makefile.am: Added sv to DOC_LINGUAS.
	* help/sv/eog-sv.omf: Removed
	* help/sv/eog.xml: Removed
	* help/sv/legal.xml: Removed
2006-10-24 06:15:22 +00:00
Claudio Saavedra 9a09a049af Add several help/*/Makefile to AC_OUTPUT. Add non g-d-u translations
2006-10-19  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * configure.in: Add several help/*/Makefile to AC_OUTPUT.
        * help/Makefile.am: Add non g-d-u translations directories to SUBDIRS.

        Add some missing manual translations to the tarballs. This is a
        temporary fix for those manuals which are not yet converted to
        g-d-u. (Fixes bug #363348).
2006-10-19 19:19:52 +00:00
Claudio Saavedra d6f32fb071 post release version bump.
2006-10-18  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * configure.in: post release version bump.
2006-10-18 22:09:01 +00:00
Claudio Saavedra d57512a551 Updates for 2.17.1 2006-10-18 21:57:01 +00:00
Claudio Saavedra 39e87b74ee Removed more obsolete files. 2006-10-18 15:31:06 +00:00
Claudio Saavedra ce2c14e038 Removed obsolete files from CVS.
2006-10-18  Claudio Saavedra  <csaavedra@alumnos.utalca.cl>

        * help/es/eog-es.omf:
        * help/es/eog.xml:
        * help/es/legal.xml:
        * help/uk/eog-uk.omf:
        * help/uk/eog.xml:
        * help/uk/legal.xml:

        Removed obsolete files from CVS.
2006-10-18 15:28:27 +00:00
Felix Riemann d70c0a276d Optimize calculation of dy variable. It is now only calculated dest_height
2006-10-16  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-transform.c: (eog_transform_apply):
	Optimize calculation of dy variable. It is now only calculated
	dest_height times not dest_height*dest_width times.
2006-10-16 15:41:23 +00:00
Felix Riemann 2f4a5ad918 Replace deprecated g_strcasecmp() calls.
2006-10-15  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-full-screen.c: (eog_full_screen_new):
	* libeog/eog-image-save-info.c: (is_local_uri):
	* shell/eog-preferences.c: (eog_preferences_show):
	* shell/eog-window.c: (transparency_changed_cb),
	(trans_color_changed_cb):
	Replace deprecated g_strcasecmp() calls.
2006-10-15 10:39:16 +00:00
Kwok-Koon Cheung 5f67ea275f Very minor cleanup 2006-10-14 05:37:28 +00:00
Kwok-Koon Cheung bbb0394126 Added es, uk to DOC_LINGUAS.
* Makefile.am: Added es, uk to DOC_LINGUAS.
2006-10-14 05:27:34 +00:00
Felix Riemann b567427f73 Replace deprecated gtk_label_set() and gtk_widget_set_usize() calls.
2006-10-11  Felix Riemann  <friemann@cvs.gnome.org>

	* shell/eog-file-chooser.c: (eog_file_chooser_add_preview):
	* shell/eog-save-dialog-helper.c: (update_counter_label):
	* shell/eog-window.c: (eog_window_construct_ui): Replace deprecated
	gtk_label_set() and gtk_widget_set_usize() calls.
2006-10-11 12:42:31 +00:00
Pablo Saratxaga 115b80e204 updated Walloon file 2006-10-09 20:49:31 +00:00
Felix Riemann 54b7fc37f6 Replace file_exists() with identical gnome_vfs_uri_exists().
2006-10-09  Felix Riemann  <friemann@cvs.gnome.org>

	* libeog/eog-image-save-info.c: (eog_image_save_info_from_image),
	(eog_image_save_info_from_vfs_uri): Replace file_exists() with
	identical gnome_vfs_uri_exists().
2006-10-09 15:35:25 +00:00
Christophe Merlet 73ac8efd19 Updated French translation. 2006-10-08 21:23:02 +00:00
Christophe Bliard 1120c2c41d Added French translation. Added/updated figures. Added fr to DOC_LINGUAS.
2006-10-08  Christophe Bliard  <christophe.bliard@trux.info>

        * fr/fr.po: Added French translation.
        * fr/figures/*.png: Added/updated figures.
        * Makefile.am: Added fr to DOC_LINGUAS.
2006-10-08 20:28:50 +00:00