summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2014-09-15 22:29:09 +0200
committerFlorian Bruhin <git@the-compiler.org>2014-09-15 22:29:09 +0200
commit8b629cd245c9d5a83bdfc2e8eee3e7d5c76b386e (patch)
tree294736a138683121fa31651a8705c7ec9953f972 /doc
parent55216e207fe8f554674e69337497b8dac36ba97f (diff)
downloadqutebrowser-8b629cd245c9d5a83bdfc2e8eee3e7d5c76b386e.tar.gz
qutebrowser-8b629cd245c9d5a83bdfc2e8eee3e7d5c76b386e.zip
Update BUGS/TODO.
Diffstat (limited to 'doc')
-rw-r--r--doc/BUGS5
-rw-r--r--doc/TODO8
2 files changed, 13 insertions, 0 deletions
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
=====================================