summaryrefslogtreecommitdiff
path: root/qutebrowser/app.py
AgeCommit message (Expand)Author
2021-11-28Hide/Ignore some messagesFlorian Bruhin
2021-08-26More random API changesFlorian Bruhin
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-06-30Pave the way for pathlib migrationlufte
2021-06-26Update usages of sql module to use the new class.lufte
2021-04-15Remove old q_appFlorian Bruhin
2021-03-23Fix lint/testsFlorian Bruhin
2021-03-19Only connect IPC after init has finishedFlorian Bruhin
2021-03-09Added test_resources.pyLembrun
2021-03-07Added utils/resources.py and changed calls to util.read_file*Lembrun
2021-02-24Revert "old qt: Use ApplicationAttribute to switch Ctrl/Meta on Mac"Florian Bruhin
2021-02-16Check for QtWebEngine versions for session workaroundFlorian Bruhin
2021-02-03Handle a single empty startup argumentFlorian Bruhin
2021-01-27Only show changelog after feature upgradesFlorian Bruhin
2021-01-27Show changelog after upgradesFlorian Bruhin
2021-01-27Update Qt 5.15 session warning againFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-14Merge branch 'master' into history-cleanupFlorian Bruhin
2021-01-11Add objects.qapp to avoid needing to None-checkFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2021-01-05history: Add timer for sql/history initFlorian Bruhin
2020-12-28fixed typing mistakefreddii
2020-12-04Merge remote-tracking branch 'origin/pr/5813'Florian Bruhin
2020-12-03Reverting this order switch as apparently it's not neededlufte
2020-12-03Merge remote-tracking branch 'origin/pr/5923'Florian Bruhin
2020-12-03Support --desktop-file-name arg to set Wayland app_idMark Stosberg
2020-11-10Merge branch 'master' into issue5810lufte
2020-11-04old qt: Use ApplicationAttribute to switch Ctrl/Meta on MacFlorian Bruhin
2020-11-04old qt: Adjust various comments/outputsFlorian Bruhin
2020-11-04old qt: Remove old qt warningFlorian Bruhin
2020-10-31Move profile initialization to webenginesettings.pylufte
2020-10-31mypy: use from-import for typing in remaining filesTim Brown
2020-10-19app.py: remove one indentation level in event()fridokus
2020-09-29Add debug logging for PIDsFlorian Bruhin
2020-08-05Clean up running downloads when shutting downFlorian Bruhin
2020-07-28Always pass target to mainwindow.get_window()Florian Bruhin
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