summary refs log tree commit diff stats
path: root/ranger
Commit message (Collapse)AuthorAgeFilesLines
...
| | * | | | | | | | | | | | keyparser: lots of stuffhut2010-03-094-37/+68
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | keyparser: fixeshut2010-03-092-7/+6
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | keyparser: renamed KeyMap.add to KeyMap.maphut2010-03-094-57/+29
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | keyparser: swapped argument order in KeyMap.add()hut2010-03-091-2/+2
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | keyparser: allow passive actions (for hints, show bookmarks)hut2010-03-091-1/+9
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | integrating keyparser...hut2010-03-092-9/+66
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | working on the implementation of the new key parserhut2010-03-099-39/+61
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | keyparser: moved classes from test/ to ranger/hut2010-03-095-280/+458
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | custom: "enter" = shortcut for "1l"hut2010-03-091-0/+3
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | custom: keys: added aliases (J => ^D, K => ^U) for quick movementhut2010-03-091-0/+4
| | | | | | | | | | | | | |
| | * | | | | | | | | | | | custom: added ] key: tag next and runhut2010-03-091-0/+12
| | | | | | | | | | | | | |
| * | | | | | | | | | | | | Merge branch 'master' into develhut2010-04-149-62/+99
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/browsercolumn.py
| * \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into develhut2010-04-143-14/+9
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|/ / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/core/actions.py
| * | | | | | | | | | | | | | Merge branch 'master' into develhut2010-04-147-23/+20
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/console.py
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Merge branch 'master' into develhut2010-04-139-24/+54
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / | | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/widgets/console.py
| * | | | | | | | | | | | | | | Grey out copied/cut files.hut2010-04-125-1/+15
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | cleanuphut2010-04-127-46/+42
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Fixed handling of directories with GC'd subdirshut2010-04-122-7/+9
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | Merge branch 'master' into develhut2010-04-099-24/+122
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|/ / / / / / / | |/| | | | | | | | / / / / / / | | | |_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | |
| * | | | | | | | | | | | | | Merge branch 'master' into develhut2010-04-081-2/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/core/actions.py ranger/defaults/keys.py
| * | | | | | | | | | | | | | | ext.direction: bugfixhut2010-04-081-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | made accumualtor use ext.directory.Directoryhut2010-04-088-40/+26
| | |_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | |
| * | | | | | | | | | | | | | use fm as arg.wdg in initialize_commands()hut2010-04-071-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | defaults.keys: use _basic_movement in initialize_commandshut2010-04-071-7/+3
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | core.actions: Make fm FileManagerAwarehut2010-04-071-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | widgets.console: use Direction in move()hut2010-04-072-19/+31
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | widgets.pager: re-added move_horizontal, displaying warning messagehut2010-04-071-0/+4
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | dc_direction: added test_move()hut2010-04-071-2/+13
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | core.actions: use Direction in move()hut2010-04-073-20/+11
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | widgets.pager: use Direction object in move()hut2010-04-074-79/+71
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | core.actions: more accurate checkshut2010-04-071-2/+2
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | fixeshut2010-04-073-6/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | replace fm.move_pointer/move_right with fm.movehut2010-04-073-9/+9
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | core.actions.move_right(): bugfixhut2010-04-072-2/+6
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | defaults.keys: fixed hint for c-keyhut2010-04-071-1/+1
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | core.actions: unified the movement functionshut2010-04-073-53/+106
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | defaults.keys: removed duplicate key definitionhut2010-04-061-2/+0
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | core.actions: move dummy function to an extra sectionhut2010-04-061-5/+9
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | ext.direction: simplification + docshut2010-04-061-99/+51
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | imported ext.direction from newkey branchhut2010-04-061-0/+121
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | fsobject.directory: reverse default size sort orderhut2010-04-181-1/+1
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | fsobject: in infostring, use "->" as suffix, not replacementhut2010-04-181-6/+10
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | improved loading of infostringshut2010-04-182-7/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | no "lazy" loading anymore, its not worth it
* | | | | | | | | | | | | | fsobject: Don't consider linked directories emptyhut2010-04-181-3/+3
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | Added option "max_console_history_size"hut2010-04-173-1/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | ranger.main: prioritize confdir in importshut2010-04-171-1/+1
| | | | | | | | | | | | |
* | | | | | | | | | | | | shared.settings: bugfix, forgot to remove max_filesize_for_previewhut2010-04-171-1/+0
| | | | | | | | | | | | |
* | | | | | | | | | | | | help.starting: explain uppercase flagshut2010-04-171-0/+3
| | | | | | | | | | | | |
* | | | | | | | | | | | | removed option "max_filesize_for_preview"hut2010-04-172-5/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I see no point in keeping it. Even very large files will only have the first few lines loaded and binary files aren't previewed anyway.
* | | | | | | | | | | | | Added option "show_hidden_bookmarks"hut2010-04-173-1/+5
| | | | | | | | | | | | |