log

age author description
2009-02-04 zas_ Speed up random slideshow, startup time decreases from minutes to seconds when amount of images is big. Patch by Kjell Morgenstern.
2009-02-04 zas_ Do not show geeqie itself in editors menus.
2009-02-03 nadvornik do not translate already translated texts from desktop files
2009-02-03 zas_ Add support for NoDisplay (entry is then hidden) and Type (only Application type is valid here) keys.
2009-02-03 zas_ Reorder fields a bit and make flags field unsigned.
2009-02-03 zas_ editor_list_get() now returns a sorted list, this way items appear in the same order in all menus.
2009-02-02 nadvornik improved placing of external commands in menu
2009-02-01 nadvornik test TryExec,
2009-02-01 nadvornik fixed switch from single to split image
2009-02-01 nadvornik read external editors from .desktop files
2009-01-29 zas_ Sort the list alphabetically and remove an empty line.
2009-01-29 nadvornik switched to po/LINGUAS, see http://live.gnome.org/GnomeGoals/PoLinguas
2009-01-29 zas_ gint -> gboolean.
2009-01-29 zas_ Invert Horizontally vs vertically zoom fit, it was a TRUE/FALSE mismatch, reported by Christopher Beland.
2009-01-29 zas_ Remove harmful documentation.helpdir and documentation.htmldir options. These paths can still be modified through --with-readmedir and --htmldir configure options. Reported by Christopher Beland.
2009-01-29 nadvornik added SIGBUS handler
2009-01-26 nadvornik fixed compilation with lirc
2009-01-26 zas_ Silent two minor warnings: GtkSelectionData data field is guchar* while g_strndup() wants gchar * as first parameter.
2009-01-26 zas_ Remove --enable-compile-warnings from autogen.sh, it was passed to configure which knows nothing about this option.
2009-01-26 zas_ Move -Wall before -Wno-* options for them to have any effect.
2009-01-26 zas_ Keep -O0 over -O2 as requested by Vladimir.
2009-01-26 zas_ Add -Wformat and -Wformat-security gcc options when --enable-debug-flags is set, move default optimization to -O2 by default (-O0 is only useful for specific debugging purposes).
2009-01-26 zas_ Fix a major bug in utf8_compare(): when case_sensitive is true, s1_t and s2_t were uninitialized, leading to unpredicable results.
2009-01-25 nadvornik added the original COPYING file from GQview - we can't rely on autogen.sh
2009-01-25 nadvornik updated ChangeLog from svn log
2009-01-25 nadvornik fixed gthread detection
2009-01-25 nadvornik do not ignore newly created sidecars
2009-01-24 nadvornik adjusted marks spacing to align them with the marks filter
2009-01-24 zas_ Fix incorrect translation.
2009-01-24 nadvornik fixed restoring of OSD at layout_image_full_screen_stop
2009-01-24 nadvornik fixed glib warning
2009-01-24 nadvornik updated version string
2009-01-24 zas_ Silent two compilation warnings.
2009-01-24 zas_ French translation was updated.
2009-01-23 nadvornik fixed possible crash
2009-01-21 nadvornik enable threads by default
2009-01-21 nadvornik compilation fixes for older exiv2
2009-01-20 nadvornik improved metadata preferences
2009-01-20 nadvornik fixed possible segfault
2009-01-11 nadvornik show symlinks in filelist
2009-01-11 nadvornik fixed includes
2009-01-11 nadvornik added a status bar button for writting metadata immediately
2009-01-11 nadvornik metadata write mode (direct or sidecar) made configurable for each file
2009-01-10 nadvornik simplified metadata interface, dropped metadata_read,
2009-01-04 zas_ When "Remember print settings" is checked, save _all_ settings. Before this patch, text fields, text size, source, layout and image scale properties were not saved.
2009-01-04 zas_ French translation was updated.
2009-01-03 zas_ Silent warnings.
2009-01-03 nadvornik write keywords and comments with separate functions
2009-01-02 nadvornik fixed updating of selection after deleting the last image from the list
2009-01-02 nadvornik do not enter a directory after rename
2009-01-02 nadvornik added done callback to utilops
2009-01-02 nadvornik fixed view_dir notification
2009-01-02 nadvornik sidecar files grouping was made case-insensitive
2008-12-27 nadvornik fixed writting of legacy metadata
2008-12-26 nadvornik optimized get_mark_func
2008-12-26 nadvornik remove cached entries on all changes
2008-12-26 nadvornik fixed previous change
2008-12-26 nadvornik improved sidecar writting
2008-12-25 nadvornik implemented a possibility to connect keywords with marks
2008-12-25 nadvornik low-level keyword-to-mark functionality