Commit graph

814 commits

Author SHA1 Message Date
Andraz Tori 02daf55495 Updated Slovenian translation 2002-02-26 12:43:13 +00:00
Valek Frob 77eb8a159a Updated russian trnaslation. 2002-02-25 10:19:12 +00:00
Jens Finke c4b2ceee2f Released version 0.113.0
2002-02-24  Jens Finke  <jens@triq.net>

	Released version 0.113.0

	* configure.in: Bumped version to 0.113.0
2002-02-24 18:35:10 +00:00
Jens Finke 5b93b85cc9 *** empty log message *** 2002-02-24 18:33:46 +00:00
Jens Finke 17d6b84ebc Use gtk stock icon names.
2002-02-24  Jens Finke  <jens@triq.net>

	* shell/eog-shell-ui.xml: Use gtk stock icon names.

	* viewer/eog-image-view-ctrl-ui.xml: Use gtk stock zoom icons.
2002-02-24 18:33:15 +00:00
Jens Finke 7839085e36 rearrangements in the ui xml files 2002-02-24 18:12:29 +00:00
Jens Finke fecdbd5a8f This patch fixes bug #72069. The image viewer component should now
2002-02-24  Jens Finke  <jens@triq.net>

	This patch fixes bug #72069. The image viewer component should now
	integrate smoothly into Nautilus.

	* shell/eog-shell-ui.xml: Made the placeholder compatible with
	nautilus. Added a 'View' submenu which is hidden by default and
	added new placeholders into it.

	* shell/eog-window.c (add_control_to_ui): Show 'View' menu.

	* viewer/eog-image-view-ctrl-ui.xml:
	* viewer/eog-image-view-ui.xml: Adaptions to changes in
	eog-shell-ui.xml, fixed indention.
2002-02-24 18:08:09 +00:00
Jens Finke c8ea609050 This fixes bug #72228. Due to the string freeze we can't add a more
2002-02-23  Jens Finke  <jens@triq.net>

	This fixes bug #72228. Due to the string freeze we can't add a
	more verbose error dialog.

	* shell/eog-window.c (get_viewer_control): Use g_warning instead
	of g_error.
	(eog_window_open): Check if the control object could be created
	before adding it to the window. Removed debug message.
2002-02-23 16:37:53 +00:00
Wang Jian b6e5cd2380 *** empty log message *** 2002-02-22 14:07:34 +00:00
Jens Finke 15bc6dd938 Check version numbers of required libraries. Use PKG_CHECK_MODULES macro
2002-02-22  Jens Finke  <jens@triq.net>

	* configure.in: Check version numbers of required libraries.  Use
	PKG_CHECK_MODULES macro to obtain eog cflags and libs variables.
2002-02-22 11:36:57 +00:00
Jens Finke 40bab855c3 Updated German translation and converted it to UTF-8.
2002-02-22  Jens Finke <jens@triq.net>

	* de.po: Updated German translation and converted it to UTF-8.
2002-02-22 11:29:38 +00:00
Kjartan Maraas 0a1e74989f Updated Norwegian translation.
2002-02-22  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2002-02-21 23:26:02 +00:00
Federico Mena Quintero af3e8f9a6d Got my head out of my butt and finally merged all the individual
2002-02-20  Federico Mena Quintero  <federico@ximian.com>

	* ChangeLog: Got my head out of my butt and finally merged all the
	individual */ChangeLog files into this one.

	* idl/ChangeLog: Removed.

	* collection/ChangeLog: Removed.

	* libeog/ChangeLog: Removed.

	* shell/ChangeLog: Removed.

	* viewer/ChangeLog: Removed.
2002-02-21 02:24:59 +00:00
Ole Laursen 5515fee936 Updated Danish translation.
2002-02-20  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-02-20 13:35:42 +00:00
Jens Finke 9bbc70cc8a Removed "Bonobo/Property:change:" prefix from the event names we are
2002-02-19  Jens Finke <jens@triq.net>

	* eog-window.c (property_changed_cb),
	(check_for_control_properties): Removed "Bonobo/Property:change:"
	prefix from the event names we are interested in. This makes the
	status bar updates work again.
2002-02-19 13:46:51 +00:00
Jens Finke 09f1500efa bump version to 0.112.0
2002-02-17  Jens Finke <jens@triq.net>

	* configure.in: bump version to 0.112.0

	* Released version 0.112.0
2002-02-17 21:24:11 +00:00
Jens Finke afe3db3fda bump version to 0.112.0
2002-02-17  Jens Finke <jens@triq.net>

	* configure.in: bump version to 0.112.0
