Commit Graph

  • b4a2352833 Cache HTML/JS resource files when starting Florian Bruhin 2018-03-05 09:03:58 +0100
  • 78623f4ec8 Update changelog Florian Bruhin 2018-03-05 08:15:47 +0100
  • 2a9d970641 Uninstall application proxy factory before exit Florian Bruhin 2018-03-05 07:39:36 +0100
  • 274f2a9d19 Rename eventFilter methods in modeman Florian Bruhin 2018-03-05 06:36:01 +0100
  • e01db79ce9 Filter out ShortcutOverride events properly Florian Bruhin 2018-03-05 06:32:54 +0100
  • 4ef5db1bc4 Disallow numbers in keybindings Florian Bruhin 2018-03-04 23:17:51 +0100
  • 47525f6a09 Update changelog Florian Bruhin 2018-03-04 22:58:33 +0100
  • 155a1901c0 Merge branch 'keys' Florian Bruhin 2018-03-04 22:50:41 +0100
  • 88a5c8d29d Make sure bindings with umlauts work Florian Bruhin 2018-03-04 22:38:33 +0100
  • e2f17c4be1 Always prefer exact over partial matches Florian Bruhin 2018-03-04 21:43:24 +0100
  • 40c3295cd1 Improve logging message for clear_keystring Florian Bruhin 2018-03-04 21:32:42 +0100
  • f2fadd7add Fix handling of key_mappings Florian Bruhin 2018-03-04 21:32:28 +0100
  • 0967b6abd2 Fix handling of </> keys Florian Bruhin 2018-03-04 20:40:16 +0100
  • 910bbc8521 Refactor keyutils._parse_keystring Florian Bruhin 2018-03-04 20:40:05 +0100
  • c9c0bc0bbd Update docs Florian Bruhin 2018-03-04 20:28:46 +0100
  • d8bfe23c0d Fix lint Florian Bruhin 2018-03-04 19:43:29 +0100
  • 58b7599152 Remove old fixme Florian Bruhin 2018-03-04 19:40:03 +0100
  • f85e69ec77 Refactor other keyinput tests Florian Bruhin 2018-03-04 19:38:15 +0100
  • 2be7db29ed 100% coverage for keyinput.keyutils Florian Bruhin 2018-03-04 19:12:24 +0100
  • 8da878c77c Make KeySequence.matchs() work correctly Florian Bruhin 2018-03-04 17:46:26 +0100
  • 866c758660 Add more KeySequence tests Florian Bruhin 2018-03-04 17:38:49 +0100
  • 68db8d04ad KeySequence: Make sure we got valid key codes Florian Bruhin 2018-03-04 17:37:37 +0100
  • 3649a36869 KeySequence: Add __le__/__ge__ Florian Bruhin 2018-03-04 17:37:07 +0100
  • fb7c75a090 Improve keyutils tests Florian Bruhin 2018-03-03 23:29:16 +0100
  • 3c9e8ff9ab Test and fix keyutils._parse_keystring Florian Bruhin 2018-03-03 23:22:03 +0100
  • 7f8508a367 Change the way Space keybindings are handled Florian Bruhin 2018-03-03 23:00:02 +0100
  • da60d11b24 Refactor keyutils tests Florian Bruhin 2018-03-03 22:47:19 +0100
  • b3834835ed Bring back keyutils.is_modifier() and modifier handling Florian Bruhin 2018-03-02 14:16:40 +0100
  • e306e2dadb Improve and fix test_is_printable Florian Bruhin 2018-03-02 13:44:59 +0100
  • d9a88e139c Test for modifiers and corner case 0xFF Fritz Reichwald 2018-03-02 12:54:29 +0100
  • 3a11a24be0 Fix modifier handling Florian Bruhin 2018-03-01 23:04:00 +0100
  • 7cb781cc92 Simplify handling of modifier-only keys Florian Bruhin 2018-03-01 20:45:55 +0100
  • 693178c8ee Refactor KeyInfo.__str__ Florian Bruhin 2018-03-01 20:26:23 +0100
  • af6e5b1838 Fix lint Florian Bruhin 2018-03-01 08:56:39 +0100
  • fac8d72d8c Capitalize Escape in TestFullscreenNotification Florian Bruhin 2018-03-01 08:44:27 +0100
  • a57fc5c746 Refactor keyutils tests involving all keys Florian Bruhin 2018-03-01 08:12:19 +0100
  • 50d2ef3b90 Fix handling of printable control keys in KeyInfo.text() Florian Bruhin 2018-03-01 08:01:39 +0100
  • 4223e2f85d Check all keys against QTest::keyToAscii Florian Bruhin 2018-03-01 08:01:23 +0100
  • d28c323074 Add printable and ismodifier test Fritz Reichwald 2018-03-01 00:34:33 +0100
  • 934d586286 Fix handling of Shift-Tab aka. Backtab Florian Bruhin 2018-02-28 20:46:52 +0100
  • 65a05f334e Fix KeyInfo.__str__ for <Shift-Tab> Florian Bruhin 2018-02-28 20:33:23 +0100
  • 4e505d52df Regenerate docs Florian Bruhin 2018-02-28 15:28:04 +0100
  • 0aa17bfa33 Simplify unicodedata.category calls Florian Bruhin 2018-02-28 13:56:49 +0100
  • 63e05e12ba Fix lint and tests Florian Bruhin 2018-02-28 12:57:25 +0100
  • e26eaaddc2 Add keyutils.is_modifier_key() Florian Bruhin 2018-02-28 12:52:19 +0100
  • 1cd86d79d9 Add keyutils.is_printable() Florian Bruhin 2018-02-28 11:33:19 +0100
  • b4d232badd Simplify KeyInfo.text() Florian Bruhin 2018-02-28 11:15:44 +0100
  • 2ca15d7667 Add tests for lower-/uppercase text Florian Bruhin 2018-02-28 10:59:01 +0100
  • 8c87040cb6 Improve IDs for qt_key fixture Florian Bruhin 2018-02-28 10:41:09 +0100
  • 0b6d2c2b0a Make all key names work Florian Bruhin 2018-02-28 10:21:02 +0100
  • 601e56d2fa Make test_keyutils work Florian Bruhin 2018-02-28 09:51:19 +0100
  • 8f479407a0 key_data: Update key names to reflect reality Florian Bruhin 2018-02-28 09:34:27 +0100
  • f714be0ff7 Initial tests on all Qt keys Florian Bruhin 2018-02-28 09:03:47 +0100
  • 19512e988b Expose less from keyutils publicly Florian Bruhin 2018-02-27 22:21:35 +0100
  • 880da2d143 Add missing default=True for configmodel.bind Florian Bruhin 2018-02-27 16:17:51 +0100
  • 2ed480b40a Refactor configmodel.bind Florian Bruhin 2018-02-27 16:13:05 +0100
  • fdc2458657 Fix test_split_count after _handle_key merge Florian Bruhin 2018-02-27 16:03:09 +0100
  • c3485821c7 Adjust copyright Florian Bruhin 2018-02-27 14:16:59 +0100
  • 77e0b8983c Point to Debian repos for .deb downloads Florian Bruhin 2018-03-04 18:51:16 +0100
  • 6d415b6653 Greasemonkey: don't inject JS into dead frames Jimmy 2018-03-03 14:34:59 +1300
  • 0adda22d3c Greasemonkey: add a way to register scripts directly. Jimmy 2018-01-27 22:03:45 +1300
  • 7dab8335e2 Greasemonkey: handle downloads that complete fast Jimmy 2018-01-21 15:37:22 +1300
  • 87a0c2a7a7 Greasemonkey: indent source of required scripts Jimmy 2018-01-20 16:31:10 +1300
  • 60e6d28eb1 Greasemonkey: webkit: Don't use Object.entries in js. Jimmy 2018-01-05 20:45:32 +1300
  • 919fe45813 Greasemonkey: Add test for @require support. Jimmy 2018-01-02 16:01:01 +1300
  • fa1ac8d93c Move download_stub to helpers/fixtures Jimmy 2018-03-03 13:00:27 +1300
  • cba93954cd Allow download_stub test fixture to handle file targets. Jimmy 2018-01-02 15:56:28 +1300
  • 2307a0850f Greasemonkey: Support greasemonkey-reload --force. Jimmy 2018-01-02 14:19:21 +1300
  • b91e2e3267 Allow download manager to overwrite existing files unprompted. Jimmy 2018-01-02 14:13:13 +1300
  • a7b74d8e83 Greasemonkey: give required scripts a readable filename. Jimmy 2018-01-02 11:53:25 +1300
  • 33d66676c9 Greasemonkey: mock the new GM4 promises based API. Jimmy 2018-01-01 16:10:20 +1300
  • a76c0067e1 Greasemonkey: Add support for the @require rule. Jimmy 2017-12-31 18:32:16 +1300
  • 02c313eafd Add packages needed with tox Florian Bruhin 2018-03-02 10:22:59 +0100
  • be7a21eb56 Make sure the backend is set in test_webenginesettings.py Florian Bruhin 2018-03-02 07:00:09 +0100
  • b0c25e1bed Add missing ) Florian Bruhin 2018-03-02 06:58:37 +0100
  • 9721881261 Adjust @issue3572 check for Qt 5.10.1 Florian Bruhin 2018-03-02 06:37:01 +0100
  • 5d68dc08d5 Update changelog Florian Bruhin 2018-03-02 06:35:04 +0100
  • 067be7aaa2 Simplify mock checks Florian Bruhin 2018-03-02 06:33:56 +0100
  • 6fc560fc78 Rewrite comment Florian Bruhin 2018-03-02 06:31:23 +0100
  • fb7fa0cb49 Merge remote-tracking branch 'origin/pr/3652' Florian Bruhin 2018-03-02 06:31:00 +0100
  • 52129f2e4d Merge remote-tracking branch 'origin/pr/3659' Florian Bruhin 2018-03-02 06:30:52 +0100
  • d5e30fd728 Don't crash first completion update with min_chars. Ryan Roden-Corrent 2018-03-01 22:07:53 -0500
  • a2b5bf0b73
    Clear old search results on webkit Jay Kamat 2018-03-01 16:15:38 -0500
  • 2965f954ba Resolve empty completion.timestamp_format crash. Ryan Roden-Corrent 2018-02-28 08:39:40 -0500
  • 257011a6d2 Fix installing codecov on Travis Florian Bruhin 2018-03-01 12:56:43 +0100
  • f33d659924 Release v1.1.2 Florian Bruhin 2018-03-01 09:02:53 +0100
  • f7bcdfc818 Add --pygment argument to view-source Markus Ongyerth 2018-02-28 16:53:28 +0100
  • b14a37cf1f Update changelog for v1.1.2 Florian Bruhin 2018-02-28 16:14:34 +0100
  • 7fd0b52360 Add missing newline Florian Bruhin 2018-02-28 08:11:23 +0100
  • 8ea6cf352b Remove unneeded version check Florian Bruhin 2018-02-28 08:08:47 +0100
  • f3aaa1084a Migrate spell tests to unittests Florian Bruhin 2018-02-28 08:08:23 +0100
  • 824825e67d Make sure we only show dictionary warnings once Florian Bruhin 2018-02-28 08:01:11 +0100
  • 889b03169a Upgrade to PyQt 5.10.1 Florian Bruhin 2018-02-28 06:28:01 +0100
  • e6aa6b8235 Add missing docs for {url:host} Florian Bruhin 2018-02-27 17:29:36 +0100
  • 5eb340d481 Add missing tests for completions Florian Bruhin 2018-02-27 15:55:00 +0100
  • 60f0175a36 Fix getting customized options Florian Bruhin 2018-02-27 15:39:57 +0100
  • 5a5873d4ee Rename KeyConfig._prepare to ._validate Florian Bruhin 2018-02-27 14:16:41 +0100
  • 49d297f7bf Fix tests for parsing KeySequences Florian Bruhin 2018-02-27 14:10:55 +0100
  • b85fe8f678 Merge BaseKeyParser._handle_key into .handle Florian Bruhin 2018-02-27 14:07:20 +0100
  • 3a79f1293f Remove FIXMEs Florian Bruhin 2018-02-27 12:59:45 +0100