summaryrefslogtreecommitdiff
path: root/qutebrowser/misc/throttle.py
AgeCommit message (Expand)Author
2021-08-26Blanket PyQt5 -> PyQt6Florian Bruhin
2021-05-19mypy: Set disallow_any_genericsFlorian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2020-10-28mypy: use from-import style for typingTim Brown
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-09Complete type annotations for misc.throttleFlorian Bruhin
2019-09-13Don't use a decorator for throttle.Florian Bruhin
2019-09-13Code style changesFlorian Bruhin
2019-09-13Add _CallArgs type instead of tupleFlorian Bruhin
2019-09-13Use throttle object instead of individual functionsFlorian Bruhin
2019-09-13Set parent of throttle's QTimerFlorian Bruhin
2019-03-01Clean up throttle codeJay Kamat
2019-01-27Add method to cancel in-flight throttle callsJay Kamat
2018-12-30Fix small doc errors and improve logicJay Kamat
2018-12-29Fix edge cases in throttle and support kwargsJay Kamat
2018-12-29Add throttling to scroll widgetJay Kamat