summaryrefslogtreecommitdiff
path: root/thunar/thunar-io-jobs.c
Commit message (Expand)AuthorAgeFilesLines
* Use enum ThunarNextFileNameMode over 'copy' flagAlexander Schwinn2021-08-251-1/+1
* Use of "thunar_util_next_new_file_name" for all name search operationsAlexander Schwinn2021-08-251-36/+10
* Manage parallel job outside ThunarTransferJob (Issue #569)Yongha Hwang2021-06-021-37/+37
* thunar_g_file_list_free --> thunar_g_list_free_fullAlexander Schwinn2021-04-051-8/+8
* thunar_g_file_list_copy --> thunar_g_list_copy_deepAlexander Schwinn2021-04-051-2/+2
* thunar_g_file_list_prepend --> thunar_g_list_prepend_deepAlexander Schwinn2021-04-051-2/+2
* Remove GSourceFunc castsOlaf Hering2020-12-241-3/+3
* Add THUNAR_JOB_RESPONSE_REPLACE andCyrille Pontvieux2020-05-021-4/+4
* Pause button on copy/move (Bug #16685)Cyrille Pontvieux2020-04-171-0/+2
* Delete native files faster (Bug #16641)Andre Miranda2020-04-101-5/+38
* When move to trash fails, ask whether to delete files (Bug #15975)Andre Miranda2019-12-231-0/+14
* thunar-job: callee should keep track of the number of processed files (Bug #1...Andre Miranda2019-11-031-12/+20
* Fix compiler error -Wcast-function-type (GCC 8)Andre Miranda2019-04-141-2/+2
* Update progress when deleting files (Bug #14102)Andre Miranda2018-07-291-0/+3
* Strip trailing whitespaceAndre Miranda2017-11-041-45/+45
* Directly collect the full info namespace for ls dir.Nick Schermer2012-11-101-22/+6
* Use GArray instead of GValueArray and new mutex API.Nick Schermer2012-11-011-58/+58
* Uniform the deep copy function.Nick Schermer2012-10-221-1/+1
* Only change file mode if old and new differ.Nick Schermer2012-10-031-6/+9
* Don't copy templates but create them (bug #8312).Nick Schermer2012-09-291-5/+37
* Make parts of the permissions chooser work with multiple files.Nick Schermer2012-09-161-20/+10
* Call thunar_thumbnail_cache_cleanup_file() when trashing a file/folder.Jannis Pohlmann2011-02-131-3/+18
* Add thumbnail cache update support to the link job.Jannis Pohlmann2011-02-071-11/+33
* Call thunar_thumbnail_cache_delete_file() in the unlink job.Jannis Pohlmann2011-02-071-8/+20
* Only erase top-level items from trash (bug #7147).Jannis Pohlmann2011-01-241-5/+6
* Properly try alternative names when creating links (bug #6867).Jannis Pohlmann2011-01-031-52/+144
* Revert "Instantly emit a change event on the parent folder in the delete job."Jannis Pohlmann2010-11-191-22/+0
* Revert "Instantly emit a change event on the parent folder in the trash job."Jannis Pohlmann2010-11-191-25/+4
* Instantly emit a change event on the parent folder in the trash job.Jannis Pohlmann2010-11-191-4/+25
* Instantly emit a change event on the parent folder in the delete job.Jannis Pohlmann2010-11-191-0/+22
* Make restore from trash work again. Add trash::* to default attributes.Jannis Pohlmann2009-09-031-1/+1
* Follow symlinks when listing directory contents (bug #5693).Jannis Pohlmann2009-08-241-1/+1
* Fix several compiler warnings (mostly shadowed stuff, missing includes).Jannis Pohlmann2009-08-211-24/+25
* Merge the migration-to-gio branch into master.Jannis Pohlmann2009-08-211-0/+1162