diff options
author | Florian Bruhin <git@the-compiler.org> | 2014-09-15 22:29:09 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2014-09-15 22:29:09 +0200 |
commit | 8b629cd245c9d5a83bdfc2e8eee3e7d5c76b386e (patch) | |
tree | 294736a138683121fa31651a8705c7ec9953f972 /doc | |
parent | 55216e207fe8f554674e69337497b8dac36ba97f (diff) | |
download | qutebrowser-8b629cd245c9d5a83bdfc2e8eee3e7d5c76b386e.tar.gz qutebrowser-8b629cd245c9d5a83bdfc2e8eee3e7d5c76b386e.zip |
Update BUGS/TODO.
Diffstat (limited to 'doc')
-rw-r--r-- | doc/BUGS | 5 | ||||
-rw-r--r-- | doc/TODO | 8 |
2 files changed, 13 insertions, 0 deletions
@@ -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 ----- @@ -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 ===================================== |