summary refs log tree commit diff stats
path: root/ranger/gui/widgets/view_miller.py
Commit message (Collapse)AuthorAgeFilesLines
* gui: Replace `_curses` with `curses`nfnty2017-01-251-3/+2
|
* linting: pylint: Enable `broad-except`, Improve loggingnfnty2017-01-211-2/+2
| | | | | | | Handle exceptions explicitly to prevent unexpected errors from causing problems. Improve exception and notification logging.
* Python 3 division: Remove explicit float conversionsnfnty2017-01-211-2/+2
|
* Python 3 division: Import `division` from `__future__`nfnty2017-01-211-1/+1
|
* linting: Correct autopep8nfnty2017-01-181-10/+5
| | | | Allow bad whitespace in special circumstances
* linting: Python 2 compat: Import from `__future__`nfnty2017-01-171-0/+2
|
* linting: pylint and flake8nfnty2017-01-171-7/+15
|
* linting: autopep8nfnty2017-01-171-9/+9
|
* 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.
* container.settings: use constants for `setopt` signal prioritieshut2016-07-041-1/+2
|
* widgets.view_miller: fix `set column_ratios ...`hut2016-07-041-1/+2
| | | | the view was rebuilt *before* the setting was changed, not *after*
* Put imports on separate lines.stepshal2016-06-251-1/+2
|
* Use 'except Exception:' instead of 'except:'stepshal2016-06-221-2/+2
|
* Put colon-separated compound statement on separate lines.stepshal2016-06-211-1/+2
|
* Remove reduntant backslash between brackets.stepshal2016-06-191-3/+3
|
* Add two blank lines where is expectedstepshal2016-06-161-0/+1
|
* widgets.view_miller: fix warning when toggling view modehut2016-05-061-1/+1
|
* Implement Midnight Commander-like mutlipane viewhut2016-04-011-0/+267