Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Merge branch 'devel' | hut | 2010-04-18 | 30 | -1119/+1667 | |
|\ | ||||||
| * | ranger.main: Added compatibility warning | hut | 2010-04-18 | 2 | -0/+6 | |
| | | ||||||
| * | removed code for backwards compatibilty | hut | 2010-04-18 | 4 | -69/+0 | |
| | | ||||||
| * | defaults.keys: another example | hut | 2010-04-18 | 1 | -1/+2 | |
| | | ||||||
| * | ranger.defaults.keys: added documentation | hut | 2010-04-18 | 1 | -1/+18 | |
| | | ||||||
| * | container.keymap: removed __getitem__ from KeyManager | hut | 2010-04-18 | 2 | -2/+1 | |
| | | ||||||
| * | Rename context "general" to "browser" for less ambiguity | hut | 2010-04-18 | 3 | -5/+5 | |
| | | ||||||
| * | gui.displayable: always move when resizing | hut | 2010-04-18 | 1 | -3/+1 | |
| | | | | | | | | To fix bug #73 which re-emerged :S | |||||
| * | defaults.keys: Allow typing in numbers | hut | 2010-04-18 | 1 | -0/+6 | |
| | | ||||||
| * | use command.quick() rather than command.quick_open() | hut | 2010-04-18 | 2 | -3/+3 | |
| | | | | | | | | name could be confused with quickopenconsole | |||||
| * | default.commands: add documentation | hut | 2010-04-18 | 1 | -0/+41 | |
| | | ||||||
| * | defaults.commands: reduced it to only what's necessary | hut | 2010-04-18 | 3 | -171/+207 | |
| | | ||||||
| * | Merge branch 'master' into devel | hut | 2010-04-18 | 2 | -15/+14 | |
| |\ | ||||||
| * | | ranger.main: formatting | hut | 2010-04-18 | 1 | -4/+4 | |
| | | | ||||||
| * | | defaults.keys: add movement keys to taskview | hut | 2010-04-18 | 1 | -0/+2 | |
| | | | ||||||
| * | | Merge branch 'master' into devel | hut | 2010-04-18 | 11 | -82/+109 | |
| |\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: ranger/gui/ui.py ranger/gui/widgets/console.py ranger/gui/widgets/pager.py ranger/gui/widgets/taskview.py ranger/shared/settings.py | |||||
| | * | | main: added load_settings(). Store apps/keys in fm now. | hut | 2010-04-18 | 7 | -43/+57 | |
| | | | | | | | | | | | | | | | | Also, commands are now loaded from ~/.ranger/commands.py if available | |||||
| * | | | core.actions: avoid exception | hut | 2010-04-16 | 2 | -3/+8 | |
| | | | | ||||||
| * | | | core.actions.hint(): relocation, more abstraction | hut | 2010-04-16 | 1 | -3/+3 | |
| | | | | ||||||
| * | | | container.keybuffer: use set for digitlist | hut | 2010-04-16 | 1 | -1/+1 | |
| | | | | ||||||
| * | | | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into devel | hut | 2010-04-16 | 5 | -17/+21 | |
| |\ \ \ | ||||||
| | * \ \ | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into devel | hut | 2010-04-16 | 5 | -275/+290 | |
| | |\ \ \ | ||||||
| | * | | | | console: bugfix | hut | 2010-04-16 | 1 | -1/+1 | |
| | | | | | | ||||||
| | * | | | | console: different prompt | hut | 2010-04-16 | 2 | -3/+2 | |
| | | | | | | ||||||
| | * | | | | deleted oldkeys.py | hut | 2010-04-16 | 1 | -555/+0 | |
| | | | | | | ||||||
| | * | | | | widgets.console: added "prompt" keyword argument for console.open() | hut | 2010-04-15 | 3 | -5/+10 | |
| | | | | | | ||||||
| | * | | | | widgets.statusbar: Use "*" rather than "//" to indicate bold text | hut | 2010-04-15 | 2 | -9/+9 | |
| | | | | | | ||||||
| * | | | | | container.keybuffer: added documentation | hut | 2010-04-16 | 1 | -0/+3 | |
| | | | | | | ||||||
| * | | | | | container.keybuffer: bugfix | hut | 2010-04-16 | 1 | -2/+3 | |
| | | | | | | ||||||
| * | | | | | core.actions: fix hints | hut | 2010-04-16 | 1 | -1/+3 | |
| | | | | | | ||||||
| * | | | | | Merge branch 'master' into devel | hut | 2010-04-16 | 1 | -4/+2 | |
| |\ \ \ \ \ | ||||||
| * \ \ \ \ \ | Merge branch 'master' into devel | hut | 2010-04-16 | 2 | -1/+3 | |
| |\ \ \ \ \ \ | ||||||
| * | | | | | | | ranger.container.keymap: added some documentation | hut | 2010-04-16 | 2 | -2/+20 | |
| | |_|_|/ / / | |/| | | | | | ||||||
| * | | | | | | moved container.keymap.KeyBuffer into seperate module | hut | 2010-04-16 | 4 | -163/+181 | |
| | | | | | | | ||||||
| * | | | | | | keymap: make lines shorter | hut | 2010-04-16 | 1 | -11/+11 | |
| | | | | | | | ||||||
| * | | | | | | keymap: replace to_string and is_ascii_digit with builtin methods | hut | 2010-04-16 | 1 | -13/+4 | |
| | | | | | | | ||||||
| * | | | | | | keymap: moved simulate_press to where it belongs: tc_newkeys | hut | 2010-04-16 | 1 | -9/+0 | |
| | | | | | | | ||||||
| * | | | | | | use utf8 encoding in keys.py | hut | 2010-04-16 | 1 | -0/+1 | |
| | | | | | | | ||||||
| * | | | | | | keymap: remove unused code | hut | 2010-04-16 | 1 | -7/+0 | |
| | | | | | | | ||||||
| * | | | | | | keymap: move translate_keys to ranger.ext.keybinding_parser | hut | 2010-04-16 | 2 | -84/+105 | |
| | | | | | | | ||||||
| * | | | | | | Removed ranger/defaults/oldkeys.py | hut | 2010-04-14 | 1 | -555/+0 | |
| | |_|/ / / | |/| | | | | ||||||
| * | | | | | Merge branch 'newkey' into devel | hut | 2010-04-14 | 20 | -737/+1620 | |
| |\ \ \ \ \ | ||||||
| | * \ \ \ \ | Merge branch 'dirarg' into newkey | hut | 2010-04-14 | 3 | -16/+40 | |
| | |\ \ \ \ \ | ||||||
| | | * | | | | | dirarg: improved | hut | 2010-04-14 | 2 | -13/+10 | |
| | | | | | | | | ||||||
| | | * | | | | | dirarg: cleanup | hut | 2010-04-14 | 2 | -6/+3 | |
| | | | | | | | | ||||||
| | | * | | | | | dirarg: fully functioning now | hut | 2010-04-14 | 2 | -14/+21 | |
| | | | | | | | | ||||||
| | | * | | | | | Merge branch 'newkey' into dirarg | hut | 2010-04-14 | 7 | -23/+21 | |
| | | |\ \ \ \ \ | ||||||
| | | * | | | | | | dirarg: tmp | hut | 2010-04-13 | 1 | -8/+9 | |
| | | | | | | | | | ||||||
| | | * | | | | | | dirarg: added unit test and almost working implementaiton | hut | 2010-04-13 | 1 | -1/+5 | |
| | | | | | | | | | ||||||
| | | * | | | | | | Started implementing dirarg | hut | 2010-04-13 | 2 | -10/+28 | |
| | | | | | | | | |