Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-04-20 | travis: Ignore doc changes when building a PR | Florian Bruhin | |
Fixes #1441 | |||
2016-04-15 | Remove unused import | Florian Bruhin | |
2016-04-15 | Use __file__ instead of sys.argv[0] | Florian Bruhin | |
2016-04-15 | Make update_3rdparty.py install correctly when run from any directory | Jan Verbeek | |
2016-04-08 | flake8: Add hacking | Florian Bruhin | |
2016-04-06 | travis: Don't install recommended packages via apt | Florian Bruhin | |
This passes --no-install-recommends both for Dockerfiles and Travis itself. | |||
2016-04-06 | ci/install: Fix updating of pip on Appveyor | Florian Bruhin | |
Windows can't update pip when using the wrapper-executable. | |||
2016-04-06 | ci/install: Wait 30s before re-calling apt-get | Florian Bruhin | |
See #1396. | |||
2016-04-06 | travis: Use sudo -H to call pip | Florian Bruhin | |
pip apparently needs this to make caching work properly? See #1396. | |||
2016-04-06 | travis: Use pip install -U to install packages | Florian Bruhin | |
2016-04-06 | ci/install: Upgrade pip on Travis/AppVeyor | Florian Bruhin | |
See #1396 | |||
2016-04-05 | scripts/dev/ci/install: Retry apt-get if it fails | Florian Bruhin | |
2016-04-05 | travis: Self-update npm in eslint env | Florian Bruhin | |
2016-04-05 | Add minimal C++ testbrowser | Florian Bruhin | |
2016-04-04 | freeze: Add pkg_resources._vendor.six | Florian Bruhin | |
Another package added by pkg_resources and not picked up by cx_Freeze... | |||
2016-04-04 | build_release: Don't call update_3rdparty.main | Florian Bruhin | |
main tries to parse sys.argv which will fail when called from build_release when e.g. --asciidoc is given. | |||
2016-04-01 | Add --cheatsheet to src2asciidoc.py | Florian Bruhin | |
2016-04-01 | Fix lint | Florian Bruhin | |
2016-04-01 | Include cheatsheet images in offline help | Florian Bruhin | |
Fixes #329. Note the png's are kind of outdated right now. | |||
2016-03-31 | travis: Remove sources.list patching again | Florian Bruhin | |
Turns out the other mirrors aren't really more stable either. | |||
2016-03-31 | Rename minimal_webkit_testbrowser.py to testbrowser.py | Florian Bruhin | |
2016-03-29 | Merge branch 'master' of https://github.com/arsana7/qutebrowser into ↵ | Florian Bruhin | |
arsana7-master | |||
2016-03-29 | Merge branch 'test_statusbar_url' of ↵ | Florian Bruhin | |
https://github.com/craftyguy/qutebrowser into craftyguy-test_statusbar_url | |||
2016-03-25 | Added option to output in "bookmark" format, clarified some "help" msgs | Clayton Craft | |
2016-03-24 | Fix importer script to output bookmarks in the right format for qutebrowser ↵ | Clayton Craft | |
to use | |||
2016-03-24 | Implement statusbar.url test | Clayton Craft | |
2016-03-24 | Improve check_coverage.py output on failure | Florian Bruhin | |
2016-03-20 | Fix flake8 issues | Philipp Hansch | |
2016-03-20 | Fix lint issue | Philipp Hansch | |
2016-03-20 | Generalize bookmarks import | Philipp Hansch | |
This change adds `firefox` and `ie` as possible arguments to the importer script. | |||
2016-03-16 | Fix asciidoc2html --no-authors | Florian Bruhin | |
2016-03-16 | travis: Use prebuilt docker images | Florian Bruhin | |
2016-03-16 | Ignore --no-authors in asciidoc2html.py | Florian Bruhin | |
This makes it possible to run "tox -e docs -- --no-args" with {posargs} passed to both src2asciidoc.py and asciidoc2html.py. | |||
2016-03-16 | Fix argument passing to Travis | Florian Bruhin | |
2016-03-16 | Fix spelling | Florian Bruhin | |
2016-03-16 | Check docs on Travis, take two | Florian Bruhin | |
We don't regenerate the authors there, as that doesn't work due to Travis cloning with --depth=50 | |||
2016-03-16 | Revert "Revert "Check docs on Travis"" | Florian Bruhin | |
This reverts commit cc6d2ddc1dbfefb1314abb06d5384fb63c1931e9. | |||
2016-03-15 | Revert "Check docs on Travis" | Florian Bruhin | |
This reverts commit f1ec6e1e004c5affdb4ba1a00607f01322338e2e. --depth=50 on Travis messes up author generation | |||
2016-03-15 | Check docs on Travis | Florian Bruhin | |
2016-03-15 | Add script to check for doc changes | Florian Bruhin | |
2016-03-15 | ci/install.py fixup | Florian Bruhin | |
2016-03-15 | Try to run Docker on Travis | Florian Bruhin | |
2016-03-15 | Move ci_install.py to subdir | Florian Bruhin | |
2016-03-02 | Add pkg_resources._vendor.pyparsing when freezing. | Florian Bruhin | |
This is similar to 85299d293f8951154427c8469b2a7407a1a3a706. | |||
2016-02-22 | tests for browser.network.pastebin - code refactor | avk | |
2016-02-19 | Fix lint | Florian Bruhin | |
2016-02-19 | Move pylint plugins to an installed package. | Florian Bruhin | |
This means we can now run things like running pylint --version without having to set PYTHONPATH correctly now. When using skip_install=true, the plugins wouldn't work as they need to import qutebrowser. We have to keep setting PYTHONPATH in run_pylint_on_tests.py, otherwise we get this error I don't quite understand: F: 1, 0: error while code parsing: Unable to load file '/home/florian/proj/qutebrowser/git/__init__.py' ([Errno 2] No such file or directory: '...') (parse-error) | |||
2016-02-19 | Include pytest-xvfb properly in frozen tests | Florian Bruhin | |
2016-02-17 | Remove xvfbwrapper from freeze_tests.py. | Florian Bruhin | |
2016-02-12 | Merge branch 'contributing-toxhelp' of https://github.com/flv0/qutebrowser ↵ | Florian Bruhin | |
into flv0-contributing-toxhelp |