summaryrefslogtreecommitdiff
path: root/qutebrowser/mainwindow/messageview.py
AgeCommit message (Expand)Author
2021-08-26Automatically rewrite enumsFlorian Bruhin
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-03-23More sophisticated replacing for messagesFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2020-10-28mypy: use from-import style for typingTim Brown
2020-04-07Merge remote-tracking branch 'upstream/master' into wrapmessageuser202729
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-12-20Split config.stylesheet into separate moduleFlorian Bruhin
2019-10-22mypy: Fix new issues in mainwindow.messageviewFlorian Bruhin
2019-10-15mypy: check_untyped_defs for qutebrowser.mainwindowFlorian Bruhin
2019-08-22Merge remote-tracking branch 'upstream/master' into wrapmessageJay Kamat
2019-06-26Fix leak of message objects on replace (zoom)Jay Kamat
2019-02-22Update copyright for 2019Jay Kamat
2019-02-16Remove out of date comment.Jimmy
2019-02-16Remove overridden sizeHint for MessageViewJimmy
2018-12-22Wrap messges when the text is too longuser202729
2018-02-05Update copyright yearsFlorian Bruhin
2017-09-07Fix merge resolution in messageview.Ryan Roden-Corrent
2017-08-09Fix startup crashes after config merge.Ryan Roden-Corrent
2017-08-06Merge remote-tracking branch 'upstream/master' into HEADRyan Roden-Corrent
2017-07-10Check for interval being positive.Yashar Shahi
2017-07-10Change timer interval after appending to _messagesYashar Shahi
2017-07-10Do not call _set_timer_interval() at constructorYashar Shahi
2017-07-10Show messages longer if there are multiple of themYashar Shahi
2017-07-04Fix pylintFlorian Bruhin
2017-07-04Move config.style into config.config and refactor itFlorian Bruhin
2017-07-04Refactor objreg.get('config') callsFlorian Bruhin
2017-07-02Initial stylesheet refactoring for new configFlorian Bruhin
2017-07-02Refactor most stuff using config.val.uiFlorian Bruhin
2017-07-02Adjust config.change_filterFlorian Bruhin
2017-07-02Initial conversion to new config syntaxFlorian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-04-16Allow to set message clear timer to 0Florian Bruhin
2017-03-26Improve messageview hide codeFlorian Bruhin
2017-03-25Add docstring to MessageView.mousePressEventpkill9
2017-03-25Move criteria into a list and add middle mouse button.pkill9
2017-03-12Removed setting.pkill9
2017-03-11Clear notification messages in a window when they're clicked.pkill9
2017-03-08Add command to clear messages - cleanerpkill9
2017-03-05Add command to close all messages.pkill9
2017-02-04Don't stack zoom level messagesFlorian Bruhin
2016-09-22Generalize statusbar-attached website overlaysFlorian Bruhin
2016-09-15Fix lintFlorian Bruhin
2016-09-15Initial implementation of new messagesFlorian Bruhin