Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'fix/cursor-on-viewmode-change' of https://github.com/Enzime/ranger | hut | 2016-08-21 | 2 | -7/+13 |
|\ | |||||
| * | Fix cursor being lost when changing viewmodes | Michael Hoang | 2016-08-21 | 2 | -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 incorrectly | Michael Hoang | 2016-08-21 | 1 | -1/+1 |
|/ | | | | | The full size is only shown when ALL files (hidden or filtered) are selected. | ||||
* | Remove incorrect part of conditional | Michael Hoang | 2016-08-20 | 1 | -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 Fujimoto | 2016-08-04 | 1 | -1/+1 |
| | |||||
* | Command chaining now handles semicolon whitespace. | The Flying Rapist | 2016-07-10 | 1 | -1/+1 |
| | |||||
* | Merge branch 'document-scout-flag-r' of https://github.com/nevimov/ranger | hut | 2016-07-05 | 2 | -0/+2 |
|\ | |||||
| * | Document -r flag for scout command | nevimov | 2016-06-27 | 2 | -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/ranger | hut | 2016-07-05 | 1 | -7/+7 |
|\ \ | |||||
| * | | Update AUTHORS | insivest | 2016-07-05 | 1 | -7/+7 |
| | | | |||||
* | | | use importlib on py2.7+ to fix loading commands from plugins | hut | 2016-07-04 | 1 | -2/+10 |
| | | | |||||
* | | | container.settings: use constants for `setopt` signal priorities | hut | 2016-07-04 | 3 | -4/+18 |
| | | | |||||
* | | | widgets.view_miller: fix `set column_ratios ...` | hut | 2016-07-04 | 1 | -1/+2 |
|/ / | | | | | | | the view was rebuilt *before* the setting was changed, not *after* | ||||
* | | Merge branch 'import' of https://github.com/stepshal/ranger | hut | 2016-06-26 | 2 | -2/+4 |
|\ \ | |||||
| * | | Put imports on separate lines. | stepshal | 2016-06-25 | 2 | -2/+4 |
| | | | |||||
* | | | Merge branch 'misspellings' of https://github.com/stepshal/ranger | hut | 2016-06-26 | 11 | -12/+12 |
|\ \ \ | |_|/ |/| | | |||||
| * | | Fix misspellings | stepshal | 2016-06-26 | 11 | -12/+12 |
| |/ | |||||
* / | Add missing trailing commas | stepshal | 2016-06-25 | 2 | -2/+2 |
|/ | |||||
* | Merge branch 'whitespace' of https://github.com/stepshal/ranger | hut | 2016-06-25 | 17 | -31/+31 |
|\ | |||||
| * | Add missing whitespaces around arithmetic operators | stepshal | 2016-06-22 | 17 | -31/+31 |
| | | |||||
* | | Reintroduce some changes from cbe0062 after reverting it | Wojciech Siewierski | 2016-06-22 | 1 | -0/+1 |
| | | |||||
* | | Fix the Travis-CI status URL | Wojciech Siewierski | 2016-06-22 | 1 | -1/+1 |
| | | |||||
* | | Show Travis-CI status | Wojciech Siewierski | 2016-06-22 | 1 | -0/+3 |
| | | |||||
* | | Revert "use importlib to load pugins, and try to load commands from them" | Wojciech Siewierski | 2016-06-22 | 1 | -3/+1 |
| | | | | | | | | | | | | This reverts commit cbe0062dfe75b50be1eecf7501d5331d07701d37. It was breaking the compatibility with Python 2.6. | ||||
* | | Enable Travis-CI | Wojciech Siewierski | 2016-06-22 | 2 | -1/+19 |
|/ | |||||
* | Use 'except Exception:' instead of 'except:' | stepshal | 2016-06-22 | 38 | -120/+120 |
| | |||||
* | Put colon-separated compound statement on separate lines. | stepshal | 2016-06-21 | 8 | -26/+52 |
| | |||||
* | removed old configuration syntax warning | hut | 2016-06-21 | 1 | -2/+0 |
| | |||||
* | removed screenshot. It's in the repository `ranger-assets` now | hut | 2016-06-21 | 2 | -1/+1 |
| | |||||
* | Merge branch 'whitespace' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 3 | -7/+7 |
|\ | |||||
| * | Remove whitespace in blank lines | stepshal | 2016-06-19 | 3 | -7/+7 |
| | | |||||
* | | Merge branch 'backslash' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 17 | -44/+44 |
|\ \ | |||||
| * | | Remove reduntant backslash between brackets. | stepshal | 2016-06-19 | 17 | -44/+44 |
| |/ | |||||
* | | Merge branch 'comment' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 10 | -15/+15 |
|\ \ | |||||
| * | | Make at least two spaces before inline comment | stepshal | 2016-06-19 | 10 | -15/+15 |
| |/ | |||||
* | | comment style fixes | hut | 2016-06-21 | 2 | -7/+7 |
| | | | | | | | | Thanks to stepshal, see #586 | ||||
* | | Merge branch 'membership' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 5 | -8/+8 |
|\ \ | |||||
| * | | test for membership should be 'not in' | stepshal | 2016-06-19 | 5 | -8/+8 |
| |/ | |||||
* | | Merge branch 'comparison' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 3 | -4/+4 |
|\ \ | |||||
| * | | comparison to None should be 'if cond is None:' | stepshal | 2016-06-19 | 3 | -4/+4 |
| |/ | |||||
* | | Merge branch 'comparison1' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 1 | -3/+3 |
|\ \ | |||||
| * | | Comparison to True/False should be 'if cond is True/False:' or 'if not cond:'. | stepshal | 2016-06-19 | 1 | -3/+3 |
| |/ | |||||
* | | core.loader: removed redundant `.readlines()` | hut | 2016-06-21 | 1 | -1/+1 |
| | | | | | | | | Thanks to @Vifon for pointing it out | ||||
* | | Merge branch 'ambiguous' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 1 | -3/+3 |
|\ \ | |||||
| * | | Change ambiguous variable name 'l' to 'L' | stepshal | 2016-06-20 | 1 | -3/+3 |
| |/ | |||||
* | | Merge branch 'E251' of https://github.com/stepshal/ranger | hut | 2016-06-21 | 4 | -16/+16 |
|\ \ | |||||
| * | | Remove unexpected spaces around keyword / parameter equals | stepshal | 2016-06-19 | 4 | -16/+16 |
| |/ | |||||
* | | core.loader: added docstring to Loader class | hut | 2016-06-21 | 1 | -0/+3 |
| | | |||||
* | | core.loader: added signals 'loader.{before,after,destroy}' | hut | 2016-06-21 | 1 | -0/+3 |
|/ | |||||
* | Merge branch 'whitespaces' of https://github.com/stepshal/ranger | hut | 2016-06-18 | 3 | -3/+3 |
|\ |