Commit Graph

  • d315a3131d Require QtWebEngine with --backend webengine Florian Bruhin 2016-07-11 22:51:05 +0200
  • ed3198db4e Merge branch 'rcorre-taskadd' Florian Bruhin 2016-07-11 21:15:14 +0200
  • 31b4f2e383 Update changelog Florian Bruhin 2016-07-11 21:15:03 +0200
  • fc2787dd72 Merge branch 'taskadd' of https://github.com/rcorre/qutebrowser into rcorre-taskadd Florian Bruhin 2016-07-11 21:14:21 +0200
  • cb84cbf730 Merge branch 'ismail-s-add-bookmark-by-url' Florian Bruhin 2016-07-11 20:55:38 +0200
  • fc999f247b Update docs Florian Bruhin 2016-07-11 20:55:24 +0200
  • 4f9be56d7d Merge branch 'add-bookmark-by-url' of https://github.com/ismail-s/qutebrowser into ismail-s-add-bookmark-by-url Florian Bruhin 2016-07-11 20:54:09 +0200
  • 9f9e41687f Add a (tmpdir) replacement for BDD tests Florian Bruhin 2016-07-11 20:47:37 +0200
  • 3d4cf1fc92 QtWebEngine: Fix icon access on Qt < 5.7 Florian Bruhin 2016-07-11 18:24:38 +0200
  • d91c922b4c Add --qute-bdd-webengine switch for end2end tests Florian Bruhin 2016-07-11 17:24:03 +0200
  • ed5af29ac9 Fix lint Florian Bruhin 2016-07-11 16:43:06 +0200
  • f2c52f96a1 Fix _on_url_changed Florian Bruhin 2016-07-11 16:32:37 +0200
  • 8b67d68d4a Move qtutils.ensure_valid in WebView.openurl Florian Bruhin 2016-07-11 16:32:24 +0200
  • e80475ed57 Remove support for showing JS statusbar messages Florian Bruhin 2016-07-11 16:19:44 +0200
  • d0aea24568 Remove WebView.linkHovered signal Florian Bruhin 2016-07-11 16:09:17 +0200
  • 914f9db8ca Actually connect _on_url_changed slot Florian Bruhin 2016-07-11 16:05:09 +0200
  • f46d6cbe27 Fix url_text, take 3 Florian Bruhin 2016-07-11 15:02:57 +0200
  • 9b75e661e2 Fix missed url_text substitutions Florian Bruhin 2016-07-11 14:59:00 +0200
  • 5d6eedcd49 Move URL/title handling to AbstractTab Florian Bruhin 2016-07-11 14:36:57 +0200
  • a470bfc3f3 Get rid of url_text_changed signal Florian Bruhin 2016-07-11 14:28:51 +0200
  • 5cbd540e15 Get rid of WebView.cur_url attribute Florian Bruhin 2016-07-11 14:20:46 +0200
  • 7e36884cbd Add some debug logging to early QWEW import Florian Bruhin 2016-07-11 13:49:24 +0200
  • 64dc099d51 pylint: Enable docstyle extension Florian Bruhin 2016-07-11 13:47:18 +0200
  • 6a07d231f4 pykint: Add some disable=unused-variable Florian Bruhin 2016-07-11 13:18:31 +0200
  • a64937122d Drop unneeded .keys() Florian Bruhin 2016-07-11 13:13:16 +0200
  • a5d2d3109e pylint: Reenable bad-builtin extension Florian Bruhin 2016-07-11 13:12:52 +0200
  • 1d237b0569 pylint: ignore wrong-import-position project-wide Florian Bruhin 2016-07-11 13:00:37 +0200
  • 63b8d225e8 pylint requirements: pylint 1.6 Florian Bruhin 2016-07-11 12:47:19 +0200
  • 216d8c3c13 test requirements: Update hypothesis to 3.4.1 Florian Bruhin 2016-07-11 12:45:47 +0200
  • c558a8b4ad Add missing docstring Florian Bruhin 2016-07-11 12:42:51 +0200
  • e9d606a782 Move load_status / SSL errors to AbstractTab Florian Bruhin 2016-07-11 12:08:54 +0200
  • 6ae232d8fc Move 'progress' to AbstractTab Florian Bruhin 2016-07-11 11:31:59 +0200
  • 8567fffdad Merge branch 'qtwebengine' Florian Bruhin 2016-07-11 10:56:20 +0200
  • b4f993e2ab Add an early-import for QtWebEngineWidgets Florian Bruhin 2016-07-11 09:18:05 +0200
  • 43c1f62e39 Also skip test_tab on PyQt < 5.6 Florian Bruhin 2016-07-10 22:10:16 +0200
  • a6a030e92f Add :print --pdf flag to skip printing dialog Jeremy Kaplan 2016-07-10 21:42:43 -0400
  • 86f381a3b7 Skip tests using fake_web_tab on PyQt < 5.6 Florian Bruhin 2016-07-10 21:00:35 +0200
  • 01b7b27bda Fix lines which are now too long Florian Bruhin 2016-07-10 17:33:36 +0200
  • b791095324 Rename browser.tab module and classes Florian Bruhin 2016-07-10 17:23:08 +0200
  • 2649418c0b Fix lint Florian Bruhin 2016-07-10 16:54:22 +0200
  • d2ece6b542 Move Backend enum to usertypes Florian Bruhin 2016-07-10 16:17:19 +0200
  • 34e39bed4e Add a test for cmd instance with wrong backend Florian Bruhin 2016-07-08 20:31:09 +0200
  • fd8e66136f tests: Add a mode_manager fixture Florian Bruhin 2016-07-08 20:12:37 +0200
  • 52e14950f1 tests: Fix messagemock with stack argument Florian Bruhin 2016-07-08 20:07:24 +0200
  • 7859df74c4 Add tests for Command.run Florian Bruhin 2016-07-08 19:30:40 +0200
  • b07cca023b Fix Command.run with no arguments Florian Bruhin 2016-07-08 20:13:35 +0200
  • 2136d00aa2 tests: Add a fake_args fixture Florian Bruhin 2016-07-08 19:30:17 +0200
  • 949172809d Add tab_registry to test_tab Florian Bruhin 2016-07-08 18:49:00 +0200
  • e36123735b Use a fixture for FakeWebTab Florian Bruhin 2016-07-08 18:48:24 +0200
  • 0ab601aaf3 Make it possible to limit commands to backends Florian Bruhin 2016-07-08 18:21:20 +0200
  • 11cd5f8653 Don't register webview in objreg Florian Bruhin 2016-07-08 17:18:26 +0200
  • 67eea1678e Move tab registry from webview to tab Florian Bruhin 2016-07-08 17:13:18 +0200
  • dcf39538a3 Improve objreg error message if no window is given Florian Bruhin 2016-07-08 17:09:20 +0200
  • fd7342b055 Move """ to separate line Ismail S 2016-07-08 15:58:47 +0100
  • 394d9d1404 Add more tests for :bookmark-add Ismail S 2016-07-08 15:54:39 +0100
  • 5ad66c29e1 Update docstring Ismail S 2016-07-08 15:38:58 +0100
  • babbd0771c Refactor code Ismail S 2016-07-08 15:33:13 +0100
  • 7360ea69ba Fix lint Florian Bruhin 2016-07-08 13:08:31 +0200
  • 06a6daee34 Add stubs for QtWebEngine Florian Bruhin 2016-07-08 12:53:48 +0200
  • cc11af5e28 Fix lint Florian Bruhin 2016-07-08 11:14:17 +0200
  • b0fa821bc3 pylint: Disable duplicate-code globally Florian Bruhin 2016-07-08 11:03:27 +0200
  • b1fda1b0ef Get rid of tab.run_webaction Florian Bruhin 2016-07-08 10:42:54 +0200
  • 55784f9783 Add tab.create() helper function Florian Bruhin 2016-07-08 10:20:53 +0200
  • 334f6cda4f tab: Rename modeman to mode_manager Florian Bruhin 2016-07-08 10:20:28 +0200
  • 7c6dd60f35 Fix test_on_tab_changed in statusbar.url tests Florian Bruhin 2016-07-08 10:17:53 +0200
  • 37d20023b3 Remove now unneeded vulture ignore Florian Bruhin 2016-07-08 10:10:08 +0200
  • f9eecaf584 Fix typo Florian Bruhin 2016-07-08 10:09:49 +0200
  • 782561462b Use stubs.FakeWebTab to fake tabs Florian Bruhin 2016-07-08 10:09:03 +0200
  • 09f4c2199e Rename widget to tab in some places Florian Bruhin 2016-07-08 10:08:44 +0200
  • b8086d1d13 mhtml: web_view -> tab rename Florian Bruhin 2016-07-08 10:08:11 +0200
  • 2befebaf3a Don't use properties for AbstractTab Florian Bruhin 2016-07-08 10:05:46 +0200
  • ecd399181d Fix AbstractSearch attribute docs Florian Bruhin 2016-07-08 09:15:28 +0200
  • 3bb5b5d1c9 Merge branch 'blyxxyz-status-position' Florian Bruhin 2016-07-08 09:11:29 +0200
  • b5c1db6bae Merge branch 'status-position' of https://github.com/blyxxyz/qutebrowser into blyxxyz-status-position Florian Bruhin 2016-07-08 09:10:26 +0200
  • 9898b1af37 pylint: Remove -j0 Florian Bruhin 2016-07-07 23:22:42 +0200
  • a8c55ffe08 Stop downloads bar from pushing away status bar Jan Verbeek 2016-07-07 23:11:08 +0200
  • 3b0fb84c47 Allow adding bookmarks by url Ismail S 2016-07-07 20:16:19 +0100
  • e4b0b7fffd Fix lint Florian Bruhin 2016-07-07 20:12:17 +0200
  • 70fb9bfd51 Regenerate docs again Florian Bruhin 2016-07-07 20:08:12 +0200
  • dde8ac6844 Use __slots__ for tab.TabData Florian Bruhin 2016-07-07 19:36:27 +0200
  • b999090a51 Hide --backend argument for now Florian Bruhin 2016-07-07 18:35:39 +0200
  • 0207f8758b Only disable reports with --backend webengine Florian Bruhin 2016-07-07 18:26:06 +0200
  • 2fd01e57e6 Add default value for --backend argument Florian Bruhin 2016-07-07 18:24:35 +0200
  • ee7b4256a9 Fix AbstractTab repr() with no URL available Florian Bruhin 2016-07-07 18:24:08 +0200
  • d9516b9c1d Adjust various comments Florian Bruhin 2016-07-07 18:03:37 +0200
  • 3c99436950 Make on_* methods in tab private Florian Bruhin 2016-07-07 16:10:35 +0200
  • 868f781f4d Rename zoom._set_default_zoom to zoom.set_default Florian Bruhin 2016-07-07 16:09:38 +0200
  • 1c9d0857cb Various cleanups Florian Bruhin 2016-07-07 16:08:59 +0200
  • 9421db8869 Update docs for --backend Florian Bruhin 2016-07-07 14:43:21 +0200
  • 40f0aa0023 Fix pylint without QtWebEngine available Florian Bruhin 2016-07-07 14:41:39 +0200
  • fea25d715c Add Percentage test with None-value Florian Bruhin 2016-07-07 14:11:01 +0200
  • 3fe851ed84 Temporarily remove tab.py from perfect_files Florian Bruhin 2016-07-07 14:09:44 +0200
  • 5420d6d2ae Mark some session tests as xfail Florian Bruhin 2016-07-07 13:35:13 +0200
  • 7e3e9618b2 Revert "Adjust QtWebKit _key_press to QtWebEngine one" Florian Bruhin 2016-07-07 12:47:48 +0200
  • e1bad17f2a Split up SessionManager._save_tab_item Florian Bruhin 2016-07-07 12:04:50 +0200
  • b23ddb31c9 Fix lint Florian Bruhin 2016-07-07 11:47:02 +0200
  • be02bfb37d Unify arguments for on_mode_* slots in Caret Florian Bruhin 2016-07-07 11:29:12 +0200
  • df2c50aa60 Add class docstrings for webkittab/webenginetab Florian Bruhin 2016-07-07 11:28:57 +0200
  • de60ad04dc Fix mouse wheel zooming Florian Bruhin 2016-07-07 11:19:36 +0200
  • f72f82fb0c QtWebEngine: Fix userData() call on session saving Florian Bruhin 2016-07-07 11:14:30 +0200