Commit Graph

2521 Commits

Author SHA1 Message Date
Florian Bruhin
6d2acc244c Use an LRU cache for stylesheets 2014-08-28 20:14:40 +02:00
Florian Bruhin
5176dac391 Raise exceptions in QWebPage::extensions properly. 2014-08-28 20:14:24 +02:00
Florian Bruhin
d6cbdd7f95 Update TODO 2014-08-27 22:41:20 +02:00
Florian Bruhin
c675405525 Update BUGS/TODO 2014-08-27 22:29:29 +02:00
Florian Bruhin
cb2dd62dc5 Fix lint 2014-08-27 22:23:37 +02:00
Florian Bruhin
3a73f9f532 Improve performance with statusbar error property 2014-08-27 21:03:43 +02:00
Florian Bruhin
af10d1c857 Fix cache invalidation for on_setting_changed. 2014-08-27 20:22:38 +02:00
Florian Bruhin
7f40a5789d Update TODO 2014-08-27 20:19:17 +02:00
Florian Bruhin
68ef9b97a3 Add an LRU cache to the config. 2014-08-27 20:16:04 +02:00
Florian Bruhin
d2b744b195 Add Claude to authors 2014-08-27 13:21:45 +02:00
Florian Bruhin
f6c1c8b73b generate_doc: Order authors correctly. 2014-08-27 13:16:01 +02:00
Florian Bruhin
48968bba33 Merge pull request #1 from claudehohl/master
AppArmor profile for qutebrowser
2014-08-27 13:12:55 +02:00
Claude
b683a643f0 allow for local and systemwide installations 2014-08-27 13:10:06 +02:00
Claude
93040e0f30 allow only to read/write own files 2014-08-27 13:01:13 +02:00
Claude
1da249f85b allow detection of /tmp 2014-08-27 12:50:33 +02:00
Claude
425fd1ea6b +ssl-abstractions, -proc +tmp 2014-08-27 12:45:07 +02:00
Claude
9e205c88c2 and even bettererer 2014-08-27 12:29:03 +02:00
Claude
bfddd162d9 make it better and better 2014-08-27 12:20:48 +02:00
Claude
2c0c4a5b6a make python matching version independent 2014-08-27 12:16:57 +02:00
Claude
eb1af05a77 -x 2014-08-27 12:10:49 +02:00
Claude
182d9cf33c improved AppArmor profile 2014-08-27 12:10:35 +02:00
Claude
c7da703af5 mv 2014-08-27 11:37:24 +02:00
Florian Bruhin
562388fe52 Rename config.conftypes to config.configtypes. 2014-08-26 21:41:41 +02:00
Florian Bruhin
2fb43af2b2 Update BUGS/TODO 2014-08-26 21:28:52 +02:00
Florian Bruhin
ce4a5affa4 Rename commands.utils to commands.cmdutils. 2014-08-26 20:48:39 +02:00
Florian Bruhin
270b822908 Simplify imports in keyinput.modeman. 2014-08-26 20:38:50 +02:00
Florian Bruhin
dd9fed7a3e Adjust docs for qtutils. 2014-08-26 20:38:23 +02:00
Florian Bruhin
c72bfff306 Rename commands.exceptions to commands.cmdexc. 2014-08-26 20:38:10 +02:00
Florian Bruhin
5adf48ed3d Rename utils.url to utils.urlutils. 2014-08-26 20:33:41 +02:00
Florian Bruhin
8bd64382bd Rename utils.qt to utils.qtutils. 2014-08-26 20:25:11 +02:00
Florian Bruhin
d9a8cbe7ad Rename utils.misc to utils.utils 2014-08-26 20:20:17 +02:00
Florian Bruhin
b4298c2922 Remove 'as logger' imports. 2014-08-26 20:15:41 +02:00
Florian Bruhin
e04b31eb90 Remove qt_ prefix from qtutils functions. 2014-08-26 19:23:06 +02:00
Florian Bruhin
d625cde28c Clean up imports 2014-08-26 19:10:14 +02:00
Florian Bruhin
45608ee9f8 Add bugs URL to colorama issue 2014-08-26 06:35:58 +02:00
Florian Bruhin
1a24e953c6 Better way to deinit colorama 2014-08-25 22:26:52 +02:00
Florian Bruhin
7f214fdf0e Update TODO 2014-08-25 22:25:58 +02:00
Florian Bruhin
f452b02b24 Turn off repainting while moving tabs.
Before we had some flashing because we're removing the tab, inserting the new
one, and then focusing the new one.
2014-08-25 15:41:19 +02:00
Florian Bruhin
2b85093d90 Fix ss/sl/sk keybindings. 2014-08-25 15:41:06 +02:00
Florian Bruhin
743cc47229 Default to delta=1 for gl/gr. 2014-08-25 15:40:48 +02:00
Florian Bruhin
c37552893b Update TODO. 2014-08-25 15:28:27 +02:00
Florian Bruhin
03cb9c353b Fix clipboard selection in :paste on windows. 2014-08-25 15:28:07 +02:00
Florian Bruhin
984f984cf0 Fix lint. 2014-08-25 10:58:12 +02:00
Florian Bruhin
012482ce10 Fix colorama log issues on Windows when frozen.
With the new version of colorlog, colorama.init() gets called when opening
colorlog, which then lead to sys.stderr not being None anymore (but a wrapped
"None"), which lead to an exception when we checked isatty().

We now just unwrap these again.
2014-08-25 10:52:38 +02:00
Florian Bruhin
d2b7530c0a Merge branch 'master' of ssh://lupin/qutebrowser 2014-08-25 07:01:33 +02:00
Florian Bruhin
bbcf593f38 Fix logfilter 2014-08-25 06:58:41 +02:00
Florian Bruhin
66e670a96b Fix ignore_case for searching. 2014-08-25 06:56:14 +02:00
Florian Bruhin
e576ff608f utils.webelem: Don't treat select boxes as editable. 2014-08-22 07:54:48 +02:00
Florian Bruhin
c826db7e03 Make editor config configurable 2014-08-20 20:57:10 +02:00
Florian Bruhin
66a09f6993 pylint_checkers: Don't check binary open in openencoding. 2014-08-20 20:33:34 +02:00