Commit Graph

1588 Commits

Author SHA1 Message Date
Florian Bruhin
c52caa1427 Leave hint mode when page loading started. 2014-05-13 11:17:36 +02:00
Florian Bruhin
abe183f024 Remove logging from webelem.py 2014-05-13 11:17:22 +02:00
Florian Bruhin
1c4bb0214d Handle cx_freeze in read_file. 2014-05-13 10:39:37 +02:00
Florian Bruhin
bf639602f5 Check if sys.stdout is not None before using it.
When using pythonw (e.g. with cx_Freeze), sys.__stdout__ and sys.stdout
will be None, so we don't need to flush it.

This also means faulthandler won't work correctly, so we don't enabled
it if we don't have an stdout.
2014-05-13 10:38:27 +02:00
Florian Bruhin
1031fc8560 More TODO 2014-05-13 10:38:06 +02:00
Florian Bruhin
d9bb1e904f Support back/forward mouse buttons 2014-05-13 09:53:29 +02:00
Florian Bruhin
4b78e9a9f5 Add missing docstring 2014-05-13 07:11:46 +02:00
Florian Bruhin
55ea24e431 Split statusbar into multiple files 2014-05-13 07:10:50 +02:00
Florian Bruhin
6020fa4b81 More TODO 2014-05-13 06:34:23 +02:00
Florian Bruhin
11e8053d5d More TODO update 2014-05-12 23:22:58 +02:00
Florian Bruhin
3fde59cd98 More TODO 2014-05-12 23:17:30 +02:00
Florian Bruhin
d11f1810be Update THANKS 2014-05-12 23:05:31 +02:00
Florian Bruhin
3c4866f3d9 Add show-favicons option 2014-05-12 23:03:55 +02:00
Florian Bruhin
c0933b9e3d TODO += more stuff 2014-05-12 23:03:41 +02:00
Florian Bruhin
cf0ab1d36a Update todo 2014-05-12 22:54:47 +02:00
Florian Bruhin
500756f77a TODO += stuff 2014-05-12 22:34:18 +02:00
Florian Bruhin
297a0e65c4 Work around the tabbar cut font issue 2014-05-12 21:23:16 +02:00
Florian Bruhin
fd6e739281 Change _error and _urltype to class attributes. 2014-05-12 18:35:26 +02:00
Florian Bruhin
0c4e7c5fe3 Fix class name in url stylesheet 2014-05-12 18:35:16 +02:00
Florian Bruhin
512625cee1 Support to show SSL status with URL color 2014-05-12 18:00:44 +02:00
Florian Bruhin
7c1ba7ab48 Fix lint 2014-05-12 17:46:15 +02:00
Florian Bruhin
7b7c82fe45 Also check if invalid keys are processed 2014-05-12 17:43:12 +02:00
Florian Bruhin
41a1671630 Add tests for basekeyparser 2014-05-12 17:39:37 +02:00
Florian Bruhin
c76819a8b0 Use loggings.warning instead of warn 2014-05-12 17:39:17 +02:00
Florian Bruhin
8ac215fa52 Clear old keybindings when rereading config. 2014-05-12 17:39:04 +02:00
Florian Bruhin
c3816b2820 Make min/max tab width configurable 2014-05-12 16:04:43 +02:00
Florian Bruhin
7b2961f23e Fix some backslash-quotes 2014-05-12 15:58:09 +02:00
Florian Bruhin
8ff4b6dd99 Fix lint 2014-05-12 14:52:04 +02:00
Florian Bruhin
db7077d94f Clean up javascript_escape 2014-05-12 14:33:12 +02:00
Florian Bruhin
fd43248d89 Remove needs_js for editor 2014-05-12 14:05:05 +02:00
Florian Bruhin
fa4b914326 Add tests for get_child_frames 2014-05-12 13:26:11 +02:00
Florian Bruhin
2ac787598d Add tests for is_visible with iframes 2014-05-12 12:16:41 +02:00
Florian Bruhin
6cd8fd407f Make copies of geometries before modifying them 2014-05-12 12:06:08 +02:00
Florian Bruhin
80d4068ad5 Clean up test_webelem 2014-05-12 11:41:35 +02:00
Florian Bruhin
1c4aa67813 TODO += auth 2014-05-12 11:29:10 +02:00
Florian Bruhin
57e465bb2d Add ssl-strict setting 2014-05-12 11:22:32 +02:00
Florian Bruhin
df3528e454 Fix lint 2014-05-12 11:22:17 +02:00
Florian Bruhin
366af0dd4c Add tests for CSS visibility attributes 2014-05-12 11:07:08 +02:00
Florian Bruhin
535c7c316c Fix tests for webelem.is_visible 2014-05-12 10:59:59 +02:00
Florian Bruhin
73d7d57879 TODO -= hinting of invisible elements 2014-05-12 10:59:46 +02:00
Florian Bruhin
0c9074f71b Handle QWebElements with an invalid geometry correctly 2014-05-12 10:59:30 +02:00
Florian Bruhin
3974c4dd88 Check hidden CSS elements 2014-05-12 10:58:23 +02:00
Florian Bruhin
419caf7116 Rename rect_on_screen to rect_on_view 2014-05-12 10:05:00 +02:00
Florian Bruhin
50f31ca7cb Handle visibility of elements on screen correctly 2014-05-12 10:04:27 +02:00
Florian Bruhin
f2f413e2d0 TODO += hintfail 2014-05-12 09:18:05 +02:00
Florian Bruhin
c61af3c805 Don't place hints in invisible frames 2014-05-12 09:17:05 +02:00
Florian Bruhin
dee97d6250 Fix TODO 2014-05-12 08:34:16 +02:00
Florian Bruhin
31a1e91866 Make hitTestResult work with frames correctly 2014-05-12 08:28:44 +02:00
Florian Bruhin
4eebe2dc57 First try at hinting with frames 2014-05-12 07:49:44 +02:00
Florian Bruhin
6584618078 Remove fixed bug 2014-05-11 22:03:46 +02:00