Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | integrating keyparser... | hut | 2010-03-09 | 2 | -9/+66 | |
| * | | | | | | | | working on the implementation of the new key parser | hut | 2010-03-09 | 9 | -39/+61 | |
| * | | | | | | | | keyparser: moved classes from test/ to ranger/ | hut | 2010-03-09 | 5 | -280/+458 | |
| * | | | | | | | | custom: "enter" = shortcut for "1l" | hut | 2010-03-09 | 1 | -0/+3 | |
| * | | | | | | | | custom: keys: added aliases (J => ^D, K => ^U) for quick movement | hut | 2010-03-09 | 1 | -0/+4 | |
| * | | | | | | | | custom: added ] key: tag next and run | hut | 2010-03-09 | 1 | -0/+12 | |
* | | | | | | | | | Merge branch 'master' into devel | hut | 2010-04-14 | 9 | -62/+99 | |
|\ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | widget.browsercolumn: display "?" in info in a different color | hut | 2010-04-14 | 3 | -1/+13 | |
| * | | | | | | | | | widgets.browsercolumn: added sanity check when clicking on preview | hut | 2010-04-14 | 1 | -14/+15 | |
| * | | | | | | | | | fsobject: use a "?" if no infostring is available | hut | 2010-04-14 | 2 | -2/+4 | |
| * | | | | | | | | | fixed rarely occuring permission issue | hut | 2010-04-14 | 2 | -5/+5 | |
| * | | | | | | | | | fsobject.fsobject: display more information | hut | 2010-04-14 | 1 | -5/+16 | |
| * | | | | | | | | | fsobject.fsobject: get the stat() of link destinations | hut | 2010-04-14 | 1 | -1/+6 | |
| * | | | | | | | | | widgets.statusbar: better error detection | hut | 2010-04-14 | 1 | -5/+8 | |
| * | | | | | | | | | fsobject.fsobject: cleanup | hut | 2010-04-14 | 1 | -19/+14 | |
| * | | | | | | | | | renamed fsobject.islink to fsobject.is_link | hut | 2010-04-14 | 5 | -9/+9 | |
| * | | | | | | | | | identify devices and handle them properly | hut | 2010-04-14 | 4 | -3/+11 | |
| * | | | | | | | | | colorscheme.default: make sockets bold | hut | 2010-04-14 | 1 | -0/+1 | |
| * | | | | | | | | | removed bad import | hut | 2010-04-14 | 1 | -1/+0 | |
* | | | | | | | | | | Merge branch 'master' into devel | hut | 2010-04-14 | 3 | -14/+9 | |
|\| | | | | | | | | | |_|_|_|_|_|_|_|/ |/| | | | | | | | | ||||||
| * | | | | | | | | ranger.help: update | hut | 2010-04-14 | 2 | -2/+2 | |
| * | | | | | | | | actions: move imports to top level | hut | 2010-04-14 | 1 | -12/+7 | |
* | | | | | | | | | Merge branch 'master' into devel | hut | 2010-04-14 | 7 | -23/+20 | |
|\| | | | | | | | | ||||||
| * | | | | | | | | console: move imports to top level | hut | 2010-04-14 | 1 | -6/+4 | |
| * | | | | | | | | slightly different prompt for open-console | hut | 2010-04-13 | 2 | -2/+4 | |
| * | | | | | | | | Fixed broken statusbar | hut | 2010-04-13 | 1 | -7/+1 | |
| * | | | | | | | | Avoid syntax warning | hut | 2010-04-13 | 1 | -1/+2 | |
| * | | | | | | | | cleaner use of Awareness classes | hut | 2010-04-13 | 4 | -8/+10 | |
| | |_|_|_|_|_|/ | |/| | | | | | | ||||||
* | | | | | | | | Merge branch 'master' into devel | hut | 2010-04-13 | 9 | -24/+54 | |
|\| | | | | | | | ||||||
| * | | | | | | | Don't use tab 0 by default | hut | 2010-04-13 | 2 | -3/+2 | |
| * | | | | | | | gui.bar: Fixed Zero Division Error | hut | 2010-04-13 | 1 | -1/+2 | |
| * | | | | | | | gui.bar: clean up | hut | 2010-04-13 | 2 | -15/+11 | |
| * | | | | | | | Abbreviate HOME with ~ in the titlebar | hut | 2010-04-13 | 4 | -5/+18 | |
| * | | | | | | | widget.console: removed Directory import | hut | 2010-04-12 | 1 | -1/+0 | |
| * | | | | | | | Merge branch 'master' of ssh://repo.or.cz/srv/git/ranger | hut | 2010-04-12 | 2 | -4/+25 | |
| |\ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| | * | | | | | | Fixed little tab completion bug | hut | 2010-04-11 | 2 | -4/+25 | |
| * | | | | | | | Grey out copied/cut files. | hut | 2010-04-12 | 5 | -1/+15 | |
| * | | | | | | | cleanup | hut | 2010-04-12 | 7 | -46/+43 | |
| * | | | | | | | Fixed handling of directories with GC'd subdirs | hut | 2010-04-12 | 2 | -7/+9 | |
| |/ / / / / / | ||||||
| * | | | | / | widgets.browserview: fixed collapse_preview | hut | 2010-04-10 | 1 | -1/+1 | |
| | |_|_|_|/ | |/| | | | | ||||||
* | | | | | | Grey out copied/cut files. | hut | 2010-04-12 | 5 | -1/+15 | |
* | | | | | | cleanup | hut | 2010-04-12 | 7 | -46/+42 | |
* | | | | | | Fixed handling of directories with GC'd subdirs | hut | 2010-04-12 | 2 | -7/+9 | |
* | | | | | | Merge branch 'master' into devel | hut | 2010-04-09 | 9 | -24/+122 | |
|\| | | | | | |_|_|_|/ |/| | | | | ||||||
| * | | | | defaults.apps: edit xml files with editor | hut | 2010-04-09 | 1 | -1/+3 | |
| * | | | | ext.shutil_generatorized: silently ignore permission exceptions | hut | 2010-04-09 | 1 | -4/+8 | |
| * | | | | removed debugging code | hut | 2010-04-09 | 1 | -1/+0 | |
| * | | | | defaults.commands: better comment | hut | 2010-04-08 | 1 | -2/+2 | |
| * | | | | Fixed "=" seperator in set command | hut | 2010-04-08 | 1 | -5/+9 | |
| * | | | | changed {/}/[/] keys | hut | 2010-04-08 | 1 | -2/+12 |