summary refs log tree commit diff stats
path: root/ranger/fsobject
Commit message (Collapse)AuthorAgeFilesLines
* a little restructurationhut2010-10-022-6/+4
|
* fsobject.fsobject: Fixed order in natural sorthut2010-10-021-3/+3
| | | | | | | | | | | | Before: foo2.txt foo3.txt foo.txt After: foo.txt foo2.txt foo3.txt
* fsobject.fsobject: changed "numerical" sort to "natural" sorthut2010-10-012-14/+20
|
* fsobject.directory: added numerical sorthut2010-10-011-0/+18
|
* fsobject.directory: removed unused attributehut2010-09-131-2/+0
|
* fsobject.file: Don't preview socketshut2010-09-131-1/+3
|
* Fixed new history implementationhut2010-08-281-2/+2
|
* fsobject.file: blacklist /proc/kcore for previewinghut2010-06-091-0/+2
|
* fsobject: ignore ".part" extensions when determining mimetypehut2010-06-041-1/+4
|
* fsobject.fsobject: optimizations + fixeshut2010-05-231-24/+23
|
* fsobject.directory: optimize loop in load_bit_by_bithut2010-05-231-5/+8
|
* fsobject.directory: make use of faster lookup using local varshut2010-05-231-7/+10
|
* fsobject.fsobject: removed access() call in load functionhut2010-05-232-10/+5
|
* fsobject.fsobject: make use of lazy_propertyhut2010-05-231-23/+19
|
* fsobject.fsobject: shortened some codehut2010-05-171-5/+1
|
* fsobject: moved some code from fsobject to directoryhut2010-05-172-21/+22
|
* customized David Barnetts code + polished stuffhut2010-05-172-19/+6
| | | | | | | | 1. removed StringIO dependency (Pager.set_source works with strings too) 2. fixed check for settings.preview_files 3. removed FileSystemObject.get_preview_source dummy method (This method is meaningless for directories, so they should not inherit it?)
* Refactored filetype/preview code; added previews for .zip files (list ↵David Barnett2010-05-162-1/+67
| | | | contained files)
* fsobject: extended list of container extensionshut2010-05-151-1/+3
|
* fsobject: remove readlink-attribute, catch OSError in realpath()hut2010-05-151-4/+5
|
* fsobject: added commenthut2010-05-141-1/+1
|
* fsobject.fsobject: corrected typo and optimized loophut2010-05-141-2/+2
|
* fsobject.fsobject: applied patcheshut2010-05-142-115/+109
|
* fsobject.fsobject: Removed old/unused codehut2010-05-141-7/+1
|
* fixed #90hut2010-05-131-1/+1
|
* Added ranger.ext.spawn which runs programs and returns their stdouthut2010-05-131-3/+2
|
* fsobject.directory: bugfixhut2010-05-061-1/+1
|
* fsobject: bugfixhut2010-05-061-3/+3
|
* fsobject: don't unnecessarily use abspath() in __init__hut2010-05-062-8/+10
|
* fsobject.fsobject: lazily load mimetypehut2010-05-061-11/+26
|
* fsobject.fsobject: optimizationshut2010-05-061-30/+44
|
* fsobject: a couple of optimizationshut2010-05-062-29/+44
|
* cleanupshut2010-05-053-18/+10
|
* fsobject: removed obsolete fsobject.type attribute + constantshut2010-05-032-13/+1
|
* fixed bug #78: broken preview when deleting all files in a directoryhut2010-04-261-0/+1
|
* fsobject.directory: removed invalid signal binding 'setopt.filter'hut2010-04-261-1/+1
|
* Move loader.py from ranger.fsobject to ranger.corehut2010-04-202-128/+0
|
* Merge branch 'devel'hut2010-04-181-1/+2
|\
| * Merge branch 'master' into develhut2010-04-182-15/+14
| |\
| * \ Merge branch 'master' into develhut2010-04-182-25/+30
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/ui.py ranger/gui/widgets/console.py ranger/gui/widgets/pager.py ranger/gui/widgets/taskview.py ranger/shared/settings.py
| * | | core.actions: avoid exceptionhut2010-04-161-0/+1
| | | |
| * | | Merge branch 'master' into develhut2010-04-142-34/+49
| |\ \ \ | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py
| * | | | Fixed handling of directories with GC'd subdirshut2010-04-121-2/+3
| | | | |
| * | | | made accumualtor use ext.directory.Directoryhut2010-04-081-1/+1
| | | | |
* | | | | fsobject.directory: reverse default size sort orderhut2010-04-181-1/+1
| |_|_|/ |/| | |
* | | | fsobject: in infostring, use "->" as suffix, not replacementhut2010-04-181-6/+10
| | | |
* | | | improved loading of infostringshut2010-04-182-7/+2
| | | | | | | | | | | | | | | | no "lazy" loading anymore, its not worth it
* | | | fsobject: Don't consider linked directories emptyhut2010-04-181-3/+3
| |_|/ |/| |
* | | fsobject: lazy calculation of infostringhut2010-04-162-25/+30
| |/ |/|
* | fsobject: use a "?" if no infostring is availablehut2010-04-142-2/+4
| |