Tue Oct 31 18:06:42 2006 John Ellis <johne@verizon.net>
[geeqie.git] / ChangeLog
index c56c5df..c9262ad 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,140 @@
+Tue Oct 31 18:06:42 2006  John Ellis  <johne@verizon.net>
+
+       * info.c: Increase default info window size to 600x400.
+       * po/be.po: Update Belarusian translation,
+       submitted by Pavel Piatruk <berserker@neolocation.com>.
+       * gqview.desktop: Add additional formats to MimeType list.
+
+Sat Oct 28 14:41:10 2006  John Ellis  <johne@verizon.net>
+
+       * img-view.c: Use correct method to close the window using Escape key,
+       fixes bug #1231845. Also added more robust method to update window
+       list when a window is closed so this doesn't happen again.
+       * slideshow.c: Add sanity checks to exported functions to check for
+       NULL SlideShow pointers, to match rest of coding style.
+
+Fri Oct 27 19:45:32 2006  John Ellis  <johne@verizon.net>
+
+       * layout.c, ui_menu.c, ui_misc.c: Use g_object_ref_sink when
+       gtk_object_sink is not available as it is deprecated.
+
+Wed Oct 25 15:17:38 2006  John Ellis  <johne@verizon.net>
+
+       * pixbuf-renderer.c (pixbuf_renderer_scroll): Fix long standing bug
+       where obstructed portions of an image were not always generating an
+       expose event when scrolling the image.
+
+Mon Oct 23 05:34:29 2006  John Ellis  <johne@verizon.net>
+
+       * img-view.c, layout_image.c, layout_util.c, pan-view.c: Make F11 also
+       toggle fullscreen.
+
+Fri Oct 20 09:20:10 2006  John Ellis  <johne@verizon.net>
+
+       * collect-table.c, collect.c, dupe.c, pan-view.c, search.c,
+       view_file_icon.c: Keypress signal handler code clean-up round 2: the
+       remaining files. Make control and shift logic easier to follow.
+
+Fri Oct 20 08:00:08 2006  John Ellis  <johne@verizon.net>
+
+       * img-view.c, layout_image.c, layout_util.c: Keypress signal handler
+       code clean-up round 1: the main windows. Also fixes [Shift]+[F] from
+       deactivating full screen [F].
+
+Thu Oct 19 15:20:51 2006  John Ellis  <johne@verizon.net>
+
+       * image.c, typedefs.h: Add ALTER_DESATURATE alteration type.
+       * img-view.c, layout_image.c, layout_util.c, menu.c: Allow to grayscale
+       the display of current image with [Shift]+[G] keyboard shortcut and
+       'adjust' submenu item. Also fixed bug of [Shift]+[R] shortcut from also
+       activating refresh [R].
+       * pixbuf_util.[ch] (pixbuf_desaturate_rect): Implement grayscale
+       function.
+
+Thu Oct 19 09:35:18 2006  John Ellis  <johne@verizon.net>
+
+       * layout.[ch] (layout_new_with_geometry): New function to create a
+       layout sized to an X geometry string.
+       * main.c: Add support for --geometry on the command line.
+
+Thu Oct 19 07:42:38 2006  John Ellis  <johne@verizon.net>
+
+       * utilops.c: Fix minimum allowed auto-rename value to be zero again,
+       but keep the default at 1.
+
+Thu Oct 19 07:23:37 2006  John Ellis  <johne@verizon.net>
+
+       * cache_maint.c, thumb_standard.[ch]: Use .thumblocal when saving
+       local thumbnails as per the freedesktop.org thumbnail spec.
+       * filelist.c: Add .thumblocal to list of ignored folders (those we
+       never show user).
+       * main.c: Fix bug in recent command line parser changes, a single
+       folder on the command line was not processed by parse_out_relatives().
+
+Sun Oct 15 12:36:06 2006  John Ellis  <johne@verizon.net>
+
+       * pan-view.c: For now, also display the full size image under the
+       thumbnail's information bubble. Make clicking the info box close it.
+
+Sun Oct 15 10:45:14 2006  John Ellis  <johne@verizon.net>
+
+       * pan-view.c: Recalc the size of the layout when popping up new images
+       in the calendar so that all new images can be scrolled into view.
+       * pixbuf-renderer.[ch] (pixbuf_renderer_set_tiles_size): Add ability
+       to resize a tile canvas without the need for a complete reset/render.
+
+Sun Oct 15 04:03:41 2006  John Ellis  <johne@verizon.net>
+
+       * main.c: Fix command line parser to work with any combination of files
+       and/or folders on the command line.
+
+Sun Oct 15 02:50:22 2006  John Ellis  <johne@verizon.net>
+
+       * eu.po: Add Basque translation,
+       submitted by Piarres Beobide <pi@beobide.net>.
+       * configure.in (ALL_LINGUAS): Add eu.
+       * README: Update credits.
+
+Sat Oct 14 09:38:08 2006  John Ellis  <johne@verizon.net>
+
+       * po/*.po: Make distcheck touches these.
+       * gqview.spec.in: Fix to use License: instead of obselete Copyright:.
+       * configure.in: Release 2.1.2
+
+Sat Oct 14 08:26:38 2006  John Ellis  <johne@verizon.net>
+
+       * vi.po: Update Vietnamese translation,
+       submitted by pclouds <pclouds@vnlinux.org>.
+       * README: Updates.
+
+Sat Oct 14 05:44:40 2006  John Ellis  <johne@verizon.net>
+
+       * ar.po, be.po, bg.po, ca.po, cs.po, de.po, es.po, fi.po, hu.po,
+       it.po, ja.po, nl.po, pl.po, pt_BR.po, ro.po, ru.po, sk.po, sv.po,
+       vi.po, zh_TW.po: Fix punctuation of "Allow enlargement of image for
+       zoom to fit" translations, and unmark as fuzzy when only the change in
+       punctuation caused the fuzzy state.
+       * README: Updated po-stats list.
+
+Sat Oct 14 05:18:45 2006  John Ellis  <johne@verizon.net>
+
+       * utilops.c: Mark string for translation.
+       * fi.po: Update Finnish translation [merge from 2.0.2],
+       submitted by Lauri Nurmi <lanurmi@iki.fi>.
+       * README: Updates.
+
+Fri Oct 13 12:18:01 2006  John Ellis  <johne@verizon.net>
+
+       * ru.po: Update Russian translation [merge from 2.0.2],
+       submitted by Vitaly Lipatov <lav@altlinux.ru>.
+
+Fri Oct 13 10:27:22 2006  John Ellis  <johne@verizon.net>
+
+       * cache_maint.c, ui_fileops.c, ui_pathsel.c, ui_tabcomp.c: Remove use
+       of the d_ino > 0 test as all files listed by readdir should be valid.
+       dirent.d_ino is not guanteed by POSIX, and at one recent point is
+       not implemented on cygwin.
+
 Fri Oct 13 09:25:25 2006  John Ellis  <johne@verizon.net>
 
        * pl.po: Update Polish translation,