summaryrefslogtreecommitdiff
path: root/qutebrowser
AgeCommit message (Expand)Author
2015-04-19Release v0.2.1v0.2.1Florian Bruhin
2015-04-19Release v0.2.0v0.2.0Florian Bruhin
2015-04-19Fix download view popping up as window on start.Florian Bruhin
2015-04-17Refactor IPC exceptions handling.Florian Bruhin
2015-04-17Fix deprecation message for :cancel-download.Florian Bruhin
2015-04-17Clean up unused imports.Florian Bruhin
2015-04-17Move WebPage init out from QWebView's __init__.Florian Bruhin
2015-04-17Get rid of SearchRunner.Florian Bruhin
2015-04-16Use config.get() for qute:settings.Florian Bruhin
2015-04-16Add a special <unbound> command for the keyconf.Florian Bruhin
2015-04-16Don't unnecessarily mark the key config as dirty.Florian Bruhin
2015-04-16Add missing new keybindings to config.Florian Bruhin
2015-04-15Fix for cache never being saved.Florian Bruhin
2015-04-14Improve error message on duplicate keychains.Florian Bruhin
2015-04-13Fix binding of special keys with lower-case mods.Florian Bruhin
2015-04-13Allow commands with ;; with :bind.Florian Bruhin
2015-04-13Fix handling of flags with args with maxsplit #2.Florian Bruhin
2015-04-13Fix splitting of flags with args with maxsplit.Florian Bruhin
2015-04-13Add a timeout to HTTPClient.Florian Bruhin
2015-04-13Merge {Pastebin,PyPIVersion}Client into HTTPClient.Florian Bruhin
2015-04-13Ignore -psn_0_* argument on OS X.Florian Bruhin
2015-04-13Fix lint.Florian Bruhin
2015-04-13Clean up loggers.Florian Bruhin
2015-04-13Handle a missing session folder at some places.Florian Bruhin
2015-04-13Fix handling of no_cmd_split cmds with args.Florian Bruhin
2015-04-13Refactor and fix split commands in CommandRunner.Florian Bruhin
2015-04-11Fix default 'ga' binding.Florian Bruhin
2015-04-10Treat commands using ;; in key config as valid.Florian Bruhin
2015-04-10Show a message and update notifier on reports.Florian Bruhin
2015-04-10Ignore invalid history entries on start.Florian Bruhin
2015-04-09Fix deprecated default keybindings.Florian Bruhin
2015-04-09Refactor EventFilter.Florian Bruhin
2015-04-09Add a ui -> hide-mouse-cursor option.Florian Bruhin
2015-04-09Fix NameError in hints.py.Florian Bruhin
2015-04-09Add $QUTE_HTML and $QUTE_TEXT for userscripts.Florian Bruhin
2015-04-09Fixed some style errors.Joel Torstensson
2015-04-09Changing position without restart now possible.Joel Torstensson
2015-04-09Added option for downloadview placement.Joel Torstensson
2015-04-08Merge pull request #16 from hackebrot/layoutFlorian Bruhin
2015-04-07Add startpage/default-page to tabs -> last-close.Florian Bruhin
2015-04-07Ignore Qt warning about WOFF/zlib.Florian Bruhin
2015-04-06Use **kwargs to simplify cmdutils.register.Florian Bruhin
2015-04-06Ignore ;; for splitting with some commands.Florian Bruhin
2015-04-06Keep progress bar height fix on multiline text.Florian Bruhin
2015-04-06Pass a parent to global QObjects.Florian Bruhin
2015-04-05Move SessionManager init to sessions.py.Florian Bruhin
2015-04-05Make the default session name configurable.Florian Bruhin
2015-04-05Add tab-bg{,-silent} to new-instance-open-target.Florian Bruhin
2015-04-05Merge remote-tracking branch 'origin/master' into layoutBruno Oliveira
2015-04-05Add a -t/--temp flag to :session-load.Florian Bruhin