Commit graph

1053 commits

Author SHA1 Message Date
Dmitry Mastrukov ffd1e89fd9 ru.po: Updated Russian translation. 2002-07-16 04:52:59 +00:00
Irene Ryan f8a40d78dc Submitting V2.1 manual ad updated OMF file 2002-07-13 10:59:15 +00:00
Jens Finke 8e6c524a24 Added libeog/eog-file-selection.c
2002-07-10  Jens Finke <jens@triq.net>

	* POTFILES.in: Added libeog/eog-file-selection.c

	* de.po: Updated German translation.
2002-07-10 20:02:42 +00:00
Jens Finke c8b04c0b6e Fixes #85690.
2002-07-10  Jens Finke <jens@triq.net>

	Fixes #85690.

	* libeog/eog-file-selection.[ch]: New files. An extended
	GtkFileSelection dialog, which shows the list of supported file
	types.

	* libeog/Makefile.am (SOURCES): Added new files.

	* shell/eog-window.c (eog_window_open_dialog): Use new file
	selector.

	* viewer/eog-image-view.c (filesel_ok_cb): Removed.
	(save_image_as_file): New function.
	(filesel_cancel_cb): Removed.
	(verb_SaveAs_cb): Use new file selector.
2002-07-10 19:49:18 +00:00
jacob berkman dbc2846062 remove some files
2002-07-10  jacob berkman  <jacob@ximian.com>

	* POTFILES.in: remove some files
2002-07-10 17:09:48 +00:00
Federico Mena Quintero 8501101669 :EOG::Interpolation): Removed tiles interpolation, as it does not make
2002-07-09  Federico Mena Quintero  <federico@ximian.com>

	* idl/Eog.idl (GNOME::EOG::Interpolation): Removed tiles
	interpolation, as it does not make sense for EOG.

	* viewer/eog-image-view.c (listener_Interpolation_cb): Likewise.
	(ui_id_strings_interp_type): Likewise.
	(eog_image_view_get_prop): Likewise.
	(eog_image_view_set_prop): Likewise.

	* viewer/eog-preview.c (eog_preview_update): Likewise.

	* viewer/preferences.c (prefs_interpolation): Likewise.

	* viewer/eog-image-view-ui.xml: Likewise.

	* viewer/eog-image-view.c (eog_image_view_create_ui): Use the
	computed number of elements for the interpolation types array, not
	a hardcoded constant.
	(eog_image_view_create_ui): Convert the interpolation value to a
	menu index before using it.
	(interp_type_changed_cb): Likewise.

	* viewer/eog-control.c (eog_control_construct): Do not add a
	property control interface.  The preferences code is highly
	convoluted and broken, so I'm removing it.

	* viewer/eog-imagew-view.c (eog_image_view_get_property_control):
	Removed.

	* viewer/Makefile.am (eog_image_viewer_SOURCES): Removed
	preferences.[ch].

	* viewer/preferences.[ch]: Removed.

	* shell/eog-shell-ui.xml: Removed the Edit/Preferernces item.

	* shell/eog-window.c: Removed the preferences machinery.

	* shell/Makefile.am (eog_SOURCES): Removed eog-preferences.[ch].
2002-07-09 20:13:08 +00:00
Christopher R. Gabriel 910b6d775c updated italian translation 2002-07-06 23:23:29 +00:00
Daniel Yacob 8f2ca35a5c Update to Amharic translation. 2002-07-01 20:43:10 +00:00
Dmitry Mastrukov f2a6998d95 ru.po: Updated Russian translation. 2002-06-30 04:40:29 +00:00
Vincent van Adrighem e0557a5050 Dutch translation updated by Tino Meinen.
2002-06-26 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
	* nl.po: Dutch translation updated by Tino Meinen.
2002-06-26 21:24:48 +00:00
Kjartan Maraas a9741a24b7 Updated Norwegian translation.
2002-06-26  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2002-06-26 21:08:41 +00:00
Abel Cheung 0758824590 Updated traditional Chinese translation.
2002-06-27  Abel Cheung  <maddog@linux.org.hk>

	* zh_TW.po: Updated traditional Chinese translation.
