Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | core.actions: Fixed colors in help | hut | 2010-12-22 | 1 | -1/+1 |
| | |||||
* | core.actions: Don't attempt do show directory in pager (key i) | hut | 2010-12-21 | 1 | -1/+5 |
| | |||||
* | core.environment: make Actions.reset refresh current directory | hut | 2010-12-21 | 1 | -1/+2 |
| | |||||
* | core.actions: Fixed get_preview() | hut | 2010-12-18 | 1 | -0/+2 |
| | | | | | Previews didn't show up when pressing i on the first time, you had to preview twice. | ||||
* | defaults.commands: Added search_inc(remental) | hut | 2010-12-13 | 1 | -4/+4 |
| | |||||
* | core.actions: simplified tag functions | hut | 2010-11-22 | 1 | -24/+18 |
| | |||||
* | ext.signals: fixed memory leak | hut | 2010-11-22 | 1 | -0/+2 |
| | | | | | | | Signal handlers with dead weak references are only cleaned up when using signal_emit. If no signals are emitted, dead signal handlers will accumulate. This is avoided by adding the function signal_garbage_collect() and calling it in env.garbage_collect() | ||||
* | core.actions: added update_preview() | hut | 2010-11-17 | 1 | -0/+7 |
| | |||||
* | widgets.console: Fixed input of unicode chars on py3 | hut | 2010-11-13 | 1 | -0/+1 |
| | |||||
* | core.main: add debug info | hut | 2010-11-01 | 1 | -1/+7 |
| | |||||
* | Fixed "po" binding | hut | 2010-10-23 | 1 | -2/+2 |
| | |||||
* | core.environment: update import | hut | 2010-10-15 | 1 | -1/+1 |
| | |||||
* | core.main: disable preview script for root by default | hut | 2010-10-15 | 1 | -0/+1 |
| | |||||
* | core.main: Fixed return codes | hut | 2010-10-15 | 1 | -3/+3 |
| | |||||
* | Renamed ranger/ext/signal_dispatcher to ranger/ext/signals | hut | 2010-10-14 | 2 | -2/+2 |
| | |||||
* | core.main: import stuff only when needed | hut | 2010-10-14 | 1 | -7/+5 |
| | |||||
* | core.actions: Fixed handling of scope.sh exit code 2 | hut | 2010-10-13 | 1 | -0/+2 |
| | |||||
* | core.actions: fix previews of linked files | hut | 2010-10-12 | 1 | -2/+1 |
| | |||||
* | core.actions: fixed bugs with copying | hut | 2010-10-12 | 1 | -5/+5 |
| | |||||
* | core.loader: small correction of last commit | hut | 2010-10-12 | 1 | -1/+1 |
| | |||||
* | core.loader: decode stdout in >python3 in CommandLoader | hut | 2010-10-12 | 1 | -1/+12 |
| | |||||
* | core.fm: chmod u+x when using --copy-config=scope | hut | 2010-10-12 | 1 | -0/+3 |
| | |||||
* | core.main: extended --copy-config option | hut | 2010-10-12 | 3 | -10/+19 |
| | |||||
* | Merge branch 'master' into cp+preview | hut | 2010-10-12 | 1 | -2/+2 |
|\ | |||||
| * | core.main: Fixed object initialization order | hut | 2010-10-12 | 1 | -2/+2 |
| | | |||||
* | | core.shared: added error message | hut | 2010-10-12 | 1 | -3/+11 |
| | | | | | | | | when typing zv and there is no preview_script | ||||
* | | core.loader: make sure to read everything from stdout/err | hut | 2010-10-12 | 2 | -1/+5 |
| | | |||||
* | | core.actions: improved fm.paste() | hut | 2010-10-12 | 2 | -12/+29 |
| | | |||||
* | | Added boolean option use_preview_script | hut | 2010-10-11 | 1 | -1/+1 |
| | | |||||
* | | core.main: added --copy-config flag | hut | 2010-10-11 | 3 | -5/+25 |
| | | |||||
* | | widgets.browserview: fix collapse_preview option | hut | 2010-10-11 | 1 | -1/+6 |
| | | |||||
* | | core.actions: removed debug message | hut | 2010-10-10 | 1 | -1/+0 |
| | | |||||
* | | Merge branch 'master' into cp+preview | hut | 2010-10-10 | 1 | -0/+2 |
|\| | |||||
| * | core.helper: fixed debug functions | hut | 2010-10-09 | 1 | -0/+2 |
| | | |||||
* | | core.loader: Fixed pipe buffer overflow bug | hut | 2010-10-10 | 2 | -16/+33 |
| | | |||||
* | | core.actions: catch exception in get_preview | hut | 2010-10-10 | 1 | -1/+4 |
| | | |||||
* | | core.shared: bugfix | hut | 2010-10-10 | 1 | -2/+3 |
| | | |||||
* | | core.actions: global index of previews (by path and size) | hut | 2010-10-09 | 2 | -0/+57 |
| | | |||||
* | | core.loader: throw more signals | hut | 2010-10-09 | 1 | -3/+6 |
| | | |||||
* | | ranger.core.loader: allow suppressing errors in CommandLoader | hut | 2010-10-08 | 1 | -13/+19 |
| | | |||||
* | | fsobject.file: reload pager when preview finished loading | hut | 2010-10-08 | 2 | -2/+2 |
| | | |||||
* | | fsobject.file: load previews in fm.loader | hut | 2010-10-08 | 1 | -2/+1 |
| | | |||||
* | | core.loader: use signals with CommandLoader | hut | 2010-10-08 | 2 | -13/+11 |
| | | |||||
* | | Merge branch 'preview' into cp+preview | hut | 2010-10-08 | 4 | -7/+15 |
|\ \ | |||||
| * | | Merge branch 'master' into preview | hut | 2010-10-08 | 7 | -22/+394 |
| |\| | | | | | | | | | | | | | | | | | | | 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 |
| | | | |||||
| * | | Merge branch 'stable' into preview | hut | 2010-10-05 | 2 | -18/+120 |
| |\ \ | | | | | | | | | | | | | | | | | Conflicts: ranger/shared/settings.py | ||||
| * | | | fsobject.file: dynamic width of caca previews, cleanups | hut | 2010-06-22 | 1 | -1/+1 |
| | | | | |||||
| * | | | Merge branch 'master' into preview | hut | 2010-06-22 | 2 | -4/+23 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch 'master' into preview | hut | 2010-06-09 | 1 | -2/+2 |
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/fsobject/file.py |