- Nov 11, 2012
-
-
Nick Schermer authored
When selecting files, the menu is lazy update to reduce the ammount of calls for the possible applications. Updates are force when the menu is shown or an action is executed.
-
Nick Schermer authored
Pinters are not identical, so check the desktop-ids.
-
Sergey Alyoshin authored
New status: 733 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
This should be smarter, but its a start. Especially thunar_file_list_get_applications is very slow here because of g_app_info_get_all_for_type.
-
Nick Schermer authored
This loads massive ammounts of data when going through images and slows down systems a lot.
-
Nick Schermer authored
This avoids a lot of statusbar updates when scrolling with the selection.
-
Nick Schermer authored
pspecs are already freed in finalize.
-
- Nov 10, 2012
-
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
Those are defined these days.
-
Nick Schermer authored
This has some benefit when the folder is already loaded in another view.
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
GIO has a bug that most icon-names start with "(null)", do a quick check to skip those.
-
Nick Schermer authored
The icon name is never null, so this pass is useless.
-
Nick Schermer authored
Adapt thunar_io_scan_directory to optionally return ThunarFile's instea of GFile and create ThunarFiles later for some io jobs. This trick is that we can directly use the enumerator to scan all the directory info and use that for the new ThunarFiles, this saves querying a file twice resulting in much faster directory loading.
-
Nick Schermer authored
This storage type is much more suitable for storing the large number of files. Biggest improvement is the number of times the sort function is called, in large directories this is ~5% of the calls during adding files.
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
Code is easier to understand this way.
-
Marcin Romańczuk authored
New status: 733 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
-
Harald Judt authored
New status: 738 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Rafael Ferreira authored
New status: 733 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Nov 09, 2012
-
-
Piarres Beobide authored
New status: 722 messages complete with 3 fuzzies and 8 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Piarres Beobide authored
New status: 713 messages complete with 3 fuzzies and 17 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Masato Hashimoto authored
New status: 733 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
prflr88 authored
New status: 733 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Pjotr vertaalt authored
New status: 733 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Nov 08, 2012
-
-
Ivica Kolić authored
New status: 639 messages complete with 0 fuzzies and 94 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
Only peek the GIcon names and less string checking.
-
Nick Schermer authored
Checking for home was too expensive. Also reorder the checks to we do less checking for is_root.
-
Nick Schermer authored
-
Nick Schermer authored
The ThunarFile was never loaded because it was not created, so check if the new files belong to this directory, else do no try to reload later. Was easy to reproduce to dnd into a folder.
-
Nick Schermer authored
-