2002-06-26 20:48:38 +00:00
Federico Mena Quintero 930c496633 Fixes #86469.
2002-06-26  Federico Mena Quintero  <federico@ximian.com>

	Fixes #86469.

	* shell/eog-window.c (eog_window_close_all): New function.
	(verb_FileExit_cb): Use eog_window_close_all(); this function was
	fantastically buggy.
	* shell/main.c (client_die_cb): Use eog_window_close_all().

2002-06-26  Yanko Kaneti <yaneti@declera.com>
2002-06-26 17:10:27 +00:00
Chyla Zbigniew b288423023 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-06-26 15:51:37 +00:00
Changwoo Ryu ca6bedb08a Updated Korean translation.
* ko.po: Updated Korean translation.
2002-06-26 08:43:18 +00:00
Christian Rose 502971f6a1 Updated Swedish translation.
2002-06-26  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-06-26 08:35:23 +00:00
Yanko Kaneti fff9a4972f Added Bulgarian (bg).
2002-06-26  Yanko Kaneti <yaneti@declera.com>

   * configure.in: (ALL_LINGUAS) Added Bulgarian (bg).

po/

   * bg.po (added): Bulgarian translation by
   Borislav Aleksandrov <B.Aleksandrov@cnsys.bg>.
2002-06-26 02:56:12 +00:00
Federico Mena Quintero 99f3440f5c Fixes #75889.
2002-06-25  Federico Mena Quintero  <federico@ximian.com>

	Fixes #75889.

	* viewer/eog-image-view.c (setup_item_factory): Set up a
	GtkItemFactory for the image view's popup menu.
	(image_view_button_press_event_cb): Added a button press handler
	so that we can present a popup menu.
	(eog_image_view_class_init): Created a "close_item_activated"
	signal.

	* viewer/eog-full-screen.c (eog_full_screen_new): Connect to the
	"close_item_activated" signal of the image view.

	* libeog/image-view.c (image_view_button_press_event): Use
	IMAGE_VIEW_ZOOM_MULTIPLIER.
	(image_view_key_press_event): Likewise.
	(image_view_set_zoom): Added arguments to specify the zoom anchor.
	(image_view_set_zoom): Queue a resize even if we did not need to
	change the zoom factor.  This makes things work even when 1:1 and
	then zoom-fit would produce the same results.
2002-06-25 20:30:23 +00:00
Andraz Tori 400de900b3 Updated Slovenian translation 2002-06-25 17:41:34 +00:00
jjranta 987108a195 Updated Finnish translation. 2002-06-24 10:57:41 +00:00
Daniel Yacob bf6bf2097c Typo fix in Amharic translation. 2002-06-22 16:11:35 +00:00
Daniel Yacob 9a0f214955 fixed type in Amharic translation. 2002-06-22 15:28:18 +00:00
Daniel Yacob 0d20aca9c9 Updated Amharic translation. 2002-06-22 15:09:19 +00:00
Jens Finke 42f3805896 Fixes #72352 and #75713.
2002-06-21  Jens Finke  <jens@triq.net>

	Fixes #72352 and #75713.

	* libeog/ui-image.c (ui_image_fit_to_screen): Removed.

	* shell/eog-window.c (adapt_shell_size_to_control): New function
	which tries to read the desired size of the control and to adapt
	the size of the eog window to it.
	(add_control_to_ui): Call adapt_shell_size_to_control.

	* viewer/eog-image-view.c (image_set_image_cb): Don't call
	ui_image_fit_to_screen.
2002-06-21 19:49:06 +00:00
Daniel Yacob a890b48fea extra " removed from end of first translation. 2002-06-21 17:01:51 +00:00
Hasbullah Bin Pit 56e160fb29 Updated Malay Translation.
2002-06-22  Hasbullah Bin Pit <sebol@ikhlas.com>

