Commit Graph

  • 108f0e9073 Merge branch 'master' of https://github.com/The-Compiler/qutebrowser avk 2016-02-19 12:14:06 +0100
  • d0e79b2af7 Fix lint Florian Bruhin 2016-02-19 07:39:17 +0100
  • 0b362e76ea Move pylint plugins to an installed package. Florian Bruhin 2016-02-19 07:09:13 +0100
  • 67b9904772 Include pytest-xvfb properly in frozen tests Florian Bruhin 2016-02-19 06:52:19 +0100
  • b201b65669 tests: Handle trailing / in wait_for_load_finished. Florian Bruhin 2016-02-19 06:42:23 +0100
  • 6a077f5d5a Fix lint. Florian Bruhin 2016-02-18 21:38:23 +0100
  • 0c4a961505 tox: Upgrade hypothesis to 3.0.2. Florian Bruhin 2016-02-18 20:33:14 +0100
  • 36b0e304fc tests: Add first end-to-end test for hints. Florian Bruhin 2016-02-18 07:35:14 +0100
  • 9b1db7ec0b hints: Log the used hint chars Florian Bruhin 2016-02-18 07:34:51 +0100
  • 9a02dc174d bdd: use quteproc.wait_for_load_finished. Florian Bruhin 2016-02-18 07:34:35 +0100
  • 007425cf16 downloads: fix filename for data: links Daniel Schadt 2016-02-18 16:17:35 +0100
  • 50acf270d8 Merge branch 'master' of https://github.com/The-Compiler/qutebrowser avk 2016-02-17 08:17:17 +0100
  • 504bf6eb3b Remove xvfbwrapper from freeze_tests.py. Florian Bruhin 2016-02-17 07:45:36 +0100
  • ae7cbb6dce Merge branch 'arsana7-master' Florian Bruhin 2016-02-17 07:10:22 +0100
  • 7ba6752020 Regenerate authors. Florian Bruhin 2016-02-17 07:10:14 +0100
  • 2b2331754d Combine launch/crash time into one section. Florian Bruhin 2016-02-17 07:10:01 +0100
  • 36019c0cab Split long lines. Florian Bruhin 2016-02-17 07:04:25 +0100
  • 116ab5429a Merge branch 'master' of https://github.com/arsana7/qutebrowser into arsana7-master Florian Bruhin 2016-02-17 07:03:17 +0100
  • 5c617b861c Switch to pytest-xvfb. Fixes #1309. Florian Bruhin 2016-02-16 20:36:23 +0100
  • 97d2038528 hints: make sure that all hints stay visible in tests Jakub Klinkovský 2016-02-16 00:05:58 +0100
  • 9799c30c2b hints: add precision tests for different zoom levels Jakub Klinkovský 2016-02-15 23:31:49 +0100
  • dd594b0eca hints: split getClientRects() into separate method Jakub Klinkovský 2016-02-15 22:24:08 +0100
  • c52e93e296 no ellipsis is inserted in big windows Felix Van der Jeugt 2016-02-15 22:52:28 +0100
  • aad8dfc0ce Merge branch 'NoctuaNivalis-fix/#1308' Florian Bruhin 2016-02-15 22:08:50 +0100
  • 9a18bc4ced Regenerate authors. Florian Bruhin 2016-02-15 22:08:42 +0100
  • aa579d76c9 Merge branch 'fix/#1308' of https://github.com/NoctuaNivalis/qutebrowser into NoctuaNivalis-fix/#1308 Florian Bruhin 2016-02-15 22:08:33 +0100
  • 60c2b9c0b2 fixes #1308 Felix Van der Jeugt 2016-02-15 21:59:09 +0100
  • 239b7497e9 hints: simplify tests and make them more reliable Jakub Klinkovský 2016-02-15 20:41:54 +0100
  • 748ec043fb hints: add tests for links known to cause troubles Jakub Klinkovský 2016-02-15 19:02:29 +0100
  • a546933516 hints: use getClientRects() JS method to get the correct click position Jakub Klinkovský 2016-02-15 15:48:56 +0100
  • b45db0f1dd let help text match reality Felix Van der Jeugt 2016-02-15 14:38:11 +0100
  • cee017cc96 Merge branch 'master' of https://github.com/The-Compiler/qutebrowser avk 2016-02-15 08:45:30 +0100
  • ff779ef329 Update .eslintrc for eslint 2.0. Florian Bruhin 2016-02-15 07:52:51 +0100
  • 74e168c339 Update Pygments test file. Florian Bruhin 2016-02-15 07:47:29 +0100
  • 3aaa4395b8 tox: Update Werkzeug to 0.11.4. Florian Bruhin 2016-02-15 07:08:31 +0100
  • f8cfdf0623 requirements: Update Pygments to 2.1.1. Florian Bruhin 2016-02-15 07:07:34 +0100
  • d551591b42 Added crash time to crash report avk 2016-02-12 11:59:45 +0100
  • 53719366e0 Added time to standard log avk 2016-02-12 11:02:08 +0100
  • 5c53cf0054 Merge branch 'flv0-contributing-toxhelp' Florian Bruhin 2016-02-12 06:43:31 +0100
  • 0c0a624b5c Regenerate authors. Florian Bruhin 2016-02-12 06:43:22 +0100
  • 07492db9fe Merge branch 'contributing-toxhelp' of https://github.com/flv0/qutebrowser into flv0-contributing-toxhelp Florian Bruhin 2016-02-12 06:43:10 +0100
  • 8534010f02 tox: Update flake8 to 2.5.4. Florian Bruhin 2016-02-11 19:26:13 +0100
  • 5b66d81f7d Include pstats for frozen tests. Florian Bruhin 2016-02-11 08:26:31 +0100
  • 02f367a308 Add basic profiling capability for quteproc tests. Florian Bruhin 2016-02-11 08:01:29 +0100
  • 6d11e9ffd8 Fix lint. Florian Bruhin 2016-02-11 07:17:00 +0100
  • 45935c86af Rewrite run_profile script. Florian Bruhin 2016-02-11 06:48:16 +0100
  • e4c8bd98cd minor CONTRIBUTION fixes (utils renaming) Patric Schmitz 2016-02-10 23:01:50 +0100
  • c0cc3f3842 refining toxhelp PR. added a newline as well. Patric Schmitz 2016-02-10 22:12:48 +0100
  • 5311576c34 Check pep257 via flake8. Florian Bruhin 2016-02-10 19:18:47 +0100
  • 5878cd37fa add CONTRIBUTING to index and asciidoc2html.py Patric Schmitz 2016-02-10 18:37:46 +0100
  • c429991f88 update checkers list, add 'Running Specific Tests' Patric Schmitz 2016-02-10 18:37:07 +0100
  • 7f791dfcb8 Remove now obsolete test. Florian Bruhin 2016-02-10 07:06:34 +0100
  • b6f1dd963d Handle Shift-Insert correctly in prompt mode. Florian Bruhin 2016-02-10 06:40:54 +0100
  • d6267c30f6 tox: Update decorator to 4.0.9. Florian Bruhin 2016-02-08 23:46:41 +0100
  • 5ae677376b Rerun TestPyQIODevice.test_qprocess if needed. Florian Bruhin 2016-02-08 06:54:47 +0100
  • ec4ba31b52 pdfjs: fix misplaced comma Daniel Schadt 2016-02-07 18:09:19 +0100
  • c332db4703 tox: Update decorator to 4.0.8. Florian Bruhin 2016-02-07 17:57:39 +0100
  • 66f52dbd86 tox: Update wheel to 0.29.0. Florian Bruhin 2016-02-07 12:31:08 +0100
  • 893284fea9 Merge branch 'Kingdread-pdfjs-fix' Florian Bruhin 2016-02-07 12:29:31 +0100
  • 63968749d4 Update changelog. Florian Bruhin 2016-02-07 12:29:21 +0100
  • b3563fcee6 Merge branch 'pdfjs-fix' of https://github.com/Kingdread/qutebrowser into Kingdread-pdfjs-fix Florian Bruhin 2016-02-07 12:28:44 +0100
  • e3508cc37c tox: Filter decorator==4.0.7 for requirements.io. Florian Bruhin 2016-02-07 12:13:51 +0100
  • 8f74734718 tox: Update cherrypy to 5.0.1. Florian Bruhin 2016-02-06 16:35:29 +0100
  • 7ef368fc13 tox: Update wheel to 0.28.0. Florian Bruhin 2016-02-06 16:33:37 +0100
  • 9676eab592 qutescheme: call base __init__ in QuteSchemeError Daniel Schadt 2016-02-05 15:18:27 +0100
  • d02ec62e33 tests: fix tests for test_version Daniel Schadt 2016-02-05 15:16:23 +0100
  • df8f87f8b6 tests: add tests for qutescheme Daniel Schadt 2016-02-05 15:14:23 +0100
  • 1a42bae627 ci_install: Cleanup, improve messages. Florian Bruhin 2016-02-04 07:58:31 +0100
  • 41f82b2ad4 travis: Avoid using the default GCE mirror. Florian Bruhin 2016-02-04 07:42:39 +0100
  • 59c782f383 qutescheme: handle pdfjs failures more gracefully Daniel Schadt 2016-02-05 01:43:56 +0100
  • 804b4750ab pdfjs: use list of tuples instead of dictionary Daniel Schadt 2016-02-04 21:18:15 +0100
  • da4f69cf72 pdfjs: throw PDFJSNotFound from None Daniel Schadt 2016-02-04 21:11:20 +0100
  • 83dc390808 tests: Move fixtures into a separate file. Florian Bruhin 2016-02-04 07:10:12 +0100
  • eb692ba7f6 Fix lint. Florian Bruhin 2016-02-04 07:10:06 +0100
  • 774bcbf6b3 tests: Don't fail on teardown too if test failed. Florian Bruhin 2016-02-04 06:43:14 +0100
  • 43b6f18864 Whoops, don't use repr(json.dumps(...)) Florian Bruhin 2016-02-03 21:28:05 +0100
  • e5e1a0d95c Reject hints -> chars containing duplicate chars Florian Bruhin 2016-02-03 21:05:35 +0100
  • 0b491f6caf Use json.dumps for logged fake clipboard. Florian Bruhin 2016-02-03 20:52:45 +0100
  • 79f83a033d Add a fake clipboard for tests Florian Bruhin 2016-02-03 20:27:11 +0100
  • 7fe818f9c8 Revert "Delay :yank notification until message was yanked." Florian Bruhin 2016-02-03 19:19:13 +0100
  • 921e8b50b7 Fix lint. Florian Bruhin 2016-02-03 08:16:59 +0100
  • 2ba2b38277 tests: Ignore new Qt warnings. Florian Bruhin 2016-02-03 08:11:18 +0100
  • 3292c05340 tests: Display some more qutebrowser logs w/o -v. Florian Bruhin 2016-02-03 07:55:10 +0100
  • 6008adcb9f bdd: xfail broken yankpaste tests for now. Florian Bruhin 2016-02-03 07:49:45 +0100
  • 302745e0fe tests: Also poll clipboard after setting it. Florian Bruhin 2016-02-03 07:44:41 +0100
  • a90618128d tests: Empty clipboard after testing if it works. Florian Bruhin 2016-02-03 06:55:21 +0100
  • af28996f82 tests: Fail if duckduckgo gets loaded accidentally Florian Bruhin 2016-02-03 06:50:48 +0100
  • 1e52f459c9 mhtml: new complex test case Daniel Schadt 2016-02-02 22:23:40 +0100
  • 67efd1c5e0 Fix lint. Florian Bruhin 2016-02-02 19:23:24 +0100
  • cf0034d42c Set __tracebackhide__ in quteproc.after_test Florian Bruhin 2016-02-02 19:16:45 +0100
  • 2636467ea7 Merge branch 'NoctuaNivalis-master' Florian Bruhin 2016-02-02 18:59:06 +0100
  • 9d73c93ebe Update docs. Florian Bruhin 2016-02-02 18:59:00 +0100
  • 65a4c71488 Merge branch 'master' of https://github.com/NoctuaNivalis/qutebrowser into NoctuaNivalis-master Florian Bruhin 2016-02-02 18:58:16 +0100
  • fec77b7c32 MANIFEST.in: Exclude qutebrowser/3rdparty. Florian Bruhin 2016-02-02 18:46:26 +0100
  • fdd763704f Regenerate authors. Florian Bruhin 2016-02-02 07:39:10 +0100
  • 42160335dc Improve performance when scrolling with many tabs. Jimmy 2016-02-02 07:31:14 +0100
  • 8166a4a76d Update changelog. Florian Bruhin 2016-02-02 06:55:38 +0100
  • 74a9f730da Merge branch 'Olical-relax-editor-templating' Florian Bruhin 2016-02-02 06:54:40 +0100
  • 37bb26bdd5 Add a test in test_editor.py. Florian Bruhin 2016-02-02 06:53:12 +0100
  • bc012cbaed Regenerate authors. Florian Bruhin 2016-02-02 06:50:05 +0100