Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | | | | | keyparser: test for collisions with directories of a lenght > 1 | hut | 2010-03-09 | 2 | -21/+42 | |
| * | | | | | | | | | keyparser: added copying info to testcase | hut | 2010-03-09 | 1 | -0/+15 | |
| * | | | | | | | | | keyparser: updaded copying notice in new files | hut | 2010-03-09 | 3 | -33/+36 | |
| * | | | | | | | | | keyparser: stuff | hut | 2010-03-09 | 6 | -28/+307 | |
| * | | | | | | | | | keyparser: lots of stuff | hut | 2010-03-09 | 5 | -42/+77 | |
| * | | | | | | | | | keyparser: fixes | hut | 2010-03-09 | 3 | -8/+7 | |
| * | | | | | | | | | keyparser: renamed KeyMap.add to KeyMap.map | hut | 2010-03-09 | 5 | -102/+74 | |
| * | | | | | | | | | keyparser: swapped argument order in KeyMap.add() | hut | 2010-03-09 | 2 | -23/+23 | |
| * | | | | | | | | | keyparser: allow passive actions (for hints, show bookmarks) | hut | 2010-03-09 | 2 | -1/+39 | |
| * | | | | | | | | | integrating keyparser... | hut | 2010-03-09 | 3 | -9/+78 | |
| * | | | | | | | | | deleted old testcase | hut | 2010-03-09 | 1 | -100/+0 | |
| * | | | | | | | | | working on the implementation of the new key parser | hut | 2010-03-09 | 9 | -39/+61 | |
| * | | | | | | | | | keyparser: moved classes from test/ to ranger/ | hut | 2010-03-09 | 6 | -695/+475 | |
| * | | | | | | | | | 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 | |
| * | | | | | | | | | custom: "enter" = shortcut for "1l" | hut | 2010-03-09 | 1 | -0/+3 | |
| * | | | | | | | | | custom: added info about this branch | hut | 2010-03-09 | 1 | -0/+14 | |
| * | | | | | | | | | custom: keys: added aliases (J => ^D, K => ^U) for quick movement | hut | 2010-03-09 | 1 | -0/+4 | |
| * | | | | | | | | | custom: added ] key: tag next and run | hut | 2010-03-09 | 1 | -0/+12 | |
* | | | | | | | | | | Merge branch 'master' into devel | hut | 2010-04-14 | 9 | -62/+99 | |
|\ \ \ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | | | widget.browsercolumn: display "?" in info in a different color | hut | 2010-04-14 | 3 | -1/+13 | |
| * | | | | | | | | | | widgets.browsercolumn: added sanity check when clicking on preview | hut | 2010-04-14 | 1 | -14/+15 | |
| * | | | | | | | | | | fsobject: use a "?" if no infostring is available | hut | 2010-04-14 | 2 | -2/+4 | |
| * | | | | | | | | | | fixed rarely occuring permission issue | hut | 2010-04-14 | 2 | -5/+5 | |
| * | | | | | | | | | | fsobject.fsobject: display more information | hut | 2010-04-14 | 1 | -5/+16 | |
| * | | | | | | | | | | fsobject.fsobject: get the stat() of link destinations | hut | 2010-04-14 | 1 | -1/+6 | |
| * | | | | | | | | | | widgets.statusbar: better error detection | hut | 2010-04-14 | 1 | -5/+8 | |
| * | | | | | | | | | | fsobject.fsobject: cleanup | hut | 2010-04-14 | 1 | -19/+14 | |
| * | | | | | | | | | | renamed fsobject.islink to fsobject.is_link | hut | 2010-04-14 | 5 | -9/+9 | |
| * | | | | | | | | | | identify devices and handle them properly | hut | 2010-04-14 | 4 | -3/+11 | |
| * | | | | | | | | | | colorscheme.default: make sockets bold | hut | 2010-04-14 | 1 | -0/+1 | |
| * | | | | | | | | | | removed bad import | hut | 2010-04-14 | 1 | -1/+0 | |
* | | | | | | | | | | | Merge branch 'master' into devel | hut | 2010-04-14 | 3 | -14/+9 | |
|\| | | | | | | | | | | |_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |