Commit Graph

  • 2a0e503644 QtWebEngine: Don't raise CommandError with no hint Florian Bruhin 2016-08-18 17:46:12 +0200
  • 0b9aec873f tests: Accept HTTP "not modified" as status Florian Bruhin 2016-08-18 17:44:35 +0200
  • 5e8254d470 bdd: Mark some hint tests as @qtwebengine_todo Florian Bruhin 2016-08-18 17:43:50 +0200
  • 3dccd15663 bdd: Handle @qtwebengine_todo tags Florian Bruhin 2016-08-18 17:41:34 +0200
  • 745614e45d BDD: Wait until hints are ready after hinting Florian Bruhin 2016-08-18 17:21:50 +0200
  • d7110069bb Fix broken :repeat-command test Florian Bruhin 2016-08-18 16:57:47 +0200
  • 205c12c530 Fix docs for :click-element Florian Bruhin 2016-08-18 16:53:28 +0200
  • 927f378c6d Fix eslint Florian Bruhin 2016-08-18 16:52:53 +0200
  • 73210fb87c QtWebEngine: Fix tab passed to WebEngineElement Florian Bruhin 2016-08-18 16:16:56 +0200
  • a06dcc7f0b BDD: Use :click-element instead of hints Florian Bruhin 2016-08-18 16:13:38 +0200
  • 4345d60ff1 Revert "javascript.assemble: Support document module" Florian Bruhin 2016-08-18 15:57:17 +0200
  • 1956480164 Revert "Handle {} elements in elements._js_cb_single" Florian Bruhin 2016-08-18 15:56:48 +0200
  • dbb3929bf3 QtWebEngine: Serialize element correctly (find_id) Florian Bruhin 2016-08-18 15:56:04 +0200
  • f98820971d Handle {} elements in elements._js_cb_single Florian Bruhin 2016-08-18 15:50:00 +0200
  • d9d14d4a4c Fix lint Florian Bruhin 2016-08-18 15:46:01 +0200
  • 4719e11e78 Add a test for :click-element with --target Florian Bruhin 2016-08-18 15:45:29 +0200
  • e0af03db80 Add a default target for :click-element Florian Bruhin 2016-08-18 15:42:26 +0200
  • cc9b776476 tests: Use :click-element in editor.feature Florian Bruhin 2016-08-18 15:38:14 +0200
  • 0cef4ac2db Add a :click-element command Florian Bruhin 2016-08-18 15:30:04 +0200
  • 28a6b3918c Fix lint Florian Bruhin 2016-08-18 14:40:19 +0200
  • e851839973 Don't make HintActions a QObject Florian Bruhin 2016-08-18 14:39:13 +0200
  • 5113fa8515 Fix test_tab Florian Bruhin 2016-08-18 14:36:29 +0200
  • 0d1ea0b93a Add FIXME for webkitelem.focus_elem Florian Bruhin 2016-08-18 14:33:55 +0200
  • 63c66945a4 Add webelem.click() and webelem.hover() Florian Bruhin 2016-08-18 14:32:19 +0200
  • 5ac9fe9c32 Add tab.elem.find_id Florian Bruhin 2016-08-18 14:08:34 +0200
  • afc7faabda javascript.assemble: Support document module Florian Bruhin 2016-08-18 14:07:21 +0200
  • 2c6fe35398 Fix blank lines Florian Bruhin 2016-08-18 14:03:27 +0200
  • a0add7b66c Get rid of tab.run_js_blocking Florian Bruhin 2016-08-18 14:02:59 +0200
  • d3084dd690 Add a separate tab.elements object Florian Bruhin 2016-08-18 14:01:27 +0200
  • da73a7123c Add quteproc.click_element_by_id Florian Bruhin 2016-08-18 13:24:47 +0200
  • c37c501b25 Mark download BDD tests as TODO for QtWebEngine Florian Bruhin 2016-08-18 13:16:52 +0200
  • 7515438f88 Skip back/forward BDD tests for now Florian Bruhin 2016-08-18 13:12:07 +0200
  • 082fc5667e Remove requests check for :back/:forward test Florian Bruhin 2016-08-18 13:06:42 +0200
  • e10b7ba8ab tests: Add @qtwebengine_todo marker Florian Bruhin 2016-08-18 13:05:37 +0200
  • 1ec59f3f0e Add FIXME Florian Bruhin 2016-08-18 12:46:55 +0200
  • 0c1412a218 pylint requirements: Update uritemplate to 1.0.0 Florian Bruhin 2016-08-18 12:44:13 +0200
  • 939935c2d1 requirements: Update requests to 2.11.1 Florian Bruhin 2016-08-18 12:43:48 +0200
  • 2b6f4f0698 Merge branch 'webengine-hints' Florian Bruhin 2016-08-18 12:41:31 +0200
  • 9226e3eece QtWebEngine: Implement only_visible for find_all Florian Bruhin 2016-08-18 12:29:21 +0200
  • 30029a8259 utils.javascript: Handle bools in _convert_js_arg Florian Bruhin 2016-08-18 12:29:05 +0200
  • b596c4da27 eslint: Enable long lines with URLs Florian Bruhin 2016-08-18 12:28:42 +0200
  • 274fe58d6d Simplify webelem.js Florian Bruhin 2016-08-18 10:23:03 +0200
  • 0d35502e87 Use HintingError for all hinting errors Florian Bruhin 2016-08-17 20:08:35 +0200
  • eabac17c58 Combine hint signals into a single one Florian Bruhin 2016-08-17 19:20:14 +0200
  • 39fd6a6062 QtWebEngine: Adjust hints according to zoom Florian Bruhin 2016-08-17 18:30:37 +0200
  • 30f6afc2aa Pass tab to WebEngineElement Florian Bruhin 2016-08-17 18:26:40 +0200
  • 53e747d7ea Disable download hints for QtWebEngine Florian Bruhin 2016-08-17 18:21:28 +0200
  • 58d2d30e9a Add initial hinting implementation Florian Bruhin 2016-08-17 18:02:54 +0200
  • 1b3d693a5e Add post_event to tab API Florian Bruhin 2016-08-17 18:02:24 +0200
  • 6f24221c54 Replace WebElement.frame() by .has_frame() Florian Bruhin 2016-08-17 17:53:14 +0200
  • 91b43c5cef hints: Use tab API to move cursor for input fields Florian Bruhin 2016-08-17 17:46:17 +0200
  • 62db0095d1 Revert "Make webelem.rect_on_view work async" Florian Bruhin 2016-08-17 16:55:23 +0200
  • e6d6302958 Make webelem.rect_on_view work async Florian Bruhin 2016-08-17 16:52:53 +0200
  • 7dadc28eb7 Handle an immediate callback in CallbackChecker Florian Bruhin 2016-08-17 16:49:46 +0200
  • 359d4dd427 tests: Add a callback_checker fixture Florian Bruhin 2016-08-17 16:35:30 +0200
  • aba1556324 Remove old comment Florian Bruhin 2016-08-17 16:12:09 +0200
  • 343b2d8385 Remove old FIXME Florian Bruhin 2016-08-17 16:08:22 +0200
  • 15dcd5284c Enable :hint for QtWebEngine Florian Bruhin 2016-08-17 16:08:14 +0200
  • 713201aa13 Merge branch 'new-hints' Florian Bruhin 2016-08-18 12:39:20 +0200
  • 8eaa387f21 Adjust default hint.bg gradient orientation Florian Bruhin 2016-08-17 20:17:17 +0200
  • 52e47e0c3d Add HintLabel.__repr__ Florian Bruhin 2016-08-17 15:31:29 +0200
  • 955ed2f52d Simply connect HintLabel._move_to_elem to signal Florian Bruhin 2016-08-17 15:27:31 +0200
  • 1d82ea8740 Remove logging in _on_contents_size_changed Florian Bruhin 2016-08-17 15:25:38 +0200
  • d87a255c0a Don't fully clean up labels if their frame is gone Florian Bruhin 2016-08-17 15:24:10 +0200
  • f42f54f403 Update changelog Florian Bruhin 2016-08-17 15:17:13 +0200
  • 8cd822c7db Add blank lines Florian Bruhin 2016-08-17 13:54:36 +0200
  • 0293307d61 Remove adjust_zoom for webelem.rect_on_view Florian Bruhin 2016-08-17 12:56:54 +0200
  • 7c17af3889 Use ${_monospace} for default hints font Florian Bruhin 2016-08-17 12:42:24 +0200
  • 016349941b Update vulture whitelist Florian Bruhin 2016-08-16 20:02:28 +0200
  • 4860ad5487 Add some tests for config transformers Florian Bruhin 2016-08-16 19:38:46 +0200
  • 373eca1ad2 Fix some corner cases in _transform_hint_color Florian Bruhin 2016-08-16 19:38:37 +0200
  • eac30fc84b Add styling of new hints Florian Bruhin 2016-08-16 17:44:48 +0200
  • c033ed9edb Allow config value transformers to give up Florian Bruhin 2016-08-16 18:38:45 +0200
  • 9c3807c117 Store HintLabels (not ElemTuples) in HintManager Florian Bruhin 2016-08-16 17:22:27 +0200
  • cf7170a33b Remove no longer needed webelem methods Florian Bruhin 2016-08-16 17:15:44 +0200
  • 1753d3507c Use native QLabels for hints Florian Bruhin 2016-08-16 17:07:38 +0200
  • ea14b5bb42 Merge branch 'haasn-issue1060' Florian Bruhin 2016-08-17 12:05:01 +0200
  • 781e7554e4 Set open target for force_tab to tab-silent Florian Bruhin 2016-08-17 12:03:55 +0200
  • 00b59eedf7 Update docs Florian Bruhin 2016-08-17 12:02:09 +0200
  • 01fd7cd210 Merge branch 'issue1060' of https://github.com/haasn/qutebrowser into haasn-issue1060 Florian Bruhin 2016-08-17 12:01:53 +0200
  • eabd41711e Merge branch 'Kingdread-docker-xvfb-fix' Florian Bruhin 2016-08-17 11:15:00 +0200
  • b6ea601f93 Dockerfile: fix pacman invocations Daniel Schadt 2016-08-16 22:59:55 +0200
  • 8a644177ca Dockerfile: Upgrade pacman early Daniel Schadt 2016-08-16 22:55:24 +0200
  • d3982f0325 docker: don't start Xvfb and herbstluftwm Daniel Schadt 2016-08-16 22:36:08 +0200
  • cc693f17ca QtWebEngine: Use loadFinished as history trigger Florian Bruhin 2016-08-16 21:44:48 +0200
  • 1dbedbc474 Fix :restart deleting the given --basedir Florian Bruhin 2016-08-16 21:26:57 +0200
  • 577c6270ad Remove some old entries from vulture whitelist Florian Bruhin 2016-08-16 20:20:09 +0200
  • 87aa11de7f Remove unused WebView._check_insertmode attribute Florian Bruhin 2016-08-16 19:57:43 +0200
  • dc87e66d75 tests: Ignore "Error when parsing the netrc file" Florian Bruhin 2016-08-16 19:56:49 +0200
  • 1138d068e6 Move insert-mode-on-click to tab API / mouse.py Florian Bruhin 2016-08-16 16:10:10 +0200
  • eef76dde86 eslint: Disable no-warning-comments Florian Bruhin 2016-08-16 15:21:37 +0200
  • 7b463f2d8b Update changelog Florian Bruhin 2016-08-16 14:22:47 +0200
  • 6794187390 Fix too long line Florian Bruhin 2016-08-16 14:19:39 +0200
  • 1a5f057090 Merge branch 'blyxxyz-safe-args' Florian Bruhin 2016-08-16 14:19:20 +0200
  • 5d6abc6f67 Merge branch 'safe-args' of https://github.com/blyxxyz/qutebrowser into blyxxyz-safe-args Florian Bruhin 2016-08-16 14:18:44 +0200
  • dba579c202 Update user-agent completion list Florian Bruhin 2016-08-16 14:06:57 +0200
  • c99d3e7dca Fix %s output in scripts.dev.ua_fetch Florian Bruhin 2016-08-16 14:06:37 +0200
  • cfd166a95e Merge https://github.com/The-Compiler/qutebrowser into safe-args Jan Verbeek 2016-08-16 14:05:04 +0200
  • 096387897c Make pp bindings work with option in clipboard Jan Verbeek 2016-08-16 14:00:37 +0200
  • f4b72d4b24 Revert "Revert "Handle counts for special keys."" Florian Bruhin 2016-08-16 13:44:28 +0200