log src/filedata.c @ 1222:31dc2f240afb

age author description
Thu, 25 Dec 2008 12:28:04 +0000 nadvornik low-level keyword-to-mark functionality
Sun, 21 Dec 2008 21:36:58 +0000 nadvornik fixed safe delete
Sun, 21 Dec 2008 21:20:36 +0000 nadvornik most of the metadata options now works
Sat, 20 Dec 2008 20:43:56 +0000 nadvornik use the workflow in utilops.c for metadata approving and writting
Tue, 07 Oct 2008 18:20:22 +0000 nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Sun, 31 Aug 2008 11:27:24 +0000 zas_ Move quoted_value() and escquote_value() to misc.[ch].
Thu, 28 Aug 2008 12:51:02 +0000 bruclik Removed converting fd->name to utf8 from file_data_set_collate_keys(), because fd->name is utf8.
Tue, 26 Aug 2008 22:37:18 +0000 zas_ Use gpointer instead of void *.
Tue, 26 Aug 2008 22:22:51 +0000 zas_ For the sake of consistency, use glib basic types everywhere.
Tue, 26 Aug 2008 20:21:30 +0000 bruclik Fixed segfault when is run inside directory with non valid uft-8 image
Mon, 25 Aug 2008 22:20:45 +0000 zas_ Whitespaces cleanup.
Sat, 16 Aug 2008 23:37:26 +0000 nadvornik marks in iconview made clickable
Sat, 16 Aug 2008 20:57:40 +0000 nadvornik keep files with non-zero marks in memory
Sat, 16 Aug 2008 20:34:14 +0000 nadvornik implemented marks filter
Mon, 28 Jul 2008 18:35:19 +0000 zas_ Move declarations at the beginning of blocks.
Mon, 28 Jul 2008 18:07:42 +0000 zas_ Optimize tests even more using last changes.
Mon, 28 Jul 2008 17:59:09 +0000 zas_ Cache strcmp() result.
Mon, 28 Jul 2008 17:56:56 +0000 zas_ Optimize redundant tests.
Mon, 28 Jul 2008 17:55:06 +0000 zas_ Move dest_dir variable to inner block.
Mon, 28 Jul 2008 09:44:50 +0000 zas_ Reduce code redundancy and minor typo fixes.
Mon, 28 Jul 2008 09:12:33 +0000 zas_ Typo fix.
Sun, 27 Jul 2008 13:46:24 +0000 nadvornik speed-up of directory notification on deleting large number of files
Sun, 27 Jul 2008 08:40:47 +0000 nadvornik fixed deleting of non-empty folder
Sat, 26 Jul 2008 22:26:08 +0000 nadvornik fixed invalid warning on running editors
Sat, 26 Jul 2008 19:33:36 +0000 nadvornik fixed renaming of directories
Sat, 26 Jul 2008 19:01:20 +0000 nadvornik warn about changed file extensions
Sat, 26 Jul 2008 09:58:25 +0000 nadvornik more checks for file operations
Fri, 25 Jul 2008 22:04:55 +0000 nadvornik improved error reporting
Wed, 23 Jul 2008 20:53:05 +0000 nadvornik removed file_data_add_change_info
Wed, 23 Jul 2008 12:45:59 +0000 zas_ Use g_strconcat() instead of g_strdup_printf("%s%s", ...).
Wed, 23 Jul 2008 09:10:41 +0000 zas_ Tidy up.
Tue, 22 Jul 2008 22:05:20 +0000 nadvornik do not create duplicate FileData entries
Tue, 22 Jul 2008 21:46:08 +0000 nadvornik basic infrastructure for early error and dangerous operations checking
Tue, 22 Jul 2008 18:27:12 +0000 nadvornik clean up fd->change on error
Tue, 22 Jul 2008 18:13:41 +0000 nadvornik remove items from file_data_planned_change_hash when the operation is
Tue, 22 Jul 2008 17:40:24 +0000 nadvornik delete file_data_planned_change_hash when it is not used
Sun, 20 Jul 2008 15:04:40 +0000 nadvornik periodic testing of changed files can be now disabled
Sun, 20 Jul 2008 13:19:22 +0000 nadvornik fixed the case when a renamed file is detected by directory scanning
Sun, 20 Jul 2008 11:22:19 +0000 nadvornik implemented directory rename and delete operations
Sat, 19 Jul 2008 09:06:24 +0000 nadvornik increase reference count before sending notification in file_data_new
Thu, 17 Jul 2008 21:51:21 +0000 nadvornik reload changed images
Thu, 03 Jul 2008 08:33:10 +0000 zas_ Increase debugging info in file_data_ref() and file_data_unref().
Wed, 25 Jun 2008 20:53:52 +0000 zas_ Tidy up.
Sun, 22 Jun 2008 09:19:42 +0000 nadvornik added possibility to disable grouping of selected files
Sat, 21 Jun 2008 16:00:13 +0000 nadvornik simple cache for loaded pixbufs
Sat, 21 Jun 2008 11:05:55 +0000 nadvornik renamed fd->pixbuf to fd->thumb_pixbuf
Sun, 08 Jun 2008 23:42:51 +0000 zas_ Tidy up: add/remove white lines, minor code changes.
Sat, 07 Jun 2008 22:44:17 +0000 nadvornik various refresh and notification fixes
Sat, 07 Jun 2008 15:08:33 +0000 nadvornik various notification improvements
Fri, 06 Jun 2008 22:11:03 +0000 nadvornik added NotifyType
Fri, 06 Jun 2008 21:50:09 +0000 nadvornik realtime file monitor
Fri, 06 Jun 2008 20:59:03 +0000 nadvornik zero-lenght path must be allowed for now
Thu, 05 Jun 2008 08:41:02 +0000 zas_ Use uft8_collate_key() to sort utf8 strings.
Wed, 04 Jun 2008 21:12:47 +0000 nadvornik new notification system (used only in vflist for now)
Tue, 03 Jun 2008 19:44:19 +0000 nadvornik replaced directory path with FileData* dir_fd
Tue, 03 Jun 2008 11:24:16 +0000 zas_ Drop initialization to NULL since filelist_read() will take care of it.
Tue, 03 Jun 2008 09:41:00 +0000 zas_ filelist_read_real(): optimize and clean up.
Sat, 31 May 2008 19:46:26 +0000 nadvornik do not change original FileData on copy
Wed, 28 May 2008 22:12:10 +0000 nadvornik improved infrastructure for tracing changes, optimized vflist_populate_view
Sat, 24 May 2008 22:44:18 +0000 nadvornik rewritten utilops.h: