Commit Graph

  • c59b6bf02b Handle invalid layout in TabBarStyle.subElementRect Florian Bruhin 2017-02-27 09:05:40 +0100
  • 76bf8c0049 Convert history to list before converting to JSON. Imran Sobir 2017-02-26 19:58:14 +0500
  • 14c2536a9d Add a note about qute:settings on QtWebEngine to quickstart Florian Bruhin 2017-02-26 15:49:34 +0100
  • 845f21b275 New qute:history page. Imran Sobir 2017-02-26 17:07:30 +0500
  • a3693888b4 Fix changelog typos Florian Bruhin 2017-02-26 11:04:58 +0100
  • ce433bd139 Add ZZ and ZQ keys to (save and) quit the session Vasilij Schneidermann 2017-02-25 23:10:18 +0100
  • 469445e816 Release v0.10.0 Florian Bruhin 2017-02-25 21:47:56 +0100
  • 48ea8d7002 Edit changelog for v0.10.0 Florian Bruhin 2017-02-25 21:43:30 +0100
  • 9b58a4523d Add v0.10.0 default config Florian Bruhin 2017-02-25 21:32:19 +0100
  • 93eab09574 Add a mkvenv-pypi environment to tox.ini Florian Bruhin 2017-02-25 18:17:32 +0100
  • f1ecb21d3d Merge branch 'danfis-session-save-only-active-window' Florian Bruhin 2017-02-25 17:56:27 +0100
  • d771f1f89e Update docs Florian Bruhin 2017-02-25 17:56:15 +0100
  • fc2250b3b2 Merge branch 'session-save-only-active-window' of https://github.com/danfis/qutebrowser into danfis-session-save-only-active-window Florian Bruhin 2017-02-25 17:55:42 +0100
  • 1bd9b4cd40 Merge branch 'kiryl-master' Florian Bruhin 2017-02-25 17:53:47 +0100
  • d6e4344f65 Update authors Florian Bruhin 2017-02-25 17:53:39 +0100
  • 9656449545 Merge branch 'master' of https://github.com/kiryl/qutebrowser into kiryl-master Florian Bruhin 2017-02-25 17:53:05 +0100
  • 392809c423 Merge branch 'imransobir-newbmarkstyle' Florian Bruhin 2017-02-25 17:48:03 +0100
  • b3ff5e3a7f Update authors Florian Bruhin 2017-02-25 17:47:54 +0100
  • 496b70697b Merge branch 'newbmarkstyle' of https://github.com/imransobir/qutebrowser into imransobir-newbmarkstyle Florian Bruhin 2017-02-25 17:46:21 +0100
  • 4f1d582187 Update changelog Florian Bruhin 2017-02-25 17:27:34 +0100
  • b5d4de17a7 Merge branch 'pkill-nine-upstream-master-jseval-file' Florian Bruhin 2017-02-25 17:26:59 +0100
  • 40152d1827 Update docs Florian Bruhin 2017-02-25 17:26:49 +0100
  • 1eab108323 Merge branch 'upstream-master-jseval-file' of https://github.com/pkill-nine/qutebrowser into pkill-nine-upstream-master-jseval-file Florian Bruhin 2017-02-25 17:26:12 +0100
  • 3cc32e0b6a Fix lint Florian Bruhin 2017-02-25 17:24:27 +0100
  • 6cb48ba2b6 Adds a --file flag to :jseval pkill9 2017-02-24 18:07:30 +0000
  • 48c9a4061b Also fix ACE hinting for QtWebKit Florian Bruhin 2017-02-24 18:36:15 +0100
  • 16b259a390 Update pip requirements Florian Bruhin 2017-02-24 15:19:39 +0100
  • 23183bd918 Fix hinting in ACE editors Florian Bruhin 2017-02-24 15:12:35 +0100
  • 02c913238b Fix test_webkitelem Florian Bruhin 2017-02-24 13:51:45 +0100
  • 3feb4211fe Don't show hints for opacity: 0 elements Florian Bruhin 2017-02-24 09:12:59 +0100
  • e832105dd5 Treat the Jupyter input line as editable Florian Bruhin 2017-02-23 17:43:22 +0100
  • 34abad27c4 Use jinja filter to set default title. Imran Sobir 2017-02-23 19:29:49 +0500
  • 4b643f0b74 Extract common styling from bookmarks, history. Imran Sobir 2017-02-23 19:23:18 +0500
  • fa3bb9a5c8 Update pip requirements Florian Bruhin 2017-02-23 09:57:53 +0100
  • 06c4a100cc Fix QtWebKit-NG private-browsing tests Florian Bruhin 2017-02-23 08:15:18 +0100
  • ce3c0a0f55 Mark more private-browsing tests as xfail with QtWebKit-NG Florian Bruhin 2017-02-23 08:13:40 +0100
  • 26923baa4a Set NSSupportsAutomaticGraphicsSwitching in Info.plist Florian Bruhin 2017-02-23 07:50:37 +0100
  • 91d3326a9e Show a warning when using private-browsing with QtWebKit-NG Florian Bruhin 2017-02-23 06:48:47 +0100
  • 6004bfa72f Don't lose warnings shown in early init phases Florian Bruhin 2017-02-23 06:43:00 +0100
  • cd2c547b6b Don't show error if no autosave session exists Florian Bruhin 2017-02-22 23:17:59 +0100
  • c33544fbc9 Regenerate cheatsheet pngs Florian Bruhin 2017-02-22 17:14:37 +0100
  • 81a24bdbef Fixed test of :session-save --only-active-window Daniel Fiser 2017-02-22 17:04:57 +0100
  • 1dabd2b917 Fixes for cheatsheet Florian Bruhin 2017-02-22 16:53:37 +0100
  • 76bb11c6aa Added test for :session-save --only-active-window Daniel Fiser 2017-02-22 14:16:46 +0100
  • 6e1ac8be78 Fixed indentation of SessionManager.save() arguments. Daniel Fiser 2017-02-22 10:37:55 +0100
  • bb5825e043 session-save: in case of --only-active-window, the win-id is determined in session_save(). Daniel Fiser 2017-02-22 10:22:30 +0100
  • bb74b2703f session-save: doc generated from docstring. Daniel Fiser 2017-02-22 09:59:29 +0100
  • f952da16be Merge branch 'kiryl-pac+file' Florian Bruhin 2017-02-22 07:42:57 +0100
  • a32f57b705 Update docs Florian Bruhin 2017-02-22 07:42:45 +0100
  • 5379138c17 Merge branch 'pac+file' of https://github.com/kiryl/qutebrowser into kiryl-pac+file Florian Bruhin 2017-02-22 07:35:06 +0100
  • e8443241df Allow input -> mouse-zoom-divider to be 0 Florian Bruhin 2017-02-22 05:15:57 +0100
  • 77f475991d tests: Ignore CreatePlatformSocket() errors Florian Bruhin 2017-02-21 20:52:46 +0100
  • 5a87c9b6cb Re-add missing import Florian Bruhin 2017-02-21 19:44:15 +0100
  • b69d66e437 Actually check for Qt 5.7.1 Florian Bruhin 2017-02-21 19:28:22 +0100
  • 71f7b01ea7 Bring back PyQt (but not Qt) 5.7.0 support with QtWebEngine Florian Bruhin 2017-02-21 19:25:18 +0100
  • a179d6a738 Improve earlyinit Qt/PyQt version messages Florian Bruhin 2017-02-21 19:15:22 +0100
  • ac3c8bb319 pac_utils.js: remove excessive escaping Kirill A. Shutemov 2017-02-21 15:23:27 +0300
  • 7cb384aaf3 Update qute:bookmarks design. Imran Sobir 2017-02-21 15:42:38 +0500
  • de088c18b9 Allow pac+file proxy scheme to load PAC file from local filesystem Kirill A. Shutemov 2017-02-21 12:57:18 +0300
  • 13213724b0 PAC: fix isPlainHostName() Kirill A. Shutemov 2017-02-21 02:05:54 +0300
  • 9b07a9f77f Update OS X install instructions Florian Bruhin 2017-02-21 06:46:31 +0100
  • 25f217552c Remove unused import Florian Bruhin 2017-02-21 06:17:17 +0100
  • 1708b38d7b Add SessionManager.{save,delete}_autosave Florian Bruhin 2017-02-20 07:43:41 +0100
  • 2c03ad34ad Merge branch 'cosminadrianpopescu-session-autosave' Florian Bruhin 2017-02-20 06:46:26 +0100
  • 1a1edf3c86 Update docs Florian Bruhin 2017-02-20 06:45:15 +0100
  • ee25e900f8 Add error handling for autosave session Florian Bruhin 2017-02-20 06:44:23 +0100
  • cafff3e1b6 Merge branch 'session-autosave' of https://github.com/cosminadrianpopescu/qutebrowser into cosminadrianpopescu-session-autosave Florian Bruhin 2017-02-20 06:30:34 +0100
  • 2c87b4f979 Another try at frozen pytest_benchmark Florian Bruhin 2017-02-19 21:33:49 +0100
  • 09371be081 Update authors Florian Bruhin 2017-02-19 20:54:12 +0100
  • 7ae85b7628 Mention how to build the website in CONTRIBUTING Florian Bruhin 2017-02-19 20:53:19 +0100
  • 65cfb4ecfe make paths relative Julie Engel 2017-02-15 11:59:02 +0100
  • eb4d699be3 Add missing click_target arg to _click_editable Florian Bruhin 2017-02-19 20:46:43 +0100
  • ecf6e02ead Merge branch 'EliteTK-navigate-fix' Florian Bruhin 2017-02-19 20:24:04 +0100
  • 53ec3e8a43 Update docs Florian Bruhin 2017-02-19 20:23:54 +0100
  • 389501deb9 Merge branch 'navigate-fix' of https://github.com/EliteTK/qutebrowser into EliteTK-navigate-fix Florian Bruhin 2017-02-19 20:22:27 +0100
  • a34bc929ac Fix handling of pytest-benchmark for frozen tests Florian Bruhin 2017-02-19 20:11:46 +0100
  • f772ccb203 QtWebEngine: Fall back to events for hints if JS is broken Florian Bruhin 2017-02-19 20:03:27 +0100
  • a8b27eb271 Fix lint Florian Bruhin 2017-02-19 19:44:50 +0100
  • 9a638b2dba Patch OS X .app to work with QtWebEngine Florian Bruhin 2017-02-19 15:41:20 +0100
  • 5b4b226186 Add Qt library/data paths to version info Florian Bruhin 2017-02-19 14:02:40 +0100
  • 1fcba72958 tests navigate: Add tests for rel attributes with nofollow Tomasz Kramkowski 2017-02-19 12:32:19 +0000
  • 5b7090e402 browser/navigate: _find_nextprev allow for space sep rel attribs Tomasz Kramkowski 2017-02-18 19:04:25 +0000
  • 01db59ff36 Handle all uerscript errors when hinting with userscript-target Florian Bruhin 2017-02-19 13:15:15 +0100
  • 00a8e79311 PyInstaller env: Remove link_pyqt call Florian Bruhin 2017-02-19 13:05:58 +0100
  • 687f288453 Update PyInstaller env Florian Bruhin 2017-02-19 12:58:58 +0100
  • 0b94f2ed8c Fix pytest-benchmark package name Florian Bruhin 2017-02-18 00:46:55 +0100
  • 4e74fff5e8 Test/lint fixes Florian Bruhin 2017-02-18 00:10:13 +0100
  • 410b56447a Temporarily set JavascriptCanOpenWindows for hints Florian Bruhin 2017-02-17 22:08:46 +0100
  • 399b02a367 Fix subtle issue in hint bdd tests Florian Bruhin 2017-02-17 22:07:59 +0100
  • ac9b0e5c59 bdd: Allow checking open tabs without (active) Florian Bruhin 2017-02-17 22:07:23 +0100
  • 6ac7e61e0e Add testcase for #2311 Florian Bruhin 2017-02-17 21:32:40 +0100
  • a767e33f15 Re-add title setting code Florian Bruhin 2017-02-17 15:52:12 +0100
  • dcdfc116a4 Fix indent Florian Bruhin 2017-02-17 15:52:05 +0100
  • 0deb422cfd Remove unused imports Florian Bruhin 2017-02-17 15:44:25 +0100
  • b5dd69f4a6 Add some logging for clicking Florian Bruhin 2017-02-17 15:43:25 +0100
  • 006378923e Skip geolocation tests on Qt 5.8 Florian Bruhin 2017-02-17 14:45:36 +0100
  • a86170f45d Drop PyQt < 5.7.1 support for QtWebEngine Florian Bruhin 2017-02-17 14:11:45 +0100
  • 7a4a34c374 Fix WebEngineElement.click on Qt 5.6 Florian Bruhin 2017-02-17 12:27:13 +0100
  • f718b66c48 Disable mhtml tests for Qt 5.6 Florian Bruhin 2017-02-17 12:13:08 +0100
  • abded2470a Reenable PyQt 5.6 PyPI tests Florian Bruhin 2017-02-17 12:00:16 +0100