log src/ui_fileops.c @ 1712:08e1522af78e

age author description
Thu, 11 Jun 2009 17:34:37 +0000 zas_ Fix up compilation using make -jN: sometimes it fails due to order of headers inclusion.
Mon, 20 Apr 2009 21:07:52 +0000 nadvornik write info and debugging messages to stderr
Sun, 15 Mar 2009 20:16:20 +0000 zas_ gint -> gboolean.
Sun, 15 Mar 2009 07:07:52 +0000 zas_ gint -> gboolean.
Fri, 06 Mar 2009 15:04:35 +0000 zas_ Add debug versions of path_to_utf8() and path_from_utf8() which allows to report the caller file and line, this is enabled with --enable-debug-flags (and developer mode too).
Sun, 01 Mar 2009 17:10:45 +0000 zas_ Introduce is_readable_file() which test if file exists, is regular and readable.
Sun, 01 Mar 2009 15:41:51 +0000 zas_ Slightly modify access_file() and use it to test profile files existence and read access.
Sat, 21 Feb 2009 20:43:35 +0000 zas_ Glibification again.
Wed, 04 Feb 2009 17:15:30 +0000 zas_ Add year 2009 to copyright info everywhere.
Sat, 24 Jan 2009 07:41:23 +0000 zas_ Silent two compilation warnings.
Sat, 10 Jan 2009 20:40:37 +0000 nadvornik simplified metadata interface, dropped metadata_read,
Fri, 02 Jan 2009 09:26:23 +0000 nadvornik sidecar files grouping was made case-insensitive
Mon, 08 Dec 2008 21:33:14 +0000 zas_ Cosmetic fix.
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.
Thu, 20 Nov 2008 11:46:43 +0000 zas_ Fix compilation warnings.