Commit Graph

  • b78de501c2 Adjust QtWebKit _key_press to QtWebEngine one Florian Bruhin 2016-07-07 11:09:51 +0200
  • 47ce6aff89 Send QtWebEngine fake key events to focus proxy Florian Bruhin 2016-07-07 11:07:20 +0200
  • ec053f8007 Simplify TabData implementation Florian Bruhin 2016-07-07 09:53:14 +0200
  • 40d28b80bf Fix typo Florian Bruhin 2016-07-07 09:27:51 +0200
  • 2bd07937e5 Remove unnecessary TabData.__getattr__ code Florian Bruhin 2016-07-07 09:23:03 +0200
  • 09f025628f Use tab.AbstractTab for signals/slots Florian Bruhin 2016-07-06 07:44:18 +0200
  • 7444f83dbf Fix importing of QtWebEngine specific code Florian Bruhin 2016-07-06 07:32:25 +0200
  • 17466b4f26 Fix some lint Florian Bruhin 2016-07-05 20:11:42 +0200
  • 4e5a7a891e tests: Use FakeWebTab for stubbing Florian Bruhin 2016-07-05 17:46:08 +0200
  • 5107a87291 Fix test_tab tests Florian Bruhin 2016-07-05 17:06:14 +0200
  • 7b37d85150 Pass modeman as argument to AbstractTab Florian Bruhin 2016-07-05 16:47:35 +0200
  • e0cd878606 Fix/tunnel mhtml downloads Florian Bruhin 2016-07-05 14:10:31 +0200
  • 0719101b6f Also tunnel :paste-primary Florian Bruhin 2016-07-05 14:00:59 +0200
  • 21b282ce29 Get rid of _DummyUserscriptRunner Florian Bruhin 2016-07-05 13:30:13 +0200
  • a6307497c0 Rewrite userscripts to work with async dumping Florian Bruhin 2016-07-05 11:58:31 +0200
  • edafa7c99f Tunnel a few features until we have a proper API Florian Bruhin 2016-07-05 11:14:25 +0200
  • 3c71337698 Handle OverflowError when scrolling Florian Bruhin 2016-07-05 11:14:04 +0200
  • 00b287117a Fix tabs.feature tests Florian Bruhin 2016-07-05 09:59:25 +0200
  • 0937a64f1c Fix :inspect Florian Bruhin 2016-07-04 17:49:25 +0200
  • 675f95a2e4 Add stubs for on_mode_{entered,left} for WebEngine Florian Bruhin 2016-07-04 17:06:16 +0200
  • 12fc0821c0 Try to implement some QtWebEngine scrolling Florian Bruhin 2016-07-04 17:04:34 +0200
  • 9c5143786c Implement scroll.pos_perc for QtWebEngine Florian Bruhin 2016-07-04 16:47:50 +0200
  • a1f4dcd542 Add QWebEngineView subclass Florian Bruhin 2016-07-04 16:39:54 +0200
  • 822e193682 Fix :view-source Florian Bruhin 2016-07-04 16:34:07 +0200
  • 04ee021bdb Add AbstractTab.set_html Florian Bruhin 2016-07-04 16:33:49 +0200
  • 78f425c98b Add AbstractTab.data Florian Bruhin 2016-07-04 16:12:58 +0200
  • 70b7314b76 Fix :debug-webaction Florian Bruhin 2016-07-04 15:45:20 +0200
  • deb0a10973 Add AbstractTab.backend attribute Florian Bruhin 2016-07-04 15:35:08 +0200
  • 4de48620e3 Fix loading of sessions Florian Bruhin 2016-07-04 15:18:49 +0200
  • a62e2a0c27 Fix :undo Florian Bruhin 2016-07-04 15:18:02 +0200
  • 09c3528585 Fix loading of marks Florian Bruhin 2016-07-04 14:43:30 +0200
  • 5dfd8d68bf Set focus proxy for AbstractTab Florian Bruhin 2016-07-04 14:39:37 +0200
  • 3c3043eeae Add tab.clear_ssl_errors() Florian Bruhin 2016-07-04 14:01:28 +0200
  • 86f63e1ae6 Add tab.new_tab_requested signal Florian Bruhin 2016-07-04 13:51:11 +0200
  • 4d650c8dfd Add tab.caret.follow_selected() Florian Bruhin 2016-07-04 13:35:38 +0200
  • 1148184892 Add tab.set_open_target Florian Bruhin 2016-07-04 13:07:18 +0200
  • 5dd4b2d56a Fix :buffer completion Florian Bruhin 2016-07-04 12:57:15 +0200
  • 52efa9f185 Make AbstractHistory.history private Florian Bruhin 2016-07-04 12:50:15 +0200
  • b0ba2125a3 Fix :undo Florian Bruhin 2016-07-04 12:48:29 +0200
  • aebc29337a Move __iter__ to AbstractHistory Florian Bruhin 2016-07-04 12:47:22 +0200
  • 59c9ee88e5 Quick fix for createWindow Florian Bruhin 2016-07-04 12:44:50 +0200
  • 94b856c565 Make self._widget private in wrappers Florian Bruhin 2016-07-04 11:33:15 +0200
  • 0b88c5d413 Re-implement searching for QtWebKit Florian Bruhin 2016-07-04 11:23:46 +0200
  • 515d16f137 Move selection()/has_selection() to caret Florian Bruhin 2016-07-04 07:52:49 +0200
  • 9f130c6b27 Disable crash reports Florian Bruhin 2016-06-28 15:44:08 +0200
  • 5c535213ad Random cleanups Florian Bruhin 2016-06-15 14:23:24 +0200
  • ac4186a0f0 Tunnel :hint and :navigate Florian Bruhin 2016-06-15 14:07:05 +0200
  • 5fe2230e1f Fix various scrolling issues Florian Bruhin 2016-06-15 13:04:50 +0200
  • 16c397a9d2 Fix various zooming issues Florian Bruhin 2016-06-15 13:02:24 +0200
  • edb65ecf50 Add run_js_eval and get :jseval to run Florian Bruhin 2016-06-14 18:47:26 +0200
  • cd95f94ac8 Disallow None-callback for dump_async Florian Bruhin 2016-06-14 18:35:28 +0200
  • 21753bc65f Make AbstractCaret a QObject Florian Bruhin 2016-06-14 18:25:07 +0200
  • e21edd3e18 Implement selection Florian Bruhin 2016-06-14 18:21:00 +0200
  • 90614d1fe3 Initial caret browsing support Florian Bruhin 2016-06-14 18:08:46 +0200
  • 34d3d2cda6 Full scrolling implementation Florian Bruhin 2016-06-14 17:32:36 +0200
  • 56852821e8 Try to fix _back_forward Florian Bruhin 2016-06-14 15:42:32 +0200
  • 7319ced0bc Fix history deserializing Florian Bruhin 2016-06-14 15:26:08 +0200
  • 67ffa67968 Fix deserialize call Florian Bruhin 2016-06-14 15:23:58 +0200
  • 7cbe174f1e Fix set_zoom_factor call Florian Bruhin 2016-06-14 15:23:19 +0200
  • 7e607a0cf2 Add icon() Florian Bruhin 2016-06-14 15:22:22 +0200
  • 4fea285740 Add win_id attribute Florian Bruhin 2016-06-14 15:20:40 +0200
  • 363f3d7ea7 Replace scroll_pos by scroll_pos_px()/_perc() Florian Bruhin 2016-06-14 15:15:45 +0200
  • ed716b2b90 Make session saving work Florian Bruhin 2016-06-14 13:53:35 +0200
  • 2d590c581d Make :reload and :stop work Florian Bruhin 2016-06-14 13:39:51 +0200
  • 6a42e0c96c Make shutdown work Florian Bruhin 2016-06-14 13:31:02 +0200
  • 55753171f1 Make :back/:forward work Florian Bruhin 2016-06-14 13:28:28 +0200
  • 3ee58fdea3 Get :debug-dump-page to work Florian Bruhin 2016-06-14 13:26:30 +0200
  • 0c1e266073 Use QWebView/QWebEngineView for test_tab Florian Bruhin 2016-06-14 11:21:50 +0200
  • 5b9ae8bc85 Initial history implementation Florian Bruhin 2016-06-14 11:03:34 +0200
  • 37c3dbbc7d Fix test_tab Florian Bruhin 2016-06-14 09:47:18 +0200
  • d2dd32b979 Fix test_url Florian Bruhin 2016-06-14 09:45:20 +0200
  • 8e5a86fb13 Don't require QtWebEngine Florian Bruhin 2016-06-14 09:43:22 +0200
  • bf286f8c74 Fix some tests Florian Bruhin 2016-06-13 17:49:52 +0200
  • 115021b8ea Get QtWebEngine to start and work somewhat Florian Bruhin 2016-06-13 15:32:19 +0200
  • b0a391932a Get qutebrowser to run Florian Bruhin 2016-06-13 15:05:31 +0200
  • 048f7dcaf5 Refactor signals Florian Bruhin 2016-06-13 14:44:41 +0200
  • 4305966f7b Add WrapperLayout/AbstractTab Florian Bruhin 2016-06-13 11:50:58 +0200
  • 29ee605c79 Fix version output test on Windows Florian Bruhin 2016-07-07 18:32:13 +0200
  • 674b316db3 Simplify test_version_output Florian Bruhin 2016-07-07 09:02:43 +0200
  • ade9b17b22 Remove now unused version.GPL_BOILERPLATE Florian Bruhin 2016-07-07 08:58:02 +0200
  • f3979ad908 backers: Add Geir Isene Florian Bruhin 2016-07-07 07:14:21 +0200
  • ebf9bc4e0a Improve version output Florian Bruhin 2016-07-06 23:47:59 +0200
  • a58c3ff0c6 Print some version numbers in travis_install.sh Florian Bruhin 2016-07-06 22:25:14 +0200
  • 28ea459c05 Prune .github in MANIFEST.in Florian Bruhin 2016-07-06 21:21:31 +0200
  • 89cdef851d Install new node Florian Bruhin 2016-07-06 17:05:12 +0200
  • 8d625393ec Merge branch 'munyari-issue_template' Florian Bruhin 2016-07-06 17:00:14 +0200
  • 6dbbd894b8 Regenerate authors Florian Bruhin 2016-07-06 17:00:09 +0200
  • 2e23ad59dc Merge branch 'issue_template' of https://github.com/munyari/qutebrowser into munyari-issue_template Florian Bruhin 2016-07-06 16:33:30 +0200
  • 9bd2c60488
    Move issue template to .github directory Panashe M. Fundira 2016-07-06 10:22:54 -0400
  • 44eefc2c3b
    Simplify issue template Panashe M. Fundira 2016-07-06 10:02:14 -0400
  • 06adfc5bff Leverage +LATEST in taskadd userscript. Ryan Roden-Corrent 2016-07-06 08:04:06 -0400
  • db1ba9ac88 Merge branch 'blyxxyz-status-position' Florian Bruhin 2016-07-06 13:59:05 +0200
  • 7ddbd24c30 Add ui -> status-position to the changelog Florian Bruhin 2016-07-06 13:58:46 +0200
  • 53c942a2de Regenerate authors Florian Bruhin 2016-07-06 13:58:02 +0200
  • 794a275383 Merge branch 'status-position' of https://github.com/blyxxyz/qutebrowser into blyxxyz-status-position Florian Bruhin 2016-07-06 13:56:55 +0200
  • 8ba04b460e Add $QUTE_*_DIR to changelog Florian Bruhin 2016-07-06 13:56:34 +0200
  • ef03a79956 Merge branch 'rcorre-completer_tests' Florian Bruhin 2016-07-06 13:36:01 +0200
  • b429b919b5 Merge branch 'completer_tests' of https://github.com/rcorre/qutebrowser into rcorre-completer_tests Florian Bruhin 2016-07-06 13:35:13 +0200
  • 80238ec2ac Merge branch 'blyxxyz-userscript_vars' Florian Bruhin 2016-07-06 13:26:58 +0200
  • e0d5c3d2b1 Regenerate authors Florian Bruhin 2016-07-06 13:26:44 +0200