Florian Bruhin
68b134b4a9
Don't filter events if mainwindow is not focused
2014-05-07 17:20:01 +02:00
Florian Bruhin
19af445da0
TODO += eliding bug
2014-05-07 09:06:22 +02:00
Florian Bruhin
b0f819ef68
Update TODO
2014-05-07 07:51:36 +02:00
Florian Bruhin
f2797d09b4
TODO reordering/update
2014-05-06 21:03:03 +02:00
Florian Bruhin
557805c8b2
Don't pass an empty QPrinter to QPrintDialog.
...
This was garbage collected on Linux when the dialog was opened, leading
to segfaults when the printer was changed in the dialog.
But actually we don't need it at all, so we just drop it.
2014-05-06 18:31:08 +02:00
Florian Bruhin
0a38a21f21
Revert "More TODO"
...
This reverts commit be10527208
.
2014-05-06 18:17:19 +02:00
Florian Bruhin
66fd51958b
Merge branch 'master' of ssh://lupin/qutebrowser
2014-05-06 18:16:44 +02:00
Florian Bruhin
34215806ca
Add SO links to TODO
2014-05-06 17:50:57 +02:00
Florian Bruhin
8e122abd35
Update TODO
2014-05-06 14:08:51 +02:00
Florian Bruhin
5656921a22
Don't add empty URLs to URL stack
2014-05-06 14:08:40 +02:00
Florian Bruhin
8628584041
Move probably fixed crashes in TODO
2014-05-06 12:03:44 +02:00
Florian Bruhin
ebd2f976ad
Update TODO
2014-05-06 11:59:00 +02:00
Florian Bruhin
de7c6a63b4
Fix shutdown of networkmanager
2014-05-06 10:53:38 +02:00
Florian Bruhin
74b42eaa93
Update TODO
2014-05-06 10:32:35 +02:00
Florian Bruhin
a4c8796cc0
More info for weird OpenType bug
2014-05-06 10:02:29 +02:00
Florian Bruhin
243b78a934
Add more crashes to TODO
2014-05-06 09:56:35 +02:00
Florian Bruhin
be10527208
More TODO
2014-05-06 07:51:27 +02:00
Florian Bruhin
2f93ebba66
Add crashes to TODO
2014-05-06 07:50:27 +02:00
Florian Bruhin
bbdbf95097
Update TODO
2014-05-06 06:29:48 +02:00
Florian Bruhin
667b255d01
Use QApplication for global singletons
2014-05-05 17:56:14 +02:00
Florian Bruhin
ae95b5ea3b
Basic cookie handling
2014-05-05 16:28:43 +02:00
Florian Bruhin
4ebe643ea6
Use simple enums for constants
2014-05-05 07:45:36 +02:00
Florian Bruhin
91e7565d1e
Update TODO
2014-05-04 18:07:09 +02:00
Florian Bruhin
cece9125ac
Add user stylesheet setting
2014-05-03 16:13:32 +02:00
Florian Bruhin
9e609bae8d
Add :spawn command
2014-05-03 14:25:22 +02:00
Florian Bruhin
8ada39ff8b
Add focus_tab command
2014-05-03 00:32:43 +02:00
Florian Bruhin
0d1ada27fd
Update TODO
2014-05-03 00:20:23 +02:00
Florian Bruhin
f7fa315890
Better URL detection
2014-05-03 00:20:01 +02:00
Florian Bruhin
a5c5910b25
Update TODO
2014-05-02 23:50:55 +02:00
Florian Bruhin
1c88688158
Update TODO
2014-05-02 17:54:22 +02:00
Florian Bruhin
efc613811f
Implement numeric hints
2014-05-02 17:53:16 +02:00
Florian Bruhin
e5c7d467ae
Update TODO
2014-05-02 16:54:44 +02:00
Florian Bruhin
fb24bcf016
Update TODO
2014-05-02 15:24:45 +02:00
Florian Bruhin
b74a97580f
Handle completions for ValueList sections correctly
2014-05-02 14:18:40 +02:00
Florian Bruhin
be467d5e50
Refactor command argument splitting.
...
This uses split=True/False as cmdutils.register argument again (because
we would never want to set maxsplit ourselves, only not splitting the
*last* argument makes any sense.
Also this uses shlex for splitting again, like earlier.
2014-05-02 10:28:41 +02:00
Florian Bruhin
836a5e04a5
Allow empty keys in config
2014-05-02 06:59:46 +02:00
Florian Bruhin
678abca244
Make user agent configurable
2014-05-02 06:55:55 +02:00
Florian Bruhin
a8463a2c46
Update TODO
2014-05-01 23:22:07 +02:00
Florian Bruhin
12255dc697
Update TODO
2014-05-01 21:11:15 +02:00
Florian Bruhin
6a725aa87f
Fix escaping in config
2014-05-01 21:09:29 +02:00
Florian Bruhin
48f9a1a449
Update TODO
2014-05-01 20:15:24 +02:00
Florian Bruhin
3ed22ffcbe
Return transformed value in get
2014-05-01 20:06:34 +02:00
Florian Bruhin
af6f6b99e9
Catch ValueError when reading config
2014-05-01 19:57:14 +02:00
Florian Bruhin
31ab264fe8
Update TODO
2014-05-01 17:14:55 +02:00
Florian Bruhin
746179d87c
TODO -= decorators
2014-04-30 17:06:33 +02:00
Florian Bruhin
b7950be719
Update TODO with new QTBUGs
2014-04-30 14:34:37 +02:00
Florian Bruhin
4188dd004c
Update TODO
2014-04-30 13:54:32 +02:00
Florian Bruhin
57604ad8e4
Update TODO
2014-04-30 13:33:52 +02:00
Florian Bruhin
1eabbfbfcf
Replace QAbstractItemModel by QStandardItemModel.
...
This is probably the most depressing commit ever.
For some reason I didn't find this while searching for models I could
use and rolled my own one. This uses A LOT less code, and is A LOT
faster...
2014-04-30 07:32:51 +02:00
Florian Bruhin
6420a7abfc
Update TODO
2014-04-29 17:24:25 +02:00