summary refs log tree commit diff stats
Commit message (Collapse)AuthorAgeFilesLines
* Added preview option for odt, ods, odp and sxw files using odt2txtFlorian Sattler2016-08-261-0/+3
|
* Revert "gui.displayable: more safe DisplayableContainer.replace_child"hut2016-08-221-13/+3
| | | | This reverts commit 8132885c2fbddc9e686f2285b307e28a1f29f2a7.
* gui.displayable: more safe DisplayableContainer.replace_childhut2016-08-211-3/+13
|
* Merge branch 'fix/cursor-on-viewmode-change' of https://github.com/Enzime/rangerhut2016-08-212-7/+13
|\
| * Fix cursor being lost when changing viewmodesMichael Hoang2016-08-212-7/+13
| | | | | | | | | | | | | | | | This results from finalize being called in order for the widgets. Previously when ranger changed viewmodes, it would delete then readd the widget object which meant that the finalize for the viewmode was called last instead of before console, which meant the finalize of the viewmode was setting and overriding the cursor position.
* | Fix full folder size being shown incorrectlyMichael Hoang2016-08-211-1/+1
|/ | | | | The full size is only shown when ALL files (hidden or filtered) are selected.
* Remove incorrect part of conditionalMichael Hoang2016-08-201-3/+2
| | | | | The incorrect part of the conditional is already covered correctly in has_preview(), so it is redundant and can be removed.
* rc.conf: Fix map for `r` (open_with command)Shotaro Fujimoto2016-08-041-1/+1
|
* Command chaining now handles semicolon whitespace.The Flying Rapist2016-07-101-1/+1
|
* Merge branch 'document-scout-flag-r' of https://github.com/nevimov/rangerhut2016-07-052-0/+2
|\
| * Document -r flag for scout commandnevimov2016-06-272-0/+2
| | | | | | | | | | The default rc.conf uses 'scout' with the '-r' flag in several places, but the flag isn't documented.
* | Merge branch 'authors' of https://github.com/insivest/rangerhut2016-07-051-7/+7
|\ \
| * | Update AUTHORSinsivest2016-07-051-7/+7
| | |
* | | use importlib on py2.7+ to fix loading commands from pluginshut2016-07-041-2/+10
| | |
* | | container.settings: use constants for `setopt` signal prioritieshut2016-07-043-4/+18
| | |
* | | widgets.view_miller: fix `set column_ratios ...`hut2016-07-041-1/+2
|/ / | | | | | | the view was rebuilt *before* the setting was changed, not *after*
* | Merge branch 'import' of https://github.com/stepshal/rangerhut2016-06-262-2/+4
|\ \
| * | Put imports on separate lines.stepshal2016-06-252-2/+4
| | |
* | | Merge branch 'misspellings' of https://github.com/stepshal/rangerhut2016-06-2611-12/+12
|\ \ \ | |_|/ |/| |
| * | Fix misspellingsstepshal2016-06-2611-12/+12
| |/
* / Add missing trailing commasstepshal2016-06-252-2/+2
|/
* Merge branch 'whitespace' of https://github.com/stepshal/rangerhut2016-06-2517-31/+31
|\
| * Add missing whitespaces around arithmetic operatorsstepshal2016-06-2217-31/+31
| |
* | Reintroduce some changes from cbe0062 after reverting itWojciech Siewierski2016-06-221-0/+1
| |
* | Fix the Travis-CI status URLWojciech Siewierski2016-06-221-1/+1
| |
* | Show Travis-CI statusWojciech Siewierski2016-06-221-0/+3
| |
* | Revert "use importlib to load pugins, and try to load commands from them"Wojciech Siewierski2016-06-221-3/+1
| | | | | | | | | | | | This reverts commit cbe0062dfe75b50be1eecf7501d5331d07701d37. It was breaking the compatibility with Python 2.6.
* | Enable Travis-CIWojciech Siewierski2016-06-222-1/+19
|/
* Use 'except Exception:' instead of 'except:'stepshal2016-06-2238-120/+120
|
* Put colon-separated compound statement on separate lines.stepshal2016-06-218-26/+52
|
* removed old configuration syntax warninghut2016-06-211-2/+0
|
* removed screenshot. It's in the repository `ranger-assets` nowhut2016-06-212-1/+1
|
* Merge branch 'whitespace' of https://github.com/stepshal/rangerhut2016-06-213-7/+7
|\
| * Remove whitespace in blank linesstepshal2016-06-193-7/+7
| |
* | Merge branch 'backslash' of https://github.com/stepshal/rangerhut2016-06-2117-44/+44
|\ \
| * | Remove reduntant backslash between brackets.stepshal2016-06-1917-44/+44
| |/
* | Merge branch 'comment' of https://github.com/stepshal/rangerhut2016-06-2110-15/+15
|\ \
| * | Make at least two spaces before inline commentstepshal2016-06-1910-15/+15
| |/
* | comment style fixeshut2016-06-212-7/+7
| | | | | | | | Thanks to stepshal, see #586
* | Merge branch 'membership' of https://github.com/stepshal/rangerhut2016-06-215-8/+8
|\ \
| * | test for membership should be 'not in'stepshal2016-06-195-8/+8
| |/
* | Merge branch 'comparison' of https://github.com/stepshal/rangerhut2016-06-213-4/+4
|\ \
| * | comparison to None should be 'if cond is None:'stepshal2016-06-193-4/+4
| |/
* | Merge branch 'comparison1' of https://github.com/stepshal/rangerhut2016-06-211-3/+3
|\ \
| * | Comparison to True/False should be 'if cond is True/False:' or 'if not cond:'.stepshal2016-06-191-3/+3
| |/
* | core.loader: removed redundant `.readlines()`hut2016-06-211-1/+1
| | | | | | | | Thanks to @Vifon for pointing it out
* | Merge branch 'ambiguous' of https://github.com/stepshal/rangerhut2016-06-211-3/+3
|\ \
| * | Change ambiguous variable name 'l' to 'L'stepshal2016-06-201-3/+3
| |/
* | Merge branch 'E251' of https://github.com/stepshal/rangerhut2016-06-214-16/+16
|\ \
| * | Remove unexpected spaces around keyword / parameter equalsstepshal2016-06-194-16/+16
| |/