- Oct 14, 2012
-
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
Simpler and saves some pixbuf duplication.
- Oct 13, 2012
-
-
Yarema aka Knedlyk authored
New status: 713 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Yarema aka Knedlyk authored
New status: 713 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
This is supported in Gtk, so drop the custom code.
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
This avoid the small scrolls thunar sometimes makes.
-
Nick Schermer authored
But useless to unclude the meta-data size in the grand-total.
-
Nick Schermer authored
Also parse the file info of the enumerator back into the function instead of querying the files individually (big performance inprovement).
-
Nick Schermer authored
-
Nick Schermer authored
This is going to happen anyway, so emit before we even try, so the view nicely jump to home.
-
Nick Schermer authored
The file type was called too often and relativly slow in gio, so cache the value when the file is loaded. Sorting by filename is also not required anymore and much slower then the collation method.
-
Nick Schermer authored
Not often used, so attach all data on the object instead of storing it in the structure.
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
Generated quite often, so cache it once.
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
Make the model work on top of a filter model and implement hiding including related code and some small related improvements.
-
Nick Schermer authored
Add function to check if a file has info, with remotes and devices this sometimes is not working. Also handle null infos better.
-
Nick Schermer authored
Somestimes the mount of the removed volume does not give a gfile, try the activation_root insteadso the window nicely jumps to home when ejecting a cd.
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
This can happend when entering a remote filesystem. The info is not loaded yet (so thunar_file_is_directory) fails.
-
Nick Schermer authored
THis way also the devices are added before the / file system, which is important for finding the current-dir anchestor.
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
This is an shell around GVolumeMonitor and GVolume/GMount and possibly in the future GDrive. The idea is that the models and views don't need to know what type they handle. If a volume/drive/mount needs to be visible to the user, it is added with device-added, if something changed, device-removed is triggered and when the device need to be invisible or is removed device-removed is called. It also takes care of the mount/unmount/eject feature, independent of the type.
-
Nick Schermer authored
-