Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | removed tests. (half of them are outdated) | hut | 2011-09-28 | 25 | -2263/+0 |
| | | | | To get them back, you can always simply revert this commit. | ||||
* | Renamed ranger/ext/signal_dispatcher to ranger/ext/signals | hut | 2010-10-14 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' into preview | hut | 2010-10-08 | 2 | -5/+5 |
|\ | | | | | | | | | | | | | Conflicts: ranger/__init__.py ranger/core/helper.py ranger/gui/curses_shortcuts.py | ||||
| * | a little restructuration | hut | 2010-10-02 | 2 | -5/+5 |
| | | |||||
| * | Revert 5 commits concerning utf (due to very poor performance) | hut | 2010-09-30 | 1 | -2/+5 |
| | | | | | | | | | | | | | | | | | | This reverts commits: 8c8e7282b3b4238a3b7cf981d9e5715b11076419 5cb67eeb96d337b55deea20131fc44a3d5447251 512f386be8753775ec824a6d9cbaf6527d50eda4 d4900452fca51685349966d527d173fdefe83f08 e6dda13a71168f9ec4a1e4844edad5a3257803e9 | ||||
| * | ext.utfwidth: updated algorithms | hut | 2010-09-30 | 1 | -5/+0 |
| | | |||||
| * | ext.utfwidth: stuff | hut | 2010-09-30 | 1 | -0/+2 |
| | | |||||
* | | Merge branch 'stable' into preview | hut | 2010-10-05 | 21 | -12/+268 |
|\| | | | | | | | | | Conflicts: ranger/shared/settings.py | ||||
| * | removed test/__init__.py (not needed) | hut | 2010-08-29 | 1 | -0/+0 |
| | | |||||
| * | defaults.keys: key pL to create relative symlinks | hut | 2010-08-29 | 1 | -0/+47 |
| | | |||||
| * | Removed symlink in test/ | hut | 2010-08-29 | 19 | -8/+108 |
| | | |||||
| * | Changed implementation of container.history | hut | 2010-08-28 | 1 | -8/+8 |
| | | |||||
| * | Fixed history | hut | 2010-08-26 | 1 | -0/+19 |
| | | |||||
| * | tc_human_readable: additional testcase (which fails) | hut | 2010-06-25 | 1 | -0/+4 |
| | | |||||
| * | ext.human_readable: more efficient implementation | hut | 2010-06-24 | 2 | -0/+86 |
| | | | | | | | | plus unit tests and benchmark. | ||||
* | | Merge branch 'master' into preview | hut | 2010-06-22 | 1 | -9/+8 |
|\| | |||||
| * | all_benchmarks: shortened | hut | 2010-06-18 | 1 | -9/+8 |
| | | |||||
* | | Merge branch 'master' into preview | hut | 2010-06-09 | 19 | -86/+121 |
|\| | | | | | | | | | Conflicts: ranger/fsobject/file.py | ||||
| * | all_benchmarks.py: fix + cleanup | hut | 2010-06-09 | 1 | -40/+35 |
| | | |||||
| * | all_tests.py: cleanup | hut | 2010-06-09 | 1 | -14/+14 |
| | | |||||
| * | Changed hashbang line to "#!/usr/bin/env python" | hut | 2010-06-09 | 2 | -2/+2 |
| | | |||||
| * | simplified all_tests.py, moved to test/ | hut | 2010-06-07 | 19 | -86/+126 |
| | | |||||
* | | gui.ansi: some modifications/completions | hut | 2010-06-03 | 1 | -7/+2 |
| | | |||||
* | | added gui/ansi.py from David Barnetts branch | hut | 2010-06-03 | 1 | -0/+45 |
|/ | |||||
* | Merge branch 'utf' | hut | 2010-05-17 | 1 | -0/+42 |
|\ | | | | | | | | | Conflicts: ranger/__main__.py | ||||
| * | fixed utf stuff | hut | 2010-05-17 | 1 | -3/+3 |
| | | |||||
| * | attempt to fix utf issues (wrong calculation of width) | hut | 2010-05-10 | 1 | -0/+42 |
| | | |||||
* | | 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 |
| |