Commit Graph

166 Commits

Author SHA1 Message Date
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
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
Florian Bruhin
fd36cc16aa Update TODO 2014-04-27 21:38:17 +02:00
Florian Bruhin
4016a9823e TODO += unfocus 2014-04-25 19:02:26 +02:00
Florian Bruhin
b9ed472f75 Update TODO 2014-04-25 16:55:27 +02:00
Florian Bruhin
9252ef94ca Consistent string chars 2014-04-25 16:53:23 +02:00
Florian Bruhin
35ba97d338 Escape special INI chars in ConfigManager 2014-04-25 15:57:28 +02:00
Florian Bruhin
ede8b67b80 TODO update 2014-04-25 14:14:55 +02:00
Florian Bruhin
33f9aad6d8 bugfix: Order ValueList values in config properly 2014-04-25 14:13:31 +02:00
Florian Bruhin
c9a25d6309 Catch configparser exceptions on start 2014-04-25 13:55:26 +02:00
Florian Bruhin
c07c29e758 Update TODO 2014-04-25 13:38:02 +02:00