summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/statusbar/bar.py
AgeCommit message (Expand)Author
2022-04-24wipnew-stubsFlorian 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-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-20Rename :enter-mode and :leave-modeFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-10-26Use enum.auto() for most enum valuesFlorian 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-06-09Change in_mode to in-mode everywhereConstantine Theocharis
2020-06-09Add unreachable test in statusbar/bar.pyConstantine Theocharis
2020-06-09Modify modeman.instance() to return specific error when unavailable.Constantine Theocharis
2020-06-09Add additional else clause for statusbar.show=in_modeConstantine Theocharis
2020-06-09Merge statusbar.hide and statusbar.smarthide options into statusbar.showConstantine Theocharis
2020-06-08Make Travis happyConstantine Theocharis
2020-06-08Add smarthide property to hide status only on normal modeConstantine Theocharis
2020-05-22Merge branch 'caret-line'Florian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-05-09mypy: Add ignores for unknown pyqtPropertyFlorian Bruhin
2020-05-02implementing visual-line-mode on webengine sidesvetelna
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
2019-11-24Remove keyparsers from objregFlorian Bruhin
2019-10-22mypy: Fix new issues in statusbar.barFlorian Bruhin
2019-10-13Remove statusbar from objregFlorian Bruhin
2019-09-16Merge remote-tracking branch 'origin/pr/4712'Florian Bruhin
2019-09-13Pre-calculate scrolling percentage stringsFlorian Bruhin
2019-07-19Show all leave-mode bindings in statusbar in passthrough modeFlorian Bruhin
2019-04-12Optmize load_finished hookJay Kamat
2019-03-04Only set background color on StatusBarJay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2018-11-28Renaem private attribute to is_privateFlorian Bruhin
2018-11-26mypy: Fix _color_flag initFlorian Bruhin
2018-03-19Use signals to update statusbar in caret modeFlorian Bruhin
2018-02-19Refactor TabbedBrowser from inheritance to compositionbttner
2018-02-10Make statusbar widgets configurablernhmjoj
2018-02-05Update copyright yearsFlorian Bruhin
2017-11-26update flake8 and flake8-deprecatedRyan Farley
2017-11-02use enum module instead or usertypes.enumGyorgy Orban
2017-10-15Add missing periodFlorian Bruhin