summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use g_utf8_strlen to calculate the sidepane width. Bugs #5390 and #3965.progress-dialog-experimentsJannis Pohlmann2009-09-181-1/+1
* Remove ThunarVFS item from the TODO list.Jannis Pohlmann2009-09-161-4/+1
* Use more descriptive info messages for the one-line progress views.Jannis Pohlmann2009-09-141-1/+78
* Use only one text line for each progress view.Jannis Pohlmann2009-09-141-9/+4
* Use 18px spacing between the progress views in the dialog.Jannis Pohlmann2009-09-141-1/+1
* Merge new strings, update translation files.Jannis Pohlmann2009-09-1350-34598/+36978
* Remember progress dialog position. No show delay after the first job.Jannis Pohlmann2009-09-133-16/+56
* Fix progress dialog visibility toggling. Raise to front if not active.Jannis Pohlmann2009-09-131-4/+11
* Use stock_folder-copy icon name for the progress dialog status icon.Jannis Pohlmann2009-09-131-1/+1
* Raise the progress dialog above others when the status icon is clicked.Jannis Pohlmann2009-09-131-1/+1
* 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
* Avoid to show progress status icon for very short jobs.Jannis Pohlmann2009-09-131-3/+15
* Ellipsize the title and progress labels in the middle.Jannis Pohlmann2009-09-121-3/+5
* Update the statusbar properly after destroying a view.Jannis Pohlmann2009-09-121-28/+56
* Add the target directory display name to the titles of some operations.Jannis Pohlmann2009-09-123-8/+71
* Start using the scrollwin with > 4 jobs. Remove viewport frame.Jannis Pohlmann2009-09-121-8/+12
* 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
* Initial import of the shared progress dialog.Jannis Pohlmann2009-09-127-524/+1003
* Ignore cancel errors when processing the input filenames.Jannis Pohlmann2009-09-101-3/+7
* Remove unused variable.Jannis Pohlmann2009-09-101-1/+0
* Fix missing return and wrong function name in the ThunarFile header.Jannis Pohlmann2009-09-102-2/+2
* Use the poke feature in thunar_application_process_filenames().Jannis Pohlmann2009-09-101-56/+34
* l10n: Updates to Slovak (sk) translationRobert Hartl2009-09-081-31/+21
* l10n: Updates to Catalan (Valencian) (ca) translationCarles Muñoz Gorriz2009-09-051-47/+122
* l10n: Updates to Catalan (Valencian) (ca) translationCarles Muñoz Gorriz2009-09-051-1090/+1153
* Add ThunarThumbnailer docs. Remember URIs before D-Bus request calls.Jannis Pohlmann2009-09-041-8/+93
* Don't show the root label in the pathbar. Center the icon (bug #5291).Jannis Pohlmann2009-09-041-5/+14
* Reduce D-Bus noise by grouping thumbnail requests in 100ms time slots.Jannis Pohlmann2009-09-041-87/+221
* Show trash and network in the go menu on-demand. Use a UI placeholder.Jannis Pohlmann2009-09-032-9/+173
* Use "T_rash" for the trash action only if the trash file is unavailable.Jannis Pohlmann2009-09-031-5/+25
* Check trash/network support before showing them in the side panes.Jannis Pohlmann2009-09-032-18/+46
* Add function thunar_g_vfs_is_uri_scheme_supported (const gchar *).Jannis Pohlmann2009-09-032-0/+24
* Use "File System" rather than "/" for the filesystem display name.Jannis Pohlmann2009-09-031-1/+4
* Fix typos in the item count function; Use 0777 for dirs, 0666 for files.Jannis Pohlmann2009-09-032-5/+5
* Assume mode 0777 if a file info lacks a unix::mode attribute.Jannis Pohlmann2009-09-031-1/+4
* Make emptying the trash work again.Jannis Pohlmann2009-09-034-5/+27
* Delete permanently if at least one non-local file is involved.Jannis Pohlmann2009-09-031-0/+5
* Make restore from trash work again. Add trash::* to default attributes.Jannis Pohlmann2009-09-033-3/+4
* l10n: Updates to Asturian (ast) translationIñigo Varela2009-09-021-408/+229
* l10n: Updates to Greek (el) translationEvaggelos Balaskas2009-09-011-580/+248
* No comma-separated variable declarations please.Jannis Pohlmann2009-08-301-3/+4
* Whoop, since 2.18 there is a default function.Nick Schermer2009-08-301-1/+1
* Fix assert when a desktop file is loaded with an empty icon key.Nick Schermer2009-08-301-4/+10
* Improve Jannis' previous commit a bit.Nick Schermer2009-08-302-2/+5
* Use gtk_show_uri() and exo_gtk_url_about_dialog_hook().Jannis Pohlmann2009-08-292-3/+3
* l10n: Updates to Danish (da) translationPer Kongstad2009-08-271-388/+226
* l10n: Updates to Basque (eu) translationPiarres Beobide2009-08-271-3523/+3517
* Follow symlinks when listing directory contents (bug #5693).Jannis Pohlmann2009-08-241-1/+1