summaryrefslogtreecommitdiff
path: root/qutebrowser/app.py
AgeCommit message (Expand)Author
2020-07-28Revert fix for not raising IPC windowsFlorian Bruhin
2020-07-28Replace force_window/force_tab by force_target in get_window()Florian Bruhin
2020-07-28Make get_window arguments keyword onlyFlorian Bruhin
2020-07-28Fix broken type annotationsFlorian Bruhin
2020-07-28Merge remote-tracking branch 'origin/pr/4645' into private-windowFlorian Bruhin
2020-07-28Move :undo --window code to a separate fileFlorian Bruhin
2020-07-28Merge remote-tracking branch 'origin/pr/4807' into window-undoFlorian Bruhin
2020-07-16Move session shutdown to sessions.pyFlorian Bruhin
2020-07-13Re-use the tab undo stack size setting.Jimmy
2020-07-13Give the window undo stack a max size.Jimmy
2020-07-13Add get/setter for undo stack.Jimmy
2020-07-13Add --window argument to :undo.Jimmy
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