Commit Graph

  • 4704e81b41 Don't log javascript console messages by default. Florian Bruhin 2015-02-09 07:46:31 +0100
  • 0f48ea62c1 Keep more debug log in memory. Florian Bruhin 2015-02-09 07:34:12 +0100
  • 3729ccb8cf Add QApplication check to init_venv.py. Florian Bruhin 2015-02-09 00:19:02 +0100
  • 6bbb655a54 Fixed bug when specifying filename on download. Joel Torstensson 2015-02-08 22:21:34 +0100
  • 9428338389 Merged :download and :download-page. Fix #449 Joel Torstensson 2015-02-08 22:08:16 +0100
  • 6f89ab628b More command actions on downloads. Joel Torstensson 2015-02-08 22:03:29 +0100
  • be48f3c875 flake8: Ignore E402. Florian Bruhin 2015-02-08 21:56:52 +0100
  • 1c055a25b6 Remove ez_setup.py exclude from .flake8. Florian Bruhin 2015-02-08 21:46:38 +0100
  • 31e71ed6d9 Fix copyright years. Florian Bruhin 2015-02-06 00:21:57 +0100
  • 97d7e727b7 Regenerate docs. Florian Bruhin 2015-02-05 08:29:33 +0100
  • 514ae1e798 Add periods for argparse help texts. Florian Bruhin 2015-02-05 08:29:13 +0100
  • a55076dfdf src2asciidoc: Fix metavar with nargs != 1. Florian Bruhin 2015-02-05 08:22:50 +0100
  • f78b21874f Add -p/--print argument to :set to print value. Florian Bruhin 2015-02-05 07:58:51 +0100
  • 7615e20091 Add -s argument to set temporary options. Florian Bruhin 2015-02-05 07:54:19 +0100
  • 5ed592a447 Replace some QTimers by named Timers. Florian Bruhin 2015-02-05 07:17:58 +0100
  • 370c182f48 Fix header encoding in FakeNetworkReply test stub. Florian Bruhin 2015-02-05 07:12:36 +0100
  • 0957d5df8e Make tests for browser.http run again. Florian Bruhin 2015-02-05 06:59:00 +0100
  • 7d01abacaa run_checks: Add checker for missing __init__.py. Florian Bruhin 2015-02-05 06:55:48 +0100
  • af53a670ee Reorder stacktrace.asciidoc Florian Bruhin 2015-02-03 20:45:44 +0100
  • a18b3fe2a8 Update Arch section in stacktrace.asciidoc. Florian Bruhin 2015-02-03 20:30:51 +0100
  • fba2b2b5ae fuzzy_url: handle invalid URLs with autosearch off Florian Bruhin 2015-02-02 22:23:18 +0100
  • a95dda8e92 Handle explicit searches with auto-search=false. Florian Bruhin 2015-02-02 22:19:43 +0100
  • cbde36948a Abort download override question on error/cancel. Florian Bruhin 2015-02-02 06:53:55 +0100
  • 18b58b2001 Set a higher z-index for hint labels. Florian Bruhin 2015-02-02 06:25:14 +0100
  • 59a11c178f Don't open relative files in fuzzy_url with :open Florian Bruhin 2015-02-01 23:55:37 +0100
  • 9b1729c77e Always write config files to disk on first start. Florian Bruhin 2015-02-01 23:47:18 +0100
  • 1c919967bb Send history (optionally) in fatal crash dialog. Florian Bruhin 2015-02-01 23:12:46 +0100
  • 2f01c7c3ae Minor style adjustments in crashdialog.py. Florian Bruhin 2015-02-01 23:12:32 +0100
  • dc6aaecc78 Add __getitem__ to WebHistory. Florian Bruhin 2015-02-01 23:12:02 +0100
  • d9ae2183e8 Initialize web history earlier. Florian Bruhin 2015-02-01 23:11:30 +0100
  • 503fc9f56b Re-enable some flake8 checks. Florian Bruhin 2015-02-01 22:38:40 +0100
  • 33a2181e31 Record global page history to disk. Florian Bruhin 2015-02-01 17:34:16 +0100
  • 933151abd7 Regenerate docs. Florian Bruhin 2015-02-01 01:53:29 +0100
  • 1266f147c8 Auto-save state/config/... periodically. Florian Bruhin 2015-02-01 01:38:16 +0100
  • 822bf90b26 Fix another speeling mistake. Florian Bruhin 2015-02-01 01:22:46 +0100
  • 3b667325ca Move initializing of version/geometry saveables. Florian Bruhin 2015-02-01 01:22:24 +0100
  • 43c5dc3bf6 Refactor saving logic, only save stuff if modified. Florian Bruhin 2015-01-31 22:56:23 +0100
  • d6e87a2672 Hide adblocked iframes. Florian Bruhin 2015-01-31 22:38:31 +0100
  • 9736224fa6 Close contextmenu when closing tab to avoid crash. Florian Bruhin 2015-01-31 21:01:03 +0100
  • 55649882a0 Revert "Paste primary selection into forms on Shift-Insert." Florian Bruhin 2015-01-30 11:50:05 +0100
  • c40e70ed11 Revert "Also copy QByteArray of clipboard data." Florian Bruhin 2015-01-30 11:48:40 +0100
  • 6bf87dd1d7 Fix statusbar quickly popping up as window. Florian Bruhin 2015-01-30 11:36:07 +0100
  • 4138debd1e Also copy QByteArray of clipboard data. Florian Bruhin 2015-01-30 06:42:55 +0100
  • b721a0e992 Clean up NetworkManager after downloads finished. Florian Bruhin 2015-01-28 22:52:24 +0100
  • 66ec4f0599 Resize completion when it's shown, and only then. Florian Bruhin 2015-01-28 22:16:22 +0100
  • 81b91888f4 Add logging to completion resizing. Florian Bruhin 2015-01-28 22:15:57 +0100
  • 052d4f513c Add .venv to .gitignore. Florian Bruhin 2015-01-28 20:35:05 +0100
  • 4486573b2a Add jsconfirm.html test file. Florian Bruhin 2015-01-28 20:34:46 +0100
  • cf5fd9456b Add gen_resources.py script. Florian Bruhin 2015-01-28 20:33:54 +0100
  • 1526cf1532 Merge branch 'master' of ssh://tonks/qutebrowser Florian Bruhin 2015-01-28 08:43:48 +0100
  • b9f16804f7 Make the window title configurable. Florian Bruhin 2015-01-28 08:40:16 +0100
  • 68a0428a09 Paste primary selection into forms on Shift-Insert. Florian Bruhin 2015-01-28 06:56:38 +0100
  • d90814aabe Fix restoring of cmd widget after an error. Florian Bruhin 2015-01-27 21:18:24 +0100
  • 4c87287f4e Don't set up on_ssl_errors slot without SSL. Florian Bruhin 2015-01-26 13:23:41 +0100
  • 7169d02609 Support running qutebrowser without SSL. Florian Bruhin 2015-01-26 13:15:08 +0100
  • bc380fca61 Clone zoom factor when cloning tab. Florian Bruhin 2015-01-26 07:20:03 +0100
  • ab2d2d79ca Clone text/icon as well when cloning tabs. Florian Bruhin 2015-01-26 07:18:07 +0100
  • 6576796718 Fix retrying of downloads after the tab is closed. Florian Bruhin 2015-01-25 23:53:23 +0100
  • cd39be62ee Show loading percentage in window title. Florian Bruhin 2015-01-25 23:25:08 +0100
  • 594438e4d8 Regenerate docs. Florian Bruhin 2015-01-25 22:43:13 +0100
  • fe90b153ed Add new option ui->hide-statusbar to hide the bar. Florian Bruhin 2015-01-25 22:41:19 +0100
  • 8ffc1a3966 Change tabwidget calls from autohide to _tabhide. Florian Bruhin 2015-01-25 22:29:20 +0100
  • 41fd89a206 crashdialog: Shorten paste titles. Florian Bruhin 2015-01-25 22:14:55 +0100
  • 323db55a9c Remove restore checkbox from fatal report dialog. Florian Bruhin 2015-01-25 21:46:48 +0100
  • bd0a3a86d9 Display error on qt_mainloop crashes with old Qt. Florian Bruhin 2015-01-25 21:35:13 +0100
  • 09ea733231 Use qVersion() instead of QT_VERSION_STR. Florian Bruhin 2015-01-25 21:12:50 +0100
  • 9702433d4e Crash dialog redesign. Florian Bruhin 2015-01-24 20:13:18 +0100
  • 7a11be1fb1 Merge branch 'smalltock-toggletab' Florian Bruhin 2015-01-24 18:10:52 +0100
  • ad53950e28 Regenerate docs. Florian Bruhin 2015-01-24 18:10:45 +0100
  • 0d93d1eaff Minor style fixes. Florian Bruhin 2015-01-24 18:10:24 +0100
  • 6ab65eb9d3 Merge branch 'toggletab' of https://github.com/smalltock/qutebrowser into smalltock-toggletab Florian Bruhin 2015-01-24 18:04:24 +0100
  • 1e52f3856c venv: Fix handling of --cache Florian Bruhin 2015-01-24 18:01:25 +0100
  • 29b9526a8e venv: Ignore more unneeded files when copying PyQt Florian Bruhin 2015-01-24 17:56:55 +0100
  • 1d167fa428 Fix duplicate method name in crashdialog tests. Florian Bruhin 2015-01-24 17:45:39 +0100
  • b808aa07ba venv: Fix removing of venv if it's linked. Florian Bruhin 2015-01-24 17:43:56 +0100
  • 3edffefff4 Fix qutebrowser.misc tests. Florian Bruhin 2015-01-24 14:31:58 +0100
  • 5b3b324331 Produce better titles for crash logs. Florian Bruhin 2015-01-24 14:21:07 +0100
  • 62adc5ffe3 remove extra newline ZDarian 2015-01-23 20:46:52 -0700
  • b86aa9061a Revert "Flush stdout before running setup.py." Florian Bruhin 2015-01-23 21:11:46 +0100
  • d16ac8f3ce Fix deleting of directories in link_pyqt. Florian Bruhin 2015-01-23 20:08:20 +0100
  • 100e21d50c venv: Add argument to add a suffix to the cache. Florian Bruhin 2015-01-23 19:55:43 +0100
  • bd633609ff Flush stdout before running setup.py. Florian Bruhin 2015-01-23 19:39:12 +0100
  • 4dbbde9eaa venv: Better cache output. Florian Bruhin 2015-01-23 19:29:03 +0100
  • 768e6ac5bf venv: Fix filtering of files to copy. Florian Bruhin 2015-01-23 19:14:46 +0100
  • feb964cff9 venv: Fix output when copying files. Florian Bruhin 2015-01-23 19:14:32 +0100
  • be568e1681 Fix lint Florian Bruhin 2015-01-23 18:54:17 +0100
  • 2b7a843136 venv: Output all files copied into the venv. Florian Bruhin 2015-01-23 18:47:37 +0100
  • f3d570dd5b venv: Only copy needed files on Windows. Florian Bruhin 2015-01-23 18:32:33 +0100
  • 6ceb0a41ff venv: Save cache to standard cache location. Florian Bruhin 2015-01-23 17:47:26 +0100
  • 409c04b6d4 Correct speeling error for .venv-cache. Florian Bruhin 2015-01-23 15:13:26 +0100
  • ca590c5df7 Fix lint Florian Bruhin 2015-01-23 15:10:44 +0100
  • e3ca06bc53 Add .venv_cache to .gitignore. Florian Bruhin 2015-01-23 15:09:48 +0100
  • 0587cc8b1d Really fix pylint and unicodedata.category. Florian Bruhin 2015-01-23 15:06:51 +0100
  • e38f9747e7 init_venv: Add option to cache finished virtualenv. Florian Bruhin 2015-01-23 15:02:03 +0100
  • d7c7e91f2b pylint: Ignore no-member for unicodedata.category. Florian Bruhin 2015-01-23 14:40:40 +0100
  • 981a3ef96b Always use 'python' binary in virtualenv. Florian Bruhin 2015-01-23 14:37:56 +0100
  • a08b814e5f Accidentally left in print() used for testing ZDarian 2015-01-23 06:35:06 -0700
  • 00f67135ae Fixed tabbar visibility update ZDarian 2015-01-23 06:34:01 -0700
  • eb428f2aeb Regenerate authors Florian Bruhin 2015-01-23 14:32:58 +0100
  • 7580473a43 Install pip by hand in virtualenv on Debian. Florian Bruhin 2015-01-23 14:28:36 +0100