summary refs log tree commit diff stats
path: root/ranger/fsobject/loader.py
Commit message (Collapse)AuthorAgeFilesLines
* Move loader.py from ranger.fsobject to ranger.corehut2010-04-201-127/+0
|
* fsobject.loader: optimization (use enumerate rather than zip)hut2010-03-311-1/+1
|
* Changed license to the GNU General Public Licensehut2010-02-281-11/+12
|
* actions: improved copying/movinghut2010-02-141-1/+1
|
* cleanupshut2010-01-241-5/+5
|
* loader: reduced "seconds_of_work_time"hut2010-01-141-1/+1
|
* added license informationhut2010-01-081-0/+14
|
* loader: don't pop items from queue which were added while loadinghut2010-01-061-1/+1
|
* cleanupshut2010-01-021-1/+0
|
* notify: merged into statusbar, allow to view the log in the pagerhut2010-01-011-1/+1
|
* display exceptions while loadinghut2009-12-251-1/+4
|
* made copying processes work with the loaderhut2009-12-251-0/+9
|
* can now (re)move processes in pmanhut2009-12-251-0/+31
|
* misc clean upshut2009-12-241-12/+16
|
* optimized directory loadinghut2009-12-231-6/+10
| | | | | instead of creating a new directory object when loading_content, get the one which is cached in the environment.
* improved loader performance with win.nodelay()hut2009-12-231-3/+3
|
* fixed / improved loaderhut2009-12-231-19/+20
|
* (half-assed) implementation of parallel directory loaderhut2009-12-221-0/+61