summary refs log tree commit diff stats
path: root/ranger/core
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | added KeyManagerhut2010-04-071-1/+6
| | | | | |
| * | | | | gui.ui: improvements in handling of special keyshut2010-04-071-1/+5
| | | | | |
| * | | | | Implement alt keys in corehut2010-04-071-13/+1
| | | | | |
| * | | | | core.action: fixeshut2010-04-071-1/+7
| | | | | |
| * | | | | Merge branch 'devel' into newkeyhut2010-04-073-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 newkeyhut2010-03-242-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 develhut2010-04-141-1/+0
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py
| * | | | | | removed bad importhut2010-04-141-1/+0
| | | | | | |
* | | | | | | Merge branch 'master' into develhut2010-04-141-12/+7
|\| | | | | | | |_|_|_|_|/ |/| | | | | | | | | | | | | | | | | Conflicts: ranger/core/actions.py
| * | | | | actions: move imports to top levelhut2010-04-141-12/+7
| | | | | |
* | | | | | Merge branch 'master' into develhut2010-04-142-6/+0
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/console.py
| * | | | | cleaner use of Awareness classeshut2010-04-132-6/+0
| | | | | |
* | | | | | Merge branch 'master' into develhut2010-04-131-2/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/console.py
| * | | | | Don't use tab 0 by defaulthut2010-04-131-2/+1
| | |_|_|/ | |/| | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/defaults/keys.py
| * | | | Grey out copied/cut files.hut2010-04-121-0/+7
| | | | |
| * | | | cleanuphut2010-04-121-4/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/console.py
| * | | | core.actions: move dummy function to an extra sectionhut2010-04-071-5/+9
| | | | |
* | | | | Grey out copied/cut files.hut2010-04-121-0/+7
| | | | |
* | | | | cleanuphut2010-04-121-4/+2
| |_|_|/ |/| | |
* | | | made accumualtor use ext.directory.Directoryhut2010-04-081-1/+1
| |_|/ |/| |
* | | core.actions: Make fm FileManagerAwarehut2010-04-071-2/+2
| | |
* | | core.actions: use Direction in move()hut2010-04-071-16/+7
| | |
* | | core.actions: more accurate checkshut2010-04-071-2/+2
| | |
* | | fixeshut2010-04-071-4/+4
| | |
* | | replace fm.move_pointer/move_right with fm.movehut2010-04-071-6/+6
| | |
* | | core.actions.move_right(): bugfixhut2010-04-071-1/+5
| | |
* | | core.actions: unified the movement functionshut2010-04-071-38/+74
| | |
* | | core.actions: move dummy function to an extra sectionhut2010-04-061-5/+9
|/ /
* | core.fm: bugfixhut2010-04-061-2/+2
| |
* | core.actions: Added some structure and commentshut2010-04-061-226/+254
| |
* | core.actions: don't jump to first tab when closing the lasthut2010-04-061-1/+2
| |
* | core.fm: Handle system keys directly in the main loophut2010-04-062-13/+16
| |
* | core.actions: go to next tab when closed, not previoushut2010-04-061-1/+1
| |
* | Improved tabshut2010-04-061-11/+14
| |
* | added tabshut2010-04-063-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 historyhut2010-04-061-4/+4
| |
* | core.actions: added set_option(optname, value) methodhut2010-04-041-0/+4
| |
* | add "move" signal to environmenthut2010-03-311-2/+20
| |
* | core.environment: stop enter_dir if os.chdir failshut2010-03-311-1/+4
| |
* | core.fm: write some info to message log on starthut2010-03-311-0/+6
| |
* | fixed memory leakhut2010-03-303-8/+9
| |
* | added SignalDispatcher classhut2010-03-301-1/+3
| |
* | removed the cd-after-exit hackhut2010-03-291-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. lolhut2010-03-281-1/+1
| |
* | renamed three options, display a warning if the old ones are usedhut2010-03-282-2/+3
|/ | | | | | reverse => sort_reverse directories_first => sort_directories_first case_insensitive => sort_case_insensitive
* fm: removed trailing whitespacehut2010-03-241-1/+1
|
* main: updatedhut2010-03-241-0/+5
|
* core.fm: use local variables in main loop for faster lookuphut2010-03-221-13/+21
|
* core.environment: new attributes: username, hostname, hone_pathhut2010-03-191-2/+12
|
* general updates, allow column levels of >1hut2010-03-141-5/+15
|