summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-12-10Fix text/newline handling with QSaveFile.Florian Bruhin
2014-12-09init_venv: Pass --no-clean to pip on Windows.Florian Bruhin
2014-12-09Update instructions in stacktrace.asciidoc.Florian Bruhin
2014-12-09Check if download reply is None when closing tab.Florian Bruhin
2014-12-08Use QSaveFile for saving files. Fixes #234.Florian Bruhin
2014-12-08Fix statusbar with nested passthrough modes.Florian Bruhin
2014-12-08Fix comment typo.Florian Bruhin
2014-12-08Fix lintFlorian Bruhin
2014-12-08Fix config interpolation with non-default values.Florian Bruhin
2014-12-08config: Don't escape <eq> specially anymore.Florian Bruhin
2014-12-08downloads: Make sure read timer is stopped.Florian Bruhin
2014-12-08Don't nest function calls in on_read_timer_timeout.Florian Bruhin
2014-12-08Abort running questions when closing tab.Florian Bruhin
2014-12-06asciidoc2html: Check files recursively with --all.Florian Bruhin
2014-12-06Regenerate manpageFlorian Bruhin
2014-12-06Fix asciidoc2html with --allFlorian Bruhin
2014-12-06Add a --no-crash-dialog debug option.Florian Bruhin
2014-12-05run_checks: Ignore .venv #2Florian Bruhin
2014-12-05run_checks: Ignore .venvFlorian Bruhin
2014-12-05run_checks: Also check for uncommited changes.Florian Bruhin
2014-12-05asciidoc2html: Add an --all option.Florian Bruhin
2014-12-05Fix sorting authors with the same number of commits.Florian Bruhin
2014-12-05Update docsFlorian Bruhin
2014-12-05Merge branch 'iggy-master'Florian Bruhin
2014-12-05Merge branch 'master' of https://github.com/iggy/qutebrowser into iggy-masterFlorian Bruhin
2014-12-05I suck.Florian Bruhin
2014-12-05Really disable that damn pylint checkFlorian Bruhin
2014-12-05Whoops, s/ignore/disable/Florian Bruhin
2014-12-05pylint: ignore pypeg2 import errorFlorian Bruhin
2014-12-05Desktopy goodnessBrian Jackson
2014-12-05Properly ignore distutils-bug in qtutils.Florian Bruhin
2014-12-05Don't depend on cx_Freeze for tests.Florian Bruhin
2014-12-05init_venv: Fix beautifulsoup4 package name.Florian Bruhin
2014-12-05pylint: Ignore distutils ImportError.Florian Bruhin
2014-12-05init_venv: Add more dev modules.Florian Bruhin
2014-12-05init_venv: Check dev packages only with --devFlorian Bruhin
2014-12-05pylint_checkers: Whitespace fixFlorian Bruhin
2014-12-05init_venv: Use --system-site-packages on Windows.Florian Bruhin
2014-12-05init_venv: pin astroid versionFlorian Bruhin
2014-12-05init_venv: Change sip glob to include .pydFlorian Bruhin
2014-12-05Simplify checks to always use subprocess.Florian Bruhin
2014-12-05init_venv: Test all installed packagesFlorian Bruhin
2014-12-05init_venv: Don't check for pylint without --devFlorian Bruhin
2014-12-05Fix sip globbing for realFlorian Bruhin
2014-12-05init_venv: Use sys.executable for venv_pythonFlorian Bruhin
2014-12-05init_venv: Add missing glob importFlorian Bruhin
2014-12-05init_venv: Check if file exists before symlinking.Florian Bruhin
2014-12-05init_venv: Add glob for sip.so.Florian Bruhin
2014-12-04Add init_venv, script to initialize a virtualenv.Florian Bruhin
2014-12-04Newline fix in adblock.pyFlorian Bruhin