Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch 'squigglezworth-master' | toonn | 2018-09-08 | 1 | -38/+54 |
|\ | |||||
| * | Fix commit 520e76e | squigz | 2018-01-05 | 1 | -2/+1 |
| | | |||||
| * | Another pylint fix (2 spaces before in-line comment) | squigz | 2018-01-05 | 1 | -1/+1 |
| | | |||||
| * | Disable pylint too-many-branches for _draw_borders | squigz | 2018-01-05 | 1 | -0/+1 |
| | | |||||
| * | Further draw_borders refactoring, "both" isn't now a distinct state | Wojciech Siewierski | 2018-01-05 | 1 | -9/+17 |
| | | |||||
| * | Clean up the draw_borders code | Wojciech Siewierski | 2018-01-05 | 1 | -12/+11 |
| | | |||||
| * | draw_borders: treat true as both for backwards compatibility | squigz | 2018-01-04 | 1 | -1/+1 |
| | | |||||
| * | remove unnecessary checks | squigz | 2018-01-04 | 1 | -2/+2 |
| | | |||||
| * | Reduce calls to string.lower() | squigz | 2018-01-04 | 1 | -5/+4 |
| | | |||||
| * | Use True/False instead of 1/0 | squigz | 2018-01-04 | 1 | -4/+5 |
| | | | | | | | | | | Update padding conditions to not show when draw_borders is set to separators or none | ||||
| * | Changes draw_borders setting to a string | squigz | 2018-01-04 | 1 | -32/+33 |
| | | | | | | | | | | Allows drawing vertical separators between columns, borders around all the columns, both of the two, or none | ||||
| * | Remove _draw_separators and integrate with _draw_borders with the ↵ | squigz | 2018-01-04 | 1 | -64/+26 |
| | | | | | | | | `separators_only` argument | ||||
| * | Add option to draw separators between columns instead of drawing boxes | squigz | 2018-01-03 | 1 | -0/+46 |
| | | |||||
* | | widgets.view_miller: fix broken pager after changing view mode | hut | 2018-01-23 | 1 | -4/+4 |
|/ | | | | Fixes #1035 | ||||
* | 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 |