summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-166-282/+308
|\
| * moved container.keymap.KeyBuffer into seperate modulehut2010-04-165-163/+182
| |
| * keymap: make lines shorterhut2010-04-161-11/+11
| |
| * keymap: replace to_string and is_ascii_digit with builtin methodshut2010-04-161-13/+4
| |
| * keymap: moved simulate_press to where it belongs: tc_newkeyshut2010-04-162-14/+14
| |
| * use utf8 encoding in keys.pyhut2010-04-161-0/+1
| |
| * keymap: remove unused codehut2010-04-161-7/+0
| |
| * keymap: move translate_keys to ranger.ext.keybinding_parserhut2010-04-163-86/+108
| |
| * Removed ranger/defaults/oldkeys.pyhut2010-04-141-555/+0
| |
* | console: bugfixhut2010-04-161-1/+1
| |
* | console: different prompthut2010-04-162-3/+2
| |
* | todo: added #81hut2010-04-161-0/+2
| |
* | deleted oldkeys.pyhut2010-04-161-555/+0
| |
* | widgets.console: added "prompt" keyword argument for console.open()hut2010-04-153-5/+10
| |
* | widgets.statusbar: Use "*" rather than "//" to indicate bold texthut2010-04-152-9/+9
|/
* Merge branch 'newkey' into develhut2010-04-1425-842/+2222
|\
| * Merge branch 'dirarg' into newkeyhut2010-04-144-16/+47
| |\
| | * dirarg: improvedhut2010-04-142-13/+10
| | |
| | * dirarg: cleanuphut2010-04-142-6/+3
| | |
| | * dirarg: fully functioning nowhut2010-04-142-14/+21
| | |
| | * Merge branch 'newkey' into dirarghut2010-04-149-24/+41
| | |\
| | * | dirarg: tmphut2010-04-131-8/+9
| | | |
| | * | dirarg: added unit test and almost working implementaitonhut2010-04-132-1/+12
| | | |
| | * | Started implementing dirarghut2010-04-132-10/+28
| | | |
| * | | defaults.keys: minor cleanuphut2010-04-141-2/+2
| | |/ | |/|
| * | Merge branch 'devel' into newkeyhut2010-04-148-22/+39
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/__main__.py ranger/defaults/keys.py ranger/gui/widgets/console.py
| * | | synchronize key combinations with master branchhut2010-04-141-2/+2
| | |/ | |/|
| * | container.keymap: Extended KeyManagerhut2010-04-131-4/+11
| | |
| * | Merge branch 'master' into newkeyhut2010-04-135-7/+31
| |\ \ | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py
| * | | Don't use tab 0 by defaulthut2010-04-132-3/+2
| | | |
| * | | gui.bar: Fixed Zero Division Errorhut2010-04-131-1/+2
| | | |
| * | | gui.bar: clean uphut2010-04-132-15/+11
| | | |
| * | | Abbreviate HOME with ~ in the titlebarhut2010-04-134-5/+18
| | | |
| * | | Fixed suggested cd-after-exit-script for zshhut2010-04-132-2/+2
| | | |
| * | | fix alt key for xtermhut2010-04-123-2/+13
| | | |
| * | | ranger.py: removed whitespacehut2010-04-121-4/+0
| | | |
| * | | added Direction.select()hut2010-04-121-0/+7
| | | |
| * | | Merge branch 'master' into newkeyhut2010-04-1215-56/+68
| |\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py ranger/gui/widgets/console.py
| * | | | defaults.keys: improvedhut2010-04-091-2/+13
| | | | |
| * | | | Merge branch 'master' into newkeyhut2010-04-098-21/+121
| |\ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py
| * | | | | tc_newkeys: fixed all but one testhut2010-04-094-58/+107
| | | | | |
| * | | | | defaults.apps: edit xml files with editorhut2010-04-091-1/+3
| | | | | |
| * | | | | partially fix tc_newkeyshut2010-04-094-61/+72
| | | | | |
| * | | | | tc_direction: fixedhut2010-04-081-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maximum=X means that the maximum value is set to X-1. Works for lists: d.move(maximum=len(lst)) is this counter intuitive?
| * | | | | Merge branch 'devel' into newkeyhut2010-04-0810-41/+29
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py
| * | | | | | tc_newkey: added 2 failing test cases. Fix it!hut2010-04-081-13/+53
| | | | | | |
| * | | | | | clean uphut2010-04-082-3/+3
| | | | | | |
| * | | | | | defaults.keys: remove useless key definitionhut2010-04-081-1/+0
| | | | | | |
| * | | | | | removed ABOUT_THIS_BRANCH filehut2010-04-071-14/+0
| | | | | | |
| * | | | | | integrated new keyparser in pager + taskviewhut2010-04-073-31/+43
| | | | | | |