- Sep 26, 2012
-
-
Nick Schermer authored
It was added to allow dragging files from the old mozilla based web browser to the frame. The mozilla side of the patch was never upstreamed and anyway the new webkit based browser doesn't support the protocol.
-
thunar_file_set_thumb_state also created a changed event.
-
Nick Schermer authored
Changing icons is probably a bit strange and lets assume quite often only a single job is running, this is better then the default Thunar icon.
-
Nick Schermer authored
A small cancel button is good enough. Also remove focus from the cancel button, so you need to click it, else every key press would be enough to cancel a transfer.
-
Nick Schermer authored
GAppInfo uses key files to load the data internally, so use that directly to extract the mime data as well.
-
Nick Schermer authored
-
Nick Schermer authored
The function returns NULL if the data is not valid.
-
Nick Schermer authored
-
Nick Schermer authored
-
prflr88 authored
New status: 689 messages complete with 1 fuzzy and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Sep 25, 2012
-
-
Nick Schermer authored
-
Nick Schermer authored
-
Ivica Kolić authored
New status: 595 messages complete with 0 fuzzies and 95 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
This removed the icon lookup code, we cache the GIcon and it makes custom icon locations work again.
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
Check if they have NoDisplay set or OnlyShowIn doesn't match.
-
Sometimes g_vfs_get_supported_uri_schemes() returns NULL, handle that properly.
-
Nick Schermer authored
If a thumb previously was generated without problems, try it again without checking the scheme/uri combination. Same for files with the thumb state set to none; don't both and skip them. This saves a lot of checking when resizing or scrolling a view.
-
Nick Schermer authored
Saves a lot of dbus traffic when opening multiple windows and the object is perfectly capable to generate more requests at once.
-
Nick Schermer authored
Traversing the list was very inefficient, so go for the lazy way and prepare a hash table with mimetypes and the supported schemes in an array. This way it becomes much faster to find out if a file is supported by the thumbnailer.
-
- Sep 24, 2012
-
-
jc jc1 authored
New status: 687 messages complete with 3 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
jc jc1 authored
New status: 677 messages complete with 13 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
Watch file changes in the model and if this occurs, poke the thumbnailer to regenerate the thumbnail. Also reduce the file-change emission a bit for cacse we don't respond to (thumbnailing wise).
-
Nick Schermer authored
Both in set_dir and size_allocate the images were requested, resuling in doubling the traffic between tumbler and thunar.
-
Nick Schermer authored
Use a single structure to follow a request inside the thumbnailer instead of 3 hashtable. This makes the code easier to understand and the hashtables were a bit overdue because there are never more then n_windows running at the same time. Also properly implement dequeue. Jobs were never properly aborted and also the returned uris were emitted inside thunar, even if the file was not visible anymore. Don't emit file changes of jobs that are not known in the active thumbnailer. Previously a file change was emitted n_windows-times even if the other windows didn't even display the file.
-
Nick Schermer authored
-
- Sep 23, 2012
-
-
Cristian Marchi authored
New status: 690 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Seong-ho Cho authored
New status: 690 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Sep 22, 2012
-
-
-
Nick Schermer authored
A part of bug #4173 was not resolved properly. The hard-coded actions were properly blocked, but custom actions with a Shift key (override delete with Shift+Delete to avoid easy deletion) was always detected as a permanent deleted, not move to trash.
-
Yarema aka Knedlyk authored
New status: 690 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
-
When theShift button is pressed in combination with F2, force opening the bulk renamer, even if only 1 file is selected.
-
Yarema aka Knedlyk authored
New status: 684 messages complete with 1 fuzzy and 5 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
Check the layout size of the entry and grow the dialog to fit the contents. Maximum size is 90% of the parent window size. Minimum is 300px, like it was.
-
- Sep 21, 2012
-
-
Cristian Marchi authored
New status: 680 messages complete with 6 fuzzies and 4 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Gheyret Kenji authored
New status: 689 messages complete with 0 fuzzies and 1 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Gheyret Kenji authored
New status: 685 messages complete with 2 fuzzies and 3 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-