Commit Graph

8 Commits (1bbfacee9435cb8f2eda0317c49a12d02b2b2e16)

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 dcfcb27848 Default editor condition on Darwin 2021-09-11 13:08:54 +02:00
Mark Qvist 72f623293e Initial work on micron markup language. Work on guide section. 2021-07-05 01:15:02 +02:00
Mark Qvist 7dcfed4e5c Updated shortcut bars 2021-07-02 13:39:02 +02:00
Mark Qvist 0783b21272 Added configuration editor 2021-06-30 23:29:37 +02:00
Mark Qvist 8aec40fba2 Added log display 2021-06-30 22:17:21 +02:00