summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | | | Merge branch 'master' into develhut2010-04-0910-24/+136
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | | |_|_|_|_|_|_|_|_|/ / / / / / | | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | tc_direction: fixedhut2010-04-081-1/+1
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | maximum=X means that the maximum value is set to X-1. Works for lists: d.move(maximum=len(lst)) is this counter intuitive?
| * | | | | | | | | | | | | | | Merge branch 'master' into develhut2010-04-081-0/+2
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ 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
| | |_|_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | | comment out test_duck_typinghut2010-04-071-4/+5
| | |_|_|_|_|_|_|_|_|/ / / / / / | |/| | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 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-072-2/+22
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | added test case for ranger.ext.directionhut2010-04-071-0/+71
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | make clean: fixedhut2010-04-071-1/+1
| | | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | | 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
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | help.starting: updatedhut2010-04-171-4/+5
| | | | | | | | | | | | | |
* | | | | | | | | | | | | | fsobject: lazy calculation of infostringhut2010-04-163-25/+34
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | widgets.statusbar: cleanupshut2010-04-161-4/+2
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | ranger.1: added S key to man pagehut2010-04-161-0/+3
| | | | | | | | | | | |
* | | | | | | | | | | | added ruby mimetypehut2010-04-161-0/+2
| | | | | | | | | | | |
* | | | | | | | | | | | defaults.apps: removed unnecessary escape characterhut2010-04-161-1/+1
| |_|_|_|_|_|_|/ / / / |/| | | | | | | | | |
* | | | | | | | | | | widget.browsercolumn: display "?" in info in a different colorhut2010-04-143-1/+13
| | | | | | | | | | |
* | | | | | | | | | | widgets.browsercolumn: added sanity check when clicking on previewhut2010-04-141-14/+15
| | | | | | | | | | |
* | | | | | | | | | | fsobject: use a "?" if no infostring is availablehut2010-04-142-2/+4
| | | | | | | | | | |
* | | | | | | | | | | fixed rarely occuring permission issuehut2010-04-142-5/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The case where you're not allowed to read the destination of a link was not handled properly. This happens namely in the procfs.
* | | | | | | | | | | fsobject.fsobject: display more informationhut2010-04-141-5/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | added attributes is_socket and is_fifo add special file info to infostring
* | | | | | | | | | | fsobject.fsobject: get the stat() of link destinationshut2010-04-141-1/+6
| | | | | | | | | | |
* | | | | | | | | | | widgets.statusbar: better error detectionhut2010-04-141-5/+8
| | | | | | | | | | |