From 8b629cd245c9d5a83bdfc2e8eee3e7d5c76b386e Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 15 Sep 2014 22:29:09 +0200 Subject: [PATCH] Update BUGS/TODO. --- doc/BUGS | 5 +++++ doc/TODO | 8 ++++++++ 2 files changed, 13 insertions(+) diff --git a/doc/BUGS b/doc/BUGS index 53474a939..3084b3874 100644 --- a/doc/BUGS +++ b/doc/BUGS @@ -32,6 +32,9 @@ Webview succeeds). - Opening editor is broken on http://p.cmpl.cc/ (probably a CodeMirror issue?) - Middle-clicking anchors doesn't actually move to the anchor in the new tab +- lots of "Element vanished" warnings on + http://docs.saltstack.com/en/latest/topics/tutorials/pillar.html when + clicking Input ----- @@ -106,6 +109,8 @@ Misc windows - Current font handling is rather broken (rejecting invalid values / setting multiple font families) - we should use PyPEG2 instead. +- On first start: KeyError because geometry couldn't be read logged as WARNING. +- tabs don't redraw properly when changing font Tests ----- diff --git a/doc/TODO b/doc/TODO index 6941b7ae7..c9b2a8ee0 100644 --- a/doc/TODO +++ b/doc/TODO @@ -56,6 +56,10 @@ Downloads Improvements / minor features ============================= +- earlyinit: Show installing python-pip3 and call pip3 instead of pip for + debian +- README: Add single apt-get line for all dependencies +- Don't use colorama in scripts - Command/page to show all keybindings? - File moves: - state should be in data, not config @@ -138,6 +142,10 @@ style enum/namedtuple). - Config init and some persistent objects should be moved out of QApplication. - Use separate logger for config +- Fix spelling of "temporarely" +- Refactor earlyinit library checking so functions don't need to be called + individually. +- Refactor utils.version to use programmatic imports and a dict. dwb keybindings to possibly implement =====================================