* ms.po: Updated Malay Translation.
2002-06-21 17:01:19 +00:00
Daniel Yacob 22749fc151 Update Amharic translation. 2002-06-21 16:57:51 +00:00
Peteris Krisjanis 98c912d594 *lv.po - Added Latvian translation.
2002-06-21  Peteris Krisjanis <pecisk@inbox.lv>
*lv.po - Added Latvian translation.
2002-06-21 14:16:05 +00:00
Peteris Krisjanis 65b2d8fa08 Added Latvian translation.
2002-06-21  Peteris Krisjanis <pecisk@inbox.lv>
Added Latvian translation.
2002-06-21 14:15:50 +00:00
Peteris Krisjanis d262bf011b *configure.in - added Latvian translation.
2002-06-21  Peteris Krisjanis <pecisk@inbox.lv>
*configure.in - added Latvian translation.
2002-06-21 14:13:34 +00:00
Peteris Krisjanis 2251fb0630 added Latvian translation.
2002-06-21  Peteris Krisjanis <pecisk@inbox.lv>
added Latvian translation.
2002-06-21 14:13:18 +00:00
Federico Mena Quintero 4d043ce906 Removed obsolete comment.
2002-06-20  Federico Mena Quintero  <federico@ximian.com>

	* libeog/image-view.c: Removed obsolete comment.

	* libeog/GNOME_EOG.server.in: Make the nautilus:view_as_name be
	"Image" so that Nautilus will say, "View as Image".  Fixes #73651.
2002-06-21 01:41:36 +00:00
Federico Mena Quintero f98cbacc46 NEWS - Federico 2002-06-20 21:45:48 +00:00
Federico Mena Quintero f326543150 Initialize the loader and rsvg_handle variables, otherwise we'll b0rk if
2002-06-20  Federico Mena Quintero  <federico@ximian.com>

	* viewer/eog-image.c (load_image_from_file): Initialize the loader
	and rsvg_handle variables, otherwise we'll b0rk if we can't open
	the URI.  Fixes #85263.
2002-06-20 21:43:26 +00:00
Stanislav Visnovsky d76aecda80 Updated Slovak translation.
2002-06-20  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Updated Slovak translation.
2002-06-20 14:05:23 +00:00
Jens Finke 2faf7888fd Released version 1.0.1
2002-06-19  Jens Finke  <jens@triq.net>

	* Released version 1.0.1

	* configure.in: Updated version.

	* NEWS: Updated.
2002-06-19 16:39:21 +00:00
Daniel Yacob 5d1b54166c Update to Amharic translation. 2002-06-18 00:24:29 +00:00
Federico Mena Quintero 5a28cf5e0f News - Federico 2002-06-17 23:33:01 +00:00
Federico Mena Quintero 8b492e3480 Fixes #85216.
2002-06-13  Federico Mena Quintero  <federico@ximian.com>

	Fixes #85216.

	* shell/eog-window.c (eog_window_destroy): Remove the window from
	the window list here, not in eog_window_close().

	* shell/main.c (client_die_cb): Use eog_window_close() rather than
	gtk_widget_destroy() to close the windows.  This will terminate
	the main loop when appropriate.
2002-06-17 23:31:36 +00:00
Daniel Yacob 61c322402f Amharic translations added. 2002-06-17 22:17:47 +00:00
Ole Laursen 2269b4ea49 Updated Danish translation.
2002-06-17  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-06-17 21:33:03 +00:00
Vincent van Adrighem 06a67cad1a *nl.po: Dutch translation updated by Tino Meinen.
2002-06-16 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>
	*nl.po: Dutch translation updated by Tino Meinen.
2002-06-16 22:41:27 +00:00
Changwoo Ryu 4f527a240f Updated Korean translation.
* ko.po: Updated Korean translation.
2002-06-16 19:50:03 +00:00
Carlos Perello Marin a6b523b5d2 Updated Spanish translation.
2002-06-16  Carlos Perello Marin <carlos@gnome-db.org>

	* es.po: Updated Spanish translation.
2002-06-16 13:07:20 +00:00
Duarte Loreto 5160afff65 Updated Portuguese translation.
2002-06-15  Duarte Loreto <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.
2002-06-15 18:08:34 +00:00
Abel Cheung f4490f3383 Updated traditional Chinese translation.
2002-06-15  Abel Cheung  <maddog@linux.org.hk>

	* zh_TW.po: Updated traditional Chinese translation.
2002-06-15 18:07:15 +00:00
Andraz Tori 89414e1f0b Updated Slovenian translation 2002-06-15 16:21:59 +00:00
Abel Cheung 28bef372e6 Updated traditional Chinese translation.
2002-06-15  Abel Cheung  <maddog@linux.org.hk>

	* zh_TW.po: Updated traditional Chinese translation.
2002-06-15 12:53:36 +00:00
Kjartan Maraas 97e026d80e Updated Norwegian translation.
2002-06-15  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2002-06-15 11:59:02 +00:00
Christophe Merlet 372c6b1f5a Updated French translation. 2002-06-15 09:39:51 +00:00