Commit Graph

  • d127469d78 Add tests for fileMetaData() Lamar Pavel 2015-10-31 21:56:15 +0100
  • b94f7c7681 Add test for metaData() with cache deactivated Lamar Pavel 2015-10-31 18:49:58 +0100
  • 404da750c6 Fix insertion into wrong cache Lamar Pavel 2015-10-31 18:32:14 +0100
  • 571d7a680b Fix all other tests that weren't using DiskCache Lamar Pavel 2015-10-31 17:09:00 +0100
  • 35762955cf Fix test_cache_remove_data Lamar Pavel 2015-10-31 16:57:00 +0100
  • 3c2bc670ff Add test for alternate path of DiskCache.clear() Lamar Pavel 2015-10-31 16:31:47 +0100
  • e1446c3448 Add another test for deactivated cache Lamar Pavel 2015-10-31 16:28:17 +0100
  • 39e37b043e Add more tests for deactivated cache Lamar Pavel 2015-10-31 16:13:29 +0100
  • 11e5774f46 Changed _get_value_transformer function to take a dictionary mapping old values to new values as input. Added entry for changing remove-finished-downloads setting to new int value. skinnay 2015-10-30 19:37:43 -0400
  • b2dceb078f Merge branch 'lamarpavel-test-browser-cache' Florian Bruhin 2015-10-30 18:54:37 +0100
  • 367e501e56 Regenerate authors. Florian Bruhin 2015-10-30 18:54:30 +0100
  • 468b2c4ade Merge branch 'test-browser-cache' of https://github.com/lamarpavel/qutebrowser into lamarpavel-test-browser-cache Florian Bruhin 2015-10-30 18:54:24 +0100
  • d5fe1d3635 Merge pull request #1075 from meles5/www Florian Bruhin 2015-10-30 18:52:14 +0100
  • c09ae4675c Merge branch 'MazeChaZer-feature/remove-unused-tab' Florian Bruhin 2015-10-30 18:51:08 +0100
  • 4c03197984 Regenerate authors. Florian Bruhin 2015-10-30 18:50:15 +0100
  • 5bd07d23a3 Merge branch 'feature/remove-unused-tab' of https://github.com/MazeChaZer/qutebrowser into MazeChaZer-feature/remove-unused-tab Florian Bruhin 2015-10-30 18:49:07 +0100
  • e5b98a9762 tox: Update check-manifest to 0.26. Florian Bruhin 2015-10-30 18:46:50 +0100
  • 6d6ef1e386 tox fixes meles5 2015-10-30 14:52:09 +0100
  • d2672bce86 tox: Update hypothesis to 1.13.0 Florian Bruhin 2015-10-30 07:42:09 +0100
  • 27ec9e1c43 Fix typo Lamar Pavel 2015-10-30 02:46:43 +0100
  • b5af1c8730 Add three tests querying and removing data Lamar Pavel 2015-10-30 02:41:17 +0100
  • b3fa19eb96 Add sanity test involving almost everything Lamar Pavel 2015-10-30 02:03:34 +0100
  • 05994ad90e Add theshold to cache-size test Lamar Pavel 2015-10-30 01:22:16 +0100
  • 88ba4831a8 Merge branch 'finished-downloads' skinnay 2015-10-29 17:40:22 -0400
  • 6125e51de3 removed whitespace skinnay 2015-10-29 14:54:54 -0400
  • af70e783b6 removed extra whitespace skinnay 2015-10-29 14:49:16 -0400
  • 5a34fdfd0c Changed the functionality of "remove-finished-downloads" setting. Instead of being a boolean value indicating whether or not to instantly remove downloads when they finish, it's now an integer value representing the number of milliseconds to wait before removing downloads when they finish. The default value, -1, means that the downloads will not be removed when they finished. This is the same behavior as the previous default value of false. skinnay 2015-10-29 13:40:14 -0400
  • 7cb462ff82 Improved the folder-copy function meles5 2015-10-29 16:52:38 +0100
  • 1488f59d8f Close file meles5 2015-10-29 16:33:20 +0100
  • f807842a52 Improved code style meles5 2015-10-29 16:30:25 +0100
  • 8600acddb1 Moved everything into one block and used with to open files meles5 2015-10-29 15:41:57 +0100
  • a4aacde88f Undo: Fix issues with url comparison Jonas Schürmann 2015-10-29 09:36:42 +0100
  • 9a8032fa91 Fix pylint errors (upper case variable names) Lamar Pavel 2015-10-29 03:13:25 +0100
  • a6526a1be2 Add tests to update and verify meta data of cache entries Lamar Pavel 2015-10-29 02:56:40 +0100
  • 2cab750a54 Add test for DiskCache.remove() Lamar Pavel 2015-10-29 02:37:32 +0100
  • e4c79a68d1 re-write tests to fill the cache Lamar Pavel 2015-10-29 02:28:57 +0100
  • 618d9ceabf Fix PEP 257 violation Jonas Schürmann 2015-10-29 00:52:44 +0100
  • ebe9835e5a Remove unused tab on undo Jonas Schürmann 2015-10-29 00:22:54 +0100
  • 6f07eb562f Revert "Don't use faulthandler plugin for check_coverage." Florian Bruhin 2015-10-28 08:22:41 +0100
  • 497fba5667 Don't use faulthandler plugin for check_coverage. Florian Bruhin 2015-10-28 07:45:34 +0100
  • 8de3f8d487 Improved script meles5 2015-10-27 22:24:28 +0100
  • 11098b8b82 Merge branch 'MazeChaZer-feature/duckduckgo.com' Florian Bruhin 2015-10-27 20:53:42 +0100
  • 776a89820f Regenerate authors. Florian Bruhin 2015-10-27 20:53:34 +0100
  • fe32b349a5 Use duckduckgo.com instead of www.duckduckgo.com Jonas Schürmann 2015-10-27 20:31:10 +0100
  • 8004508b3c wip Florian Bruhin 2015-10-21 21:02:27 +0200
  • 9b104b0af7 ci_install: Update installed packages. Florian Bruhin 2015-10-27 17:54:23 +0100
  • a0c2c37a40 travis: Don't pass --required to codecov. Florian Bruhin 2015-10-27 17:54:05 +0100
  • 02dda23be6 AppVeyor: Really fix codecov. Florian Bruhin 2015-10-27 17:53:50 +0100
  • daaa15396c AppVeyor: Don't use shallow clones. Florian Bruhin 2015-10-27 17:53:14 +0100
  • 381d857f2c Revert "Add workarounds for issues with pylint tip." Florian Bruhin 2015-10-26 22:05:21 +0100
  • 1d2683993e Add workarounds for issues with pylint tip. Florian Bruhin 2015-10-26 21:20:11 +0100
  • 66b337c2b1 Add missing superclass init calls. Florian Bruhin 2015-10-26 21:07:08 +0100
  • 021a379dd2 Add xfailed test for #1070. Florian Bruhin 2015-10-26 21:02:34 +0100
  • fa671a7b5e Fix codecov on AppVeyor. Florian Bruhin 2015-10-26 19:38:59 +0100
  • 7656d1320a tox: Update pytest-travis-fold to 1.1.1. Florian Bruhin 2015-10-26 18:55:44 +0100
  • 4fcb2feced tox: Add a pylint-tip testenv. Florian Bruhin 2015-10-26 18:51:41 +0100
  • c85aa40073 Skip connected_socket IPC tests on OS X. Florian Bruhin 2015-10-26 09:04:41 +0100
  • c335aff900 Revert "Add pytest-timeout." Florian Bruhin 2015-10-26 08:53:55 +0100
  • 0cdc744afd Try running codecov on AppVeyor. Florian Bruhin 2015-10-26 08:51:06 +0100
  • 6f646a9da5 travis: Pass -X gcov --required to codecov. Florian Bruhin 2015-10-26 08:47:00 +0100
  • fc573963f4 Fix lint. Florian Bruhin 2015-10-26 08:43:55 +0100
  • 4e48e3d725 ci_install: Only install codecov when needed. Florian Bruhin 2015-10-26 07:37:20 +0100
  • 66afdbaf16 travis: Don't run codecov if it's unneeded. Florian Bruhin 2015-10-26 07:35:29 +0100
  • cf623f0d8d ci_install: Also install codecov on OS X. Florian Bruhin 2015-10-26 07:34:56 +0100
  • 8919a152fe Add pytest-timeout. Florian Bruhin 2015-10-26 07:33:32 +0100
  • 8dc5c95cef tox: Pass TRAVIS to testenvs. Florian Bruhin 2015-10-26 07:31:12 +0100
  • 8fee25491b Merge branch 'jcpetkovich-flexible-hint-filtering' Florian Bruhin 2015-10-26 07:00:52 +0100
  • a1ade58557 Update docs. Florian Bruhin 2015-10-26 07:00:45 +0100
  • 68024ba6bd Merge branch 'flexible-hint-filtering' of https://github.com/jcpetkovich/qutebrowser into jcpetkovich-flexible-hint-filtering Florian Bruhin 2015-10-26 06:59:56 +0100
  • 883febe243 Return a QColor for qtutils.interpolate_color. Florian Bruhin 2015-10-26 06:45:36 +0100
  • 34cc2870f4 Fix indents in configdata.py. Florian Bruhin 2015-10-26 06:23:07 +0100
  • 589e8e9d05 Flexible Link Hint Filtering Jean-Christophe Petkovich 2015-10-25 21:17:48 -0400
  • 9b3987febb Add some completions for hints -> chars. Florian Bruhin 2015-10-25 21:22:19 +0100
  • bb5e5137cd configtypes: Allow completions for String. Florian Bruhin 2015-10-25 21:18:06 +0100
  • 2d4adf4476 doc/userscripts: Clarify how to call userscripts via hints. Florian Bruhin 2015-10-25 20:12:10 +0100
  • eb1a1bbdd8 Use pacman -Suy in doc/stacktrace Florian Bruhin 2015-10-24 23:04:20 +0200
  • 08c4bfefe0 Update docs. Florian Bruhin 2015-10-24 16:04:53 +0200
  • f614e5b98a Add none value for colors -> tabs.indicator.system. Florian Bruhin 2015-10-24 16:01:32 +0200
  • 857a70ded7 Merge branch 'Kingdread-issue-1015' Florian Bruhin 2015-10-24 08:08:03 +0200
  • 343e0b89c0 Regenerate authors. Florian Bruhin 2015-10-24 08:07:52 +0200
  • cdb9c0998f Add a comment for close() call. Florian Bruhin 2015-10-24 08:07:43 +0200
  • 9722d4ba03 test_tabwidget: Make config_stub explicit Daniel 2015-10-24 01:32:01 +0200
  • 279d0926ee Remove unused import, make pylint happy Daniel 2015-10-23 19:36:21 +0200
  • 0851999b89 Add unit/regression test Daniel 2015-10-23 14:01:22 +0200
  • 7a413ad6d5 Remove unneeded functions from TabBar. Daniel 2015-10-22 23:03:28 +0200
  • 8d88dd9d75 Fix crash with small icons Daniel 2015-10-22 21:33:50 +0200
  • bb75cb23b9 Revert "Disable some codecov features." Florian Bruhin 2015-10-23 19:39:17 +0200
  • 3d93413022 Disable some codecov features. Florian Bruhin 2015-10-23 08:23:12 +0200
  • 14334dce21 Don't remove coverage.xml on CI. Florian Bruhin 2015-10-23 08:10:15 +0200
  • 023d80fe40 Set source in .coveragerc. Florian Bruhin 2015-10-23 07:52:49 +0200
  • 67a0a6b944 Try codecov. Florian Bruhin 2015-10-21 19:16:49 +0200
  • 87e94930b5 Run tests verbose on Travis. Florian Bruhin 2015-10-23 07:08:35 +0200
  • 24887a6564 Adjust coding style based on pylint warnings Lamar Pavel 2015-10-23 01:49:00 +0200
  • de0542929a tox: Update httpbin to 0.4.0. Florian Bruhin 2015-10-22 22:24:40 +0200
  • 9482662d7e travis: Pass --faulthandler-timeout. Florian Bruhin 2015-10-22 06:44:46 +0200
  • 4a8dec5eb8 Code style; complete first batch of tests. Lamar Pavel 2015-10-21 21:38:40 +0200
  • 82c608038d Coding style Lamar Pavel 2015-10-21 14:38:08 +0200
  • 0b78fb65c9 Test if cleared cache is actually empty Lamar Pavel 2015-10-21 14:33:45 +0200
  • aa62a547d5 Use tmpdir fixture instead of "/foo/bar" Lamar Pavel 2015-10-21 14:20:01 +0200
  • da800e3fa7 Don't setMaximumCacheSize if there is no cache Lamar Pavel 2015-10-21 14:12:05 +0200