log src/preferences.c @ 1802:956aab097ea7

age author description
Tue, 16 Feb 2010 21:18:03 +0000 nadvornik added 2010 to copyright text
Tue, 30 Jun 2009 20:12:28 +0000 nadvornik fixes for a built without Exiv2
Tue, 30 Jun 2009 19:53:55 +0000 mow Revert "Add pgettext for some ambiguous strings"
Sun, 28 Jun 2009 09:25:47 +0000 nadvornik cleanup: remove some disabled code
Wed, 24 Jun 2009 20:31:30 +0000 nadvornik test if an accelerator can be stored
Tue, 23 Jun 2009 19:20:48 +0000 nadvornik improved description string
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, 04 Jun 2009 16:07:41 +0000 mow Ongoing translation
Sun, 31 May 2009 13:32:09 +0000 nadvornik do not display menus ("FileMenu" etc.) in accelerator configuration
Tue, 12 May 2009 20:38:26 +0000 nadvornik fixed compilation with older gtk
Mon, 11 May 2009 20:50:13 +0000 nadvornik added keyboard configuration dialog
Mon, 11 May 2009 09:55:39 +0000 zas_ Include missing header file.
Sat, 09 May 2009 17:02:35 +0000 nadvornik added some structure to the metadata preferences dialog
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
Fri, 10 Apr 2009 09:47:20 +0000 mow Add pgettext for some ambiguous strings
Mon, 06 Apr 2009 21:52:49 +0000 nadvornik re-ordered some options, improved descriptions
Mon, 06 Apr 2009 20:38:54 +0000 nadvornik unconditionally enable fast jpeg thumbnailing
Sun, 05 Apr 2009 09:25:48 +0000 nadvornik improved Scroll reset method in preferences dialog
Sat, 04 Apr 2009 23:12:19 +0000 nadvornik disabled 2-pass rendering also affect color correction
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, 04 Apr 2009 20:20:17 +0000 nadvornik moved options from Advanced tab to other tabs
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.