log src/ui_fileops.c @ 2916:ae6cdcd69d9f default tip

age author description
Thu, 18 Oct 2018 19:13:07 +0100 Wojciech Muła <> Fix #544: copy symlinks as symlinks instead of dereferencing them
Tue, 16 Oct 2018 19:07:11 +0100 Colin Clark Fix #640: geeqie core dumps (for me) on symlink copy
Fri, 29 Jun 2018 11:27:49 +0100 Colin Clark Addl fix #147: Darktable XMP Sidecar Files not grouped
Mon, 25 Jun 2018 10:19:46 +0100 Andreas Rönnquist <> Fix #618: Avoid using PATH_MAX where not available
Sat, 30 Dec 2017 13:53:50 +0100 Tomasz Golinski Fix for some small memory leaks
Mon, 18 Dec 2017 10:54:40 +0100 Klaus Ethgen Some dir debuggings
Sat, 09 Dec 2017 11:13:34 +0000 cclark Fix #548: Send text output to stdout
Sat, 25 Nov 2017 17:08:34 +0000 gqpwruser <> Fix #544: copy symlinks as symlinks instead of dereferencing them
Sun, 15 Oct 2017 19:46:31 +0100 Colin Clark Fix #527: source directory is not writable
Tue, 03 Oct 2017 10:35:14 +0100 Colin Clark Revert: Do not send debug data to terminal
Tue, 26 Sep 2017 18:42:37 +0100 Colin Clark Do not send debug data to terminal
Wed, 06 Sep 2017 11:59:47 +0100 cclark Fix #508: Copy and Move windows scale incorrectly
Tue, 29 Aug 2017 10:13:17 +0100 Alberto Griggio <> Fix #506: ignore chmod errors for filesystems not supporting the operation
Thu, 22 Jun 2017 13:17:00 +0100 Colin Clark Additional debug features
Wed, 22 Mar 2017 14:33:48 +0000 Colin Clark Bug fix: Seg fault in copy/move dialog
Wed, 15 Mar 2017 11:06:10 +0000 Tomasz Golinski Fix #147: Alternative format for sidecar extension
Tue, 24 May 2016 14:47:56 +0100 Klaus Ethgen Update copyright in all files
Thu, 30 Aug 2012 18:32:32 +0200 Laurent Monin Trim trailing white spaces on empty lines.
Thu, 30 Aug 2012 18:31:41 +0200 Laurent Monin Trim trailing white spaces.
Thu, 30 Aug 2012 13:15:40 +0200 Laurent Monin Drop dead code.
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
Thu, 16 Dec 2010 21:55:03 +0100 Vladislav Naumov Fix bug 2999830: do not report failed chown() on copy.
Tue, 16 Feb 2010 21:18:03 +0000 Vladimir Nadvornik added 2010 to copyright text
Sun, 10 Jan 2010 14:23:29 +0000 Laurent Monin copy_file(): remove incomplete file on error (bug 2890715)
Sat, 22 Aug 2009 20:20:19 +0000 Vladimir Nadvornik fixed sidecar grouping
Thu, 11 Jun 2009 17:34:37 +0000 Laurent Monin Fix up compilation using make -jN: sometimes it fails due to order of headers inclusion.
Mon, 20 Apr 2009 21:07:52 +0000 Vladimir Nadvornik write info and debugging messages to stderr
Sun, 15 Mar 2009 20:16:20 +0000 Laurent Monin gint -> gboolean.
Sun, 15 Mar 2009 07:07:52 +0000 Laurent Monin gint -> gboolean.
Fri, 06 Mar 2009 15:04:35 +0000 Laurent Monin 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 Laurent Monin Introduce is_readable_file() which test if file exists, is regular and readable.
Sun, 01 Mar 2009 15:41:51 +0000 Laurent Monin Slightly modify access_file() and use it to test profile files existence and read access.
Sat, 21 Feb 2009 20:43:35 +0000 Laurent Monin Glibification again.
Wed, 04 Feb 2009 17:15:30 +0000 Laurent Monin Add year 2009 to copyright info everywhere.
Sat, 24 Jan 2009 07:41:23 +0000 Laurent Monin Silent two compilation warnings.
Sat, 10 Jan 2009 20:40:37 +0000 Vladimir Nadvornik simplified metadata interface, dropped metadata_read,
Fri, 02 Jan 2009 09:26:23 +0000 Vladimir Nadvornik sidecar files grouping was made case-insensitive
Mon, 08 Dec 2008 21:33:14 +0000 Laurent Monin Cosmetic fix.
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.
Thu, 20 Nov 2008 11:46:43 +0000 Laurent Monin Fix compilation warnings.
Sat, 15 Nov 2008 20:17:14 +0000 Laurent Monin Implement preliminary support for XDG Base Directory Specification.
Sat, 15 Nov 2008 20:01:25 +0000 Laurent Monin Replace cache_ensure_dir_exists() by new recursive_mkdir_if_not_exists().
Sat, 15 Nov 2008 17:30:45 +0000 Laurent Monin Use functions to return directories instead of constants.
Tue, 07 Oct 2008 18:20:22 +0000 Vladimir Nadvornik Adding a vim modeline to all files - patch by Klaus Ethgen
Tue, 26 Aug 2008 22:22:51 +0000 Laurent Monin For the sake of consistency, use glib basic types everywhere.
Tue, 26 Aug 2008 20:21:30 +0000 Petr Ostadal Fixed segfault when is run inside directory with non valid uft-8 image
Sun, 24 Aug 2008 14:14:37 +0000 Laurent Monin Drop redundant variable affectation.
Sun, 24 Aug 2008 13:22:08 +0000 Laurent Monin Fix untranslated messages. French translation and POTFILES.in were updated.
Sat, 23 Aug 2008 17:00:59 +0000 Laurent Monin Remove unneeded type casting.
Wed, 23 Jul 2008 10:21:37 +0000 Laurent Monin Simplify parse_out_relatives().
Mon, 26 May 2008 18:22:08 +0000 Vladimir Nadvornik use fputs instead of printf - patch by Uwe Ohse
Tue, 20 May 2008 22:13:48 +0000 Laurent Monin Use size_t instead of gint, it silents a signed vs unsigned warning.
Tue, 20 May 2008 22:11:59 +0000 Laurent Monin Use g_build_filename() instead of g_strconcat().
Tue, 20 May 2008 22:09:04 +0000 Laurent Monin Drop concat_dir_and_file() and use g_build_filename() instead.
Tue, 20 May 2008 22:00:14 +0000 Laurent Monin Use G_DIR_SEPARATOR instead of '/' 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.
Thu, 08 May 2008 12:50:25 +0000 Laurent Monin Use g_ascii_strncasecmp() instead of strncasecmp() where applicable.
Sun, 04 May 2008 21:54:20 +0000 Vladimir Nadvornik dropped path_list functions, use filelist functions everywhere