Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | 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 | |
| | | | | | | ||||||
* | | | | | | make: replace literal python with $(PYTHON) | hut | 2010-05-17 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | make: added DESTDIR to Makefile | hut | 2010-05-17 | 1 | -9/+9 | |
| | | | | | | | | | | | | | | | | | | | | | | | | Patch by David Woodfall | |||||
* | | | | | | 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 | 4 | -21/+8 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | 5 | -25/+180 | |
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | | | | | | | | | | | | | | | | | 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 | 3 | -17/+58 | |
| | | | | | | | ||||||
| * | | | | | | utf stuff | hut | 2010-05-10 | 2 | -6/+16 | |
| | | | | | | | ||||||
| * | | | | | | attempt to fix utf issues (wrong calculation of width) | hut | 2010-05-10 | 4 | -3/+112 | |
| | | | | | | | ||||||
* | | | | | | | fix exceptions from invalid unicode characters | hut | 2010-05-16 | 4 | -23/+51 | |
| | | | | | | | ||||||
* | | | | | | | updated pydoc | hut | 2010-05-16 | 47 | -666/+349 | |
| | | | | | | | ||||||
* | | | | | | | defaults.keys: faster horizontal movement in pager | hut | 2010-05-16 | 1 | -2/+2 | |
| | | | | | | | ||||||
* | | | | | | | gui.colorschemes.*: removed unrequired import | hut | 2010-05-16 | 3 | -5/+0 | |
| |_|_|_|_|/ |/| | | | | | ||||||
* | | | | | | core.actions: Fixed bug where you can't use "h" to leave a loading dir | hut | 2010-05-15 | 1 | -22/+18 | |
| | | | | | | ||||||
* | | | | | | defaults.keys: new key "<C-h>" = "zh" | hut | 2010-05-15 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | defaults.keys: changed key for log from ^P to W | hut | 2010-05-15 | 2 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | README: minor change | hut | 2010-05-15 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | README: rewrite | hut | 2010-05-15 | 2 | -115/+48 | |
| | | | | | | ||||||
* | | | | | | fsobject: extended list of container extensions | hut | 2010-05-15 | 1 | -1/+3 | |
| | | | | | | ||||||
* | | | | | | fsobject: remove readlink-attribute, catch OSError in realpath() | hut | 2010-05-15 | 2 | -6/+10 | |
| | | | | | | ||||||
* | | | | | | fsobject: added comment | hut | 2010-05-14 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | main: fixed --clean | hut | 2010-05-14 | 1 | -5/+7 | |
| | | | | | | ||||||
* | | | | | | widget.browsercolumn: don't run files when scrolling in right column | hut | 2010-05-14 | 1 | -1/+1 | |
| | | | | | | ||||||
* | | | | | | fsobject.fsobject: corrected typo and optimized loop | hut | 2010-05-14 | 1 | -2/+2 | |
| | | | | | | ||||||
* | | | | | | fsobject.fsobject: applied patches | hut | 2010-05-14 | 3 | -115/+110 | |
| | | | | | | ||||||
* | | | | | | core/environment: removed useless code | hut | 2010-05-14 | 1 | -4/+0 | |
| |_|_|_|/ |/| | | | | ||||||
* | | | | | TODO: update | hut | 2010-05-14 | 1 | -0/+1 | |
| | | | | | ||||||
* | | | | | fsobject.fsobject: Removed old/unused code | hut | 2010-05-14 | 1 | -7/+1 | |
| | | | | | ||||||
* | | | | | gui.ui: don't flush input when console is open | hut | 2010-05-14 | 1 | -2/+2 | |
| | | | | | ||||||
* | | | | | fixed #90 | hut | 2010-05-13 | 2 | -2/+2 | |
| | | | | | ||||||
* | | | | | Added ranger.ext.spawn which runs programs and returns their stdout | hut | 2010-05-13 | 2 | -3/+29 | |
| | | | | | ||||||
* | | | | | main: restructured imports | hut | 2010-05-13 | 1 | -18/+21 | |
| | | | | | ||||||
* | | | | | main: minor change, use relpath_conf | hut | 2010-05-13 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | main: strip off leading "file://" in filenames | hut | 2010-05-13 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Mainly for compatibility with "open with.." programs which prepend a file://, like firefox | |||||
* | | | | | main: more user friendly crash messages | hut | 2010-05-13 | 1 | -6/+23 | |
| | | | | | ||||||
* | | | | | TODO: updated | hut | 2010-05-12 | 1 | -1/+5 | |
| | | | | | ||||||
* | | | | | defaults.options: increased default "scroll_offset" from 2 to 8 | hut | 2010-05-10 | 1 | -1/+1 | |
|/ / / / |