summaryrefslogtreecommitdiff
path: root/tests/end2end/fixtures/notificationserver.py
AgeCommit message (Expand)Author
2021-03-27notifications: Include originFlorian Bruhin
2021-03-27notifications: Name default actionFlorian Bruhin
2021-03-27notifications: Fix lintFlorian Bruhin
2021-03-27notifications: Update tests for increasing IDsFlorian Bruhin
2021-03-27notifications: Use _as_uint32 everywhereFlorian Bruhin
2021-03-27notifications: Implement closing via webFlorian Bruhin
2021-03-27notifications: Basic separation into presenter and adapterFlorian Bruhin
2021-03-27notifications: Verify image dimensions in testsFlorian Bruhin
2021-03-27notifications: Fix handling of padded imagesFlorian Bruhin
2021-03-27notifications: Adjust tests for new image handlingFlorian Bruhin
2021-03-25notifications: Fix handling of custom actions on foreign notificationsFlorian Bruhin
2021-03-25notifications: Skip DBus tests early on WindowsFlorian Bruhin
2021-03-25notifications: Replace existing notificationsFlorian Bruhin
2021-03-25notifications: Handle clicking a notificationFlorian Bruhin
2021-03-24notifications: Improve error checkingFlorian Bruhin
2021-03-24notifications: Add desktop-entry hintFlorian Bruhin
2021-03-24notifications: Review specFlorian Bruhin
2021-03-24notifications: Reorder test methodsFlorian Bruhin
2021-03-24notifications: Do stricter arg checking in testsFlorian Bruhin
2021-03-24notifications: Use itertools.count for testsFlorian Bruhin
2021-03-24notifications: Don't duplicate constantsFlorian Bruhin
2021-03-24notifications: Skip tests without DBus availableFlorian Bruhin
2021-03-24notifications: Fix lintFlorian Bruhin
2020-07-08Escape web notification bodies if necessary.Ash
2020-07-08Don't run notification tests on QtWebKit.Ash
2020-07-08Make the test notification server windows-safe.Ash
2020-07-08Make the notification server fixture usable on old versions of Qt.Ash
2020-06-04flake8/pylint fixes for notification codeAsh
2020-06-03Add support for onclose callbacks on notifications.Ash
2020-06-03Add a test verifying that notification show callbacks are called.Ash
2020-06-03Hook up running the test notification server.Ash
2020-06-03Set up a testing-only notification server.Ash