summaryrefslogtreecommitdiff
path: root/qutebrowser/keyinput
AgeCommit message (Expand)Author
2023-07-22Merge remote-tracking branch 'origin/pr/7789'Florian Bruhin
2023-07-19Initial upgrade to new PyQt6 stubsFlorian Bruhin
2023-07-10Fix lint after dropping PyQt6-stubsFlorian Bruhin
2023-07-09mypy: Switch to upstream stubs for PyQt6Florian Bruhin
2023-06-30qt6: Make sure KeyInfo never has ints as membersFlorian Bruhin
2023-06-30qt6: Switch most tooling/linting to Qt 6Florian Bruhin
2023-06-30Merge pull request #7761 from pylbrecht/remove-vim-modelinesFlorian Bruhin
2023-06-30Revert "Fix bad keyutils merge"Florian Bruhin
2023-06-30Fix bad keyutils mergeFlorian Bruhin
2023-06-30Remove vim modelinesPhilipp Albrecht
2023-06-29qt6 mypy: Fix remaining unused-ignore issuesFlorian Bruhin
2023-06-29qt6 mypy: Fix PyQt5 QUrl issues with a more clever approachFlorian Bruhin
2023-06-29qt6 mypy: Remove PyQt5 type ignoresFlorian Bruhin
2023-06-29qt6 mypy: Fix qt5 mypy regressionsFlorian Bruhin
2023-06-29qt6 mypy: Fix remaining issuesFlorian Bruhin
2023-06-29qt6 mypy: Fix typing around qenum_keyFlorian Bruhin
2023-06-29qt6 mypy: Fix first batch of various issuesFlorian Bruhin
2023-06-08keyutils: Work around broken Python 3.11.4 enum.Flag inversionFlorian Bruhin
2023-06-08mypy: Improve Qt 5 typing in keyutilsFlorian Bruhin
2023-06-07Add debug flag to log all Qt eventsFlorian Bruhin
2023-04-10Revert "Ignore pylint invalid-name false-positives"Florian Bruhin
2023-03-23Ignore pylint invalid-name false-positivesFlorian Bruhin
2022-09-16mypy: Use cast instead of ignore for QKeySequenceFlorian Bruhin
2022-09-16mypy: Use Union instead of ignoreFlorian Bruhin
2022-09-16mypy: Move around some commentsFlorian Bruhin
2022-09-11fix lint: qt5 vs qt6 confusionfeat/turn_on_mypy_pyqt5toofar
2022-09-11mypy: add hints and comments around QKeySequencetoofar
2022-09-11mypy: defer to machinery for conditional: QKeyCombinationtoofar
2022-09-11mypy: ignores for another enum: KeyboardModifiertoofar
2022-08-23keyutils: Move public functions to KeyInfoFlorian Bruhin
2022-08-23Revert "wip: Work around PyQt snapshot enum weirdness"Florian Bruhin
2022-08-23old qt: Remove unneeded multimedia key namesFlorian Bruhin
2022-08-23Adjust keyutils._NIL_KEY for PyQt enum changesFlorian Bruhin
2022-08-23lint: Fix remaining pylint issuesFlorian Bruhin
2022-08-23lint: Fix flake8 around key handlingFlorian Bruhin
2022-08-23lint: Remove unused importsFlorian Bruhin
2022-08-23wip: Work around PyQt snapshot enum weirdnessFlorian 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-23WIP: Add additional validation for KeyInfoFlorian Bruhin
2022-08-23qt6: Handle invalid Qt.Key members in more placesFlorian Bruhin
2022-08-23Clear existing keystring on invalid keysFlorian Bruhin
2022-08-23Add a KeyInfo.__repr__Florian Bruhin
2022-08-23Refine handling of invalid keysFlorian Bruhin
2022-08-23Fix remaining enum/flag issuesFlorian Bruhin
2022-08-23Store raw key in modeman.KeyEventFlorian Bruhin
2022-08-23Ignore invalid keysFlorian Bruhin
2022-08-23Move extract_enum_val to qtutilsFlorian Bruhin
2022-08-23Fix QKeySequence match comparisonFlorian Bruhin
2022-08-23Simplify KeyInfo.to_qtFlorian Bruhin