Commit Graph

7 Commits

Author SHA1 Message Date
markqvist
a876c09b4c
Merge branch 'master' into urwid_constants 2024-01-18 15:38:11 +01:00
Aleksei Stepanov
77eca5d23e Use urwid constants for widgets instead of string equivalents
* Reduce `DeprecationWarning` amount:
  `get_focus` -> `focus_position` for `Frame` and `focus` for `Pile`
  `set_focus` -> use property `focus_position`
2024-01-18 11:58:22 +01:00
Aleksei Stepanov
ed6ba63317 Ban urwid==2.4.3 as containing UI regression.
Fix urwid entities init: use correct `super()`,
hack `__super` is officially deprecated.
Method <Class>.method(self, ...) is only for fallback in corner cases
(normally not recommended to use).
2024-01-18 10:22:38 +01:00
Mark Qvist
910e527cc7 Terminate log tail when view is inactive 2024-01-15 19:30:26 +01:00
Mark Qvist
7dcfed4e5c Updated shortcut bars 2021-07-02 13:39:02 +02:00
Mark Qvist
6537a3d5cd Added configurable glyph sets 2021-07-02 13:35:10 +02:00
Mark Qvist
8aec40fba2 Added log display 2021-06-30 22:17:21 +02:00