Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed duplicate link in man page (a pod2man fuckup) | hut | 2011-10-21 | 1 | -2/+2 |
| | |||||
* | core.actions: added --choosefiles option + doc | hut | 2011-10-21 | 4 | -3/+24 |
| | |||||
* | defaults/rc.conf: Fixed ot and oT keys | hut | 2011-10-19 | 1 | -2/+2 |
| | |||||
* | api.commands: Fixed Commands.rest() | hut | 2011-10-19 | 1 | -2/+2 |
| | |||||
* | core.fm: Fixed zombie invasions | hut | 2011-10-18 | 2 | -0/+9 |
| | |||||
* | ext.spawn: Use shell=True when argument is a string | hut | 2011-10-17 | 1 | -1/+3 |
| | |||||
* | emit a signal when a directory finishes loading content | hut | 2011-10-17 | 1 | -0/+1 |
| | |||||
* | core.actions: added fm.select_file() | hut | 2011-10-17 | 1 | -0/+5 |
| | |||||
* | core.actions: typo | hut | 2011-10-16 | 1 | -1/+1 |
| | |||||
* | core.actions: Safer _get_macros() | hut | 2011-10-16 | 1 | -10/+29 |
| | |||||
* | ext.keybindings_parser: fixed --list-unused-keys | hut | 2011-10-15 | 1 | -3/+3 |
| | |||||
* | FOR THE HURD v1.5.0 | hut | 2011-10-11 | 2 | -13/+31 |
| | |||||
* | Merge branch 'master' into stable | hut | 2011-10-11 | 119 | -6410/+4552 |
|\ | | | | | | | | | Conflicts: ranger/defaults/options.py | ||||
| * | gui.ansi: simplified more + another test case | hut | 2011-10-11 | 1 | -7/+12 |
| | | |||||
| * | gui.ansi: simplified | hut | 2011-10-11 | 1 | -12/+13 |
| | | |||||
| * | gui.ansi: Added another test case | hut | 2011-10-11 | 1 | -0/+7 |
| | | |||||
| * | gui.ansi: Fix test case in char_slice | hut | 2011-10-11 | 2 | -34/+34 |
| | | |||||
| * | defaults.commands: Fixed "gL" key | hut | 2011-10-11 | 1 | -0/+2 |
| | | |||||
| * | README: Added newline | hut | 2011-10-11 | 1 | -0/+1 |
| | | |||||
| * | defaults/apps: added documentation | hut | 2011-10-11 | 1 | -17/+83 |
| | | |||||
| * | defaults/options: more documentation | hut | 2011-10-11 | 1 | -44/+88 |
| | | |||||
| * | defaults.commands: replaced introduction | hut | 2011-10-11 | 1 | -52/+73 |
| | | |||||
| * | defaults.commands: Fixed bug in :find from 2a5a8336 | hut | 2011-10-11 | 1 | -1/+1 |
| | | |||||
| * | moved scripts/ranger to ranger/data/ranger | hut | 2011-10-11 | 3 | -2/+2 |
| | | | | | | | | | | | | This way, the user gets an extra copy of the executable in case the one in /usr/bin/ is lost. Also, we don't waste one directory at the root level for just one symlink. | ||||
| * | ext.keybinding_parser: shortened construct_keybinding() | hut | 2011-10-11 | 1 | -4/+1 |
| | | |||||
| * | ext.keybinding_parser: prettier KeyBuffer.__str__ | hut | 2011-10-11 | 1 | -1/+1 |
| | | |||||
| * | ext.keybinding_parser: Prettier key_to_string() | hut | 2011-10-11 | 2 | -3/+10 |
| | | |||||
| * | core.actions: Pretty list of undocumented commands | hut | 2011-10-11 | 1 | -2/+8 |
| | | |||||
| * | defaults.commands: updated code of :find | hut | 2011-10-11 | 1 | -1/+1 |
| | | |||||
| * | Rebuild man page | hut | 2011-10-11 | 1 | -2/+2 |
| | | |||||
| * | defautls/options.py: use_preview_script = True after all | hut | 2011-10-11 | 1 | -1/+1 |
| | | |||||
| * | Updated copyright headers | hut | 2011-10-10 | 59 | -59/+59 |
| | | | | | | | | As much as I hate this, it has to be done | ||||
| * | fsobject.directory: use BAD_INFO | hut | 2011-10-10 | 1 | -1/+2 |
| | | |||||
| * | container.__init__: removed import shortcuts | hut | 2011-10-10 | 3 | -4/+2 |
| | | |||||
| * | removed completely retarded colorscheme "texas" | hut | 2011-10-10 | 2 | -73/+2 |
| | | |||||
| * | core.fm: removed old code | hut | 2011-10-10 | 1 | -6/+0 |
| | | |||||
| * | core.actions: Fixed %t tag in --clean mode | hut | 2011-10-10 | 1 | -1/+1 |
| | | |||||
| * | core.helper: Cleaned up load_settings | hut | 2011-10-10 | 2 | -33/+16 |
| | | | | | | | | | | | | | | 1. put all the common operations before the "if" 2. put the loader of custom commands AFTER loading default commands 3. removed the load_default_rc guessing code, that might lead to unexpected behaviour. | ||||
| * | fixed some documentation | hut | 2011-10-10 | 4 | -9/+12 |
| | | |||||
| * | api.commands: finished merging ext.command_parser into api | hut | 2011-10-10 | 4 | -175/+73 |
| | | |||||
| * | core.actions: Don't shell-escape macros for non-shell commands | hut | 2011-10-10 | 4 | -51/+52 |
| | | |||||
| * | core.actions: shortened long line | hut | 2011-10-10 | 1 | -1/+2 |
| | | |||||
| * | core.actions: renamed Actions.source_cmdlist to Actions.source | hut | 2011-10-10 | 2 | -4/+4 |
| | | |||||
| * | README: "file" really is optional | hut | 2011-10-10 | 1 | -1/+1 |
| | | |||||
| * | gui.curses_shortcuts: simplifications | hut | 2011-10-10 | 2 | -35/+7 |
| | | | | | | | | | | | | The UnicodeEncodeError hardly ever occurs anymore, since other unicode fixes were implemented. I see no reason to keep the error handlers there. | ||||
| * | fsobject.fsobject: Added fsobject._mark back in | hut | 2011-10-10 | 2 | -5/+9 |
| | | | | | | | | This way you can do :eval fm.env.cf.mark(True) and other cool things. | ||||
| * | widgets.browsercolumn: Removed redundant try/except block | hut | 2011-10-10 | 1 | -9/+4 |
| | | |||||
| * | core.actions: Removed fm.search_forward attribute (not used) | hut | 2011-10-10 | 1 | -6/+0 |
| | | |||||
| * | fsobject.directory: revert change to accept_file | hut | 2011-10-10 | 1 | -2/+2 |
| | | |||||
| * | Eliminate orphaned functions and arguments | Arisu | 2011-10-10 | 4 | -14/+10 |
| | |