Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | fsobject.fsobject: applied patches | hut | 2010-05-14 | 1 | -0/+1 |
| | |||||
* | all_benchmarks: improved | hut | 2010-05-10 | 1 | -2/+0 |
| | |||||
* | fsobject: don't unnecessarily use abspath() in __init__ | hut | 2010-05-06 | 1 | -1/+2 |
| | |||||
* | cleanups | hut | 2010-05-05 | 2 | -3/+6 |
| | |||||
* | Added license header to a few files | hut | 2010-05-04 | 1 | -0/+15 |
| | |||||
* | bm_loader: stuff | hut | 2010-05-03 | 1 | -1/+35 |
| | |||||
* | test: added TODO, skip broken tests | hut | 2010-05-03 | 4 | -5/+25 |
| | |||||
* | changed testdir to /usr/include | hut | 2010-04-29 | 1 | -1/+1 |
| | |||||
* | Separated benchmark from testcase | hut | 2010-04-29 | 3 | -125/+134 |
| | |||||
* | Added tc_loader | hut | 2010-04-26 | 2 | -1/+186 |
| | |||||
* | tc_displayable: improved (but not fixed) test_boundaries | hut | 2010-04-18 | 1 | -6/+8 |
| | |||||
* | tc_displayable: test_boundaries fails if you run it more often! | hut | 2010-04-18 | 1 | -20/+21 |
| | |||||
* | Fixed unittests | hut | 2010-04-18 | 3 | -3/+5 |
| | |||||
* | moved container.keymap.KeyBuffer into seperate module | hut | 2010-04-16 | 1 | -0/+1 |
| | |||||
* | keymap: moved simulate_press to where it belongs: tc_newkeys | hut | 2010-04-16 | 1 | -5/+14 |
| | |||||
* | keymap: move translate_keys to ranger.ext.keybinding_parser | hut | 2010-04-16 | 1 | -2/+3 |
| | |||||
* | dirarg: added unit test and almost working implementaiton | hut | 2010-04-13 | 1 | -0/+7 |
| | |||||
* | tc_newkeys: fixed all but one test | hut | 2010-04-09 | 1 | -6/+24 |
| | |||||
* | partially fix tc_newkeys | hut | 2010-04-09 | 1 | -26/+28 |
| | |||||
* | 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? | ||||
* | tc_newkey: added 2 failing test cases. Fix it! | hut | 2010-04-08 | 1 | -13/+53 |
| | |||||
* | clean up | hut | 2010-04-08 | 1 | -1/+2 |
| | |||||
* | added KeyManager | hut | 2010-04-07 | 2 | -2/+39 |
| | |||||
* | 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 |
| | |