summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/tabbedbrowser.py
AgeCommit message (Expand)Author
2023-12-07Explicitly handle focus before hiding UI elementsexplicit-focus-handlingFlorian Bruhin
2023-08-08Prevent setting giant window titlesFlorian Bruhin
2023-07-23reuse: Initial copyright text update for myselfFlorian Bruhin
2023-07-23reuse: Adjust most license headersFlorian Bruhin
2023-07-19Improve handling of Optional with new PyQt stubsFlorian Bruhin
2023-07-19Initial upgrade to new PyQt6 stubsFlorian Bruhin
2023-06-30Merge pull request #7761 from pylbrecht/remove-vim-modelinesFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
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-03-19Re-focus tabs created from :undotoofar
2022-12-06Fix lintqt6-delay-window-showFlorian Bruhin
2022-12-05Delay various .show() calls until after tabs are addedFlorian Bruhin
2022-09-11mypy: access our tab_bar implementation, not tabBartoofar
2022-08-23lint: Fix flake8 whitespace issuesFlorian Bruhin
2022-08-23Disable loadFinished workaround on unaffected versionsFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2022-06-13Add a SearchMatch helper classFlorian Bruhin
2022-06-13Merge remote-tracking branch 'origin/pr/6670' into devFlorian Bruhin
2022-04-25mypy: Upgrade to PyQt5-stubs 5.15.6.0Florian Bruhin
2022-03-14Remove redundant checkFlorian Bruhin
2022-02-19feat(tabbedbrowser) add option to select mode based on url patternAxel Dahlberg
2021-12-03pylint: Enable else-if-usedpylint-2-12Florian Bruhin
2021-11-13Simplify logicTim Gadanidis
2021-11-01Always close tabs when given or takenTim Gadanidis
2021-09-08Match counter: fix lints, implement suggestionsphesch
2021-09-02Add documentation for statusbar match counterphesch
2021-09-02Add statusbar search_match widgetphesch
2021-03-11Show renderer process log after error page is shownFlorian Bruhin
2021-03-11Add a hint pointing to the locale workaroundFlorian Bruhin
2021-03-09Add renderer process status to all error messagesFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-13dataclasses: Fix typing around undoFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-12-22Ignore tabs.last_close with tabs.tabs_are_windowsFlorian Bruhin
2020-11-20Move utils.interpolate_color to qtutilsFlorian Bruhin
2020-11-04old qt: Remove crashed tab workaroundFlorian Bruhin
2020-11-04old qt: Drop error page workaroundFlorian Bruhin
2020-11-04old qt: Drop tab.setFocus() workaroundFlorian Bruhin
2020-11-04old qt: Drop layout unwrap workaroundFlorian Bruhin
2020-11-04old qt: Drop load signal workaroundFlorian Bruhin
2020-10-28mypy: use from-import style for typingTim Brown
2020-09-14mypy: Remove now unneeded ignoresFlorian Bruhin
2020-09-14Handle tab pinned status in AbstractTabFlorian Bruhin
2020-09-14Use TabWidget for icon handling in TabbedBrowserFlorian Bruhin
2020-07-29Add timestamp to :undo completionFlorian Bruhin