Update BUGS/TODO.

This commit is contained in:
Florian Bruhin 2014-09-15 22:29:09 +02:00
parent 55216e207f
commit 8b629cd245
2 changed files with 13 additions and 0 deletions

View File

@ -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
-----

View File

@ -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
=====================================