Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | implemented tagging | hut | 2009-12-26 | 8 | -8/+124 |
| | |||||
* | shorten comment in ranger.py | hut | 2009-12-26 | 2 | -11/+9 |
| | |||||
* | implemented OpenConsole | hut | 2009-12-25 | 3 | -3/+69 |
| | |||||
* | moved /uml to /doc/uml | hut | 2009-12-25 | 14 | -2/+2 |
| | |||||
* | random updates | hut | 2009-12-25 | 7 | -7/+45 |
| | |||||
* | Explained cd-after-exit feature | hut | 2009-12-25 | 1 | -0/+132 |
| | |||||
* | moved pydoc pages to doc/pydoc | hut | 2009-12-25 | 65 | -0/+0 |
| | |||||
* | updated pydoc pages | hut | 2009-12-25 | 65 | -0/+10505 |
| | |||||
* | bugfixes | hut | 2009-12-25 | 5 | -10/+18 |
| | |||||
* | made directories use the accumulator "interface" | hut | 2009-12-25 | 7 | -89/+49 |
| | |||||
* | improved paste-generators | hut | 2009-12-25 | 1 | -17/+32 |
| | |||||
* | don't modify directory.__dict__ until last yield of load generator | hut | 2009-12-25 | 1 | -6/+6 |
| | |||||
* | don't reconstruct statusbar if nothing changed | hut | 2009-12-25 | 1 | -3/+20 |
| | |||||
* | schedule loading of directories whereever possible | hut | 2009-12-25 | 2 | -21/+21 |
| | |||||
* | customized process manager (colors, hotkeys, title) | hut | 2009-12-25 | 3 | -5/+4 |
| | |||||
* | display exceptions while loading | hut | 2009-12-25 | 1 | -1/+4 |
| | |||||
* | made copying processes work with the loader | hut | 2009-12-25 | 2 | -17/+21 |
| | |||||
* | "generatorized" shutil | hut | 2009-12-25 | 1 | -7/+17 |
| | | | | | this is required so i can do the operations bit by bit and it doesn't block the whole program. | ||||
* | duplicated shutil from the python standard lib | hut | 2009-12-25 | 1 | -0/+288 |
| | |||||
* | can now (re)move processes in pman | hut | 2009-12-25 | 5 | -11/+65 |
| | |||||
* | added process manager which lists running load processes | hut | 2009-12-25 | 7 | -2/+258 |
| | |||||
* | clean ups | hut | 2009-12-25 | 2 | -5/+7 |
| | |||||
* | random fixes/upgrades | hut | 2009-12-24 | 6 | -18/+31 |
| | |||||
* | fixed minor logical error | hut | 2009-12-24 | 1 | -1/+1 |
| | |||||
* | random fixes | hut | 2009-12-24 | 4 | -17/+29 |
| | |||||
* | fixed G key | hut | 2009-12-24 | 1 | -1/+1 |
| | |||||
* | in keys.py: from curses import * | hut | 2009-12-24 | 1 | -3/+1 |
| | |||||
* | fixed directory.load_content_if_outdated with links | hut | 2009-12-24 | 1 | -1/+1 |
| | | | | the wrong mtime has been compared | ||||
* | misc clean ups | hut | 2009-12-24 | 3 | -21/+27 |
| | |||||
* | implemented sorting | hut | 2009-12-24 | 6 | -6/+57 |
| | |||||
* | minor fix | hut | 2009-12-24 | 1 | -1/+4 |
| | |||||
* | 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 |
| | | | | | instead of creating a new directory object when loading_content, get the one which is cached in the environment. | ||||
* | 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 |
| |