2001-02-10 Gediminas Paulauskas * configure.in, Makefile.am, src/Makefile.am, viewer/Makefile.am, .cvsignore, src/.cvsignore, viewer/.cvsignore: use xml-i18n-tools for translations. * src/preferences-dialog.glade.h, eog.desktop, viewer/GNOME_EOG.oafinfo: removed, now generated. * eog.desktop.in, viewer/GNOME_EOG.oaf.in: new files. * viewer/main.c: call textdomain() to get localised menus in Nautilus. 2001-02-06 Martin Baulig Bumped version number to 0.6. [Translators, this isn't the release yet; there'll be 2-3 days left since we need to wait for Bonobo.] * configure.in: Depend on Bonobo 0.35, GConf 0.12, gnome-print 0.25 and OAF 0.6.2. 2001-01-26 Simos Xenitellis * eog.desktop: Added entries for el. 2001-01-17 Michael Meeks * configure.in (have_bonobo): depend on Bonobo 0.32 2000-12-19 Michael Meeks * configure.in (have_bonobo): depend on Bonobo 0.31 2000-12-08 Arik Devens * README: Added myself as an author. 2000-12-07 Arik Devens * THANKS: Ditto. * AUTHORS: Changed email address to be current. 2000-11-23 Yukihiro Nakai * configure.in: Add zh_CN.GB2312 to ALL_LINGUAS 2000-11-20 Martin Baulig * configure.in: Check for libpng and libjpeg. 2000-11-16 Martin Baulig * bonobo/: Disable build of this directory, the bonobo-image-generic has been merged into the nautilus-image-viewer. * configure.in: Require Bonobo >= 0.28 2000-11-02 Michael Meeks * configure.in: Require Bonobo >= 0.27 2000-10-27 Martin Baulig * CVSVERSION: New file. * configure.in (--enable-more-warnings): New configure command line argument to enable additional compiler warnings. (EXTRA_WARNING_CFLAGS): Set and AC_SUBST this to the extra warnings. 2000-10-26 Martin Baulig * idl/: New directory. * viewer/: New directory. * configure.in: Require bonobo, gnome-print and oaf. 2000-10-14 Martin Baulig * bonobo/ChangeLog: New file. 2000-10-10 Jacob "Ulysses" Berkman * configure.in: add pt_BR to ALL_LINGUAS 2000-09-25 Yukihiro Nakai * eog.desktop: Add Japanese entry. 2000-04-25 Christophe Merlet * eog.desktop : Added [fr] section . 2000-09-04 Federico Mena Quintero * configure.in: Bumped version number to 0.5. * configure.in: Require gdk-pixbuf 0.9.0 or later. * eog.spec.in: Sort of updated the specfile; I have not bothered to test it. If you are lazy enough to expect rpm -ta to work, you deserve to lose. 2000-08-20 Federico Mena Quintero * configure.in (AC_OUTPUT): Added doc/Makefile and doc/C/Makefile. * Makefile.am (SUBDIRS): Added doc. 2000-08-16 Federico Mena Quintero * configure.in: Bumped version number to 0.4. Removed stale gnumeric_executable cruft from the initial cut & paste. * README: Updates. * DEPENDS: List gconf and libglade. 2000-08-10 Federico Mena Quintero * configure.in: Require gconf 0.8. HAH. 2000-08-09 Federico Mena Quintero * configure.in: Require gconf 0.7 or later. * eog.schemas: Completed the schema descriptions. 2000-08-03 Michael Meeks * configure.in (have_gprint): update for BonoboX 2000-07-24 Dan Winship * bonobo/bonobo-image-generic.c (load_image_from_stream): Fix the sense of a comparison so we set a CORBA exception when something goes wrong, rather than when something goes right. 2000-07-10 Federico Mena Quintero * configure.in: Added the GCONF_CONFIG_SOURCE stuff, from Havoc. * Makefile.am (install-data-local): Ditto. 2000-07-06 Michael Meeks * bonobo/io-png.[ch]: Create; nicked from gdk-pixbuf-save and updated. * bonobo/bonobo-image-generic.c: turn off debug [ doh ] (load_image_from_stream): fix some sillyness and clean, kill leak. (save_image_to_stream): implement. (destroy_view): free various widgets. * bonobo/Makefile.am (bonobo_image_generic_SOURCES): add io-png.[ch] 2000-07-04 Michael Meeks * bonobo/bonobo-image-generic.c (configure_size): set allocation. (view_size_allocate_cb): change interpolation depending on size. 2000-06-13 Michael Meeks * bonobo/bonobo-image-generic.c (redraw_all_cb): rename to (resize_all_cb): and update to just resize. (load_image_from_stream): use it. (animation_destroy): don't kill timeout. (animation_state_clean): instead do it here. (animation_init): make it start at the beggining of the animation. (skip_frame): re-order frame walking. (animation_cur_frame): implement. (animation_area_exposed): use it here. 2000-06-12 Michael Meeks * bonobo/bonobo-image-generic.c (view_size_allocate_cb): set size_allocated to false initially. (configure_size): set size allocated flag. 2000-06-26 Federico Mena Quintero * eog.schemas: Beautified and completed the schema file. 2000-06-21 Federico Mena Quintero * Makefile.am: Added the GConf schema instalation foo. * configure.in: Likewise. 2000-06-21 Darin Adler * configure.in: Added zm_TW.Big5 to ALL_LINGUAS. Perhaps this is a mistake and the .po file should be removed. I can't tell. But without this change people can't build. 2000-06-20 Arik Devens * configure.in: added gconf support * Makefile.am: added gconf support * src/main.c: added gconf_init * src/preferences.c (prefs_init): added loading of gconf values from database... * eog.schemas: added eog defaults for the gconf database 2000-06-12 Maciej Stachowiak * bonobo/image-generic.oafinfo: Replaced image/x with a set of mime types for the image types actually supported by gdk-pixbuf. 2000-06-11 Eskil Heyn Olsen * eog.spec.in: Added a specfile for EOG * configure.in: Generate the specfile * Makefile.am: DIST the spec.in and spec. 2000-05-29 Michael Meeks * bonobo/bonobo-image-generic.c (load_image_from_stream): Fix stupid bug misordering the arguments, kill redundant exception init. 2000-05-26 Dan Winship * bonobo/bonobo-image-generic.c (load_image_from_stream): fix up CORBA exception usage. 2000-05-25 Gene Z. Ragan * bonobo/bonobo-image-generic.c: (load_image_from_stream), (bonobo_object_factory): Modifed this code to work with the changes made to Bonobo by Dan Winship. This is untested and should be revisited. 2000-05-18 Federico Mena Quintero * configure.in: Added checks for Glade. 2000-05-13 Iain Holmes * bonobo/bonobo-image-generic.c (view_factory_common): increment running objects to stop random death syndrome. 2000-05-01 Michael Meeks * configure.in (Configuration): add oaf_support printout. 2000-05-08 Federico Mena Quintero * configure.in: Moved the gnome-config flags around. 2000-05-03 Pablo Saratxaga * src/window.c: replaced 5% with 5%% in messages, to avoid false positives when checking the po translations files 2000-05-01 Anders Carlsson * configure.in: Check if bonobo uses oaf so you don't have to specify --enable-oaf. 2000-04-27 Maciej Stachowiak * bonobo/image-generic.oafinfo: Added standard Bonobo and Nautilus attributes so this can be automatically selected as the nautilus image viewer, not hardcoded. 2000-04-23 Maciej Stachowiak Optionally use OAF: * configure.in, acconfig.h: Add --enable-oaf configure option to allow building the bonobo control OAF-enabled instead of GOAD-enabled. * bonobo/Makefile.am: Link against OAf and install .oafinfo file when configured with --enable-oaf * bonobo/bonobo-image-generic.c: Use OAF calls and IIDs when configured with --enable-oaf. * bonobo/image-generic.oafinfo: New OAF activation record. 2000-04-23 Federico Mena Quintero * THANKS: Thanks. 2000-04-22 Fatih Demir * eog.desktop : Added [tr] section . 2000-04-20 Federico Mena Quintero * configure.in: Bumped version number to 0.3. (AC_INIT): src/render.c does not exist anymore; use src/image-view.c as the test file. * DEPENDS: Added gnome-print. * configure.in (have_gprint): We require gnome-print 0.18 or later. 2000-04-19 Ville Hautamaki * configure.in: (ALL_LINGUAS): added Finnish 2000-04-19 Jarkko Ranta * ee.desktop: Finnish update 2000-04-18 Pablo Saratxaga * configure.in (ALL_LINGUAS): added Catalan 2000-04-17 Michael Meeks * bonobo/bonobo-image-generic.c (render_fn): add rgba gnome-print support; this means you need HEAD gnome-print. 2000-04-17 Jarkko Ranta * ee.desktop: Finnish update 2000-04-13 Federico Mena Quintero * Makefile.am (EXTRA_DIST): Added TODO. * TODO: New file. * configure.in: Added check for gdk-pixbuf-0.7.0. 2000-04-13 Michael Meeks * bonobo/bonobo-image-generic.c (render_fn): update for new print API. 2000-04-11 Darin Adler * bonobo/bonobo-image-generic.c (render_pixbuf), (configure_size), (view_size_allocate_cb), (skip_frame), (animation_init), (animation_area_exposed): Update for new GdkPixbuf. * src/image-view.c (paint_rectangle): Update for new GdkPixbuf. 2000-04-09 Michael Meeks * acconfig.h: cover ENABLE_GPRINT * configure.in: gnome print support. * bonobo/bonobo-image-generic.c (render_fn): implement print. 2000-04-07 Pablo Saratxaga * cofnigure.in (ALL_LINGUAS): added Lithuanian 2000-04-05 Dan Damian * configure.in: Added "ro" to ALL_LINGUAS. 2000-04-01 Michael Meeks * bonobo/bonobo-image-generic.c (get_prop, set_prop): new property API. 2000-04-01 Michael Meeks * bonobo/bonobo-image-generic.c (scaled_view_factory): nail silly bug. (view_size_allocate_cb): kill annoying debug. 2000-03-27 Michael Meeks * bonobo/bonobo-image-generic.c (view_factory_common): re-engineer to setup scaled and use the window more intelligently. 2000-03-26 ERDI Gergo * configure.in (ALL_LINGUAS): Added Hungarian (hu) translation 2000-03-22 Michael Meeks * bonobo/bonobo-image-generic.c (animation_area_exposed): brutal hack for a demo at GUADEC, it seems this provides a better solution at least for now. 2000-03-11 Alastair McKinstry * configure.in (ALL_LINGUAS): Added Irish translation. * eog.desktop. Added Irish translation. 2000-03-07 Maciej Stachowiak * bonobo/bonobo-image-generic.c: Split embeddable:image-generic into two different views, one which always scales the image to available space, and one which always shows it at natural size and provides scrollbars if necessary. * bonobo/image-generic.gnorba (eog-image-viewer): new embeddable type, also generated from embeddable-factory:image-generic. 2000-02-26 Federico Mena Quintero * DEPENDS: We depend on Bonobo, too. 2000-02-16 Lauris Kaplinski * configure.in: added et to ALL_LINGUAS * eog.desktop: added et translation 2000-02-15 Michael Meeks * bonobo/bonobo-image-generic.c (bonobo_animator_control_prop_value_changed_cb): restart animation. (skip_frame): stop it. 2000-02-11 Mathieu Lacage * src/.cvsignore: chuuut. * bonobo/.cvsignore: chuuuuuut. * configure.in: check against bonobo 0.7 instead of 0.4. 2000-02-04 Michael Meeks * bonobo/bonobo-image-generic.c (animation_init): fixup alpha. (skip_frame): fix leaks. Various misc. fixes all over. 2000-01-28 Michael Meeks * bonobo/bonobo-image-generic.c (render_pixbuf): split out. 2000-01-28 Michael Meeks * bonobo/bonobo-image-generic.c: Update for new bonobo API. Use gdk_pixbuf_scale_simple. 2000-01-16 Federico Mena Quintero * configure.in: Include the gnomecanvaspixbuf library in calls to gnome-config. * bonobo/Makefile.am (gnorba_DATA): Do not install the stuff in gnorba_DATA if we are not using bonobo. 1999-12-30 Tomasz Kłoczko * configure.in, eog.desktop, po/pl.po: added Polish translation (based on GNOME PL translation resources). 1999-12-29 Richard Hult * configure.in (ALL_LINGUAS): Added Swedish translation (sv). * eog.desktop: Dito. 1999-12-27 Yuri Syrota * configure.in: Added "uk" to ALL_LINGUAS. 1999-12-17 Michael Meeks * bonobo/bonobo-image-generic.c (bonobo_object_factory): update to new bonobo. (init_bonobo_image_generic_factory): global factory. (bod_destroy_cb): implement. (bod_destroy): kill. (view_size_query_cb): kill. (view_factory): ditto. (destroy_view): implement. (copy_to_file): kill nasty kludge. (view_size_allocate_cb): failure cases. Killed polymorhpic cached reproid throught. Scads more preconditions. * bonobo/image-generic.gnorba: prune guff. * bonobo/Makefile.am (gnorba_DATA): kill annoying warning. 1999-12-03 Federico Mena Quintero * eog.desktop: Added .desktop file from n0mada@wanadoo.es. * Makefile.am: Install eog.desktop, and distribute that file and Tigert's turbo-studly icon. 1999-11-22 Tuomas Kuosmanen * gnome-eog.png: Added an icon for Eye of Gnome. Federico, I hope you like it? :) 1999-11-09 Michael Meeks * bonobo/bonobo-image-generic.c: Mangle up. (gdk_pixbuf_scale): Snarf from gdk-pixbuf ( cheat ) 1999-11-09 Michael Meeks * Makefile.am: add bonobo * configure.in (gnumeric_executable): add Bonobo detection. * config.h.in: Add ENABLE_BONOBO. 1999-11-08 Matthias Warkus * configure.in: Added "de" to ALL_LINGUAS. 1999-10-29 Sergey Panov * configure.in: Added "ru" to ALL_LINGUAS. 1999-10-12 Jesus Bravo Alvarez * configure.in: Added "gl" to ALL_LINGUAS. 1999-10-04 Yukihiro Nakai * configure.in: Added "ja" to ALL_LINGUAS. 1999-10-02 Sung-Hyun Nam * configure.in: Added "ko" to ALL_LINGUAS. 1999-09-28 Federico Mena Quintero * configure.in: Added "es" to ALL_LINGUAS. 1999-09-28 Kjartan Maraas * configure.in: Added "da" to ALL_LINGUAS. 1999-09-28 Tristan Tarrant * Added "it" to ALL_LINGUAS. 1999-09-27 Federico Mena Quintero Prepared version 0.1. * HACKING: Included hacking policies for the Eye of Gnome. * NEWS: Updated for the first 0.1 release. * Makefile.am: Added a number of files to EXTRA_DIST. 1999-09-23 Kjartan Maraas * no.po: Added "no" to ALL_LINGUAS. 1999-09-23 Federico Mena Quintero * configure.in: Output the src/stock/Makefile as well. 1999-09-15 Federico Mena Quintero * Started the ChangeLog.