summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/mainwindow.py
AgeCommit message (Expand)Author
2022-12-06Fix lintqt6-delay-window-showFlorian Bruhin
2022-12-05app/mainwindow: Delay .show() calls until after tabs are addedFlorian Bruhin
2022-12-05mainwindow: Don't call qapp.alert on deleted windowsFlorian Bruhin
2022-09-11mypy: ignore enum binary operator: Qt.WindowTypetoofar
2022-08-23Make PyObjC/AppKit optional with Qt 6.3+Florian Bruhin
2022-08-23lint: Remove unused importsFlorian Bruhin
2022-08-23Adjust flag types for PyQt6Florian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-07-05macOS: fix hide_decoration making window nonresizablekt programs
2022-06-13Add a SearchMatch helper classFlorian Bruhin
2022-06-13Merge remote-tracking branch 'origin/pr/6670' into devFlorian Bruhin
2022-05-09Display close matches for invalid commandsFlorian Bruhin
2022-04-25mypy: Upgrade to PyQt5-stubs 5.15.6.0Florian Bruhin
2021-09-28Make confirm_quit=downloads only ask when closing the last windowReto Schnyder
2021-09-08Match counter: fix lints, implement suggestionsphesch
2021-09-02Add statusbar search_match widgetphesch
2021-03-23Circular import workaroundsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-11Add objects.qapp to avoid needing to None-checkFlorian Bruhin
2020-11-20Add a setting for window transparencyFlorian Bruhin
2020-10-28mypy: use from-import style for typingTim Brown
2020-10-16Use signals to set status text from HintManagerFlorian Bruhin
2020-10-16Get rid of GlobalMessageBridgeFlorian Bruhin
2020-10-16Remove statusbar.text.Text entirelyFlorian Bruhin
2020-10-02mypy: Update PyQt stubs and remove unneeded ignoresFlorian Bruhin
2020-10-02mypy: Fix type annotations for bound PyQt signalsFlorian Bruhin
2020-09-28Make sure objreg skips shutting down windowsFlorian Bruhin
2020-08-24Unregister last-focused-main-window when closing windowFlorian Bruhin
2020-08-15Rename self.private to self.is_privateFlorian Bruhin
2020-08-15Fix self._private accessFlorian Bruhin
2020-08-15Merge remote-tracking branch 'origin/pr/4147' into last-privateFlorian Bruhin
2020-08-05Merge remote-tracking branch 'origin/pr/4490' into masterFlorian Bruhin
2020-07-28Always pass target to mainwindow.get_window()Florian Bruhin
2020-07-28Simplify private handling in MainWindowFlorian 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-28Revert unrelated changesFlorian Bruhin
2020-07-28Merge remote-tracking branch 'origin/pr/4645' into private-windowFlorian Bruhin
2020-07-28Make mypy happyFlorian 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-20Fix mainwindow.raise_window() with deleted windowsFlorian Bruhin
2020-07-13Save geometry and private mode with closed wins.Jimmy
2020-07-12Shut down tabs properly when a window is closedFlorian Bruhin
2020-06-24add transparencyzorbulator
2020-06-17Show partial keystrings for all modes in statusbarFlorian Bruhin
2020-05-19Add settings to customize disabled context menu item colorsFlorian Bruhin