summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow
AgeCommit message (Expand)Author
2021-06-24Add colors.prompts.selected.fgFlorian Bruhin
2021-04-09Changed str.partition to str.split.Nicholas42
2021-04-09Fixed incomplete renaming of variable.Nicholas Schwab
2021-04-08Apply suggestions from code reviewNicholas42
2021-04-08Extracted method clearing the widgets from the StatusBar.Nicholas Schwab
2021-04-08Simplified code for drawing text widgets.Nicholas Schwab
2021-04-08Make bar use content of text widget.Nicholas Schwab
2021-04-08Added simple text widgets to status bar with currently hard-coded content.Nicholas Schwab
2021-03-23Circular import workaroundsFlorian Bruhin
2021-03-23More sophisticated replacing for messagesFlorian Bruhin
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-03-01Merge remote-tracking branch 'origin/pr/6123'Florian Bruhin
2021-02-02Don't save commands starting w/ spaceAndrew MacFie
2021-02-01Wrap and render newlines in JS dialogsAndrew MacFie
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