Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |||||
| * | | | | | added more code from David Barnett, previews work | hut | 2010-06-03 | 1 | -7/+2 | |
| | | | | | | ||||||
* | | | | | | core.loader: fix bugs after merge | hut | 2010-10-08 | 1 | -2/+1 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' into cp | hut | 2010-10-08 | 7 | -22/+382 | |
|\ \ \ \ \ \ | | |_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |
| | | | | | | ||||||
| * | | | | | core.fm: Don't check bookmarks when not needed | hut | 2010-10-02 | 2 | -4/+5 | |
| | | | | | | ||||||
| * | | | | | ranger.__init__: cleaned up | hut | 2010-10-02 | 1 | -3/+11 | |
| | | | | | | ||||||
| * | | | | | a little restructuration | hut | 2010-10-02 | 7 | -6/+360 | |
| | | | | | | ||||||
| * | | | | | Prevent garbage-collecting used directories | hut | 2010-09-29 | 1 | -1/+1 | |
| | | | | | | ||||||
| * | | | | | Cosmetic changes | hut | 2010-09-29 | 1 | -1/+0 | |
| | | | | | |