summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/tabwidget.py
AgeCommit message (Expand)Author
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-07-04Update qutebrowser/mainwindow/tabwidget.pyNaleo Hyde
2021-07-03added logic for scrolling in both directionsNaleo
2021-07-03Apply suggestions from code reviewNaleo Hyde
2021-07-03Update qutebrowser/mainwindow/tabwidget.pyNaleo Hyde
2021-07-02fix mac scrolling through tabbar (issue #6148)Naleo
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-12-23docs: fix simple typo, whlie -> whileTim Gates
2020-11-20Avoid implicit int conversion with vertical tabsFlorian Bruhin
2020-10-28mypy: use from-import style for typingTim Brown
2020-10-02mypy: Update PyQt stubs and remove unneeded ignoresFlorian Bruhin
2020-09-14Handle tab pinned status in AbstractTabFlorian Bruhin
2020-09-14Refactor/Fix TabWidget.update_tab_faviconFlorian Bruhin
2020-06-28Use separate placeholder and respect number of available tabsMaxim Baz
2020-06-28Align tab indexMaxim Baz
2020-06-09Remove unnecessary call to update()Constantine Theocharis
2020-06-09Add ability to customise tab font based on selected statusConstantine Theocharis
2020-05-10mypy: Disallow incomplete defs globallyFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add ignores for monkey-patched attributesFlorian Bruhin
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-26Fix ampersands in tab tooltipsFlorian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
2019-10-22mypy: Fix new issues in mainwindow.tabwidgetFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.mainwindowFlorian Bruhin
2019-10-01Add setting to toggle tab tooltipsJay Kamat
2019-08-18Fix some trivial implicit type conversionsFlorian Bruhin
2019-07-23mypy: Turn on warn_unreachableFlorian Bruhin
2019-06-04Register debug-cache-stats with a decoratoruser202729
2019-05-16Fix tab and webkit background colors clearing on config changeJay Kamat
2019-05-13Merge remote-tracking branch 'origin/pr/4727'Florian Bruhin
2019-04-26Remove PixelMetrics.icon_padding in favor of constantJay Kamat
2019-04-23Rename {title} to {current_title}Jay Kamat
2019-03-24tabwidget: remove two unused local variablesKonstantin Kharlamov
2019-03-18Create color attributes for pinned tabsJebby
2019-03-04Update docsFlorian Bruhin
2019-03-04Merge remote-tracking branch 'origin/pr/4309'Florian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-28Renaem private attribute to is_privateFlorian Bruhin
2018-11-26Complete partial annotationsFlorian Bruhin
2018-11-26mypy: Use class-based API for enum.IntEnumFlorian Bruhin
2018-10-24Fix dragging with visibility toggleJay Kamat
2018-10-12Don't apply default icon to unshrunk and vertical tabsJay Kamat
2018-10-06Always show icons for pinned tabsJay Kamat
2018-10-06Cache config accesses in minimumTabSizeHintJay Kamat