Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Clean up | hut | 2010-04-19 | 15 | -53/+39 |
| | | | | | Mostly remove unused imports and move imports from functions to the module level | ||||
* | Use "/" for root in tabname if "dirname_in_tab" is true | hut | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | added option "dirname_in_tabs" | hut | 2010-04-19 | 3 | -3/+16 |
| | |||||
* | ext.keybinding_parser: added aliases for common special keys | hut | 2010-04-19 | 1 | -0/+3 |
| | |||||
* | ext.keybinding_parser: fixed function keys | hut | 2010-04-19 | 2 | -1/+4 |
| | |||||
* | defaults.apps: added fceux | hut | 2010-04-19 | 1 | -0/+6 |
| | |||||
* | README: Removed finished parts of roadmap | hut | 2010-04-19 | 1 | -2/+0 |
| | |||||
* | defaults.keys: updated hint, added "zm" | hut | 2010-04-19 | 1 | -2/+3 |
| | |||||
* | defaults.keys: fixed "%", default percentage back to 50 | hut | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | defaults.keys: added "zs" | hut | 2010-04-19 | 1 | -0/+1 |
| | |||||
* | defaults.keys: fixed "zd" | hut | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | defaults.apps: run ff/opera detached, dont open swf in elinks | hut | 2010-04-19 | 1 | -1/+5 |
| | |||||
* | defaults.apps: harmless typo | hut | 2010-04-19 | 1 | -1/+1 |
| | |||||
* | core.actions: abstracted searching strings in filenames | hut | 2010-04-19 | 2 | -5/+8 |
| | |||||
* | api.commands: fixed python3 compatibiliy error | hut | 2010-04-19 | 1 | -4/+4 |
| | |||||
* | ext.command_parser: bugfix in tab completion | hut | 2010-04-18 | 1 | -0/+1 |
| | |||||
* | defaults.keys: added zP key | hut | 2010-04-18 | 1 | -0/+1 |
| | |||||
* | shared.settings: Bugfix, read the options properly | hut | 2010-04-18 | 1 | -0/+3 |
| | |||||
* | gui.ui: fixed <C-c> key | hut | 2010-04-18 | 1 | -2/+2 |
| | |||||
* | defaults.keys: added <Enter> mapping in browser | hut | 2010-04-18 | 1 | -0/+1 |
| | |||||
* | Merge branch 'devel' | hut | 2010-04-18 | 38 | -1244/+2388 |
|\ | |||||
| * | 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 | ||||
| * | tc_displayable: improved (but not fixed) test_boundaries | hut | 2010-04-18 | 1 | -6/+8 |
| | | |||||
| * | tc_displayable: test_boundaries fails if you run it more often! | hut | 2010-04-18 | 1 | -20/+21 |
| | | |||||
| * | 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 |
| | | |||||
| * | Fixed unittests | hut | 2010-04-18 | 3 | -3/+5 |
| | | |||||
| * | 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 | 6 | -17/+23 |
| |\ \ \ | |||||
| | * \ \ | Merge branch 'devel' of ssh://repo.or.cz/srv/git/ranger into devel | hut | 2010-04-16 | 6 | -282/+308 |
| | |\ \ \ | |||||
| | * | | | | console: bugfix | hut | 2010-04-16 | 1 | -1/+1 |
| | | | | | | |||||
| | * | | | | console: different prompt | hut | 2010-04-16 | 2 | -3/+2 |
| | | | | | | |||||
| | * | | | | todo: added #81 | hut | 2010-04-16 | 1 | -0/+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 |
| | | | | | |