Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | widgets.console: fixed history in clean mode | hut | 2010-06-09 | 1 | -1/+5 | |
| | | | | | | | ||||||
* | | | | | | | minor changes | hut | 2010-06-09 | 2 | -2/+3 | |
| | | | | | | | ||||||
* | | | | | | | Fixed some docstrings | hut | 2010-06-09 | 2 | -3/+3 | |
| | | | | | | | ||||||
* | | | | | | | Changed hashbang line to "#!/usr/bin/env python" | hut | 2010-06-09 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | simpler help | hut | 2010-06-07 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | main: minor edit | hut | 2010-06-05 | 1 | -1/+1 | |
| | | | | | | | ||||||
* | | | | | | | main: fixed error handling in python2.6 and improved it | hut | 2010-06-05 | 1 | -14/+8 | |
| | | | | | | | ||||||
* | | | | | | | fsobject: ignore ".part" extensions when determining mimetype | hut | 2010-06-04 | 1 | -1/+4 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | defaults.options: rebuilt regexp for efficiency | hut | 2010-05-30 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | defaults.options: fixed typo in regexp | hut | 2010-05-30 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | ext.lazy_property: fixed indentation in docstring | hut | 2010-05-30 | 1 | -3/+3 | |
| | | | | | | ||||||
* | | | | | | main: default value for $SHELL = 'bash' | hut | 2010-05-30 | 1 | -0/+3 | |
| | | | | | | ||||||
* | | | | | | defaults.apps: shortened code of last commit | hut | 2010-05-28 | 1 | -2/+1 | |
| | | | | | | ||||||
* | | | | | | defaults.apps: retain order of files in app_feh mode 11 | hut | 2010-05-28 | 1 | -1/+3 | |
| | | | | | | ||||||
* | | | | | | defaults.apps: simplify code for feh | hut | 2010-05-26 | 1 | -15/+3 | |
| | | | | | | ||||||
* | | | | | | defaults.keys: added key ^V for marking files in a specific direction | hut | 2010-05-26 | 4 | -2/+17 | |
| | | | | | | ||||||
* | | | | | | core.actions: shortened some code | hut | 2010-05-26 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | defaults.keys: add hint for "po" | hut | 2010-05-26 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | defaults.apps: fixed (removed dependency of edit_or_run) | hut | 2010-05-26 | 1 | -1/+0 | |
| | | | | | | ||||||
* | | | | | | main: typo | hut | 2010-05-25 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | main: don't import optparse.SUPRESS_HELP | hut | 2010-05-25 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | defaults.keys: fixed key conflict. | hut | 2010-05-24 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Thanks to David Woodfall for pointing it out | |||||
* | | | | | | fsobject.fsobject: optimizations + fixes | hut | 2010-05-23 | 1 | -24/+23 | |
| | | | | | | ||||||
* | | | | | | fsobject.directory: optimize loop in load_bit_by_bit | hut | 2010-05-23 | 1 | -5/+8 | |
| | | | | | | ||||||
* | | | | | | fsobject.directory: make use of faster lookup using local vars | hut | 2010-05-23 | 1 | -7/+10 | |
| | | | | | | ||||||
* | | | | | | fsobject.fsobject: removed access() call in load function | hut | 2010-05-23 | 2 | -10/+5 | |
| | | | | | | ||||||
* | | | | | | fsobject.fsobject: make use of lazy_property | hut | 2010-05-23 | 1 | -23/+19 | |
| | | | | | | ||||||
* | | | | | | Added ranger.ext.lazy_property | hut | 2010-05-22 | 1 | -0/+25 | |
| | | | | | | ||||||
* | | | | | | defaults.apps: removed gimp entry from feh, type rgimp<CR> instead | hut | 2010-05-22 | 1 | -2/+1 | |
| | | | | | | ||||||
* | | | | | | Add file-roller as a default app for container types | David Barnett | 2010-05-19 | 1 | -1/+6 | |
| | | | | | | ||||||
* | | | | | | Use Applications.either even with only one option for dependency checking; ↵ | David Barnett | 2010-05-19 | 1 | -10/+10 | |
| | | | | | | | | | | | | | | | | | | | | | | | | fix broken eog reference (to 'eye_of_gnome') | |||||
* | | | | | | api.apps: give Applications.generic less precedence than manual app definitions | hut | 2010-05-19 | 1 | -1/+2 | |
| | | | | | | ||||||
* | | | | | | defaults.apps: swap feh modes 0 and 11 | hut | 2010-05-19 | 1 | -15/+14 | |
| | | | | | | ||||||
* | | | | | | defaults.keys: added/fixed readline keybindings in console | hut | 2010-05-18 | 1 | -4/+4 | |
| | | | | | | ||||||
* | | | | | | fsobject.fsobject: shortened some code | hut | 2010-05-17 | 1 | -5/+1 | |
| | | | | | | ||||||
* | | | | | | fsobject: moved some code from fsobject to directory | hut | 2010-05-17 | 2 | -21/+22 | |
| | | | | | | ||||||
* | | | | | | customized David Barnetts code + polished stuff | hut | 2010-05-17 | 3 | -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/ranger | hut | 2010-05-17 | 3 | -56/+76 | |
|\ \ \ \ \ \ | ||||||
| * | | | | | | Refactored filetype/preview code; added previews for .zip files (list ↵ | David Barnett | 2010-05-16 | 3 | -56/+76 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | contained files) | |||||
* | | | | | | | gui.*: failsafe addstrs | hut | 2010-05-17 | 4 | -13/+21 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'utf' | hut | 2010-05-17 | 4 | -25/+138 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/__main__.py | |||||
| * | | | | | | main: removed unnecessary complex locale handling | hut | 2010-05-17 | 1 | -8/+2 | |
| | | | | | | | ||||||
| * | | | | | | utf: partial fix of console width overflow handling | hut | 2010-05-17 | 1 | -1/+4 | |
| | | | | | | | ||||||
| * | | | | | | utf: reordering | hut | 2010-05-17 | 1 | -24/+23 | |
| | | | | | | | ||||||
| * | | | | | | utf: fixed console.delete() | hut | 2010-05-17 | 1 | -7/+9 | |
| | | | | | | | ||||||
| * | | | | | | fixed utf stuff | hut | 2010-05-17 | 2 | -14/+55 | |
| | | | | | | | ||||||
| * | | | | | | utf stuff | hut | 2010-05-10 | 2 | -6/+16 | |
| | | | | | | | ||||||
| * | | | | | | attempt to fix utf issues (wrong calculation of width) | hut | 2010-05-10 | 3 | -3/+70 | |
| | | | | | | | ||||||
* | | | | | | | fix exceptions from invalid unicode characters | hut | 2010-05-16 | 4 | -23/+51 | |
| | | | | | | | ||||||
* | | | | | | | defaults.keys: faster horizontal movement in pager | hut | 2010-05-16 | 1 | -2/+2 | |
| | | | | | | |