log src/collect.c @ 2878:8b1c451c8ff2

age author description
Fri, 04 Jan 2019 13:44:58 +0000 Colin Clark Additional remote commands
Sat, 03 Nov 2018 17:53:31 +0000 Colin Clark Fix #437: Delete to standard Trash directory
Sat, 07 Jul 2018 19:50:31 +0100 Colin Clark Collections changes
Wed, 03 Jan 2018 20:58:28 +0000 Colin Clark Sort/search on Exif.Photo.DateTimeDigitized
Wed, 03 Jan 2018 17:49:15 +0000 Colin Clark Sort/search on file class
Mon, 01 Jan 2018 19:12:33 +0000 Colin Clark Context-sensitve help
Sun, 10 Sep 2017 19:24:20 +0100 Colin Clark Save Collection window geometry
Wed, 06 Sep 2017 11:59:47 +0100 cclark Fix #508: Copy and Move windows scale incorrectly
Sun, 20 Aug 2017 11:20:48 +0100 Colin Clark Change recent code comments to Doxygen style
Fri, 18 Aug 2017 14:25:36 +0100 Colin Clark Right-click menus - collections
Wed, 16 Aug 2017 09:42:42 +0100 Colin Clark Bug fix: Collection in multiple windows
Mon, 01 May 2017 19:05:08 +0100 Colin Clark Eliminate a FIXME: Collection window position
Fri, 03 Feb 2017 09:52:26 +0000 Colin Clark Fix progress bar text
Wed, 04 Jan 2017 20:01:47 +0000 Colin Clark Rectangular selection
Mon, 02 Jan 2017 19:37:33 +0000 Colin Clark Revised Help documentation
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Fri, 04 Mar 2016 11:44:47 +0100 Klaus Ethgen Applying that sort method also to collections
Mon, 26 Nov 2012 09:29:17 +0100 Laurent Monin Fix crash when loading collection listing inexistent files.
Thu, 30 Aug 2012 18:32:32 +0200 Laurent Monin Trim trailing white spaces on empty lines.
Thu, 30 Aug 2012 15:53:28 +0200 Laurent Monin Remove commented out code.
Thu, 30 Aug 2012 13:40:13 +0200 Laurent Monin Drop useless code (since f94b569b1831c052099295c861f9d3f502072622).
Thu, 02 Aug 2012 20:04:16 +0200 Vladimir Nadvornik changed GDK_<key> to GDK_KEY_<key>
Wed, 01 Aug 2012 00:17:18 +0200 Vladimir Nadvornik use accessor functions
Tue, 31 Jul 2012 17:41:47 +0200 Vladimir Nadvornik updated version and copyright notice
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Sat, 20 Jun 2009 18:42:23 +0000 Vladimir Nadvornik fixed leak in file_util_* functions
Fri, 10 Apr 2009 13:54:08 +0000 Klaus Ethgen Just update the internal sort method
Fri, 10 Apr 2009 13:44:37 +0000 Klaus Ethgen Implement random sort method for collections
Tue, 31 Mar 2009 20:05:16 +0000 Vladimir Nadvornik improved debug messages
Sat, 14 Mar 2009 23:26:42 +0000 Vladimir Nadvornik completely separated global and layout window options
Sat, 14 Mar 2009 17:21:35 +0000 Vladimir Nadvornik improved notification system
Thu, 12 Mar 2009 21:06:37 +0000 Laurent Monin Use gboolean where applicable, for the sake of consistency.
Sun, 01 Mar 2009 23:14:19 +0000 Laurent Monin When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
Sat, 28 Feb 2009 20:52:51 +0000 Laurent Monin Add missing space between switch and first parenthesis.
Sat, 14 Feb 2009 20:26:30 +0000 Vladimir Nadvornik droped Preferences dialog, sidebar should replace it completely
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Sun, 01 Feb 2009 12:48:14 +0000 Vladimir Nadvornik read external editors from .desktop files
Sun, 21 Dec 2008 21:20:36 +0000 Vladimir Nadvornik most of the metadata options now works
Sun, 23 Nov 2008 22:05:27 +0000 Laurent Monin Hide .gqv extension from collection name in collection window title and recent menu list.
Sun, 23 Nov 2008 16:10:29 +0000 Laurent Monin 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.
Tue, 07 Oct 2008 18:20:22 +0000 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Mon, 01 Sep 2008 17:29:07 +0000 Laurent Monin Use a constant for minimal window size. Set it to 32 for all dialogs.
Sun, 31 Aug 2008 10:51:41 +0000 Laurent Monin Move miscellaneous functions to their own files (new misc.[ch]).
Tue, 10 Jun 2008 11:55:18 +0000 Laurent Monin collection_from_dnd_data(): simplify and optimize.
Tue, 10 Jun 2008 11:27:35 +0000 Laurent Monin collection_info_list_to_dnd_data(): simplify and optimize.
Sun, 08 Jun 2008 19:09:44 +0000 Vladimir Nadvornik better check for notify type
Sat, 07 Jun 2008 10:45:33 +0000 Vladimir Nadvornik use the new notification for collections
Thu, 05 Jun 2008 09:24:42 +0000 Laurent Monin Compare paths using utf8_collate_key() since paths are utf8-encoded.
Thu, 05 Jun 2008 08:41:02 +0000 Laurent Monin Use uft8_collate_key() to sort utf8 strings.
Sat, 24 May 2008 22:44:18 +0000 Vladimir Nadvornik rewritten utilops.h:
Wed, 21 May 2008 11:07:23 +0000 Laurent Monin Use G_DIR_SEPARATOR where applicable.
Fri, 16 May 2008 12:16:49 +0000 Laurent Monin Do not use printf() directly but use new wrapper function log_printf() instead.
Fri, 16 May 2008 10:02:56 +0000 Laurent Monin Include debug.h from main.h since debug macros may be used anywhere in the code.
Tue, 13 May 2008 08:02:46 +0000 Laurent Monin Move some functions from main.[ch] to new window.[ch].
Mon, 05 May 2008 19:11:12 +0000 Vladimir Nadvornik split filelist.c to filefilter.c and filedata.c
Thu, 24 Apr 2008 15:49:57 +0000 Laurent Monin Convert the minority of while() to while ().
Thu, 24 Apr 2008 12:47:09 +0000 Laurent Monin Remove whitespace between function name and first parenthesis for the sake of consistency. (pass 2)
Thu, 24 Apr 2008 12:23:02 +0000 Laurent Monin Remove whitespace between function name and first parenthesis for the sake of consistency.
Thu, 24 Apr 2008 08:53:39 +0000 Laurent Monin Move debug macros from main.h to new debug.h.
Thu, 24 Apr 2008 00:15:03 +0000 Laurent Monin Handle the newline in DEBUG_N() macro instead of adding one