summaryrefslogtreecommitdiff
path: root/thunar/thunar-progress-view.c
Commit message (Expand)AuthorAgeFilesLines
* Manage parallel job outside ThunarTransferJob (Issue #569)Yongha Hwang2021-06-021-3/+48
* Replace ExoBinding with GBinding equivalentYongha Hwang2021-05-181-2/+6
* Use wording "queued" instead of "frozen" for jobs (Issue #511)Alexander Schwinn2021-02-171-1/+1
* Use wording "queued" instead of "frozen" for jobs (Issue #511)Alexander Schwinn2021-02-161-2/+2
* Improve file operations progress dialog (Issue #365)David Keogh2020-12-291-21/+21
* Support queued copy (configurable, e.g. for remote devices) (Issue #294)Cyrille Pontvieux2020-06-191-5/+58
* Pause button on copy/move (Bug #16685)Cyrille Pontvieux2020-04-171-7/+69
* Fixed Gtk-WARNING - double-add widget to GtkBin containerAlexander Schwinn2018-09-261-4/+0
* Copy Dialog: Increase icon size, use standard edit-copy iconSean Davis2018-09-061-1/+2
* Fix compile warning (GtkButton cast) (Bug #14601)Andre Miranda2018-08-131-1/+1
* Add label to cancel button in file operation dialogAndre Miranda2018-08-091-1/+2
* Show numeric(%) progress in file operation dialog (Bug #14102)Andre Miranda2018-08-091-5/+6
* Strip trailing whitespaceAndre Miranda2017-11-041-1/+1
* Replace GtkV/HBox by GtkBoxAndre Miranda2017-08-251-6/+8
* Add some of the missing icons previously removedacs2017-08-141-0/+4
* Get rid of GTK_STOCK_*Jonas Kümmerlin2017-08-141-4/+0
* Add vim modeline. Remove obsolete '$Id$' line.Matt Thirtytwo2015-01-191-1/+1
* Fix segfault when creating a new folder.Nick Schermer2012-10-021-3/+6
* Set cancel message in progress label, not bar.Nick Schermer2012-09-301-3/+2
* Show transfer rate in transfer dialog (bug #8250).Nick Schermer2012-09-301-65/+33
* Remove unused functions or make them static.Nick Schermer2012-09-301-17/+5
* Depend on glib 2.30 and remove some #if's.Nick Schermer2012-09-291-2/+2
* Make the cancel button smaller and don't take focus (bug #7082).Nick Schermer2012-09-261-6/+10
* Free string in progress view.Nick Schermer2012-04-041-0/+15
* Use new time function in progress view.Nick Schermer2012-01-221-21/+12
* Remove parentheses around the "42 seconds remaining" progress bar text.Jannis Pohlmann2009-09-131-3/+3
* Set progress bar text to "Cancelling..." when a job is cancelled.Jannis Pohlmann2009-09-131-1/+16
* Ellipsize the title and progress labels in the middle.Jannis Pohlmann2009-09-121-3/+5
* Initial import of the shared progress dialog.Jannis Pohlmann2009-09-121-0/+618