log

age author description
Thu, 10 Apr 2008 12:07:34 +0000 zas_ Fix fCamera even more.
Thu, 10 Apr 2008 11:31:20 +0000 zas_ Do not display ... if not truncated.
Thu, 10 Apr 2008 10:43:15 +0000 zas_ Add the possibility to truncate overlay infos displayed:
Thu, 10 Apr 2008 00:09:43 +0000 zas_ Fix broken remove_common_prefix(), fCamera didn't display model as it should.
Wed, 09 Apr 2008 22:47:43 +0000 zas_ Resync .po files. French translation was updated (100% made).
Wed, 09 Apr 2008 22:36:43 +0000 zas_ Add 3 missing files to POTFILES.in.
Wed, 09 Apr 2008 22:33:06 +0000 zas_ Simple helper script to display translation statistics.
Wed, 09 Apr 2008 22:13:11 +0000 zas_ Fix a typo: "while fluorescent" -> "white fluorescent"
Wed, 09 Apr 2008 22:01:52 +0000 zas_ Resync .po files. Update french translation.
Wed, 09 Apr 2008 21:14:50 +0000 nadvornik fixed crash in pan_calendar
Wed, 09 Apr 2008 20:49:32 +0000 nadvornik improved histogram drawing
Wed, 09 Apr 2008 16:37:54 +0000 zas_ Simplify and unify gtk_window creation with the help of
Wed, 09 Apr 2008 13:53:01 +0000 zas_ Replace occurences of Geeqie / geeqie by constants defined in main.h.
Tue, 08 Apr 2008 23:41:01 +0000 zas_ int -> gint
Tue, 08 Apr 2008 23:39:27 +0000 zas_ Make xmp debug info only appears when debug >= 2.
Tue, 08 Apr 2008 23:33:49 +0000 zas_ Enable image rotation depending on EXIF by default.
Tue, 08 Apr 2008 23:25:46 +0000 zas_ Fix missing header files inclusions.
Tue, 08 Apr 2008 23:16:12 +0000 zas_ GQVIEW_* -> GQ_*
Tue, 08 Apr 2008 23:07:09 +0000 zas_ GQVIEW_H -> MAIN_H
Tue, 08 Apr 2008 23:02:33 +0000 zas_ gqview.h -> main.h
Tue, 08 Apr 2008 22:31:42 +0000 zas_ Remove obsolete prototype.
Tue, 08 Apr 2008 22:28:55 +0000 zas_ gqview_remote -> remote_connection
Tue, 08 Apr 2008 22:16:56 +0000 zas_ exit_gqview() renamed to exit_program().
Tue, 08 Apr 2008 22:05:04 +0000 zas_ Add support for some Samsung raw files (.pef).
Tue, 08 Apr 2008 21:55:58 +0000 zas_ Implement secure rc file saving.
Tue, 08 Apr 2008 21:52:04 +0000 nadvornik fixed histogram label
Tue, 08 Apr 2008 21:33:29 +0000 zas_ Fix the "continuous display" of tooltips in the collection view
Tue, 08 Apr 2008 20:56:50 +0000 nadvornik reworked the histogram patch by Uwe Ohse, most of the code is in
Tue, 08 Apr 2008 17:26:13 +0000 nadvornik fixed file delete notification in view_file_icon
Tue, 08 Apr 2008 16:22:21 +0000 zas_ gtk_notebook_set_tab_reorderable() is only available sinc gtk+ 2.10.
Tue, 08 Apr 2008 15:53:03 +0000 zas_ Move active variable affectation after the test.
Tue, 08 Apr 2008 14:52:42 +0000 zas_ Simplify layout_color_name_parse() using g_strdelimit().
Tue, 08 Apr 2008 14:50:14 +0000 zas_ Tidy up, whitespaces and indentation fix.
Tue, 08 Apr 2008 11:53:35 +0000 zas_ Remove dependency on GTK 2.12, reported by John Vodden and Vladimir
Mon, 07 Apr 2008 19:47:22 +0000 zas_ Add the possibility to print file names with path.
Mon, 07 Apr 2008 19:06:17 +0000 zas_ Fix a segfault on fullscreen file deletion reported by Frdric Mantegazza.
Mon, 07 Apr 2008 18:52:54 +0000 zas_ Add the possibility to match duplicates on the name but ignoring the case.
Mon, 07 Apr 2008 08:09:39 +0000 zas_ Display marks in overlay info only if at least one is set.
Sun, 06 Apr 2008 10:17:41 +0000 zas_ Mark all exif labels as translatable.
Sun, 06 Apr 2008 10:03:54 +0000 zas_ Mark strings as translatable.
Sat, 05 Apr 2008 15:23:39 +0000 zas_ Improve remove_trailing_slash() so it allocates no more than
Sat, 05 Apr 2008 11:59:29 +0000 zas_ Comment out unused code.
Fri, 04 Apr 2008 22:34:55 +0000 zas_ Change default exif order a bit to move up common and useful
Fri, 04 Apr 2008 22:23:36 +0000 zas_ Re-add "What to show in properties dialog:" label before the table.
Fri, 04 Apr 2008 22:12:28 +0000 zas_ Rename exif preferences tab to "Properties", and name the
Fri, 04 Apr 2008 18:50:52 +0000 zas_ Fix a segfault occuring when enabling debug mode.
Thu, 03 Apr 2008 23:29:14 +0000 zas_ Make the wmclass value unique among the code by defining
Thu, 03 Apr 2008 22:39:50 +0000 zas_ Initialize variables, clearing a gcc warning.
Thu, 03 Apr 2008 22:33:28 +0000 zas_ Add missing prototype to header file.
Thu, 03 Apr 2008 22:29:20 +0000 zas_ Add few missing prototypes to header file.
Thu, 03 Apr 2008 22:20:42 +0000 zas_ Drop a bunch of unused variables.
Thu, 03 Apr 2008 22:14:37 +0000 zas_ Add missing #include.
Thu, 03 Apr 2008 22:13:12 +0000 zas_ Remove unused variables.
Thu, 03 Apr 2008 22:09:36 +0000 zas_ Add missing prototype.
Thu, 03 Apr 2008 22:06:31 +0000 zas_ Drop 3 unused variables and comment out 2 unused functions.
Thu, 03 Apr 2008 22:03:14 +0000 zas_ Add parenthesis around affection to clear a gcc warning.
Thu, 03 Apr 2008 22:01:08 +0000 zas_ Fix a signedness warning.
Thu, 03 Apr 2008 21:54:23 +0000 zas_ Main configuration file was renamed from gqviewrc to geeqierc.
Thu, 03 Apr 2008 21:50:53 +0000 zas_ Fix a segfault occuring when using --without-exiv2 and
Thu, 03 Apr 2008 21:49:17 +0000 zas_ Fix missing bit of previous patch.