summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow
AgeCommit message (Expand)Author
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Rename :enter-mode and :leave-modeFlorian Bruhin
2021-01-13Remove unused importsFlorian Bruhin
2021-01-13dataclasses: Fix typing around undoFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2021-01-11Add objects.qapp to avoid needing to None-checkFlorian Bruhin
2021-01-08Trivial PyQt 6 changesFlorian Bruhin
2020-12-23docs: fix simple typo, whlie -> whileTim Gates
2020-12-22Ignore tabs.last_close with tabs.tabs_are_windowsFlorian Bruhin
2020-11-20Add a setting for window transparencyFlorian Bruhin
2020-11-20Avoid implicit int conversion with vertical tabsFlorian 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-11-02Pre-select default text for promptsFlorian Bruhin
2020-10-28Use forward-reference for type instead of disabling pylint testTim Brown
2020-10-28mypy: use from-import style for typingTim Brown
2020-10-26Use enum.auto() for most enum valuesFlorian Bruhin
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-16statusbar: Remove old code for setting temp textFlorian Bruhin
2020-10-16Add/improve docs for enumsFlorian Bruhin
2020-10-09Use class-based API instead of functions for enumsYegor
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-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-09-14Refactor/Fix TabWidget.update_tab_faviconFlorian 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-06Disallow :undo --window for private windowsFlorian Bruhin
2020-08-05Merge remote-tracking branch 'origin/pr/4490' into masterFlorian Bruhin
2020-07-29Add timestamp to :undo completionFlorian Bruhin
2020-07-29Add completion for :undoFlorian Bruhin
2020-07-29Use utils.unused() everywhereFlorian Bruhin
2020-07-28Merge remote-tracking branch 'origin/pr/5207'Florian 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