log src/preferences.c @ 1506:d352a44545a6

age author description
Thu, 02 Apr 2009 23:11:07 +0000 zas_ Force thumbnails refreshing when thumbnails dimensions are modified through Preferences.
Sun, 15 Mar 2009 13:33:56 +0000 zas_ gint -> gboolean.
Sun, 15 Mar 2009 07:07:52 +0000 zas_ gint -> gboolean.
Sat, 14 Mar 2009 23:26:42 +0000 nadvornik completely separated global and layout window options
Sun, 08 Mar 2009 15:30:15 +0000 zas_ Add helper macros EDITOR_ERRORS() and EDITOR_ERRORS_BUT_SKIPPED() to clean up the code a bit. Minor tidy up.
Sun, 01 Mar 2009 13:37:30 +0000 nadvornik dropped ExifUIList
Sat, 28 Feb 2009 20:52:51 +0000 zas_ Add missing space between switch and first parenthesis.
Sat, 28 Feb 2009 20:48:47 +0000 zas_ No space between function name and first parenthesis, it eases greping (see CODING).
Sat, 28 Feb 2009 14:40:22 +0000 nadvornik fixed overlay configuration
Thu, 26 Feb 2009 08:04:52 +0000 nadvornik quoted_value is no longer needed
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sun, 01 Feb 2009 12:48:14 +0000 nadvornik read external editors from .desktop files
Tue, 20 Jan 2009 22:53:09 +0000 nadvornik improved metadata preferences
Sun, 11 Jan 2009 12:13:30 +0000 nadvornik metadata write mode (direct or sidecar) made configurable for each file
Fri, 02 Jan 2009 09:26:23 +0000 nadvornik sidecar files grouping was made case-insensitive
Mon, 22 Dec 2008 23:25:15 +0000 nadvornik file class made configurable in preferences
Mon, 22 Dec 2008 18:15:26 +0000 nadvornik show metadata options in preferences dialog
Sat, 20 Dec 2008 23:18:20 +0000 nadvornik added options for metadata - not yet used
Thu, 27 Nov 2008 12:34:39 +0000 zas_ Fix up sign-related warning.
Sun, 23 Nov 2008 16:10:29 +0000 zas_ Drop useless wmclass stuff. Gtk will take care of it and as said in the documentation using gtk_window_set_wmclass() is sort of pointless.
Sat, 11 Oct 2008 20:19:48 +0000 nadvornik added option to use exif thumbnails
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sat, 04 Oct 2008 20:28:31 +0000 nadvornik fixed charset of exiv2 strings in non-utf8 locales
Sun, 07 Sep 2008 19:42:19 +0000 zas_ Shorten config_window_apply() a bit, reduce code redunancy.
Thu, 04 Sep 2008 22:04:32 +0000 zas_ Allow all Preferences pages to scroll vertically. Reduce code redundancy.
Thu, 04 Sep 2008 21:38:28 +0000 zas_ Allow to change image.scroll_reset_method in Preferences > Image.
Sun, 31 Aug 2008 12:29:49 +0000 zas_ Add a Save button to Preferences dialog, which allow to save options to file without quitting the application.
Tue, 26 Aug 2008 22:30:40 +0000 zas_ Consistency: type * instead of type*.
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Fri, 22 Aug 2008 21:52:13 +0000 zas_ Add an option named layout.home_path which modifies the behavior of the Home button.
Sat, 21 Jun 2008 22:01:45 +0000 nadvornik cache size made configurable
Fri, 13 Jun 2008 11:11:57 +0000 zas_ Optionnally display directory's date in list view.
Fri, 30 May 2008 08:39:52 +0000 zas_ Use functions to set editors name and command and ensure they are
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Thu, 22 May 2008 10:09:07 +0000 zas_ Modify set_default_image_overlay_template_string() to accept the pointer to
Thu, 22 May 2008 08:49:52 +0000 zas_ Use a struct to handle editor's properties.
Fri, 16 May 2008 10:02:56 +0000 zas_ Include debug.h from main.h since debug macros may be used anywhere in the code.
Fri, 16 May 2008 09:10:56 +0000 zas_ Improve editor commands error display:
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
Sun, 11 May 2008 13:14:58 +0000 zas_ An option to save and restore the last path used was added.
Sun, 11 May 2008 12:23:26 +0000 zas_ Rename options:
Sun, 11 May 2008 11:30:41 +0000 zas_ Add an help button to OSD info configuration in Preferences dialog.
Tue, 06 May 2008 21:35:31 +0000 nadvornik moved safe delete functions to separate file
Tue, 06 May 2008 12:31:23 +0000 zas_ Use a dedicated option to enable keywords and comment saving as XMP tags
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Sat, 03 May 2008 20:40:50 +0000 zas_ Change the prefix of formatted exif tags to a more explicit "formatted." prefix
Thu, 24 Apr 2008 16:35:02 +0000 zas_ Add missing spaces around equal sign.
Thu, 24 Apr 2008 15:53:08 +0000 zas_ 6 for() vs 201 for (): winner is for ().
Thu, 24 Apr 2008 12:47:09 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
Thu, 24 Apr 2008 12:23:02 +0000 zas_ Remove whitespace between function name and first parenthesis for the sake of consistency.
Thu, 24 Apr 2008 08:53:39 +0000 zas_ Move debug macros from main.h to new debug.h.
Wed, 23 Apr 2008 22:17:21 +0000 zas_ Allow the copy of file paths to clipboard.
Mon, 21 Apr 2008 21:46:38 +0000 nadvornik updated copyright in source files
Mon, 21 Apr 2008 20:12:49 +0000 zas_ Rename few functions and replace fullscreen info with image overlay template string.
Mon, 21 Apr 2008 20:01:22 +0000 zas_ Replace fullscreen.info and fullscreen.show_info options by:
Mon, 21 Apr 2008 10:09:01 +0000 zas_ Allow the user to set the drag'n drop icon size through
Sun, 20 Apr 2008 18:07:51 +0000 zas_ Effectively drop empty newlines at end of files (missing from rev 535)
Sun, 20 Apr 2008 13:04:57 +0000 zas_ Big whitespaces cleanup:
Sun, 20 Apr 2008 10:05:27 +0000 zas_ Allow the user to change open_recent_list_maxsize option through