2002-02-17 20:50:48 +00:00
jacob berkman dbf99d35be bump the version to 0.111.1
2002-02-17  jacob berkman  <jacob@ximian.com>

	* configure.in: bump the version to 0.111.1
2002-02-17 19:40:17 +00:00
Chyla Zbigniew f5abf25375 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-02-17 13:38:29 +00:00
Jens Finke 44567fa37f Removed printing menu entries from user interface. They don't work for
2002-02-16  Jens Finke <jens@triq.net>

	* eog-image-view-ui.xml: Removed printing menu entries from user
	interface. They don't work for Gnome2 yet and won't be in the
	initial Gnom2 desktop release.
2002-02-16 11:27:43 +00:00
Jens Finke b489d76558 Commented out the evolution and gnocam options. These aren't supported in
2002-02-16  Jens Finke <jens@triq.net>

	* configure.in: Commented out the evolution and gnocam options.
	These aren't supported in the inital gnome2 release.

	* Makefile.am: Install desktop file in $(datadir)/applications.

	* eog.desktop.in: Added Categories key.
2002-02-16 11:26:10 +00:00
Laszlo Peter b3a15044f4 remove unused eog_image_view_signals array. The zero length array broke
2002-02-14  Laszlo Peter  <laca@ireland.sun.com>

	* eog-image-view.c: remove unused eog_image_view_signals array.
	The zero length array broke the build with Forte CC.
2002-02-14 18:19:40 +00:00
Jens Finke 4ee356ec56 Disable command by default. (add_control_to_ui): Check if the control has
2002-02-14  Jens Finke <jens@triq.net>

	* eog-shell-ui.xml (commands/Preferences): Disable command by
	default.
	(add_control_to_ui): Check if the control has a Property_Control
	interface and enable/disable preference menu item according to
	this check. This fixes the useability issue in bug #70833.

2002-02-14  Jens Finke <jens@triq.net>

	* eog-image-view-ctrl-ui.xml: Define labels for the zoom toolbar
	items explicitly. The default ones are too long and looking stupid
	in the toolbar.
2002-02-14 13:32:49 +00:00
Jens Finke 6991c7a1d7 Always repaint synchronously here, since the expose events are already
2002-02-14  Jens Finke <jens@triq.net>

	* image-view.c (image_view_expose): Always repaint synchronously
	here, since the expose events are already send async by gtk+
	2.0. This fixes the flickering described in bug #70909.
	(redraw_all): Removed this function and replaced all calls to it
	with gtk_widget_queue_draw, which has the same effect.

	* gtkscrollframe.[ch]: Removed these long dead files.
2002-02-14 12:29:48 +00:00
Ole Laursen e54c48550e Updated Danish translation.
2002-02-12  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation.
2002-02-12 19:24:02 +00:00
Yuri Syrota ce702a1df4 Updated Ukrainian translation 2002-02-12 14:48:49 +00:00
Duarte Loreto 25619a144f Updated Portuguese translation.
2002-02-11  Duarte Loreto  <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.
2002-02-11 23:18:37 +00:00
Christian Rose 49bdb86847 Added this file.
2002-02-11  Christian Rose  <menthos@menthos.com>

	* POTFILES.skip: Added this file.
2002-02-11 12:13:56 +00:00
Christian Rose 592a653c34 Updated Swedish translation.
2002-02-10  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated Swedish translation.
2002-02-10 22:56:11 +00:00
Andraz Tori d00ce9dd66 Updated sl translation 2002-02-10 22:53:30 +00:00
Chyla Zbigniew d43202b0e7 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-02-10 22:45:03 +00:00
Jens Finke 279eb288bf Bumped version to 0.111.0
2002-02-10  Jens Finke <jens@triq.net>

	* configure.in: Bumped version to 0.111.0

	* Released version 0.111.0.
2002-02-10 19:35:29 +00:00
Jens Finke 447dba31ef po files update 2002-02-10 19:33:02 +00:00
Jens Finke dd748f3c67 Added drag'n'drop popup definition.
2002-02-10  Jens Finke <jens@triq.net>

	* eog-shell-ui.xml: Added drag'n'drop popup definition.

	* eog-window.c (open_dnd_files),
	(verb_DnDNewWindow_cb), (verb_DnDSameWindow_cb),
	(verb_DnDCancel_cb): New functions regarding to popup menu
	handling.
	(eog_window_drag_data_received): Use bonobo to create popup menu,
	this ensures it get translated.
	(eog_window_construct): Code cleanup.

2002-02-10  Jens Finke <jens@triq.net>

	* Makefile.am (ui_DATA): Added eog-image-view-ctrl-ui.xml.

	* eog-control.c (eog_control_create_ui): Use separate xml file for
	bonobo ui description. This ensures we get translated menu items.

	* eog-image-view-ctrl-ui.xml: New file.

