Commit Graph

  • 083baf1222 Remove unnecessary List subclasses Marshall Lochbaum 2016-07-26 23:05:42 -0400
  • 9e86933913 Replace List with BaseList and rename GenList to List Marshall Lochbaum 2016-07-26 22:21:59 -0400
  • d77145a5b8 Add GenList type and refactor *List types to use GenList Marshall Lochbaum 2016-07-26 21:29:40 -0400
  • f460a225ef Merge branch 'paretje-focuspass' Florian Bruhin 2016-07-27 00:15:38 +0200
  • 5da67a677d Regenerate authors Florian Bruhin 2016-07-27 00:15:27 +0200
  • 8f42fcf627 Merge branch 'focuspass' of https://github.com/paretje/qutebrowser into paretje-focuspass Florian Bruhin 2016-07-27 00:15:15 +0200
  • cd905841e0 Don't log on_focus_changed warning if new is None Florian Bruhin 2016-07-26 23:27:20 +0200
  • 2121865bdd Show jsret value in update_scroll_pos callback Florian Bruhin 2016-07-26 23:26:20 +0200
  • 414f09f648 Merge branch 'mlochbaum-bookmark-load-delete' Florian Bruhin 2016-07-26 21:28:24 +0200
  • 0405a05d34 Update docs Florian Bruhin 2016-07-26 21:28:14 +0200
  • 8d091b2ae8 Drop focus after field has been filled Kevin Velghe 2016-07-26 21:24:20 +0200
  • 826d0befe0 Update number files Marshall Lochbaum 2016-07-26 13:57:35 -0400
  • b2c2d5a4f4 Add --delete option to bookmark-load Marshall Lochbaum 2016-07-22 23:18:14 -0400
  • 1ac45d8971 travis: Switch bot to #qutebrowser-dev Florian Bruhin 2016-07-26 18:18:53 +0200
  • 55f4777d72 build_release: Fix call_tox with no python on Win Florian Bruhin 2016-07-26 17:55:26 +0200
  • 24f3703615 Merge branch 'mlochbaum-bookmark-add-toggle' Florian Bruhin 2016-07-26 17:30:17 +0200
  • 29fd292aa4 Update docs Florian Bruhin 2016-07-26 17:30:07 +0200
  • 84cfbced05 Merge branch 'bookmark-add-toggle' of https://github.com/mlochbaum/qutebrowser into mlochbaum-bookmark-add-toggle Florian Bruhin 2016-07-26 17:27:40 +0200
  • 311f531d88 build_release: Fix tox call Florian Bruhin 2016-07-26 17:00:32 +0200
  • a6af9d7d35 flake8 reqs: Undo accidental pep8 downgrade Florian Bruhin 2016-07-26 16:51:45 +0200
  • d19c7012a5 flake8 reqs: Update flake8-docstrings to 1.0.2 Florian Bruhin 2016-07-26 16:51:19 +0200
  • 180d113914 build_release: Fix running smoke test on OS X Florian Bruhin 2016-07-26 16:49:44 +0200
  • 901ccebca6 Revert "build_release: Use -quiet for hdiutil" Florian Bruhin 2016-07-26 16:49:07 +0200
  • e2ea04691e build_release: Use -quiet for hdiutil Florian Bruhin 2016-07-26 16:39:10 +0200
  • 86bd42ec93 build_release: Rebuild tox environments Florian Bruhin 2016-07-26 16:38:18 +0200
  • 12007dd0d0 DMG Makefile: Don't generate template.dmg.bz2 Florian Bruhin 2016-07-26 16:30:34 +0200
  • ed67b988f9 DMG Makefile: Increase template size to 300 MB Florian Bruhin 2016-07-26 16:29:29 +0200
  • b30773aa68 flake8 requirements: Add comment for pep8 pin Florian Bruhin 2016-07-26 16:14:21 +0200
  • 54b9ead0d0 flake8 reqs: Update flake8-docstrings to 1.0.1 Florian Bruhin 2016-07-26 16:12:23 +0200
  • e9e780ac56 Focus fields before filling them Kevin Velghe 2016-07-26 16:12:19 +0200
  • fb20352e3f build_release: Add smoke test for OS X Florian Bruhin 2016-07-26 16:10:25 +0200
  • d9247c15a4 Coding style fixes Marshall Lochbaum 2016-07-26 09:48:35 -0400
  • ae7fe2ee33 Update number files Marshall Lochbaum 2016-07-26 09:14:51 -0400
  • 28842c90b6 Add --toggle flag to bookmark-add (fixes #1667) Marshall Lochbaum 2016-07-22 22:46:30 -0400
  • 614794a62a link_pyqt: Use PyQt5.QtCore to find PyQt5 path Florian Bruhin 2016-07-26 13:59:25 +0200
  • b12c984846 Release v0.8.0 Florian Bruhin 2016-07-26 13:23:27 +0200
  • 3801960c61 tests: Add v0.8.0 to old_configs Florian Bruhin 2016-07-26 13:22:34 +0200
  • 07e0ae5584 Un-hide --backend argument Florian Bruhin 2016-07-26 13:30:25 +0200
  • 3ccb691e9f tab API: Rename scroll to scroller Florian Bruhin 2016-07-26 13:19:07 +0200
  • 878fa26247 Use real slots for QtWebKit signals Florian Bruhin 2016-07-26 12:55:40 +0200
  • 214641301c Improve test_smoke Florian Bruhin 2016-07-26 12:40:31 +0200
  • 7f9af096cd Clean up changelog Florian Bruhin 2016-07-26 12:34:02 +0200
  • 99ea20d0d1 Merge branch 'paretje-bash' Florian Bruhin 2016-07-26 12:14:42 +0200
  • 9bd48c4277 Merge branch 'bash' of https://github.com/paretje/qutebrowser into paretje-bash Florian Bruhin 2016-07-26 12:13:15 +0200
  • 3ea6d4c527 Add KeyConfigStub.get_reverse_bindings_for Florian Bruhin 2016-07-26 12:06:42 +0200
  • 0f07198271 Don't pass 2 arguments to shebang Kevin Velghe 2016-07-26 11:39:51 +0200
  • 49977a32c4 Remove unused imports Florian Bruhin 2016-07-26 11:09:24 +0200
  • 70d6f90f08 Display key hint for :prompt-download-open Florian Bruhin 2016-07-26 11:08:03 +0200
  • d70f3a0417 Merge branch 'Kingdread-open-download' Florian Bruhin 2016-07-26 10:54:59 +0200
  • d5cf8ef894 Update docs Florian Bruhin 2016-07-26 10:54:45 +0200
  • 36b0054238 Add keyconf.get_reverse_bindings_for Florian Bruhin 2016-07-26 10:49:32 +0200
  • f4f6a3dac1 Merge branch 'open-download' of https://github.com/Kingdread/qutebrowser into Kingdread-open-download Florian Bruhin 2016-07-26 10:32:34 +0200
  • e4d896401d Merge branch 'mlochbaum-mark-del-no-args' Florian Bruhin 2016-07-26 08:39:11 +0200
  • da64db853e Update docs Florian Bruhin 2016-07-26 08:36:16 +0200
  • dab17b801e Merge branch 'mark-del-no-args' of https://github.com/mlochbaum/qutebrowser into mlochbaum-mark-del-no-args Florian Bruhin 2016-07-26 08:33:17 +0200
  • ded733c674 test requirements: Update CherryPy to 7.1.0 Florian Bruhin 2016-07-25 22:59:28 +0200
  • 028e7239ed Add more number files Marshall Lochbaum 2016-07-25 15:37:02 -0400
  • 2751e57958 Update OS X install instructions Florian Bruhin 2016-07-25 19:41:29 +0200
  • c618983b3d flake8 requirements: Update flake8-tuple to 0.2.12 Florian Bruhin 2016-07-25 18:07:41 +0200
  • b8ea3d3c39 flake8 requirements: Pin flake8 properly Florian Bruhin 2016-07-25 18:07:31 +0200
  • 3efb41f743 flake8 requirements: Filter to flake8 < 3.0 Florian Bruhin 2016-07-25 16:38:51 +0200
  • 9f45a27a2a test requirements: Update CherryPy to 7.0.0 Florian Bruhin 2016-07-25 13:06:32 +0200
  • 1564563662 Don't enable warnings if log was never inited Florian Bruhin 2016-07-25 13:03:58 +0200
  • c3f53312af Fix 'is not' string comparison Florian Bruhin 2016-07-23 19:51:13 +0200
  • e887d9a381 Remove useless super-calls Florian Bruhin 2016-07-23 18:39:27 +0200
  • 3ffb726b98 Merge branch 'master' into mark-del-no-args Marshall Lochbaum 2016-07-23 12:12:19 -0400
  • f52c7f13d3 Update numbers in urlmarks test Marshall Lochbaum 2016-07-23 11:47:33 -0400
  • 9eeda62adf Use quickmark-add rather than quickmark-save in test Marshall Lochbaum 2016-07-23 11:25:04 -0400
  • 1781d0fba3 Use DoesNotExistError rather than CommandError in get_by_qurl Marshall Lochbaum 2016-07-23 11:21:27 -0400
  • 9758b52d91 Assume _current_url is valid (remove try/except) Marshall Lochbaum 2016-07-23 11:10:54 -0400
  • 02731743c0 Use qtutils.ensure_valid instead of testing isValid in get_by_qurl Marshall Lochbaum 2016-07-23 11:07:01 -0400
  • 04fdce9058 Close file stream in qute_pylint.modeline Florian Bruhin 2016-07-23 17:00:05 +0200
  • cba25d2bbb Remove quickmark_del and bookmark_del from the urlmark classes (use delete instead) Marshall Lochbaum 2016-07-23 10:55:57 -0400
  • 3d4a01ef4c Merge branch 'winged-issue_1033_bookmark_display' Florian Bruhin 2016-07-23 15:48:41 +0200
  • 19077c8b47 Update docs Florian Bruhin 2016-07-23 15:47:31 +0200
  • 91b754d6ea Merge branch 'issue_1033_bookmark_display' of https://github.com/winged/qutebrowser into winged-issue_1033_bookmark_display Florian Bruhin 2016-07-23 15:42:33 +0200
  • 1f320b8686 Various fixes after code review. David Vogt 2016-07-23 14:27:42 +0200
  • 02a06732ff Also ignore ImportWarning for pkg_resources import Florian Bruhin 2016-07-23 14:15:39 +0200
  • 78fd614237 Merge branch 'ganwell-issue_1670_tests_fail_due_to_SSL_error' Florian Bruhin 2016-07-23 14:03:08 +0200
  • 11bf5c8809 Minor cleanups. Whitespace / indentation CSS. David Vogt 2016-07-23 13:06:56 +0200
  • d1cc542835 Update authors Florian Bruhin 2016-07-23 13:05:55 +0200
  • 40a3e24b05 Ignore warning when importing pkg_resources Florian Bruhin 2016-07-23 13:04:53 +0200
  • 64f208486e Add log.ignore_py_warnings() Florian Bruhin 2016-07-23 13:04:45 +0200
  • 36bb5cf285 Merge branch 'issue_1670_tests_fail_due_to_SSL_error' of https://github.com/ganwell/qutebrowser into ganwell-issue_1670_tests_fail_due_to_SSL_error Florian Bruhin 2016-07-23 12:46:16 +0200
  • 8bbfcc01be Sort bookmarks / quickmarks by title or name respectively. David Vogt 2016-07-23 12:32:05 +0200
  • 12e7b4f244 Extend command documentation regarding bookmarks page David Vogt 2016-07-23 12:23:37 +0200
  • 85be6565fc Implement feature request #1033: Bookmark display David Vogt 2016-07-23 12:09:49 +0200
  • f040fd5a6d Ignore missing SSLv3 messages from Qt Jean-Louis Fuchs 2016-07-23 10:01:56 +0000
  • ef01566621 Initialize qt logging to qutebrowser as early as possible Jean-Louis Fuchs 2016-07-23 09:44:43 +0000
  • 76eab7617b Remove @pyqtSlot for functions and non-QObjects Florian Bruhin 2016-07-23 11:39:29 +0200
  • e9660ad676 Fix incorrect number in test Marshall Lochbaum 2016-07-21 22:45:36 -0400
  • ff682606ab Add tests for bookmark-del and quickmark-del with no arguments Marshall Lochbaum 2016-07-21 22:34:10 -0400
  • 19949101c6 Make quickmark_del with no argument delete the current page's mark (fixes #1661) Marshall Lochbaum 2016-07-21 21:15:15 -0400
  • 83005bc072 Make bookmark_del with no argument delete the current page's mark Marshall Lochbaum 2016-07-21 20:46:44 -0400
  • 63e466f019 Remove @pyqtSlot for some non-QObject classes Florian Bruhin 2016-07-21 14:56:12 +0200
  • ac2553794c flake8: Ignore all dotfiles Florian Bruhin 2016-07-21 14:55:50 +0200
  • aabee4828e Merge branch 'rcorre-cut_test_clutter' Florian Bruhin 2016-07-20 16:19:49 +0200
  • a1c4e6e2cf Rename shadowed tmpdir variable Florian Bruhin 2016-07-20 16:13:46 +0200
  • 5f2dc53d94 tox: Set distshare = {toxworkdir} Florian Bruhin 2016-07-20 16:02:14 +0200
  • c4fb43df58 pylint: Set persistent=n Florian Bruhin 2016-07-20 15:51:57 +0200