Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | added KeyManager | hut | 2010-04-07 | 1 | -1/+6 | |
| | | | | | | ||||||
| * | | | | | gui.ui: improvements in handling of special keys | hut | 2010-04-07 | 1 | -1/+5 | |
| | | | | | | ||||||
| * | | | | | Implement alt keys in core | hut | 2010-04-07 | 1 | -13/+1 | |
| | | | | | | ||||||
| * | | | | | core.action: fixes | hut | 2010-04-07 | 1 | -1/+7 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'devel' into newkey | hut | 2010-04-07 | 3 | -294/+405 | |
| |\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
| * | | | | | | Merge branch 'master' into newkey | hut | 2010-03-24 | 2 | -4/+50 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | |||||
* | | | | | | | Merge branch 'master' into devel | hut | 2010-04-14 | 1 | -1/+0 | |
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py | |||||
| * | | | | | | removed bad import | hut | 2010-04-14 | 1 | -1/+0 | |
| | | | | | | | ||||||
* | | | | | | | Merge branch 'master' into devel | hut | 2010-04-14 | 1 | -12/+7 | |
|\| | | | | | | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | Conflicts: ranger/core/actions.py | |||||
| * | | | | | actions: move imports to top level | hut | 2010-04-14 | 1 | -12/+7 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' into devel | hut | 2010-04-14 | 2 | -6/+0 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/console.py | |||||
| * | | | | | cleaner use of Awareness classes | hut | 2010-04-13 | 2 | -6/+0 | |
| | | | | | | ||||||
* | | | | | | Merge branch 'master' into devel | hut | 2010-04-13 | 1 | -2/+1 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/console.py | |||||
| * | | | | | Don't use tab 0 by default | hut | 2010-04-13 | 1 | -2/+1 | |
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py | |||||
| * | | | | Grey out copied/cut files. | hut | 2010-04-12 | 1 | -0/+7 | |
| | | | | | ||||||
| * | | | | cleanup | hut | 2010-04-12 | 1 | -4/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/console.py | |||||
| * | | | | core.actions: move dummy function to an extra section | hut | 2010-04-07 | 1 | -5/+9 | |
| | | | | | ||||||
* | | | | | Grey out copied/cut files. | hut | 2010-04-12 | 1 | -0/+7 | |
| | | | | | ||||||
* | | | | | cleanup | hut | 2010-04-12 | 1 | -4/+2 | |
| |_|_|/ |/| | | | ||||||
* | | | | made accumualtor use ext.directory.Directory | hut | 2010-04-08 | 1 | -1/+1 | |
| |_|/ |/| | | ||||||
* | | | core.actions: Make fm FileManagerAware | hut | 2010-04-07 | 1 | -2/+2 | |
| | | | ||||||
* | | | core.actions: use Direction in move() | hut | 2010-04-07 | 1 | -16/+7 | |
| | | | ||||||
* | | | core.actions: more accurate checks | hut | 2010-04-07 | 1 | -2/+2 | |
| | | | ||||||
* | | | fixes | hut | 2010-04-07 | 1 | -4/+4 | |
| | | | ||||||
* | | | replace fm.move_pointer/move_right with fm.move | hut | 2010-04-07 | 1 | -6/+6 | |
| | | | ||||||
* | | | core.actions.move_right(): bugfix | hut | 2010-04-07 | 1 | -1/+5 | |
| | | | ||||||
* | | | core.actions: unified the movement functions | hut | 2010-04-07 | 1 | -38/+74 | |
| | | | ||||||
* | | | core.actions: move dummy function to an extra section | hut | 2010-04-06 | 1 | -5/+9 | |
|/ / | ||||||
* | | core.fm: bugfix | hut | 2010-04-06 | 1 | -2/+2 | |
| | | ||||||
* | | core.actions: Added some structure and comments | hut | 2010-04-06 | 1 | -226/+254 | |
| | | ||||||
* | | core.actions: don't jump to first tab when closing the last | hut | 2010-04-06 | 1 | -1/+2 | |
| | | ||||||
* | | core.fm: Handle system keys directly in the main loop | hut | 2010-04-06 | 2 | -13/+16 | |
| | | ||||||
* | | core.actions: go to next tab when closed, not previous | hut | 2010-04-06 | 1 | -1/+1 | |
| | | ||||||
* | | Improved tabs | hut | 2010-04-06 | 1 | -11/+14 | |
| | | ||||||
* | | added tabs | hut | 2010-04-06 | 3 | -0/+53 | |
| | | | | | | | | | | | | | | The hotkeys are: g<n> to open a tab, gt/gT to move through tabs, gc/^W to close tabs. | |||||
* | | core.actions: Allow to specify if a "cd" is saved in history | hut | 2010-04-06 | 1 | -4/+4 | |
| | | ||||||
* | | core.actions: added set_option(optname, value) method | hut | 2010-04-04 | 1 | -0/+4 | |
| | | ||||||
* | | add "move" signal to environment | hut | 2010-03-31 | 1 | -2/+20 | |
| | | ||||||
* | | core.environment: stop enter_dir if os.chdir fails | hut | 2010-03-31 | 1 | -1/+4 | |
| | | ||||||
* | | core.fm: write some info to message log on start | hut | 2010-03-31 | 1 | -0/+6 | |
| | | ||||||
* | | fixed memory leak | hut | 2010-03-30 | 3 | -8/+9 | |
| | | ||||||
* | | added SignalDispatcher class | hut | 2010-03-30 | 1 | -1/+3 | |
| | | ||||||
* | | removed the cd-after-exit hack | hut | 2010-03-29 | 1 | -1/+0 | |
| | | | | | | | | | | | | | | | | | | Fear not. You still get the same functionality by using a function like: ranger() { $(which ranger) $@ && cd "$(grep \^\' ~/.ranger/bookmarks | cut -b3-)" } | |||||
* | | core.environment: don't GC directories which you're in. lol | hut | 2010-03-28 | 1 | -1/+1 | |
| | | ||||||
* | | renamed three options, display a warning if the old ones are used | hut | 2010-03-28 | 2 | -2/+3 | |
|/ | | | | | | reverse => sort_reverse directories_first => sort_directories_first case_insensitive => sort_case_insensitive | |||||
* | fm: removed trailing whitespace | hut | 2010-03-24 | 1 | -1/+1 | |
| | ||||||
* | main: updated | hut | 2010-03-24 | 1 | -0/+5 | |
| | ||||||
* | core.fm: use local variables in main loop for faster lookup | hut | 2010-03-22 | 1 | -13/+21 | |
| | ||||||
* | core.environment: new attributes: username, hostname, hone_path | hut | 2010-03-19 | 1 | -2/+12 | |
| | ||||||
* | general updates, allow column levels of >1 | hut | 2010-03-14 | 1 | -5/+15 | |
| |