Commit Graph

  • 1fb4aa3532 Merge branch 'tab-open-implicit' of https://github.com/mlochbaum/qutebrowser into mlochbaum-tab-open-implicit Florian Bruhin 2016-08-03 09:16:49 +0200
  • 79d2116b18 Remove unneeded 'return' Florian Bruhin 2016-08-03 09:07:12 +0200
  • a49c524b00 tests: Ensure LogLine gets the right json type Florian Bruhin 2016-08-03 09:06:07 +0200
  • 0f79027a0e Merge branch 'mlochbaum-arg-or-count' Florian Bruhin 2016-08-03 09:05:47 +0200
  • 77dd2a105f Add cmdutils.check_overflow in _set_current_index Florian Bruhin 2016-08-03 08:57:05 +0200
  • 641a2d9b42 Update docs Florian Bruhin 2016-08-03 08:56:02 +0200
  • b00abbf1d5 Merge branch 'arg-or-count' of https://github.com/mlochbaum/qutebrowser into mlochbaum-arg-or-count Florian Bruhin 2016-08-03 08:54:18 +0200
  • 8f14cac565 Fix changelog Florian Bruhin 2016-08-03 06:51:21 +0200
  • 53b0cf85ef pylint requirements: Add github3.py Florian Bruhin 2016-08-02 22:45:02 +0200
  • 32282cad58 Update CONTRIBUTING Florian Bruhin 2016-08-02 22:31:55 +0200
  • 195b17c1ad Add release uploading to build_release.py Florian Bruhin 2016-08-02 22:25:31 +0200
  • eee1c7391c Add download_release.sh Florian Bruhin 2016-08-02 22:25:05 +0200
  • af9e956cb6 Remove config update code for --implicit flag Marshall Lochbaum 2016-08-02 15:29:18 -0400
  • 97a249d8a6 Rewrite tests in open.feature Marshall Lochbaum 2016-08-02 15:27:26 -0400
  • 299d4865d0 Move --implicit flag argument to the end of _open Marshall Lochbaum 2016-08-02 15:26:13 -0400
  • feed1ccda4 Change gO, xO, and ;O keybindings to open an implicit tab Marshall Lochbaum 2016-08-02 14:10:36 -0400
  • 66adbc9323 Add --implicit flag to :open Marshall Lochbaum 2016-08-02 13:49:25 -0400
  • f92a426c5b Update changelog for v0.8.2 Florian Bruhin 2016-08-02 18:32:36 +0200
  • c19e1947f8 Remove tests for cmdutils.arg_or_count (fixes #1735 with previous commits) Marshall Lochbaum 2016-08-02 12:02:40 -0400
  • d30da4f905 Update tab_focus docstring Marshall Lochbaum 2016-08-02 11:50:21 -0400
  • 8a127f2839 Remove cmdutils.arg_or_count Marshall Lochbaum 2016-08-02 11:29:35 -0400
  • 0345e62348 requirements: Update setuptools to 25.1.3 Florian Bruhin 2016-08-02 16:34:35 +0200
  • a177acf4fd Merge branch 'Kingdread-open-download-fixes' Florian Bruhin 2016-08-02 16:16:10 +0200
  • 48067f0c76 Update changelog Florian Bruhin 2016-08-02 16:15:30 +0200
  • a3047008dd Bump up filename length limit to 50 Florian Bruhin 2016-08-02 16:12:09 +0200
  • b8ef6fa44e Merge branch 'open-download-fixes' of https://github.com/Kingdread/qutebrowser into Kingdread-open-download-fixes Florian Bruhin 2016-08-02 16:11:34 +0200
  • e53de02e69 Update changelog Florian Bruhin 2016-08-02 15:57:09 +0200
  • 0f5e6abc11 freeze.py: Copy plugin folders on Windows Florian Bruhin 2016-08-02 15:55:24 +0200
  • ecf358b53a Update changelog Florian Bruhin 2016-08-02 15:25:14 +0200
  • 424758a6d1 Use HTML content for localstorage test Florian Bruhin 2016-08-02 15:18:25 +0200
  • 66709ed1b9 Update changelog Florian Bruhin 2016-08-02 14:22:01 +0200
  • 43ff1b0d97 Tunnel private-browsing to QtWebKit correctly Florian Bruhin 2016-08-02 14:17:39 +0200
  • 4a5b5c496f Fix using a relative path with --basedir Florian Bruhin 2016-08-02 14:08:28 +0200
  • 5af93a2a8e Add .venv* to .gitignore Florian Bruhin 2016-08-02 12:47:16 +0200
  • 483072d842 Don't use QSignalSpy in IPC test Florian Bruhin 2016-08-02 12:44:24 +0200
  • b51640f26d Merge branch 'rcorre-fix_completion_crashes' Florian Bruhin 2016-08-02 12:03:56 +0200
  • b17296db0d Return with invalid index Florian Bruhin 2016-08-02 11:56:34 +0200
  • b8aeb9f80e Fix lint Florian Bruhin 2016-08-02 11:56:23 +0200
  • fc6e600e6d Merge branch 'fix_completion_crashes' of https://github.com/rcorre/qutebrowser into rcorre-fix_completion_crashes Florian Bruhin 2016-08-02 10:33:54 +0200
  • 04148ed1c6 Appveyor: Also handle IOError Florian Bruhin 2016-08-02 09:55:12 +0200
  • e99d75c18d requirements: Update setuptools to 25.1.2 Florian Bruhin 2016-08-02 09:45:11 +0200
  • 082c06eb4a Merge branch 'tjanson-patch-1' Florian Bruhin 2016-08-02 08:32:46 +0200
  • a06cd55216 Regenerate authors Florian Bruhin 2016-08-02 08:32:39 +0200
  • 4d50067d18 Merge branch 'patch-1' of https://github.com/tjanson/qutebrowser into tjanson-patch-1 Florian Bruhin 2016-08-02 08:32:24 +0200
  • a393adc6c7 Don't crash completion with auto-open/show False. Ryan Roden-Corrent 2016-08-01 22:12:13 -0400
  • 6e2d78b826 Don't crash on tab with no completions. Ryan Roden-Corrent 2016-08-01 21:04:23 -0400
  • 57ceaeeb55 open-download: don't crash on download cancel Daniel Schadt 2016-08-02 01:10:40 +0200
  • b187b680cb open-download: force encoding for filename Daniel Schadt 2016-08-02 01:00:57 +0200
  • abcdaa9cce open-download: make sure the name is not too long Daniel Schadt 2016-08-02 00:57:22 +0200
  • 9973cd5037 downloads: don't crash on OSError in open-download Daniel Schadt 2016-08-02 00:46:59 +0200
  • 677e1a3417 Mac OS install: add Homebrew Cask instructions Tom Janson 2016-08-01 23:46:06 +0200
  • c496cca306 Release v0.8.1 Florian Bruhin 2016-07-27 12:31:30 +0200
  • ef439bb916 Fix ;o/;O default bindings Florian Bruhin 2016-08-01 18:19:34 +0200
  • 49699be44e Ignore TypeError on contents_size_changed cleanup Florian Bruhin 2016-08-01 17:40:41 +0200
  • 81d0d64731 QtWebEngine: Fix crash when closing/reopening tabs Florian Bruhin 2016-08-01 17:25:55 +0200
  • 5ec39b7540 Fix crash when opening http://foo%40bar@baz Florian Bruhin 2016-08-01 17:18:14 +0200
  • 1f930a579a Merge branch 'blyxxyz-rss' Florian Bruhin 2016-08-01 16:30:39 +0200
  • e378ec7877 Regenerate authors Florian Bruhin 2016-08-01 16:30:38 +0200
  • d195592837 Merge branch 'rss' of https://github.com/blyxxyz/qutebrowser into blyxxyz-rss Florian Bruhin 2016-08-01 16:30:23 +0200
  • 693210920c Fix completion widget unit tests Florian Bruhin 2016-08-01 16:29:47 +0200
  • 15863065cb Fix <input /> test in test_webelem Florian Bruhin 2016-08-01 16:28:54 +0200
  • 220a387d2d Merge branch 'mlochbaum-generalize-list-type' Florian Bruhin 2016-08-01 16:22:49 +0200
  • 45abcbb972 Update authors Florian Bruhin 2016-08-01 16:22:22 +0200
  • 68b273de87 Merge branch 'generalize-list-type' of https://github.com/mlochbaum/qutebrowser into mlochbaum-generalize-list-type Florian Bruhin 2016-08-01 16:22:13 +0200
  • 8dacf7b4ce Merge branch 'mlochbaum-tab-move-index' Florian Bruhin 2016-08-01 16:18:23 +0200
  • ad05296e1b Update docs Florian Bruhin 2016-08-01 16:18:08 +0200
  • 4414f5fea9 Merge branch 'tab-move-index' of https://github.com/mlochbaum/qutebrowser into mlochbaum-tab-move-index Florian Bruhin 2016-08-01 16:17:09 +0200
  • a7f9461d1f Correct valid_values handling for asciidoc Marshall Lochbaum 2016-08-01 10:15:51 -0400
  • 9488cc61ef Merge branch 'rcorre-completer_tests' Florian Bruhin 2016-08-01 16:03:03 +0200
  • 62f9161d03 Merge branch 'completer_tests' of https://github.com/rcorre/qutebrowser into rcorre-completer_tests Florian Bruhin 2016-08-01 16:02:53 +0200
  • 149e0d7b05 Update changelog Florian Bruhin 2016-08-01 15:56:39 +0200
  • 141e79f297 Add rss userscript Jan Verbeek 2016-08-01 15:55:13 +0200
  • 86669600ff Consider input elements without type for hinting Florian Bruhin 2016-08-01 15:49:50 +0200
  • 5accef963d Move _show_inner_type class variables before __init Marshall Lochbaum 2016-08-01 09:31:59 -0400
  • aa40ff6dd4 Remove none_ok from startpage config type Marshall Lochbaum 2016-08-01 09:30:26 -0400
  • 81ad3bdcdc appveyor: Try to re-download PyQt on failure Florian Bruhin 2016-08-01 15:10:23 +0200
  • c421f44f4e Specify completion category font in HTML Florian Bruhin 2016-08-01 14:56:51 +0200
  • fca3c28134 Merge branch 'nanjekyejoannah-master' Florian Bruhin 2016-08-01 14:38:11 +0200
  • cc94383785 Update docs Florian Bruhin 2016-08-01 14:37:58 +0200
  • 1bba1e3ea9 Remove whitespace Florian Bruhin 2016-08-01 14:35:57 +0200
  • 3d1f28ac9c Merge branch 'master' of https://github.com/nanjekyejoannah/qutebrowser into nanjekyejoannah-master Florian Bruhin 2016-08-01 14:35:06 +0200
  • 3d4e76b1a4 commit resolving issue#1395 nanjekyejoannah 2016-08-01 15:20:44 +0300
  • 4d3cbe659d refactor for configdatap.py resolving #1395 nanjekyejoannah 2016-08-01 14:30:20 +0300
  • 633c95bca6 resolving style things in commit resolving issue #1395 nanjekyejoannah 2016-08-01 14:14:15 +0300
  • 1e94685653 Refactoring to resolve issue #1395 nanjekyejoannah 2016-08-01 14:00:30 +0300
  • 2baadaf565 Remove now useless pylint suppressions Florian Bruhin 2016-08-01 12:47:19 +0200
  • 13269ef388 Wrap long lines Florian Bruhin 2016-08-01 12:46:47 +0200
  • a772e8a2c3 Mark :set-mark/:jump-mark as hidden Florian Bruhin 2016-08-01 12:20:14 +0200
  • 9eec3f25fb Merge branch 'rcorre-unix_filename_rubout' Florian Bruhin 2016-08-01 11:01:44 +0200
  • 77f9696a96 Update docs Florian Bruhin 2016-08-01 11:01:33 +0200
  • 7f311a46ae Merge branch 'unix_filename_rubout' of https://github.com/rcorre/qutebrowser into rcorre-unix_filename_rubout Florian Bruhin 2016-08-01 10:40:34 +0200
  • 4c02717fa3 Merge branch 'LadyClaire-master' Florian Bruhin 2016-08-01 10:35:49 +0200
  • 858fb77e19 Regenerate authors Florian Bruhin 2016-08-01 10:34:58 +0200
  • 0865527631 Merge branch 'master' of https://github.com/LadyClaire/qutebrowser into LadyClaire-master Florian Bruhin 2016-08-01 10:29:58 +0200
  • 212d5fe932 commit resolving issue #1395 nanjekyejoannah 2016-08-01 11:28:27 +0300
  • 12f506073a flake8/pylint reqs: Update mccabe to 0.5.2 Florian Bruhin 2016-08-01 10:06:08 +0200
  • 046eec9136 Remove extra "available" Claire C.C 2016-08-01 00:43:46 -0700
  • f261490dab Fix minor errors and improve flow of text Claire Cavanaugh 2016-07-31 21:43:54 -0700
  • 86a08d17c2 Dedupe code in test_readline. Ryan Roden-Corrent 2016-07-30 22:00:12 -0400
  • a086095954 Implement unix_filename_rubout. Ryan Roden-Corrent 2016-07-30 19:02:05 -0400