Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gui: Replace `_curses` with `curses` | nfnty | 2017-01-25 | 1 | -3/+2 |
| | |||||
* | linting: pylint: Enable `broad-except`, Improve logging | nfnty | 2017-01-21 | 1 | -2/+2 |
| | | | | | | | Handle exceptions explicitly to prevent unexpected errors from causing problems. Improve exception and notification logging. | ||||
* | Python 3 division: Remove explicit float conversions | nfnty | 2017-01-21 | 1 | -2/+2 |
| | |||||
* | Python 3 division: Import `division` from `__future__` | nfnty | 2017-01-21 | 1 | -1/+1 |
| | |||||
* | linting: Correct autopep8 | nfnty | 2017-01-18 | 1 | -10/+5 |
| | | | | Allow bad whitespace in special circumstances | ||||
* | linting: Python 2 compat: Import from `__future__` | nfnty | 2017-01-17 | 1 | -0/+2 |
| | |||||
* | linting: pylint and flake8 | nfnty | 2017-01-17 | 1 | -7/+15 |
| | |||||
* | linting: autopep8 | nfnty | 2017-01-17 | 1 | -9/+9 |
| | |||||
* | 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. | ||||
* | container.settings: use constants for `setopt` signal priorities | hut | 2016-07-04 | 1 | -1/+2 |
| | |||||
* | 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* | ||||
* | Put imports on separate lines. | stepshal | 2016-06-25 | 1 | -1/+2 |
| | |||||
* | Use 'except Exception:' instead of 'except:' | stepshal | 2016-06-22 | 1 | -2/+2 |
| | |||||
* | Put colon-separated compound statement on separate lines. | stepshal | 2016-06-21 | 1 | -1/+2 |
| | |||||
* | Remove reduntant backslash between brackets. | stepshal | 2016-06-19 | 1 | -3/+3 |
| | |||||
* | Add two blank lines where is expected | stepshal | 2016-06-16 | 1 | -0/+1 |
| | |||||
* | widgets.view_miller: fix warning when toggling view mode | hut | 2016-05-06 | 1 | -1/+1 |
| | |||||
* | Implement Midnight Commander-like mutlipane view | hut | 2016-04-01 | 1 | -0/+267 |