log src/options.h @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Sat, 13 Jun 2009 19:26:32 +0000 nadvornik the options for custom border color were made independent
Thu, 04 Jun 2009 19:51:20 +0000 zas_ Add an option to Image preferences to restrict custom border to fullscreen mode only. Bug 2798062.
Thu, 07 May 2009 19:30:15 +0000 nadvornik use "keywords" instead of "tags" in option name, it is more consistent
Sun, 26 Apr 2009 09:01:35 +0000 nadvornik added an option to write image orientation to the metadata
Mon, 13 Apr 2009 10:55:49 +0000 nadvornik support X11 screen profile
Sat, 11 Apr 2009 19:51:03 +0000 mow Allow to configure case handling of keywords
Mon, 06 Apr 2009 20:38:54 +0000 nadvornik unconditionally enable fast jpeg thumbnailing
Sat, 04 Apr 2009 22:09:50 +0000 nadvornik dropped show_copy_path option
Sat, 04 Apr 2009 21:53:12 +0000 nadvornik dropped read_buffer options - they don't have any significant effect
Sat, 04 Apr 2009 21:14:34 +0000 nadvornik startup path options simplified and moved to layout options
Sat, 14 Mar 2009 23:26:42 +0000 nadvornik completely separated global and layout window options
Sat, 28 Feb 2009 14:40:22 +0000 nadvornik fixed overlay configuration
Thu, 26 Feb 2009 20:50:36 +0000 zas_ Clean up histogram stuff: options saving/restoring, osd histogram separation, tidy up.
Mon, 23 Feb 2009 21:21:15 +0000 nadvornik enabled commandline again
Sun, 22 Feb 2009 15:35:37 +0000 nadvornik config file format changed to XML
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
Thu, 29 Jan 2009 18:52:52 +0000 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.
Tue, 20 Jan 2009 22:53:09 +0000 nadvornik improved metadata preferences
Fri, 02 Jan 2009 09:26:23 +0000 nadvornik sidecar files grouping was made case-insensitive
Sat, 20 Dec 2008 23:18:20 +0000 nadvornik added options for metadata - not yet used
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
Sun, 31 Aug 2008 09:13:42 +0000 zas_ Move save/load_options() to options.[ch].
Sat, 30 Aug 2008 10:39:35 +0000 zas_ Allow to override documentation paths through options:
Fri, 22 Aug 2008 21:52:13 +0000 zas_ Add an option named layout.home_path which modifies the behavior of the Home button.
Tue, 15 Jul 2008 12:52:02 +0000 zas_ Use a specific enum for image.zoom_mode values (ZoomMode) and
Sun, 13 Jul 2008 14:50:07 +0000 zas_ Improve ways to specify html browser (used for help, see bug 2015099).
Sun, 29 Jun 2008 10:11:43 +0000 zas_ Make better matching between options types in options.h and the rest of the code.
Thu, 26 Jun 2008 14:43:52 +0000 zas_ Use stricter types for image options.
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.
Thu, 12 Jun 2008 20:33:51 +0000 zas_ Allow to set image overlay info position through options:
Thu, 29 May 2008 07:52:05 +0000 zas_ Save properties window width and height to rc file and restore
Thu, 22 May 2008 23:09:53 +0000 zas_ Move setup_default_options() and sync_options_with_current_state() to options.[ch].
Thu, 22 May 2008 20:22:13 +0000 zas_ Make shell command and its option rc file options instead of hardcoded strings.
Thu, 22 May 2008 13:00:45 +0000 zas_ Fix signed vs unsigned warnings.
Thu, 22 May 2008 08:49:52 +0000 zas_ Use a struct to handle editor's properties.
Sun, 18 May 2008 21:14:01 +0000 zas_ Save order of Properties dialog tabs to rc file.
Mon, 12 May 2008 08:11:27 +0000 zas_ Rename option image_overlay.common.enabled to image_overlay.common.state
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:
Sat, 10 May 2008 09:00:14 +0000 zas_ Save full OSD state to rc file and restore it on startup.
Fri, 09 May 2008 08:39:18 +0000 zas_ Preserve last histogram modes.
Tue, 06 May 2008 12:31:23 +0000 zas_ Use a dedicated option to enable keywords and comment saving as XMP tags
Sat, 03 May 2008 11:34:13 +0000 zas_ Replace Layout icon_view field by more generic file_view_type.
Thu, 24 Apr 2008 09:09:48 +0000 zas_ Move options stuff to options.{c,h} and remove globals.c