Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core.loader: use signals with CommandLoader | hut | 2010-10-08 | 2 | -13/+11 |
| | |||||
* | Merge branch 'preview' into cp+preview | hut | 2010-10-08 | 14 | -24/+261 |
|\ | |||||
| * | Merge branch 'master' into preview | hut | 2010-10-08 | 44 | -418/+503 |
| |\ | | | | | | | | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/helper.py ranger/gui/curses_shortcuts.py | ||||
| | * | core.loader: forgot cleaning up @ last commit | hut | 2010-10-08 | 1 | -1/+0 |
| | | | |||||
| * | | enable shope.sh by default | hut | 2010-10-07 | 1 | -4/+2 |
| | | | |||||
| * | | Merge branch 'stable' into preview | hut | 2010-10-05 | 55 | -820/+1050 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ranger/shared/settings.py | ||||
| * | | | fsobject.file: dynamic width of caca previews, cleanups | hut | 2010-06-22 | 4 | -10/+18 |
| | | | | |||||
| * | | | data/scope.sh: added lynx | hut | 2010-06-22 | 2 | -7/+16 |
| | | | | |||||
| * | | | defaults.options: deactivate scope.sh by default | hut | 2010-06-22 | 1 | -1/+7 |
| | | | | |||||
| * | | | README: added dependencies for scope.sh | hut | 2010-06-22 | 1 | -0/+5 |
| | | | | |||||
| * | | | ranger.__init__: added relpath_script | hut | 2010-06-22 | 3 | -2/+14 |
| | | | | |||||
| * | | | data/scope.sh: improved, commented | hut | 2010-06-22 | 1 | -7/+16 |
| | | | | |||||
| * | | | main: copy scope.sh to ~/.ranger on first start | hut | 2010-06-22 | 2 | -2/+12 |
| | | | | |||||
| * | | | move scripts/scope.sh to data/scope.sh | hut | 2010-06-22 | 2 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into preview | hut | 2010-06-22 | 61 | -6783/+152 |
| |\ \ \ | |||||
| * | | | | widgets.pager: more efficient width calculation | hut | 2010-06-18 | 1 | -4/+4 |
| | | | | | |||||
| * | | | | scripts/scope: make it executable | hut | 2010-06-12 | 1 | -0/+0 |
| | | | | | |||||
| * | | | | Merge branch 'master' into preview | hut | 2010-06-09 | 58 | -274/+296 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/fsobject/file.py | ||||
| * | | | | | preview: renamed script to "scripts/scope.sh" | hut | 2010-06-08 | 2 | -1/+2 |
| | | | | | | |||||
| * | | | | | added preview_script option | hut | 2010-06-04 | 4 | -6/+14 |
| | | | | | | |||||
| * | | | | | added more code from David Barnett, previews work | hut | 2010-06-03 | 6 | -21/+76 |
| | | | | | | |||||
| * | | | | | gui.ansi: some modifications/completions | hut | 2010-06-03 | 2 | -20/+36 |
| | | | | | | |||||
| * | | | | | added gui/ansi.py from David Barnetts branch | hut | 2010-06-03 | 2 | -0/+111 |
| | | | | | | |||||
* | | | | | | core.loader: fix bugs after merge | hut | 2010-10-08 | 1 | -2/+1 |
| | | | | | | |||||
* | | | | | | Merge branch 'master' into cp | hut | 2010-10-08 | 40 | -390/+480 |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/fm.py ranger/core/main.py ranger/core/helper.py ranger/core/loader.py | ||||
| * | | | | | core.loader: simplified throbber logic | hut | 2010-10-08 | 1 | -9/+5 |
| | | | | | | |||||
| * | | | | | gui.widgets.statusbar: Added filter notifier in statusbar | hut | 2010-10-06 | 2 | -1/+6 |
| | | | | | | |||||
| * | | | | | gui.widgets.statusbar: Fixed minor bug in statusbar | hut | 2010-10-06 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | defaults.commands: Fixed :cd command without argument | hut | 2010-10-05 | 1 | -3/+2 |
| | | | | | | |||||
| * | | | | | gui.widgets.titlebar: truncate dirnames in tab titles | hut | 2010-10-04 | 1 | -3/+9 |
| | | | | | | |||||
| * | | | | | gui.color: fixed ranger.gui.color.remove_attr | hut | 2010-10-04 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | defaults.commands: new commands :{load,save}_copy_buffer | hut | 2010-10-03 | 1 | -0/+36 |
| | | | | | | | | | | | | | | | | | | | | | | | | These allow you to share copy buffers between ranger instances. | ||||
| * | | | | | gui.widgets.browsercolumn: more robust check for copied files | hut | 2010-10-03 | 1 | -1/+3 |
| | | | | | | |||||
| * | | | | | defaults.commands: avoid overwriting the builtin set class | hut | 2010-10-03 | 1 | -1/+2 |
| | | | | | | |||||
| * | | | | | core.fm: Don't check bookmarks when not needed | hut | 2010-10-02 | 3 | -4/+6 |
| | | | | | | |||||
| * | | | | | api.commands, api.keys: added dummies that allow pydoc to be generated | hut | 2010-10-02 | 2 | -0/+13 |
| | | | | | | |||||
| * | | | | | widgets.browsercolumn: display "~" when truncating filenames | hut | 2010-10-02 | 1 | -7/+19 |
| | | | | | | |||||
| * | | | | | colorschemes.jungle: updated jungle colorscheme | hut | 2010-10-02 | 1 | -1/+1 |
| | | | | | | |||||
| * | | | | | colorschemes.snow: updated snow colorscheme | hut | 2010-10-02 | 1 | -1/+4 |
| | | | | | | |||||
| * | | | | | ranger.__init__: cleaned up | hut | 2010-10-02 | 2 | -24/+13 |
| | | | | | | |||||
| * | | | | | a little restructuration | hut | 2010-10-02 | 24 | -277/+276 |
| | | | | | | |||||
| * | | | | | fsobject.fsobject: Fixed order in natural sort | hut | 2010-10-02 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Before: foo2.txt foo3.txt foo.txt After: foo.txt foo2.txt foo3.txt | ||||
| * | | | | | fsobject.fsobject: changed "numerical" sort to "natural" sort | hut | 2010-10-01 | 3 | -16/+22 |
| | | | | | | |||||
| * | | | | | fsobject.directory: added numerical sort | hut | 2010-10-01 | 2 | -3/+21 |
| | | | | | | |||||
| * | | | | | gui.ui: Disable mouse when console is open | hut | 2010-10-01 | 1 | -2/+2 |
| | | | | | | |||||
| * | | | | | Revert 5 commits concerning utf (due to very poor performance) | hut | 2010-09-30 | 5 | -104/+77 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commits: 8c8e7282b3b4238a3b7cf981d9e5715b11076419 5cb67eeb96d337b55deea20131fc44a3d5447251 512f386be8753775ec824a6d9cbaf6527d50eda4 d4900452fca51685349966d527d173fdefe83f08 e6dda13a71168f9ec4a1e4844edad5a3257803e9 | ||||
| * | | | | | ext.utfwidth: Compatibility with both py2.6 and py3.1 | hut | 2010-09-30 | 4 | -50/+94 |
| | | | | | | |||||
| * | | | | | gui.curses_shortcuts: bugfix, simplification | hut | 2010-09-30 | 1 | -27/+9 |
| | | | | | | |||||
| * | | | | | ext.utfwidth: updated algorithms | hut | 2010-09-30 | 3 | -39/+20 |
| | | | | | | |||||
| * | | | | | ext.utfwidth: stuff | hut | 2010-09-30 | 3 | -13/+12 |
| | | | | | |