Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tc_newkey: added comment | hut | 2010-04-07 | 1 | -0/+1 |
| | |||||
* | container.keymap: support for Alt key | hut | 2010-04-07 | 1 | -0/+2 |
| | |||||
* | updated container.keymap + testcase to work with new ext.direction | hut | 2010-04-07 | 1 | -7/+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 | 2 | -0/+214 |
|\| | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | dc_direction: added test_move() | hut | 2010-04-07 | 1 | -0/+9 |
| | | |||||
| * | added test case for ranger.ext.direction | hut | 2010-04-07 | 1 | -0/+71 |
| | | |||||
| * | removed RegexpSignalDispatcher, I don't use it | hut | 2010-03-31 | 1 | -43/+0 |
| | | |||||
| * | clean up | hut | 2010-03-31 | 1 | -1/+0 |
| | | |||||
| * | ext.signal_dispatcher: fixed weak refs to bound methods | hut | 2010-03-30 | 1 | -2/+5 |
| | | |||||
| * | tc_signal: added more tests (some still fail!) | hut | 2010-03-30 | 1 | -0/+54 |
| | | |||||
| * | added RegexpSignalDispatcher though im not sure if ill use it | hut | 2010-03-30 | 1 | -1/+43 |
| | | |||||
| * | added SignalDispatcher class | hut | 2010-03-30 | 1 | -0/+79 |
| | | |||||
* | | Merge branch 'master' into newkey | hut | 2010-03-24 | 1 | -0/+2 |
|\| | | | | | | | | | | | | | | | | | | | Conflicts: ranger/api/keys.py ranger/container/commandlist.py ranger/core/actions.py ranger/defaults/keys.py ranger/gui/ui.py ranger/gui/widgets/browserview.py | ||||
| * | ranger.__init__: set a default value for arg | hut | 2010-03-12 | 1 | -2/+0 |
| | | |||||
| * | misc changes, make install | hut | 2010-03-12 | 2 | -0/+4 |
| | | |||||
* | | keyparser: test for collisions with directories of a lenght > 1 | hut | 2010-03-09 | 1 | -8/+27 |
| | | |||||
* | | keyparser: added copying info to testcase | hut | 2010-03-09 | 1 | -0/+15 |
| | | |||||
* | | keyparser: lots of stuff | hut | 2010-03-09 | 1 | -5/+9 |
| | | |||||
* | | keyparser: fixes | hut | 2010-03-09 | 1 | -1/+1 |
| | | |||||
* | | keyparser: renamed KeyMap.add to KeyMap.map | hut | 2010-03-09 | 1 | -45/+45 |
| | | |||||
* | | keyparser: swapped argument order in KeyMap.add() | hut | 2010-03-09 | 1 | -21/+21 |
| | | |||||
* | | keyparser: allow passive actions (for hints, show bookmarks) | hut | 2010-03-09 | 1 | -0/+30 |
| | | |||||
* | | integrating keyparser... | hut | 2010-03-09 | 1 | -0/+12 |
| | | |||||
* | | deleted old testcase | hut | 2010-03-09 | 1 | -100/+0 |
| | | |||||
* | | keyparser: moved classes from test/ to ranger/ | hut | 2010-03-09 | 1 | -415/+17 |
| | | |||||
* | | keyparser: implemented aliases | hut | 2010-03-09 | 1 | -11/+87 |
| | | |||||
* | | keyparser: minor updates | hut | 2010-03-09 | 1 | -2/+8 |
| | | |||||
* | | keyparse: implemented Tree.merge | hut | 2010-03-09 | 1 | -31/+92 |
| | | |||||
* | | keyparser: Remove the restriction that a root can't be a leaf | hut | 2010-03-09 | 1 | -1/+0 |
| | | |||||
* | | keyparser: updated test_tree_deep_copy | hut | 2010-03-09 | 1 | -5/+4 |
| | | |||||
* | | keyparser: added test case for tree emrge | hut | 2010-03-09 | 1 | -0/+36 |
| | | |||||
* | | keyparser: added tree.copy() for deep copies | hut | 2010-03-09 | 1 | -0/+25 |
| | | |||||
* | | keyparser: minor changes | hut | 2010-03-09 | 1 | -3/+5 |
| | | |||||
* | | keyparser: turned KeyMap into a tree | hut | 2010-03-09 | 1 | -76/+59 |
| | | |||||
* | | keyparser: added seperate Tree class | hut | 2010-03-09 | 1 | -0/+53 |
| | | |||||
* | | keyparser: proper parsing of <xyz> in keybindings | hut | 2010-03-09 | 1 | -51/+118 |
| | | |||||
* | | keyparser: added test for directions as functions, cleanups | hut | 2010-03-09 | 1 | -27/+66 |
| | | |||||
* | | keyparser: cleanups | hut | 2010-03-09 | 1 | -7/+4 |
| | | |||||
* | | keyparser: some additions | hut | 2010-03-09 | 1 | -16/+60 |
| | | |||||
* | | keyparser: allow arbitrary number/order of directions | hut | 2010-03-09 | 1 | -34/+66 |
| | | |||||
* | | keyparser: reworked | hut | 2010-03-09 | 1 | -51/+61 |
| | | |||||
* | | keyparser: "." matches any character | hut | 2010-03-09 | 1 | -23/+71 |
| | | |||||
* | | keyparser: some improvements | hut | 2010-03-09 | 1 | -51/+52 |
| | | |||||
* | | started new key parser | hut | 2010-03-09 | 1 | -0/+331 |
|/ | |||||
* | added copyright info to config files and test cases | hut | 2010-03-08 | 11 | -0/+165 |
| | |||||
* | tc_colorscheme: updated testcase | hut | 2010-02-28 | 1 | -1/+2 |
| | |||||
* | tc_keyapi: updated testcase | hut | 2010-02-25 | 1 | -1/+1 |
| | |||||
* | shell_escape: added testcase | hut | 2010-02-24 | 1 | -0/+7 |
| |