summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-10-13Release v1.0.1v1.0.1Florian Bruhin
2017-10-13Ignore inotify_add_watch Qt warningFlorian Bruhin
This happens on Travis from time to time.
2017-10-13Update Firefox extension list in READMEFlorian Bruhin
[ci skip]
2017-10-13Prevent empty segfault reportsFlorian Bruhin
2017-10-12Add missing testFlorian Bruhin
2017-10-12Properly fix up version checks...Florian Bruhin
2017-10-12Update changelogFlorian Bruhin
[ci skip]
2017-10-12Fix version checking in earlyinitFlorian Bruhin
With the previous commit, we also checked that PyQt was >= 5.7.1, but we want to support PyQt 5.7.0. Instead, we now check the individual components by hand. Also, the previous check accidentally allowed PyQt >= 5.2.0 instead of 5.7.0.
2017-10-12Also check PyQt version for qtutils.version_check()Florian Bruhin
With an older PyQt built against a newer Qt, we still don't have its features available. This also drops support for exact=True with compiled=True as the semantics for that are unclear, and it's not used.
2017-10-12Fix loading of monospace fonts in configtypes.QtFontFlorian Bruhin
See #3096
2017-10-12Release v1.0.0v1.0.0Florian Bruhin
2017-10-12Remove QtWebKit reference from manpageFlorian Bruhin
2017-10-12Update changelog and install docs for v1.0.0Florian Bruhin
2017-10-12Fix nested lists in changelogFlorian Bruhin
[ci skip]
2017-10-11Update changelog for v1.0.0Florian Bruhin
See #3090 [ci skip]
2017-10-11Prepare release checklist for v1.0.0Florian Bruhin
[ci skip]
2017-10-11Improve fonts.monospace testsFlorian Bruhin
2017-10-11Fix quote handling for fonts.monospace familyFlorian Bruhin
2017-10-11Fix updating fonts when fonts.monospace is changedFlorian Bruhin
Fixes #2973
2017-10-11Fix reading of fonts.monospace on initFlorian Bruhin
See #2973
2017-10-11Fix copy-paste error in colors.messages.warning.border descriptionFlorian Bruhin
2017-10-11Merge pull request #3073 from qutebrowser/sql-errorsFlorian Bruhin
Handle some sqlite errors gracefully
2017-10-11Fix docstringsFlorian Bruhin
2017-10-11Merge remote-tracking branch 'origin/pr/3055'Florian Bruhin
2017-10-11Pass HOME to PyInstaller environmentFlorian Bruhin
This prevents some weird Homebrew errors.
2017-10-11Improve YAML deadline warningFlorian Bruhin
See #2777
2017-10-11Fix lintFlorian Bruhin
2017-10-11Install LibYAML on macOS on TravisFlorian Bruhin
See #2777
2017-10-11Break long lines in travis_run.shFlorian Bruhin
2017-10-11Check for YAML C extensions on TravisFlorian Bruhin
See #2777
2017-10-11Show error when YAML load took too longFlorian Bruhin
See #2777
2017-10-11Add a setting to force the platform and improve Wayland handlingFlorian Bruhin
Closes #3078 See #2932
2017-10-11Another attempt at stabilizing qutescheme.featureFlorian Bruhin
2017-10-11Fix lintFlorian Bruhin
See https://github.com/PyCQA/pylint/issues/1698
2017-10-11Handle RuntimeError in AbstractTab __repr__Florian Bruhin
Apparently it can happen that we try to get a repr of an already destroyed tab. In that case, we display <RuntimeError> as the URL now.
2017-10-11Show nicer errors when trying to set deleted/renamed optionsFlorian Bruhin
2017-10-11Rename qt_args and force_software_rendering to add qt. prefixFlorian Bruhin
Closes #3077
2017-10-11Implement deleting/renaming values in configdata.ymlFlorian Bruhin
This is needed for #3077, but also is used for the deletion in #2847 now. See #2772.
2017-10-11[review] convey via_ipc from process_pos_args to get_windowAnton S
2017-10-11[review] removed ApplicationActivate handler due to bugsAnton S
2017-10-10[review] force_raise -> no_raiseAnton S
2017-10-10Leave qute://settings after tests are doneFlorian Bruhin
Let's see whether this helps with the flakyness where the next test (for pyeval) tries to set frame_flattening...
2017-10-10Update Saka Key urlFlorian Bruhin
2017-10-10Fix indentFlorian Bruhin
2017-10-10[review] docstrings, url logging, etc.Anton S
2017-10-10fixed docstring, converted list to setAnton S
2017-10-10moved methods to restore initial orderAnton S
2017-10-10use open_url to handle FileOpen eventAnton S
2017-10-10added option to suppress window raisingAnton S
2017-10-10reused some code from process argsAnton S