log src/collect.c @ 1748:b8d37cc79410

age author description
Fri, 10 Apr 2009 13:54:08 +0000 mow Just update the internal sort method
Fri, 10 Apr 2009 13:44:37 +0000 mow Implement random sort method for collections
Tue, 31 Mar 2009 20:05:16 +0000 nadvornik improved debug messages
Sat, 14 Mar 2009 23:26:42 +0000 nadvornik completely separated global and layout window options
Sat, 14 Mar 2009 17:21:35 +0000 nadvornik improved notification system
Thu, 12 Mar 2009 21:06:37 +0000 zas_ Use gboolean where applicable, for the sake of consistency.
Sun, 01 Mar 2009 23:14:19 +0000 zas_ When g_new0() is used, drop redundant initializations to NULL, FALSE or 0, second pass.
Sat, 28 Feb 2009 20:52:51 +0000 zas_ Add missing space between switch and first parenthesis.
Sat, 14 Feb 2009 20:26:30 +0000 nadvornik droped Preferences dialog, sidebar should replace it completely
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
Sun, 21 Dec 2008 21:20:36 +0000 nadvornik most of the metadata options now works
Sun, 23 Nov 2008 22:05:27 +0000 zas_ Hide .gqv extension from collection name in collection window title and recent menu list.
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.
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Mon, 01 Sep 2008 17:29:07 +0000 zas_ Use a constant for minimal window size. Set it to 32 for all dialogs.
Sun, 31 Aug 2008 10:51:41 +0000 zas_ Move miscellaneous functions to their own files (new misc.[ch]).
Tue, 10 Jun 2008 11:55:18 +0000 zas_ collection_from_dnd_data(): simplify and optimize.
Tue, 10 Jun 2008 11:27:35 +0000 zas_ collection_info_list_to_dnd_data(): simplify and optimize.
Sun, 08 Jun 2008 19:09:44 +0000 nadvornik better check for notify type
Sat, 07 Jun 2008 10:45:33 +0000 nadvornik use the new notification for collections
Thu, 05 Jun 2008 09:24:42 +0000 zas_ Compare paths using utf8_collate_key() since paths are utf8-encoded.
Thu, 05 Jun 2008 08:41:02 +0000 zas_ Use uft8_collate_key() to sort utf8 strings.
Sat, 24 May 2008 22:44:18 +0000 nadvornik rewritten utilops.h:
Wed, 21 May 2008 11:07:23 +0000 zas_ Use G_DIR_SEPARATOR where applicable.
Fri, 16 May 2008 12:16:49 +0000 zas_ Do not use printf() directly but use new wrapper function log_printf() instead.
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.
Tue, 13 May 2008 08:02:46 +0000 zas_ Move some functions from main.[ch] to new window.[ch].
Mon, 05 May 2008 19:11:12 +0000 nadvornik split filelist.c to filefilter.c and filedata.c
Thu, 24 Apr 2008 15:49:57 +0000 zas_ Convert the minority of while() to while ().