summaryrefslogtreecommitdiff
path: root/tests/unit/keyinput
AgeCommit message (Expand)Author
2023-06-30Fix lint/test issuesqt6-autoselectFlorian Bruhin
2023-06-30qt6: Make sure KeyInfo never has ints as membersFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-06-25Rename some qt6 FIXMEsFlorian Bruhin
2022-08-23keyutils: Move public functions to KeyInfoFlorian Bruhin
2022-08-23Adjust some fixme commentsFlorian Bruhin
2022-08-23old qt: Remove unneeded multimedia key namesFlorian Bruhin
2022-08-23lint: Remove unused importsFlorian Bruhin
2022-08-23WIP: Avoid line-too-longFlorian Bruhin
2022-08-23qt6 tests: Also apply pyqt_enum_workaround() for modeparsersFlorian Bruhin
2022-08-23Fix return value for FakeKeyParser.handleFlorian Bruhin
2022-08-23keyutils: Make sure KeyInfo has separate key/modFlorian Bruhin
2022-08-23Make keyutils._assert_plain_* work on Qt 6Florian Bruhin
2022-08-23qt6: Handle invalid Qt.Key members in more placesFlorian Bruhin
2022-08-23Add a KeyInfo.__repr__Florian Bruhin
2022-08-23qt 6: Fix getting enum members in testsFlorian Bruhin
2022-08-23qt6 tests: Fix some enum issues around test_keyutils.pyFlorian Bruhin
2022-08-23Fix remaining enum/flag issuesFlorian Bruhin
2022-08-23qt6 tests: Small collection fixesFlorian Bruhin
2022-08-23Simplify KeyInfo.to_qtFlorian Bruhin
2022-08-23Store KeyInfo in KeySequenceFlorian Bruhin
2022-08-23Fix missed enum scope changesFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_enums.pyFlorian Bruhin
2022-08-23Run scripts/dev/rewrite_qt_imports.shFlorian Bruhin
2021-11-28Make interpreting number keys as counts configurablePhilipp Albrecht
2021-03-20Fix bindings.key_mappings with multiple keysFlorian Bruhin
2021-02-26Qtbot methods changed to snake case,snake case check addedLembrun
2021-02-24Revert "old qt: Use ApplicationAttribute to switch Ctrl/Meta on Mac"Florian Bruhin
2021-01-26doc: Switch URLs to httpsFlorian Bruhin
2021-01-22Support Super as modifier nameFlorian Bruhin
2021-01-20Bump copyright yearsFlorian Bruhin
2021-01-13dataclasses: Adjust import orderFlorian Bruhin
2021-01-13dataclasses: Fix orderingFlorian Bruhin
2021-01-13dataclasses: Initial switchFlorian Bruhin
2021-01-11Add objects.qapp to avoid needing to None-checkFlorian Bruhin
2020-11-24Revert "Work around PyQt 5.15.1 waitSignals issues"Florian Bruhin
2020-11-04old qt: Use ApplicationAttribute to switch Ctrl/Meta on MacFlorian Bruhin
2020-09-15Work around PyQt 5.15.1 waitSignals issuesFlorian Bruhin
2020-06-17Fix tests/lintFlorian Bruhin
2020-06-17Fix lintFlorian Bruhin
2020-06-17tests: Get rid of fake_keyeventFlorian Bruhin
2020-06-17Add BindingTrie.__str__Florian Bruhin
2020-06-17modeparsers: Refactor how hints are handledFlorian Bruhin
2020-06-17basekeyparser: Improve debug loggingFlorian Bruhin
2020-06-17modeparsers: Refactor to avoid subclassingFlorian Bruhin
2020-01-04Adjust copyrights for 2020Florian Bruhin
2019-10-10Unify hint parser testsFlorian Bruhin
2019-10-10Fix hint filtering with number keypadFlorian Bruhin
2019-10-09Move HintManager from a per-tab to a per-window objectFlorian Bruhin
2019-10-09Fix broken test_keychainFlorian Bruhin