Commit graph

779 commits

Author SHA1 Message Date
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
Ole Laursen b8fc086353 Updated Danish translation and converted it to UTF-8.
2002-01-31  Ole Laursen  <olau@hardworking.dk>

	* da.po: Updated Danish translation and converted it to UTF-8.
2002-01-31 19:49:21 +00:00
Michael Meeks dfcfa625a7 kill bogus -D_BONOBO_COMPILATION this is not bonobo compiling.
2002-01-30  Michael Meeks  <michael@ximian.com>

	* Makefile.am (idl_flags): kill bogus
	-D_BONOBO_COMPILATION this is not bonobo compiling.
2002-01-31 03:03:27 +00:00
Duarte Loreto 7635862483 Updated Portuguese translation.
2002-01-30  Duarte Loreto  <happyguy_pt@hotmail.com>

        * pt.po: Updated Portuguese translation.
2002-01-30 23:30:55 +00:00
Chyla Zbigniew 1985b59d22 Updated Polish translation by GNOME PL Team <translators@gnome.pl> 2002-01-30 23:06:36 +00:00
Jens Finke ec9cccd36f Removed 'Beware:' comment together with it's related bonobo_object_unref
2002-01-30  Jens Finke <jens@triq.net>

	* eog-control.c (eog_control_destroy): Removed 'Beware:' comment
	together with it's related bonobo_object_unref calls. It's true
	these aren't neccessary.
	(eog_control_construct): Re-enabled the adding of the
	property_control interface.

	* eog-image-view.c (eog_image_view_get_property_control): Use
	bonobo_property_control_new_full to set the BonoboEventSource
	explictly. [This is very strange: If we only use
	bonobo_property_control_new here the component hangs on shut
	down!?!?].
	(eog_iamge_view_destroy): Removed 'Beware' comment and related
	bonobo_object_unref call.
2002-01-30 20:49:05 +00:00
Jens Finke f18c301cd7 Re-enabled the properties stuff and fixed reference problems there.
2002-01-30  Jens Finke <jens@triq.net>

	* eog-control.c (eog_control_construct): Re-enabled the properties
	stuff and fixed reference problems there.

	* eog-image-view.c (eog_image_view_get_property_bag): Don't ref
	the object before returning.
2002-01-30 17:29:58 +00:00
Jens Finke 829e129edc Removed uic pointer from the EogControl struct, obtain this by
2002-01-30  Jens Finke <jens@triq.net>

	* eog-control.c: (eog_control_create_ui),
	(eog_control_set_ui_container), (eog_control_unset_ui_container),
	(eog_control_construct): Removed uic pointer from the EogControl
	struct, obtain this by bonobo_control_get_ui_component where it's
	needed.
	(zoomable_set_zoom_level_cb): Code cleanup.

	* eog-image-view.c: (eog_image_view_get_property_control),
	(eog_image_view_construct): Create control on demand, don't store
	global pointer in the EogImageView struct.
2002-01-30 16:30:58 +00:00
Jens Finke 11570ea487 Added BUILT_SOURCES and server_DATA files.
2002-01-30  Jens Finke <jens@triq.net>

	* Makefile.am (CLEANFILES): Added BUILT_SOURCES and server_DATA
	files.
2002-01-30 16:03:21 +00:00
Stanislav Visnovsky 1d2fe1b0b5 Updated Slovak translation.
2002-01-30  Stanislav Visnovsky <visnovsky@nenya.ms.mff.cuni.cz>

	* sk.po: Updated Slovak translation.
2002-01-30 14:20:53 +00:00
Roy-Magne Mo d5c2dde6be Updated Norwegian nynorsk translation 2002-01-30 02:56:58 +00:00
Roy-Magne Mo 79def72090 Updated Norwegian nynorsk translation 2002-01-30 02:48:44 +00:00
jjranta f0a4c77d82 Updated Finnish translation. 2002-01-29 17:50:54 +00:00
Vincent van Adrighem 7e985f6b6f nl.po Updated translations for several modules removed duplicate from
2002-01-29 Vincent van Adrighem <V.vanAdrighem@dirck.mine.nu>

* nl.po Updated translations for several modules
  removed duplicate from gnome-control-center po file
2002-01-29 13:10:11 +00:00
Havoc Pennington 40578a696d put brackets around AC_CHECK_HEADER for autoconf 2.5x
2002-01-28  Havoc Pennington  <hp@pobox.com>

	* configure.in (png_ok): put brackets around AC_CHECK_HEADER
	for autoconf 2.5x
