summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* defaults.commands: reduced it to only what's necessaryhut2010-04-183-171/+207
* Fixed unittestshut2010-04-183-3/+5
* Merge branch 'master' into develhut2010-04-182-15/+14
|\
| * fsobject: in infostring, use "->" as suffix, not replacementhut2010-04-181-6/+10
| * improved loading of infostringshut2010-04-182-7/+2
| * fsobject: Don't consider linked directories emptyhut2010-04-181-3/+3
* | ranger.main: formattinghut2010-04-181-4/+4
* | defaults.keys: add movement keys to taskviewhut2010-04-181-0/+2
* | Merge branch 'master' into develhut2010-04-1811-82/+109
|\ \
| * | main: added load_settings(). Store apps/keys in fm now.hut2010-04-187-43/+57
| |/
| * 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
| * 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
* | core.actions: avoid exceptionhut2010-04-162-3/+8
* | core.actions.hint(): relocation, more abstractionhut2010-04-161-3/+3
* | container.keybuffer: use set for digitlisthut2010-04-161-1/+1
* | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-166-17/+23
|\ \
| * \ Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into develhut2010-04-166-282/+308
| |\ \
| * | | console: bugfixhut2010-04-161-1/+1
| * | | console: different prompthut2010-04-162-3/+2
| * | | todo: added #81hut2010-04-161-0/+2
| * | | deleted oldkeys.pyhut2010-04-161-555/+0
| * | | widgets.console: added "prompt" keyword argument for console.open()hut2010-04-153-5/+10
| * | | widgets.statusbar: Use "*" rather than "//" to indicate bold texthut2010-04-152-9/+9
* | | | container.keybuffer: added documentationhut2010-04-161-0/+3
* | | | container.keybuffer: bugfixhut2010-04-161-2/+3
* | | | core.actions: fix hintshut2010-04-161-1/+3
* | | | Merge branch 'master' into develhut2010-04-161-4/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | widgets.statusbar: cleanupshut2010-04-161-4/+2
* | | | Merge branch 'master' into develhut2010-04-163-1/+6
|\| | |
| * | | 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
* | | | ranger.container.keymap: added some documentationhut2010-04-162-2/+20
| |_|/ |/| |
* | | moved container.keymap.KeyBuffer into seperate modulehut2010-04-165-163/+182
* | | keymap: make lines shorterhut2010-04-161-11/+11
* | | keymap: replace to_string and is_ascii_digit with builtin methodshut2010-04-161-13/+4
* | | keymap: moved simulate_press to where it belongs: tc_newkeyshut2010-04-162-14/+14
* | | use utf8 encoding in keys.pyhut2010-04-161-0/+1
* | | keymap: remove unused codehut2010-04-161-7/+0
* | | keymap: move translate_keys to ranger.ext.keybinding_parserhut2010-04-163-86/+108
* | | Removed ranger/defaults/oldkeys.pyhut2010-04-141-555/+0
| |/ |/|
* | Merge branch 'newkey' into develhut2010-04-1425-842/+2222
|\ \
| * \ Merge branch 'dirarg' into newkeyhut2010-04-144-16/+47
| |\ \
| | * | dirarg: improvedhut2010-04-142-13/+10
n669' href='#n669'>669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 726 727 728 729 730 731 732 733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762 763 764 765 766 767 768 769 770 771 772 773