2002-02-10  Jens Finke  <jens@triq.net>

	* POTFILES.in: Added viewer/eog-image-view-ctrl-ui.xml.
2002-02-10 18:48:44 +00:00
Jens Finke 1b569f554a Fixed saving routine for gnome2. Note: this needs CVS libbonbo, otherwise
2002-02-06  Jens Finke <jens@triq.net>

	* eog-image-view.c (filesel_ok_cb): Fixed saving routine for
	gnome2. Note: this needs CVS libbonbo, otherwise the component
	will crash.
2002-02-09 18:36:54 +00:00
Kwok-Koon Cheung f342061672 Usual update. 2002-02-07 00:15:53 +00:00
Jens Finke fc05ddecc4 Fixed saving routine for gnome2. Note: this needs CVS libbonbo, otherwise
2002-02-06  Jens Finke <jens@triq.net>

	* eog-image-view.c (filesel_ok_cb): Fixed saving routine for
	gnome2. Note: this needs CVS libbonbo, otherwise the component
	will crash.
2002-02-06 21:53:03 +00:00
Takayuki KUSANO a3a81f0bbd Updated and converted to UTF-8.
* ja.po: Updated and converted to UTF-8.
2002-02-05 10:54:19 +00:00
Kwok-Koon Cheung c43b38506c Rename simplified Chinese translation 2002-02-05 09:30:07 +00:00
Jens Finke 4207b8c618 Don't show window decorations.
2002-02-04  Jens Finke <jens@triq.net>

	* eog-full-screen.c (eog_full_screen_init): Don't show window
	decorations.
2002-02-04 19:44:00 +00:00
Jens Finke f5203908e8 Unrolled BONOBO_ACTIVATION_FACTORY macro content and added bindtextdomain
2002-02-04  Jens Finke <jens@triq.net>

	* main.c (main): Unrolled BONOBO_ACTIVATION_FACTORY macro content
	and added bindtextdomain and friends calls. This enables
	translations for this component.
2002-02-04 17:44:04 +00:00
Hector Garcia f4f2fde598 Updated Spanish translation. 2002-02-04 12:15:25 +00:00
Jens Finke 8391faa75e Released version 0.110.0.
2002-02-04  Jens Finke <jens@triq.net>

	* Released version 0.110.0.
2002-02-04 06:13:47 +00:00
Jens Finke 62bcc720bc Bumped version to 0.110.0.
2002-02-03  Jens Finke <jens@triq.net>

	* configure.in: Bumped version to 0.110.0.
2002-02-03 09:56:42 +00:00
Jens Finke f499965144 Use new gnome vfs API to extract filenames. This fixes drag'n'drop
2002-02-03  Jens Finke <jens@triq.net>

	* eog-window.c (eog_window_drag_data_received): Use new gnome vfs
	API to extract filenames. This fixes drag'n'drop handling for
	Gnome2.
2002-02-03 08:18:39 +00:00
Jens Finke 2597076876 Set sane default window size, fixed automatic window resizing.
2002-02-03  Jens Finke <jens@triq.net>

	* eog-window.c (eog_window_construct): Set sane default window
	size, fixed automatic window resizing.
	(auto_size),
	(sensitize_zoom_items): Removed dead code.
2002-02-03 07:48:49 +00:00
Michael Meeks 627f43d79c add Unknown, ItemContainer, PersistStream, PersistFile, Persist to the
2002-02-01  Michael Meeks  <michael@ximian.com>

	* GNOME_EOG.server.in: add Unknown,
	ItemContainer, PersistStream, PersistFile, Persist
	to the Control.

2002-02-02  Michael Meeks  <michael@ximian.com>

	* eog-control.c (eog_control_set_ui_container):
	only merge in the zoom menus if we don't have a
	zoomable frame.
2002-02-02 19:26:23 +00:00
Jens Finke 9773b6cf78 Unref control object at end of function, code cleanup.
2002-02-02  Jens Finke <jens@triq.net>

	* eog-preferences.c (add_property_control_page): Unref control
	object at end of function, code cleanup.
	(eog_preferences_construct): Unref prop_control object.

	* eog-window.c (eog_window_destroy): Use bonobo_object_unref to
	free control frame object.
2002-02-02 17:35:24 +00:00
Jens Finke 9923454889 Use g_object_unref to free GConfClient.
2002-02-02  Jens Finke <jens@triq.net>

	* eog-image-view.c (eog_image_view_destroy): Use g_object_unref to
	free GConfClient.
2002-02-02 17:23:40 +00:00
Christophe Merlet cb205f3417 Updated French translation. 2002-02-02 13:07:45 +00:00