2002-01-29 03:32:23 +00:00
Kjartan Maraas 57becd0022 Updated Norwegian translation.
2002-01-28  Kjartan Maraas  <kmaraas@gnome.org>

	* no.po: Updated Norwegian translation.
2002-01-28 22:35:38 +00:00
Christian Rose 2834308d4d Updated and converted to UTF-8.
2002-01-28  Christian Rose  <menthos@menthos.com>

	* sv.po: Updated and converted to UTF-8.
2002-01-28 03:44:09 +00:00
Andraz Tori 5be34e20f7 Updated Slovenian translation 2002-01-26 20:00:35 +00:00
Jens Finke 8d9f328c99 Clean up the references held by EogWindow.
2002-01-25  Jens Finke <jens@triq.net>

	Clean up the references held by EogWindow.

	* eog-preferences.c (eog_preferences_construct): Obtain ui
	container through standard bonobo_window interface.

	* eog-window.c (_EogWindowPrivate): Removed ui_container, ui and
	widget attributes from this struct. These are all accessable
	through the ctrl_frame object. Removed property_control attribute,
	this isn't neccessary here.
	(eog_window_destroy), (eog_window_init),
	(eog_window_has_contents), (eog_window_construct),
	(check_for_control_properties),
	(add_control_to_ui), (eog_window_open),
	(eog_window_get_property_control): Made these functions work
	without the removed global attributes.
	(eog_window_get_ui_container): Removed function, use standard
	bonobo_window access method instead.
2002-01-25 15:03:06 +00:00
Jens Finke 3041948039 Updated authors list and copyright. (check_for_control_properties): Use
2002-01-25  Jens Finke <jens@triq.net>

	* eog-window.c (verb_HelpAbout_cb): Updated authors list and
	copyright.
	(check_for_control_properties): Use new property bag API names.
2002-01-25 09:40:52 +00:00
Jens Finke 418a9032dc removed .cvsignore from dead directory 2002-01-25 09:28:19 +00:00
Jens Finke 4189e9a7e5 updated POTFILES.in, removed Gnome 1.4 README 2002-01-25 09:27:14 +00:00
Hasbullah Bin Pit a5331e682f Added Malay (ms)to ALL_LINGUAS. Added Malay Translation.
2002-01-24  Hasbullah Bin Pit <sebol@ikhlas.com>

        * configure.ini: Added Malay (ms)to ALL_LINGUAS.
        * po/ms.po: Added Malay Translation.
2002-01-24 21:35:04 +00:00
Michael Meeks 0be53674d1 get rid of annoying auto-activation & concomitant flickering.
2002-01-15  Michael Meeks  <michael@ximian.com>

	* eog-window.c (eog_window_construct): get rid of annoying
	auto-activation & concomitant flickering.
	(create_gtk_file_sel): use the (simpler) bonobo file
2002-01-23 09:29:45 +00:00
Jens Finke 0be1b61051 Added gconftool-2 check and set the GCONF_CONFIG_SOURCE variable. This is
2002-01-20  Jens Finke <jens@triq.net>

	* configure.in: Added gconftool-2 check and set the
	GCONF_CONFIG_SOURCE variable. This is shamelessly stolen from
	gnome-core/configure.in.

	* acconfig.h: Added GCONF related variables.

	* Makefile.am: Fixed gconf schema file installation.
2002-01-20 10:58:25 +00:00
Jens Finke 1df142b5e7 Removed all files in these long dead directories.
2002-01-20  Jens Finke <jens@triq.net>

	* bonobo/*, src/*/*: Removed all files in these long dead
	directories.
2002-01-20 10:05:21 +00:00
Michael Meeks 43ac47b0e2 Version 0.109.1
2002-01-17  Michael Meeks  <michael@ximian.com>

	* Version 0.109.1
2002-01-17 10:39:01 +00:00
Jens Finke f659562959 Removed all references to the collection component for now.
2002-01-16  Jens Finke <jens@triq.net>

	* POTFILES.in: Removed all references to the collection component
	for now.
2002-01-16 20:20:44 +00:00
Michael Meeks 552211441a Version 0.109.0
2002-01-15  Michael Meeks  <michael@ximian.com>

	* Version 0.109.0

	* configure.in: update.

	* Makefile.am (install-data-local): make it pass
	distcheck.
