summaryrefslogtreecommitdiff
path: root/qutebrowser/utils/objreg.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
2020-11-02Fix objreg.first/last_opened_window w/o windowsFlorian Bruhin
2020-10-29mypy: use from-import for typing in `utils`Tim Brown
2020-09-28Make sure objreg skips shutting down windowsFlorian Bruhin
2020-07-03ci: Remove remaining Travis/AppVeyor specific codeFlorian Bruhin
2020-05-13mypy: Remove ignores which are now unneededFlorian Bruhin
2020-05-10mypy: Use explicit "type: ignore[...]" ignoresFlorian Bruhin
2020-04-30Fix some LGTM issuesFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-22mypy: Fix new issues in utils.objregFlorian Bruhin
2019-10-22mypy: Fix new issues in utils.objregFlorian Bruhin
2019-10-15Show "(for commands only)" when dumping objreg objectsFlorian Bruhin
2019-10-13Fix lintFlorian Bruhin
2019-10-13Fix lintFlorian Bruhin
2019-10-13Remove 'app' from objregFlorian Bruhin
2019-10-13Fix mypy issuesFlorian Bruhin
2019-10-13objreg: Make it possible to register objects for commands onlyFlorian Bruhin
2019-10-13Fix data -> block_data renameFlorian Bruhin
2019-10-11Add type annotations for utils.objregFlorian Bruhin
2019-10-11Move utils.UNSET to usertypes.UNSETFlorian Bruhin
2019-10-11Add utils.UNSETFlorian Bruhin
2019-03-13Eschew the extraneous elsesFlorian Bruhin
2019-02-22Update copyright for 2019Jay Kamat
2018-11-28Remove unnecessary pass statementsFlorian Bruhin
2018-02-19Refactor TabbedBrowser from inheritance to compositionbttner
2018-02-05Update copyright yearsFlorian Bruhin
2017-12-15pylint: Re-enable bad-continuationFlorian Bruhin
2017-09-18Drop support for Qt < 5.7.1Florian Bruhin
2017-05-09Finally update copyrights...Florian Bruhin
2017-02-05Replace all GitHub linksFlorian Bruhin
2016-11-09Improve error handling in objreg.dump_objectsFlorian Bruhin
2016-10-31Only call sip.isdeleted on QObjectsFlorian Bruhin
2016-10-30Don't include deleted objects in objreg.dump_objectsFlorian Bruhin
2016-08-16Add new-instance-open-target.window = first-openedNiklas Haas
2016-08-10Merge branch 'lastvisible' of https://github.com/haasn/qutebrowser into haasn...Florian Bruhin
2016-08-10Add general->new-instance-open-target.window=last-visibleNiklas Haas
2016-08-10Try another objreg fixFlorian Bruhin
2016-08-10Try working around AttributeError in objregFlorian Bruhin
2016-08-10Add new-instance-open-target.window settingNiklas Haas
2016-07-12Use lists instead of tuples for comparingJan Verbeek
2016-07-08Improve objreg error message if no window is givenFlorian Bruhin
2016-01-04Adjust copyright years.Florian Bruhin
2015-04-13Clean up loggers.Florian Bruhin
2015-03-19Disallow tab=None with objreg.get(scope='tab').Florian Bruhin
2015-01-03Update copyright yearsFlorian Bruhin
2014-12-21Clean up _get_window_registry.Florian Bruhin
2014-11-14Fix TypeError when closing tabs with older PyQt-versions.Florian Bruhin