Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | improved loading of infostrings | hut | 2010-04-18 | 2 | -7/+2 |
| | | | | no "lazy" loading anymore, its not worth it | ||||
* | fsobject: Don't consider linked directories empty | hut | 2010-04-18 | 1 | -3/+3 |
| | |||||
* | Added option "max_console_history_size" | hut | 2010-04-17 | 3 | -1/+3 |
| | |||||
* | ranger.main: prioritize confdir in imports | hut | 2010-04-17 | 1 | -1/+1 |
| | |||||
* | shared.settings: bugfix, forgot to remove max_filesize_for_preview | hut | 2010-04-17 | 1 | -1/+0 |
| | |||||
* | help.starting: explain uppercase flags | hut | 2010-04-17 | 1 | -0/+3 |
| | |||||
* | removed option "max_filesize_for_preview" | hut | 2010-04-17 | 2 | -5/+1 |
| | | | | | I see no point in keeping it. Even very large files will only have the first few lines loaded and binary files aren't previewed anyway. | ||||
* | Added option "show_hidden_bookmarks" | hut | 2010-04-17 | 3 | -1/+5 |
| | |||||
* | help.starting: updated | hut | 2010-04-17 | 1 | -4/+5 |
| | |||||
* | fsobject: lazy calculation of infostring | hut | 2010-04-16 | 3 | -25/+34 |
| | |||||
* | widgets.statusbar: cleanups | hut | 2010-04-16 | 1 | -4/+2 |
| | |||||
* | ranger.1: added S key to man page | hut | 2010-04-16 | 1 | -0/+3 |
| | |||||
* | added ruby mimetype | hut | 2010-04-16 | 1 | -0/+2 |
| | |||||
* | defaults.apps: removed unnecessary escape character | hut | 2010-04-16 | 1 | -1/+1 |
| | |||||
* | 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 |
| | | | | | The case where you're not allowed to read the destination of a link was not handled properly. This happens namely in the procfs. | ||||
* | fsobject.fsobject: display more information | hut | 2010-04-14 | 1 | -5/+16 |
| | | | | | added attributes is_socket and is_fifo add special file info to infostring | ||||
* | 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 |
| | |||||
* | ranger.help: update | hut | 2010-04-14 | 2 | -2/+2 |
| | |||||
* | actions: move imports to top level | hut | 2010-04-14 | 1 | -12/+7 |
| | |||||
* | console: move imports to top level | hut | 2010-04-14 | 1 | -6/+4 |
| | |||||
* | README: slightly improved Roadmap | hut | 2010-04-13 | 1 | -1/+2 |
| | |||||
* | README: added Roadmap | hut | 2010-04-13 | 1 | -0/+18 |
| | |||||
* | reopened bug #65 since it reappeared | hut | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | 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 |
| | |||||
* | Todo: closed #79 (tab 0) | hut | 2010-04-13 | 1 | -1/+1 |
| | |||||
* | Don't use tab 0 by default | hut | 2010-04-13 | 2 | -3/+2 |
| | | | | | | Conflicts: ranger/defaults/keys.py | ||||
* | 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 |
| | |||||
* | Fixed suggested cd-after-exit-script for zsh | hut | 2010-04-13 | 2 | -2/+2 |
| | |||||
* | 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 |
| | | | | | | | | Thanks to litemotiv for pointing it out | ||||
* | | Grey out copied/cut files. | hut | 2010-04-12 | 5 | -1/+15 |
| | | |||||
* | | cleanup | hut | 2010-04-12 | 7 | -46/+43 |
| | | | | | | | | | | | | Conflicts: ranger/gui/widgets/console.py | ||||
* | | 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 |
| | |||||
* | defaults.apps: edit xml files with editor | hut | 2010-04-09 | 1 | -1/+3 |
| |