summaryrefslogtreecommitdiff
path: root/qutebrowser/app.py
AgeCommit message (Expand)Author
2020-07-13Save geometry and private mode with closed wins.Jimmy
2020-07-13Add prototype window close undo command.Jimmy
2020-07-10Improve docstring for _init_pulseaudio()Florian Bruhin
2020-07-10config: Split Qt argument/envvar handling to a separate fileFlorian Bruhin
2020-07-02Set Pulseaudio propertiesFlorian Bruhin
2020-06-12Improve some init loggingFlorian Bruhin
2020-06-10Enable configuring loglevel at runtime.Ryan Roden-Corrent
2020-06-09Merge remote-tracking branch 'origin/pr/5445'Florian Bruhin
2020-06-01Rename version.version() to version_info()Florian Bruhin
2020-05-17Add loglevel config settings.Ryan Roden-Corrent
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
2020-04-30Fix some LGTM issuesFlorian Bruhin
2020-04-27Add stop-gap measure for sessions with Qt 5.15Florian Bruhin
2020-04-27Update old Qt version warningFlorian Bruhin
2020-02-10Fix calls of error.handle_fatal_exc()Florian Bruhin
2020-01-13Move _load_session from app to sessionsFlorian Bruhin
2020-01-13Move late exit logging to quitterFlorian Bruhin
2020-01-13Move quitter init to after QApplication existsFlorian Bruhin
2020-01-13Move EventFilter out of app.pyFlorian Bruhin
2020-01-13Move more of quitter/crashsignal out of app.pyFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-08Merge remote-tracking branch 'upstream/master' into jay/private-windowJay Kamat
2019-11-25Move readline commands to components/Florian Bruhin
2019-11-25Use modeman.instance() to get mode managerFlorian Bruhin
2019-10-22mypy: Fix new issues in qtnetworkdownloads/webkit.mhtml/adblockFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.appFlorian Bruhin
2019-10-13objreg: Set command_only for session-managerFlorian Bruhin
2019-10-13Remove cookie-jar/ram-cookie-jar/cache from objregFlorian Bruhin
2019-10-13Add missing sessions.shutdownFlorian Bruhin
2019-10-13Fix lintFlorian Bruhin
2019-10-13Remove 'args' from objregFlorian Bruhin
2019-10-13Remove 'app' from objregFlorian Bruhin
2019-10-13Set command_only for readline-bridgeFlorian Bruhin
2019-10-13Fix lint in app.pyFlorian Bruhin
2019-10-13Fix mypy issuesFlorian Bruhin
2019-10-13Refactor shutdown to use signalsFlorian Bruhin
2019-10-13Clean up app.QuitterFlorian Bruhin
2019-10-13Rewrite misc.backendproblem to not use objregFlorian Bruhin
2019-10-10Merge remote-tracking branch 'origin/pr/5055'Florian Bruhin
2019-10-03Always retain current working directory in restartarza
2019-09-13Add objects.debug_flagsFlorian Bruhin
2019-05-27Refactor fault handler initializationFlorian Bruhin
2019-05-23Merge remote-tracking branch 'upstream/master' into jay/private-windowJay Kamat
2019-04-13Move single process check into utilitiy function.Jimmy
2019-04-13Don't start in private mode in single process model.Jimmy
2019-04-09Merge branch 'master' of https://github.com/qutebrowser/qutebrowser into jay/...Jay Kamat
2019-04-03Consistent SQL casingFlorian Bruhin
2019-04-03Remove Sql prefix for SqlKnownError and SqlBugErrorFlorian Bruhin
2019-04-03Merge remote-tracking branch 'origin/pr/4682'Florian Bruhin