Commit Graph

10654 Commits

Author SHA1 Message Date
Florian Bruhin
6975e29c5c Regenerate docs 2016-10-27 23:15:51 +02:00
Florian Bruhin
2ce15b0499 Use start.duckduckgo.com as startpage
Apparently some users got nagged by duckduckgo to set it as start page.
2016-10-27 22:16:53 +02:00
Daniel Karbach
6e510372fb more cleanup
jeez, this is getting embarrassing
2016-10-27 15:50:17 +02:00
Daniel Karbach
23a62e952d another lineparser/utilcmds test revision
* verify exception message in lineparser double open
* check for hunter with `pytest.importorskip`
* stricter exception checking in debug_trace test
2016-10-27 14:56:28 +02:00
Daniel Karbach
64cf8fcd39 lineparser/utilcmds test cleanup
* fix date in copyright
* remove redundant class docstrings
* don't rename utilcmds module in unit test
* use `mode_manager` fixture in place of FakeModeMan
* some whitespace
2016-10-27 14:23:01 +02:00
Daniel Karbach
e1c467b3a0 move utilcmds specific tests from misc 2016-10-27 14:20:39 +02:00
Florian Bruhin
367063a776 Merge branch 'blyxxyz-progress-height' 2016-10-27 07:05:19 +02:00
Florian Bruhin
6f7f5ee269 Merge branch 'progress-height' of https://github.com/blyxxyz/qutebrowser into blyxxyz-progress-height 2016-10-27 07:04:28 +02:00
Florian Bruhin
1493bfe766 Revert "pip requirements: Update setuptools to 28.6.2"
This reverts commit 17f7bafc1c.

Turns out I was confused and that version doesn't even exist yet...
2016-10-27 06:46:18 +02:00
Florian Bruhin
17f7bafc1c pip requirements: Update setuptools to 28.6.2 2016-10-27 06:12:52 +02:00
Florian Bruhin
fa45536367 pyroma requirements: Update pyroma to 2.2 2016-10-27 06:09:57 +02:00
Florian Bruhin
634cad7f15 flake8 reqs: Update flake8-deprecated to 1.1 2016-10-27 06:09:43 +02:00
Florian Bruhin
1fb2dd2694 test requirements: Update uncompyle6 to 2.9.3 2016-10-26 19:16:38 +02:00
Florian Bruhin
96b4ab41c7 Re-add label.show() call
We don't actually show a window (so no need to use
waitForWindowShown/waitExposed), but we still need to make sure the
label is shown.
2016-10-26 14:54:35 +02:00
Jan Verbeek
2cc958fbb6 Stop progress bar from growing status bar height 2016-10-26 13:46:52 +02:00
Julie Engel
4093029ed5 also use rel paths for toplevel docs 2016-10-26 12:41:09 +02:00
Florian Bruhin
b9a7bdaab2 Merge branch 'engelju-1490-help-not-discoverable' 2016-10-26 12:02:34 +02:00
Florian Bruhin
0d00f1fecb Regenerate authors 2016-10-26 12:02:26 +02:00
Julie Engel
24b9cdb10c adjust title 2016-10-26 10:53:05 +02:00
Julie Engel
f6d0b6b133 include help doc page in main homepage menu 2016-10-26 10:50:34 +02:00
Florian Bruhin
24f93ee9a5 Merge branch 'engelju-master' 2016-10-26 08:49:02 +02:00
Florian Bruhin
06dcbb0595 Regenerate authors 2016-10-26 08:48:50 +02:00
Florian Bruhin
30e9cd666a Merge branch 'master' of https://github.com/engelju/qutebrowser into engelju-master 2016-10-26 08:48:42 +02:00
Florian Bruhin
c7bfefeb08 tests: Remove useless show() call
We add it to a layout anyways, so it will already be shown.
2016-10-26 08:08:00 +02:00
Florian Bruhin
04682ffbb2 Merge branch 'HolySmoke86-patch-1' 2016-10-26 08:07:03 +02:00
Florian Bruhin
e1740075ab Regenerate authors 2016-10-26 08:06:56 +02:00
Florian Bruhin
7414282500 Merge branch 'patch-1' of https://github.com/HolySmoke86/qutebrowser into HolySmoke86-patch-1 2016-10-26 08:06:47 +02:00
Florian Bruhin
ece3f3a2e1 Update to pytest-qt 2.1.0 2016-10-26 07:42:41 +02:00
Florian Bruhin
bd414c5f01 test requirements: Update xdis to 3.2.0 2016-10-26 07:38:05 +02:00
Florian Bruhin
e95056b7d6 Merge branch 'cincodenada-patch-1' 2016-10-25 22:59:21 +02:00
Florian Bruhin
b497e63672 Regenerate authors 2016-10-25 22:59:11 +02:00
Daniel Karbach
442549555b skip segfault test on windows
while technically possible (on both machine and OS level), termination due
to SIGSEGV cannot be prevented
maybe the test could be rewritten to spawn a subprocess and check its exit
status (of 11)
2016-10-25 17:24:14 +02:00
Daniel Karbach
b7b9b7208d Win Dev Environment instructions
adds a rough outline of how to set up a dev env on windows
2016-10-25 16:37:09 +02:00
Joel Bradshaw
3fe050f850 Update test for version bump 2016-10-25 07:11:56 -07:00
Joel Bradshaw
e5a1bb5091 Update version number to 0.8.2
Bump version info to 0.8.2 so that it shows up in `qutebrowser --version`
2016-10-25 06:01:45 -07:00
Daniel Karbach
9038b28ea4 different mocking of open() in lineparser test
apparently, python 3.4 (and less, probably) does not import
builtins into modules
2016-10-25 08:52:08 +02:00
Daniel Karbach
b5ffe979aa "typo" in utilcmds test 2016-10-25 08:48:04 +02:00
Florian Bruhin
872599065b pyinstaller requirements: Don't strip commit ID
See #1692
2016-10-25 08:18:01 +02:00
Florian Bruhin
650af3772a Use PyInstaller with QtWebEngine fix
See #1692
2016-10-25 06:58:29 +02:00
Florian Bruhin
7ebe4d8bfc Merge branch 'edrex-patch-1' 2016-10-24 22:24:37 +02:00
Florian Bruhin
ed3f6c2e90 Regenerate authors 2016-10-24 22:24:29 +02:00
Florian Bruhin
850a2edeaf Merge branch 'patch-1' of https://github.com/edrex/qutebrowser into edrex-patch-1 2016-10-24 22:24:20 +02:00
Florian Bruhin
6935a195e1 Merge branch 'edrex-osx_app_build' 2016-10-24 22:22:00 +02:00
Florian Bruhin
4e55c7b9f0 Update authors 2016-10-24 22:21:48 +02:00
Florian Bruhin
01344fbed7 Add a comment 2016-10-24 22:21:34 +02:00
Florian Bruhin
f25fd04100 Merge branch 'osx_app_build' of https://github.com/edrex/qutebrowser into edrex-osx_app_build 2016-10-24 22:21:11 +02:00
Eric Drechsel
4dfe1c6ab6 Set the bundle identifier to a fake value to allow icu data to be found. 2016-10-24 10:17:39 -07:00
Eric Drechsel
ce23979f91 Update macports Qt install instructions 2016-10-24 10:02:41 -07:00
Julie Engel
83694b6caa Merge pull request #1 from engelju/engelju-patch-1490
Starting on issue #1490
2016-10-24 17:26:42 +02:00
Julie Engel
322afb945d Starting on issue #1490 2016-10-24 17:25:29 +02:00