2002-01-15 16:01:59 +00:00
Michael Meeks 718b420d66 hush 2002-01-15 13:11:20 +00:00
Michael Meeks e84f62a148 Version 0.109.0
2002-01-15  Michael Meeks  <michael@ximian.com>

	* Version 0.109.0

2002-01-15  Michael Meeks  <michael@ximian.com>

	* eog-control.c (eog_control_construct): fix remaining
	GTK_OBJECT cast.

2002-01-15  Michael Meeks  <michael@ximian.com>

	* image-view.c (image_view_class_init): update
	"set_scroll_adjustments" signature to squash warnings.
	(_gtk_marshal_VOID__OBJECT_OBJECT): hack this in, due to
	extreme short-sightedness by gtk+/glib team.

2002-01-15  Michael Meeks  <michael@ximian.com>

	* eog-window.c (eog_window_construct): get rid of annoying
	auto-activation & concomitant flickering.
	(create_gtk_file_sel): use the (simpler) bonobo file
	selection API - checkout gnome-file-selector to make this
	really rock.
	(open_delete_event): kill.
	(open_cancel_clicked): kill.
	(open_ok_clicked): fold into
	(create_gtk_file_sel): here and fold into
	(eog_window_open_dialog):
	Remove all old crufty gnome file selector code.
2002-01-15 13:10:31 +00:00
Earle Robert Nietzel 781f70804f use G_BEGIN/END_DECLS instead of GNOME_DECLS
2001-12-31  Earle Robert Nietzel <earlero@mi.madritel.es>

	* *.h: use G_BEGIN/END_DECLS instead of GNOME_DECLS

	* *.c: switch to g_signal_new everywhere.
2001-12-31 11:02:40 +00:00
Jens Finke 4b03fdec21 Fixed zoom handling for gnome2.
2001-12-28  Jens Finke <jens@triq.net>

	* eog-control.c (zoomable_zoom_in_cb),
	(zoomable_zoom_out_cb),
	(zoomable_zoom_to_fit_cb),
	(zoomable_zoom_to_default_cb),
	(verb_ZoomIn_cb),
	(verb_ZoomOut_cb),
	(verb_ZoomToDefault_cb),
	(verb_ZoomToFit_cb),
	(eog_control_construct): Fixed zoom handling for gnome2.
2001-12-28 11:52:48 +00:00
Jens Finke 8db79f854d *** viewer/ChangeLog:
2001-12-28  Jens Finke <jens@triq.net>

	* Makefile.am (uidir): Install ui xml files in
	$(datadir)/gnome-2.0/ui

	* eog-control.c (eog_control_create_ui): Put zoom_menu into the
	path /menu/ViewPlaceholder/View.

	* eog-image-view-ui.xml: Define our own 'View' submenu within the
	'ViewPlaceholder' placeholder.

*** shell/ChangeLog:
2001-12-28  Jens Finke <jens@triq.net>

	* eog-shell-ui.xml: Renamed placeholder 'View' to
	'ViewPlaceholder'.
2001-12-28 11:31:37 +00:00
Jens Finke c5b22743dc Ported EogWindow to the GObject based type system. Fixed warning and error
2001-12-27  Jens Finke <jens@triq.net>

	Ported EogWindow to the GObject based type system. Fixed warning
	and error messages when quitting the program directly after
	starting it.

	* eog-window.[ch] (verb_FileExit_cb): Free window list after
	traversing.
	(eog_window_get_type): Use GType type system.
	(eog_window_destroy): This function is now callable multiple times
	on the same object without crashing. Don't remove window from the
	window list here.
	(eog_window_finalize): New function for freeing the
	EogWindowPrivate data structure.
	(eog_window_class_init): Added callback for GObject finalize
	method. Set property_control = CORBA_OBJECT_NIL.
	(eog_window_delete): Simplified function.
	(eog_window_new): Use g_object_new to create new instance.
	(eog_window_construct): Don't connect to delete event. This is
	already done in eog_window_class_init.
	(eog_window_close): Remove window from window list.
2001-12-27 19:36:50 +00:00
Jens Finke 2ce132b187 Added #undef GETTEXT_PACKAGE
2001-12-27  Jens Finke <jens@triq.net>

	* acconfig.h: Added #undef GETTEXT_PACKAGE

	* configure.in: Set GETTEXT_PACKAGE variable. Translations should
	work now again.
2001-12-27 17:21:52 +00:00