summaryrefslogtreecommitdiff
path: root/thunar/thunar-transfer-job.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent unnecessary fallback copy-delete in file move when overwritingReuben Green2019-08-261-27/+74
* Fix possible memory leakReuben Green2019-08-261-0/+3
* Do not check G_FILE_ATTRIBUTE_ACCESS_CAN_WRITE anymore (Bug #15367)Andre Miranda2019-05-271-20/+5
* Correctly check if destination is writable (Bug #14718)Andre Miranda2019-04-051-6/+17
* Show file size in binary units by default (Bug #14653)Andre Miranda2018-09-031-1/+1
* Restoring non-empty folders spawns a warning about modification/restoresvc-012018-02-221-2/+7
* Rework usage of binary file size properties (bug #11450)Harald Judt2015-03-171-20/+96
* Fix for bug 10864 - thunar incorrectly showing file sizesAndre Miranda2014-12-171-17/+30
* Directly collect the full info namespace for ls dir.Nick Schermer2012-11-101-1/+1
* Check free space before copying (bug #5658).Nick Schermer2012-09-301-0/+105
* Show transfer rate in transfer dialog (bug #8250).Nick Schermer2012-09-301-63/+159
* Use g_(s)list_free_full where possible.Nick Schermer2012-09-161-4/+4
* Fix a compiler warning.Jannis Pohlmann2011-09-141-0/+2
* Don't interpret file display names as format stringsLionel Le Folgoc2011-04-151-1/+1
* Improve the thumbnail cache support in transfer jobs a tiny bit.Jannis Pohlmann2011-02-071-15/+20
* Use Move(), Copy() and Delete() cache methods in transfer jobs.Jannis Pohlmann2011-02-071-42/+84
* Only erase top-level items from trash (bug #7147).Jannis Pohlmann2011-01-241-2/+2
* Fix memory leak thunar_transfer_job_execute().Jannis Pohlmann2010-11-211-2/+6
* Don't cache the GFileInfo for the filesystem.Jannis Pohlmann2009-12-201-1/+1
* Use 0.01 instead of 0.05 percent for smoother progress bars.Jannis Pohlmann2009-09-121-2/+2
* Reduce the 'percent' signal emission frequency in ThunarTransferJob.Jannis Pohlmann2009-09-121-2/+18
* Use g_slice_ functions directly and drop macros.Nick Schermer2009-08-221-3/+3
* Second (and last for thunar/) flow of G_DEFINE_ macros.Nick Schermer2009-08-221-27/+1
* Fix several compiler warnings (mostly shadowed stuff, missing includes).Jannis Pohlmann2009-08-211-8/+8
* Merge the migration-to-gio branch into master.Jannis Pohlmann2009-08-211-0/+887