summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow
AgeCommit message (Expand)Author
2023-07-19Improve handling of Optional with new PyQt stubsFlorian Bruhin
2023-07-19Initial upgrade to new PyQt6 stubsFlorian Bruhin
2023-07-09mypy: Switch to upstream stubs for PyQt6Florian Bruhin
2023-06-30Merge pull request #7761 from pylbrecht/remove-vim-modelinesFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-06-29qt6 mypy: Fix lintFlorian Bruhin
2023-06-29qt6 mypy: Fix remaining unused-ignore issuesFlorian Bruhin
2023-06-29qt6 mypy: Remove PyQt5 type ignoresFlorian Bruhin
2023-06-29qt6 mypy: Fix unused-ignores with mypy-pyqt5Florian Bruhin
2023-06-29qt6 mypy: Fix first batch of various issuesFlorian Bruhin
2023-06-29qt6 mypy: Fix first batch of various issuesFlorian Bruhin
2023-06-09Fix lintFlorian Bruhin
2023-06-09Inline misc.MinimalLineEdit into statusbar.command.CommandFlorian Bruhin
2023-06-04Add settings to customize tooltipsFlorian Bruhin
2023-03-19Re-focus tabs created from :undotoofar
2023-03-15Override QTabBar text eildingtoofar
2022-12-13Merge branch 'master' into qt6-v2Florian Bruhin
2022-12-06Fix lintqt6-delay-window-showFlorian Bruhin
2022-12-06Use QProxyStyle for TabBarStyleFlorian Bruhin
2022-12-06Always delay stage 2 shutdown, not only with promptsFlorian Bruhin
2022-12-06Use a proper @pyqtSlot for FilenamePromptFlorian 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-12-05Delay various .show() calls until after tabs are addedFlorian Bruhin
2022-11-20Merge branch 'master' into qt6-v2toofar
2022-11-19Fix typosKian-Meng Ang
2022-09-27Add extra logging for calling into fusion styleFlorian Bruhin
2022-09-11mypy: access our tab_bar implementation, not tabBartoofar
2022-09-11mypy: ignore enum binary operator: Qt.WindowTypetoofar
2022-09-11mypy: fix exec() type hints?: prompttoofar
2022-09-10Another style fixTomasz Cebula
2022-09-10Style and type adjustment for the widget fixTomasz Cebula
2022-09-09Fix for dissapearing WidgetsTomasz Cebula
2022-08-23Make PyObjC/AppKit optional with Qt 6.3+Florian Bruhin
2022-08-23lint: Fix flake8 whitespace issuesFlorian Bruhin
2022-08-23lint: Remove unused importsFlorian Bruhin
2022-08-23Disable loadFinished workaround on unaffected versionsFlorian Bruhin
2022-08-23Qt 6: Handle QtOpenGL/QFileSystemModel movesFlorian 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-08-23Merge remote-tracking branch 'origin/pr/7293'Florian Bruhin
2022-08-23Make elide position in truncated tab title configurablekt programs
2022-07-05macOS: fix hide_decoration making window nonresizablekt programs
2022-06-14Only replace the exact same messageFlorian Bruhin
2022-06-14Don't render messages at Qt rich text by defaultFlorian Bruhin
2022-06-14Add a MessageInfo data classFlorian Bruhin
2022-06-14Restore search match debug loggingFlorian Bruhin
2022-06-14Merge branch 'dev'Florian Bruhin
2022-06-14Add a SearchMatch.is_null()Florian Bruhin