Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | partially fix tc_newkeys | hut | 2010-04-09 | 4 | -61/+72 |
| | |||||
* | tc_direction: fixed | hut | 2010-04-08 | 1 | -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 newkey | hut | 2010-04-08 | 10 | -41/+29 |
|\ | | | | | | | | | Conflicts: ranger/defaults/keys.py | ||||
| * | Merge branch 'master' into devel | hut | 2010-04-08 | 1 | -0/+2 |
| |\ | |||||
| | * | todo: update | hut | 2010-04-08 | 1 | -0/+2 |
| | | | |||||
| * | | Merge branch 'master' into devel | hut | 2010-04-08 | 1 | -2/+1 |
| |\| | | | | | | | | | | | | | | | | Conflicts: ranger/core/actions.py ranger/defaults/keys.py | ||||
| | * | defaults.keys: corrected docstring | hut | 2010-04-07 | 1 | -1/+1 |
| | | | |||||
| | * | defaults.keys: removed duplicate key definition | hut | 2010-04-07 | 1 | -1/+0 |
| | | | |||||
| | * | make clean: fixed | hut | 2010-04-07 | 1 | -1/+1 |
| | | | |||||
| | * | defaults.keys: fixed hint for c-key | hut | 2010-04-07 | 1 | -1/+1 |
| | | | |||||
| | * | defaults.keys: removed duplicate key definition | hut | 2010-04-07 | 1 | -2/+0 |
| | | | |||||
| | * | core.actions: move dummy function to an extra section | hut | 2010-04-07 | 1 | -5/+9 |
| | | | |||||
| * | | ext.direction: bugfix | hut | 2010-04-08 | 1 | -1/+1 |
| | | | |||||
| * | | made accumualtor use ext.directory.Directory | hut | 2010-04-08 | 8 | -40/+26 |
| | | | |||||
* | | | tc_newkey: added 2 failing test cases. Fix it! | hut | 2010-04-08 | 1 | -13/+53 |
| | | | |||||
* | | | clean up | hut | 2010-04-08 | 2 | -3/+3 |
| | | | |||||
* | | | defaults.keys: remove useless key definition | hut | 2010-04-08 | 1 | -1/+0 |
| | | | |||||
* | | | removed ABOUT_THIS_BRANCH file | hut | 2010-04-07 | 1 | -14/+0 |
| | | | |||||
* | | | integrated new keyparser in pager + taskview | hut | 2010-04-07 | 3 | -31/+43 |
| | | | |||||
* | | | more keys, fixed hint | hut | 2010-04-07 | 2 | -6/+54 |
| | | | |||||
* | | | start to integrate keybindings | hut | 2010-04-07 | 4 | -53/+241 |
| | | | |||||
* | | | added KeyManager | hut | 2010-04-07 | 13 | -540/+689 |
| | | | |||||
* | | | gui.ui: improvements in handling of special keys | hut | 2010-04-07 | 2 | -4/+24 |
| | | | |||||
* | | | Implement alt keys in core | hut | 2010-04-07 | 4 | -19/+28 |
| | | | |||||
* | | | tc_newkey: added comment | hut | 2010-04-07 | 1 | -0/+1 |
| | | | |||||
* | | | container.keymap: support for Alt key | hut | 2010-04-07 | 2 | -1/+8 |
| | | | |||||
* | | | updated container.keymap + testcase to work with new ext.direction | hut | 2010-04-07 | 2 | -17/+11 |
| | | | |||||
* | | | core.action: fixes | hut | 2010-04-07 | 2 | -2/+9 |
| | | | |||||
* | | | Merge branch 'devel' into newkey | hut | 2010-04-07 | 1 | -4/+5 |
|\| | | |||||
| * | | comment out test_duck_typing | hut | 2010-04-07 | 1 | -4/+5 |
| | | | |||||
* | | | Merge branch 'devel' into newkey | hut | 2010-04-07 | 75 | -3442/+1990 |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/core/actions.py ranger/defaults/keys.py ranger/ext/direction.py ranger/gui/ui.py ranger/gui/widgets/browserview.py ranger/gui/widgets/pager.py | ||||
| * | | use fm as arg.wdg in initialize_commands() | hut | 2010-04-07 | 1 | -1/+1 |
| | | | |||||
| * | | defaults.keys: use _basic_movement in initialize_commands | hut | 2010-04-07 | 1 | -7/+3 |
| | | | |||||
| * | | core.actions: Make fm FileManagerAware | hut | 2010-04-07 | 1 | -2/+2 |
| | | | |||||
| * | | widgets.console: use Direction in move() | hut | 2010-04-07 | 2 | -19/+31 |
| | | | |||||
| * | | widgets.pager: re-added move_horizontal, displaying warning message | hut | 2010-04-07 | 1 | -0/+4 |
| | | | |||||
| * | | dc_direction: added test_move() | hut | 2010-04-07 | 2 | -2/+22 |
| | | | |||||
| * | | added test case for ranger.ext.direction | hut | 2010-04-07 | 1 | -0/+71 |
| | | | |||||
| * | | core.actions: use Direction in move() | hut | 2010-04-07 | 3 | -20/+11 |
| | | | |||||
| * | | widgets.pager: use Direction object in move() | hut | 2010-04-07 | 4 | -79/+71 |
| | | | |||||
| * | | core.actions: more accurate checks | hut | 2010-04-07 | 1 | -2/+2 |
| | | | |||||
| * | | fixes | hut | 2010-04-07 | 3 | -6/+6 |
| | | | |||||
| * | | make clean: fixed | hut | 2010-04-07 | 1 | -1/+1 |
| | | | |||||
| * | | replace fm.move_pointer/move_right with fm.move | hut | 2010-04-07 | 3 | -9/+9 |
| | | | |||||
| * | | core.actions.move_right(): bugfix | hut | 2010-04-07 | 2 | -2/+6 |
| | | | |||||
| * | | defaults.keys: fixed hint for c-key | hut | 2010-04-07 | 1 | -1/+1 |
| | | | |||||
| * | | core.actions: unified the movement functions | hut | 2010-04-07 | 3 | -53/+106 |
| | | | |||||
| * | | defaults.keys: removed duplicate key definition | hut | 2010-04-06 | 1 | -2/+0 |
| | | | |||||
| * | | core.actions: move dummy function to an extra section | hut | 2010-04-06 | 1 | -5/+9 |
| | | | |||||
| * | | ext.direction: simplification + docs | hut | 2010-04-06 | 1 | -99/+51 |
| | | |