Commit Graph

  • 81c17627f7 Merge remote-tracking branch 'origin/pr/3617' Florian Bruhin 2018-02-21 11:06:52 +0100
  • d2e996a3b3 Merge remote-tracking branch 'origin/pr/3610' Florian Bruhin 2018-02-21 11:06:05 +0100
  • d2182edc7a Merge remote-tracking branch 'origin/pr/3603' Florian Bruhin 2018-02-21 11:03:37 +0100
  • ca26d97589 Merge remote-tracking branch 'origin/pr/3599' Florian Bruhin 2018-02-21 11:02:51 +0100
  • 13bd4dd05d Clean up version.pastebin_url in pbclient fixture Florian Bruhin 2018-02-21 10:49:42 +0100
  • 2fbc7b4e1d Merge remote-tracking branch 'origin/pr/3594' Florian Bruhin 2018-02-21 10:15:27 +0100
  • 8b09003bd1 Merge remote-tracking branch 'origin/pr/3592' Florian Bruhin 2018-02-21 10:13:26 +0100
  • ecfd4a77a0 Merge remote-tracking branch 'origin/pr/3562' Florian Bruhin 2018-02-21 10:11:40 +0100
  • cfeeb7460b Add docstrings to ConfigAPI Florian Bruhin 2018-02-21 09:14:49 +0100
  • ea6a5de374 Update FIXMEs Florian Bruhin 2018-02-20 23:28:11 +0100
  • 0d4e20c395 Whitelist config options which support URL patterns Florian Bruhin 2018-02-20 23:21:24 +0100
  • 6c5876a494 Fix tests broken by urlmatch trailing slash change Florian Bruhin 2018-02-20 23:08:09 +0100
  • 5fbd488fdf Only change settings for main-frame navigations Florian Bruhin 2018-02-20 22:45:29 +0100
  • 18848315f5 urlmatch: Make it possible to leave off trailing slash Florian Bruhin 2018-02-20 22:45:16 +0100
  • 17b235b523 Add error handling for parsing patterns from YAML Florian Bruhin 2018-02-20 22:29:21 +0100
  • 46aeb25e7e Fix lint Florian Bruhin 2018-02-20 20:55:42 +0100
  • 439d51875f Add config.pattern() Florian Bruhin 2018-02-20 20:54:26 +0100
  • de38566c11 Update configuring.asciidoc with per-domain settings Florian Bruhin 2018-02-20 18:43:51 +0100
  • 3ade923edb Add basic pattern support for config.py Florian Bruhin 2018-02-20 18:43:42 +0100
  • 16218a9900 Remove unnecessary try, rephrase to imperative mood gammelon 2018-02-20 18:11:50 +0100
  • a3dfec20c1 Rename --url to --pattern Florian Bruhin 2018-02-20 17:55:40 +0100
  • f8b1e7739d Update docs Florian Bruhin 2018-02-20 17:23:24 +0100
  • 9685445559 Fix issues with Python 3.5 Florian Bruhin 2018-02-20 17:22:11 +0100
  • e482c76874 YamlConfig: Refuse to read a newer config version Florian Bruhin 2018-02-20 17:08:28 +0100
  • 03114ccf51 Migrate YAML config files in old format Florian Bruhin 2018-02-20 16:14:06 +0100
  • b3d788fead Add YamlConfig._pop_object Florian Bruhin 2018-02-20 15:46:05 +0100
  • 96e8151cce use up to date cheatsheet images from repo instead of qutebrowser.org Marco Zollinger 2018-02-20 15:18:31 +0100
  • 9595aaf897
    Merge pull request #3614 from qutebrowser/pyup-scheduled-update-2018-02-19 Florian Bruhin 2018-02-20 13:48:53 +0100
  • f2bba2e4fa Fix navigation handling Florian Bruhin 2018-02-20 12:25:59 +0100
  • ae73215724 Fix lint Florian Bruhin 2018-02-20 11:43:41 +0100
  • b9bb515b3b Add missing configfiles tests Florian Bruhin 2018-02-20 11:40:24 +0100
  • 9c42d87e7d Add missing configutils test Florian Bruhin 2018-02-20 11:18:17 +0100
  • 05017c83d6 Add more config tests Florian Bruhin 2018-02-20 09:44:46 +0100
  • d511c5436d Remove dead config code Florian Bruhin 2018-02-20 09:44:39 +0100
  • 36f3e54e1d Finish configutils tests Florian Bruhin 2018-02-20 07:11:34 +0100
  • 19c00ff92a configutils: Clean up comments Florian Bruhin 2018-02-20 07:11:23 +0100
  • 63c77a4d76 urlmatch: Fix equality with non-UrlPattern types Florian Bruhin 2018-02-20 06:47:04 +0100
  • 685e3ffcfe Fix and test UrlPattern/configutils.Values stringification Florian Bruhin 2018-02-20 06:27:15 +0100
  • 145a21449b configutils: Add first tests Florian Bruhin 2018-02-20 06:22:32 +0100
  • 50c847562f configutils.Values: Make it possible to pass values Florian Bruhin 2018-02-20 06:21:25 +0100
  • ab02fcb116 configutils.Values: Add __repr__ Florian Bruhin 2018-02-20 06:21:11 +0100
  • 316b4b5340 Add new files to PERFECT_FILES Florian Bruhin 2018-02-19 21:32:51 +0100
  • 7fcb21573d Update backers file Florian Bruhin 2018-02-20 08:51:47 +0100
  • 5978b7b35f config: Improve tests for non-existent options Florian Bruhin 2018-02-19 21:31:07 +0100
  • 463320b599 Make test_config.py work Florian Bruhin 2018-02-19 21:22:43 +0100
  • 1ada821092 Make sure config options exist Florian Bruhin 2018-02-19 21:22:26 +0100
  • cea664e396 Don't emit changed in unset if unneeded Florian Bruhin 2018-02-19 21:13:31 +0100
  • fecebd6ced Start getting test_config.py to run Florian Bruhin 2018-02-19 21:13:01 +0100
  • 7d80825853 Fix test_configfiles.py Florian Bruhin 2018-02-19 21:02:52 +0100
  • ab119975e7 Only emit changed in unset if there was a change Florian Bruhin 2018-02-19 21:02:29 +0100
  • 8fead148e2 Add FIXME Florian Bruhin 2018-02-19 21:02:07 +0100
  • 1409f4e564 Fix migration of tabs.persist_mode_on_change Florian Bruhin 2018-02-19 21:01:52 +0100
  • 5d63dfb24c Start fixing test_configfiles.py Florian Bruhin 2018-02-19 20:26:38 +0100
  • 19148a4593 Fix :config-unset Florian Bruhin 2018-02-19 19:41:00 +0100
  • 615c6ffe5a Make :config-write-py work again Florian Bruhin 2018-02-19 19:38:45 +0100
  • 0f907b1a77 Fix getting YAML values in test_configcommands.py Florian Bruhin 2018-02-19 19:34:30 +0100
  • 75181e16fa Fix test_models.py Florian Bruhin 2018-02-19 19:16:50 +0100
  • 19f7b92abb Fix test_configinit.py Florian Bruhin 2018-02-19 16:36:45 +0100
  • c89e804653 Fix handling of invalid types in YamlConfig Florian Bruhin 2018-02-19 16:36:32 +0100
  • 87e329aee3 Fix config.dump_userconfig() with defaults Florian Bruhin 2018-02-19 16:36:18 +0100
  • 5eeb223338 Use a different directory for file prompt tests Florian Bruhin 2018-02-19 15:35:29 +0100
  • f43c7fa360 Fix changing values in configutils.Values Florian Bruhin 2018-02-19 15:32:38 +0100
  • d3e8d46593 Use a real YamlConfig for tests Florian Bruhin 2018-02-19 15:25:11 +0100
  • cb631d532a Fix getting global value from configutils.Values Florian Bruhin 2018-02-19 10:35:35 +0100
  • 8b666d2d2e Try to update settings in acceptNavigationRequest Florian Bruhin 2018-02-19 07:50:51 +0100
  • bd6e99158e Get rid of the second deepcopy for config values Florian Bruhin 2018-02-19 07:14:48 +0100
  • 93972ff3f1 Copy value before watching it for mutations in config Florian Bruhin 2018-02-19 07:12:27 +0100
  • ddb914dc65 Refactor YAML init Florian Bruhin 2018-02-19 06:49:55 +0100
  • 8504ad6ff3 Change how iterating over Config/YamlConfig works Florian Bruhin 2018-02-19 06:35:14 +0100
  • 6abb42a066 Make saving in autoconfig.yml work Florian Bruhin 2018-02-19 06:25:28 +0100
  • 4691753965 Avoid running change handlers on config.clear Florian Bruhin 2018-02-19 05:19:25 +0100
  • 9c670e13ce Make clearing config work Florian Bruhin 2018-02-19 05:08:17 +0100
  • a6b979539d Add missing configutils.py Florian Bruhin 2018-02-19 04:54:12 +0100
  • 14a69d9047 Fix lint Florian Bruhin 2018-02-19 04:30:24 +0100
  • 7c1fb1d215 Refactor acceptNavigationRequest handling to use signals Florian Bruhin 2018-02-19 04:24:40 +0100
  • 2a7998847f Unset values properly Florian Bruhin 2018-02-18 20:30:38 +0100
  • 74a7676111 Fix issues with per-domain proof-of-concept Florian Bruhin 2018-02-18 20:06:43 +0100
  • d09afdf0ee Refactor handling of mutables with url/pattern in Config Florian Bruhin 2018-02-18 19:11:12 +0100
  • 8551288efb Start working on different per-URL storage Florian Bruhin 2018-02-16 11:18:43 +0100
  • 5e50824042 Broken per-URL proof-of-concept Florian Bruhin 2018-02-15 22:54:22 +0100
  • 4ed07d6062 Initial implementation of per-URL setting storage Florian Bruhin 2018-02-15 21:28:05 +0100
  • 894da598d6 urlmatch: Remove dead code Florian Bruhin 2018-02-19 22:03:25 +0100
  • 7033af816a urlmatch: Add equality testcases Florian Bruhin 2018-02-19 21:57:31 +0100
  • eda15c53ad urlmatch: Improve port error output Florian Bruhin 2018-02-19 21:50:08 +0100
  • d6ea9b1e47 urlmatch: Add test for invalid IPv6 URL Florian Bruhin 2018-02-19 21:47:34 +0100
  • 8a0be83e1e Update pytest-mock from 1.6.3 to 1.7.0 pyup-bot 2018-02-19 17:04:13 +0100
  • 11579b3511 Update hypothesis from 3.44.26 to 3.45.2 pyup-bot 2018-02-19 17:04:12 +0100
  • e169e2165d Refactor TabbedBrowser from inheritance to composition bttner 2018-02-15 12:02:42 +0100
  • 84907d5a2e
    Simplify readability logic using get defaults Jay Kamat 2018-02-18 14:49:09 -0500
  • c844023077
    Use QUTE_DATA_DIR in readability userscript Jay Kamat 2018-02-18 14:28:46 -0500
  • ab0034f9da
    Merge pull request #3607 from rasa/patch-1 Florian Bruhin 2018-02-18 11:30:25 +0100
  • bf72d81bd3
    Add scoop installer Ross Smith II 2018-02-18 00:07:02 -0800
  • 60a7e483af Add import error message for stem. jnphilipp 2018-02-17 19:57:44 +0100
  • 42ac3dcda0 Add Option url.open_base_url gammelon 2018-02-17 11:13:54 +0100
  • 6219119476 Update output. jnphilipp 2018-02-17 09:48:39 +0100
  • 872cff2ae1 make sure tab is not None either, had a crash because of this Marc Jauvin 2018-02-16 14:03:11 -0500
  • 3ee765869d Add tor_identity userscript. jnphilipp 2018-02-16 14:22:08 +0100
  • 174dd5dd9e urlmatch: Remove performance FIXME Florian Bruhin 2018-02-15 18:42:47 +0100
  • 5f6c8435a4 urlmatch: Add initial benchmark/hypothesis test Florian Bruhin 2018-02-15 18:40:01 +0100
  • 41b7ac27d7 urlmatch: Postpone checking scheme Florian Bruhin 2018-02-15 18:11:42 +0100