| Commit message (Expand) | Author | Age | Files | Lines |
* | added hints for key-combinations | hut | 2009-12-24 | 8 | -17/+95 |
* | own history for quickopen-console | hut | 2009-12-23 | 1 | -1/+6 |
* | fixed marking (again) | hut | 2009-12-23 | 2 | -11/+7 |
* | improved keys.py | hut | 2009-12-23 | 1 | -20/+23 |
* | max_dirsize_for_autopreview = 300 is not rly needed anymore | hut | 2009-12-23 | 1 | -1/+1 |
* | optimized directory loading | hut | 2009-12-23 | 2 | -8/+12 |
* | improved loader performance with win.nodelay() | hut | 2009-12-23 | 2 | -7/+7 |
* | fixed throbber | hut | 2009-12-23 | 3 | -6/+21 |
* | fixed marking :) | hut | 2009-12-23 | 2 | -6/+7 |
* | implemented marking, for operations on multiple files | hut | 2009-12-23 | 9 | -37/+172 |
* | handled exception found in the unit tests | hut | 2009-12-23 | 1 | -1/+4 |
* | keybuffer was made aware of prefixed numbers | hut | 2009-12-23 | 5 | -19/+92 |
* | added action.move_pointer_by_percentage() | hut | 2009-12-23 | 1 | -0/+10 |
* | added primitive "throbber" | hut | 2009-12-23 | 2 | -0/+5 |
* | fixed / improved loader | hut | 2009-12-23 | 6 | -25/+42 |
* | some clean ups | hut | 2009-12-22 | 5 | -7/+11 |
* | slightly improved get_permission_string() algorithm | hut | 2009-12-22 | 1 | -9/+10 |
* | (half-assed) implementation of parallel directory loader | hut | 2009-12-22 | 7 | -73/+165 |
* | improved auto-previews | hut | 2009-12-22 | 9 | -41/+84 |
* | "open with" dialog if no application was found | hut | 2009-12-22 | 1 | -2/+4 |
* | fixed cut/paste for the case where nothing is copied yet | hut | 2009-12-20 | 2 | -0/+4 |
* | improved titlebar, shrinks if its too large | hut | 2009-12-20 | 1 | -20/+169 |
* | Added option for autoloading previews. | hut | 2009-12-20 | 3 | -7/+13 |
* | postpone directory previews if not loaded yet | hut | 2009-12-20 | 2 | -3/+19 |
* | fixed CTRL+L | hut | 2009-12-18 | 1 | -2/+2 |
* | improved the file operations | hut | 2009-12-18 | 1 | -10/+31 |
* | notification widget | hut | 2009-12-18 | 5 | -7/+110 |
* | UI.redraw now redraws widgets. old redraw is now redraw_window | hut | 2009-12-18 | 3 | -5/+9 |
* | added provisional filesystem operations (cp/cut/paste/delete/mkdir) | hut | 2009-12-18 | 4 | -7/+95 |
* | re-indented docstrings | hut | 2009-12-17 | 13 | -57/+75 |
* | added quick_open() in abstract Command class | hut | 2009-12-17 | 1 | -0/+3 |
* | quit command, aliases | hut | 2009-12-17 | 2 | -10/+23 |
* | fixed colorschemes, added unittest for colorschemes | hut | 2009-12-17 | 1 | -3/+3 |
* | fixed history (fast_forward worked reversed) | hut | 2009-12-17 | 1 | -3/+3 |
* | added history to console | hut | 2009-12-17 | 2 | -16/+47 |
* | extended history by a couple of methods | hut | 2009-12-17 | 1 | -3/+23 |
* | tons of stuff | hut | 2009-12-17 | 6 | -34/+142 |
* | fixed CD command / tab completion | hut | 2009-12-15 | 3 | -49/+48 |
* | Added console commands + tab completion | hut | 2009-12-15 | 5 | -10/+180 |
* | fine tuning | hut | 2009-12-15 | 2 | -98/+107 |
* | turned different console types into seperate subclasses | hut | 2009-12-15 | 1 | -36/+46 |
* | changed default key binding implementation | hut | 2009-12-15 | 2 | -89/+79 |
* | updated uml | hut | 2009-12-15 | 1 | -1/+3 |
* | cleanups, display link destinations | hut | 2009-12-15 | 5 | -30/+71 |
* | different way of squeezing the last column | hut | 2009-12-15 | 1 | -4/+14 |
* | implemented statusbar widget | hut | 2009-12-14 | 6 | -2/+187 |
* | added an option for collapse_preview | hut | 2009-12-14 | 3 | -1/+3 |
* | "poke" widgets, expand last column if there's no preview | hut | 2009-12-14 | 4 | -9/+56 |
* | Don't initialize options while importing. | hut | 2009-12-14 | 3 | -42/+46 |
* | updated / added tests | hut | 2009-12-13 | 4 | -20/+36 |