summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/tabbedbrowser.py
AgeCommit message (Expand)Author
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-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
2020-07-29Add completion for :undoFlorian Bruhin
2020-07-28Merge remote-tracking branch 'origin/pr/5207'Florian Bruhin
2020-07-28Use keyword arguments for _UndoEntryFlorian Bruhin
2020-07-28Make UndoEntry/WindowUndoEntry privateFlorian Bruhin
2020-07-28Make TabbedBrowser.undo_stack publicFlorian Bruhin
2020-07-13Add get/setter for undo stack.Jimmy
2020-07-13Don't consider undoing into a None tab.Jimmy
2020-07-13Re-open all tabs from closed windows on undo.Jimmy
2020-07-13Add prototype window close undo command.Jimmy
2020-07-13Rename TabbedBrowser.shutting_downJimmy
2020-07-12Shut down tabs properly when a window is closedFlorian Bruhin
2020-06-23Revert "Remove Qt 5.8 workarounds for _remove_tab"Florian Bruhin
2020-06-23Re-add segfault workaroundsFlorian Bruhin
2020-06-22Remove Qt 5.8 workarounds for _remove_tabFlorian Bruhin
2020-06-08Fix -1 focus_stack_size in TabDequeFlorian Bruhin
2020-05-22Merge branch 'caret-line'Florian Bruhin
2020-05-10mypy: Disallow incomplete defs globallyFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Remove unneeded casts/ignoresFlorian Bruhin
2020-05-02implementing visual-line-mode on webengine sidesvetelna
2020-01-25Make :undo reopen the [count]th to last closed tabPeter Rice
2020-01-13Use quitter to shut down tabbed browserFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-18Remove unneeded ignore_tabs_are_windows argumentFlorian Bruhin
2019-11-25Remove web-history from objregFlorian Bruhin
2019-10-22mypy: Fix new issues in mainwindow.tabbedbrowserFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.mainwindowFlorian Bruhin