about summary refs log tree commit diff stats
path: root/ranger/fsobject
Commit message (Expand)AuthorAgeFilesLines
* fixed __nonzero__ compatibility problemhut2010-02-281-0/+1
* Changed license to the GNU General Public Licensehut2010-02-285-55/+60
* shell_escape: renamed functionshut2010-02-241-2/+2
* finished #52, special characters in tab completionhut2010-02-241-0/+9
* actions: improved copying/movinghut2010-02-141-1/+1
* use is_(file|directory) rather than class checkhut2010-02-091-2/+1
* fsobject: added is_directory/is_file attributeshut2010-02-093-2/+4
* commands: keep pointer on the file when renaminghut2010-02-051-1/+2
* added some safety checkshut2010-02-041-1/+2
* cleanupshut2010-01-243-23/+23
* directory: get_selection() returns *ordered* marked itemshut2010-01-211-1/+1
* directory: represent selection with list instead of sethut2010-01-211-13/+15
* done #35: display disk usage of files in current directoryhut2010-01-191-0/+4
* done #34: display free disk spacehut2010-01-191-0/+5
* options: allow to specify how to recognize "hidden files"hut2010-01-181-3/+13
* fsobject: recognize capital letter file extensionshut2010-01-181-1/+1
* loader: reduced "seconds_of_work_time"hut2010-01-141-1/+1
* fsobject.directory: removed __getitem__ (too ambiguous)hut2010-01-131-5/+0
* added license informationhut2010-01-085-0/+70
* directory: fixed non reloading symlinked directorieshut2010-01-071-2/+2
* random cleanups and fixeshut2010-01-071-1/+2
* directory: fixed wrong mtime comparisonhut2010-01-071-2/+5
* loader: fixed some issues with updating/redrawinghut2010-01-061-55/+63
* loader: don't pop items from queue which were added while loadinghut2010-01-061-1/+1
* cleanupshut2010-01-022-3/+1
* actions: fixed cyclinghut2010-01-011-2/+2
* browsercolumn: fixed redrawinghut2010-01-011-0/+2
* notify: merged into statusbar, allow to view the log in the pagerhut2010-01-011-1/+1
* implemented customized cycling through the directoryhut2009-12-271-0/+15
* changed search implementationhut2009-12-271-10/+7
* allow to filter contents of a directoryhut2009-12-271-2/+7
* implemented tagginghut2009-12-261-1/+2
* made directories use the accumulator "interface"hut2009-12-251-68/+31
* don't modify directory.__dict__ until last yield of load generatorhut2009-12-251-6/+6
* schedule loading of directories whereever possiblehut2009-12-251-18/+18
* 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-252-5/+40
* added process manager which lists running load processeshut2009-12-251-0/+3
* random fixes/upgradeshut2009-12-242-9/+13
* random fixeshut2009-12-242-11/+23
* fixed directory.load_content_if_outdated with linkshut2009-12-241-1/+1
* misc clean upshut2009-12-242-18/+23
* implemented sortinghut2009-12-241-2/+24
* minor fixhut2009-12-241-1/+4
* fixed marking (again)hut2009-12-232-11/+7
* optimized directory loadinghut2009-12-232-8/+12
* improved loader performance with win.nodelay()hut2009-12-231-3/+3
* fixed marking :)hut2009-12-231-2/+2
* implemented marking, for operations on multiple fileshut2009-12-232-6/+80