about summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
...
| * main: don't import optparse.SUPRESS_HELPhut2010-05-251-1/+1
| |
| * defaults.keys: fixed key conflict.hut2010-05-241-1/+1
| | | | | | | | Thanks to David Woodfall for pointing it out
| * 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
| |
| * Added ranger.ext.lazy_propertyhut2010-05-221-0/+25
| |
| * defaults.apps: removed gimp entry from feh, type rgimp<CR> insteadhut2010-05-221-2/+1
| |
| * Add file-roller as a default app for container typesDavid Barnett2010-05-191-1/+6
| |
| * Use Applications.either even with only one option for dependency checking; ↵David Barnett2010-05-191-10/+10
| | | | | | | | fix broken eog reference (to 'eye_of_gnome')
| * api.apps: give Applications.generic less precedence than manual app definitionshut2010-05-191-1/+2
| |
| * defaults.apps: swap feh modes 0 and 11hut2010-05-191-15/+14
| |
| * defaults.keys: added/fixed readline keybindings in consolehut2010-05-181-4/+4
| |
| * 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-173-20/+7
| | | | | | | | | | | | | | | | 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?)
| * Merge git://github.com/dbarnett/rangerhut2010-05-173-56/+76
| |\
| | * Refactored filetype/preview code; added previews for .zip files (list ↵David Barnett2010-05-163-56/+76
| | | | | | | | | | | | contained files)
| * | gui.*: failsafe addstrshut2010-05-174-13/+21
| | |
| * | Merge branch 'utf'hut2010-05-174-25/+138
| |\ \ | | |/ | |/| | | | | | | Conflicts: ranger/__main__.py
| | * main: removed unnecessary complex locale handlinghut2010-05-171-8/+2
| | |
| | * utf: partial fix of console width overflow handlinghut2010-05-171-1/+4
| | |
| | * utf: reorderinghut2010-05-171-24/+23
| | |
| | * utf: fixed console.delete()hut2010-05-171-7/+9
| | |
| | * fixed utf stuffhut2010-05-172-14/+55
| | |
| | * utf stuffhut2010-05-102-6/+16
| | |
| | * attempt to fix utf issues (wrong calculation of width)hut2010-05-103-3/+70
| | |
| * | fix exceptions from invalid unicode charactershut2010-05-164-23/+51
| | |
| * | defaults.keys: faster horizontal movement in pagerhut2010-05-161-2/+2
| | |
| * | gui.colorschemes.*: removed unrequired importhut2010-05-163-5/+0
| | |
* | | core.loader: catch "select.error"shut2010-05-161-5/+8
| | |
* | | core.actions: improved paste()hut2010-05-152-6/+12
| | |
* | | core.loader: finished CommandLoaderhut2010-05-152-7/+30
| | |
* | | Merge branch 'master' into cphut2010-05-159-153/+147
|\| |
| * | core.actions: Fixed bug where you can't use "h" to leave a loading dirhut2010-05-151-22/+18
| | |
| * | defaults.keys: new key "<C-h>" = "zh"hut2010-05-151-1/+1
| | |
| * | defaults.keys: changed key for log from ^P to Whut2010-05-152-2/+2
| | |
| * | fsobject: extended list of container extensionshut2010-05-151-1/+3
| | |
| * | fsobject: remove readlink-attribute, catch OSError in realpath()hut2010-05-152-6/+10
| | |
| * | fsobject: added commenthut2010-05-141-1/+1
| | |
| * | main: fixed --cleanhut2010-05-141-5/+7
| | |
| * | widget.browsercolumn: don't run files when scrolling in right columnhut2010-05-141-1/+1
| | |
| * | fsobject.fsobject: corrected typo and optimized loophut2010-05-141-2/+2
| | |
| * | fsobject.fsobject: applied patcheshut2010-05-142-115/+109
| | |
| * | core/environment: removed useless codehut2010-05-141-4/+0
| | |
* | | Merge branch 'master' into cphut2010-05-1426-212/+475
|\| | | | | | | | | | | | | | Conflicts: ranger/__main__.py
| * | fsobject.fsobject: Removed old/unused codehut2010-05-141-7/+1
| | |
| * | gui.ui: don't flush input when console is openhut2010-05-141-2/+2
| | |
| * | fixed #90hut2010-05-131-1/+1
| | |