summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* core.loader: use signals with CommandLoaderhut2010-10-082-13/+11
|
* Merge branch 'preview' into cp+previewhut2010-10-0814-24/+261
|\
| * Merge branch 'master' into previewhut2010-10-0844-418/+503
| |\ | | | | | | | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/helper.py ranger/gui/curses_shortcuts.py
| | * core.loader: forgot cleaning up @ last commithut2010-10-081-1/+0
| | |
| * | enable shope.sh by defaulthut2010-10-071-4/+2
| | |
| * | Merge branch 'stable' into previewhut2010-10-0555-820/+1050
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ranger/shared/settings.py
| * | | fsobject.file: dynamic width of caca previews, cleanupshut2010-06-224-10/+18
| | | |
| * | | data/scope.sh: added lynxhut2010-06-222-7/+16
| | | |
| * | | defaults.options: deactivate scope.sh by defaulthut2010-06-221-1/+7
| | | |
| * | | README: added dependencies for scope.shhut2010-06-221-0/+5
| | | |
| * | | ranger.__init__: added relpath_scripthut2010-06-223-2/+14
| | | |
| * | | data/scope.sh: improved, commentedhut2010-06-221-7/+16
| | | |
| * | | main: copy scope.sh to ~/.ranger on first starthut2010-06-222-2/+12
| | | |
| * | | move scripts/scope.sh to data/scope.shhut2010-06-222-1/+1
| | | |
| * | | Merge branch 'master' into previewhut2010-06-2261-6783/+152
| |\ \ \
| * | | | widgets.pager: more efficient width calculationhut2010-06-181-4/+4
| | | | |
| * | | | scripts/scope: make it executablehut2010-06-121-0/+0
| | | | |
| * | | | Merge branch 'master' into previewhut2010-06-0958-274/+296
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/fsobject/file.py
| * | | | | preview: renamed script to "scripts/scope.sh"hut2010-06-082-1/+2
| | | | | |
| * | | | | added preview_script optionhut2010-06-044-6/+14
| | | | | |
| * | | | | added more code from David Barnett, previews workhut2010-06-036-21/+76
| | | | | |
| * | | | | gui.ansi: some modifications/completionshut2010-06-032-20/+36
| | | | | |
| * | | | | added gui/ansi.py from David Barnetts branchhut2010-06-032-0/+111
| | | | | |
* | | | | | core.loader: fix bugs after mergehut2010-10-081-2/+1
| | | | | |
* | | | | | Merge branch 'master' into cphut2010-10-0840-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 logichut2010-10-081-9/+5
| | | | | |
| * | | | | gui.widgets.statusbar: Added filter notifier in statusbarhut2010-10-062-1/+6
| | | | | |
| * | | | | gui.widgets.statusbar: Fixed minor bug in statusbarhut2010-10-061-1/+1
| | | | | |
| * | | | | defaults.commands: Fixed :cd command without argumenthut2010-10-051-3/+2
| | | | | |
| * | | | | gui.widgets.titlebar: truncate dirnames in tab titleshut2010-10-041-3/+9
| | | | | |
| * | | | | gui.color: fixed ranger.gui.color.remove_attrhut2010-10-041-1/+1
| | | | | |
| * | | | | defaults.commands: new commands :{load,save}_copy_bufferhut2010-10-031-0/+36
| | | | | | | | | | | | | | | | | | | | | | | | These allow you to share copy buffers between ranger instances.
| * | | | | gui.widgets.browsercolumn: more robust check for copied fileshut2010-10-031-1/+3
| | | | | |
| * | | | | defaults.commands: avoid overwriting the builtin set classhut2010-10-031-1/+2
| | | | | |
| * | | | | core.fm: Don't check bookmarks when not neededhut2010-10-023-4/+6
| | | | | |
| * | | | | api.commands, api.keys: added dummies that allow pydoc to be generatedhut2010-10-022-0/+13
| | | | | |
| * | | | | widgets.browsercolumn: display "~" when truncating filenameshut2010-10-021-7/+19
| | | | | |
| * | | | | colorschemes.jungle: updated jungle colorschemehut2010-10-021-1/+1
| | | | | |
| * | | | | colorschemes.snow: updated snow colorschemehut2010-10-021-1/+4
| | | | | |
| * | | | | ranger.__init__: cleaned uphut2010-10-022-24/+13
| | | | | |
| * | | | | a little restructurationhut2010-10-0224-277/+276
| | | | | |
| * | | | | 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-013-16/+22
| | | | | |
| * | | | | fsobject.directory: added numerical sorthut2010-10-012-3/+21
| | | | | |
| * | | | | gui.ui: Disable mouse when console is openhut2010-10-011-2/+2
| | | | | |
| * | | | | Revert 5 commits concerning utf (due to very poor performance)hut2010-09-305-104/+77
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commits: 8c8e7282b3b4238a3b7cf981d9e5715b11076419 5cb67eeb96d337b55deea20131fc44a3d5447251 512f386be8753775ec824a6d9cbaf6527d50eda4 d4900452fca51685349966d527d173fdefe83f08 e6dda13a71168f9ec4a1e4844edad5a3257803e9
| * | | | | ext.utfwidth: Compatibility with both py2.6 and py3.1hut2010-09-304-50/+94
| | | | | |
| * | | | | gui.curses_shortcuts: bugfix, simplificationhut2010-09-301-27/+9
| | | | | |
| * | | | | ext.utfwidth: updated algorithmshut2010-09-303-39/+20
| | | | | |
| * | | | | ext.utfwidth: stuffhut2010-09-303-13/+12
| | | | | |