Commit Graph

  • 186b18587b QskInputManager introduced Uwe Rathmann 2018-06-01 12:00:31 +0200
  • 221b573287 input context changes Uwe Rathmann 2018-06-01 09:45:02 +0200
  • b97a43008c layout code moved from QskInputPanel to QskBox Uwe Rathmann 2018-05-30 11:47:46 +0200
  • 62de379794 heightForWidth/widthForHeight improved Uwe Rathmann 2018-05-30 11:05:02 +0200
  • 4eb74f5b71 working with nested gesture recognizers fixed Uwe Rathmann 2018-05-29 12:05:16 +0200
  • 0c5dc0ce37 registration of text predictions removed from QskInputContext Uwe Rathmann 2018-05-09 17:01:30 +0200
  • e5d6fe0dc3 QskInputContext is no platform input context anymore to avoid forwarding private APIs to applicaton code Uwe Rathmann 2018-05-09 15:45:43 +0200
  • b29f688df2 reminding comment added Uwe Rathmann 2018-05-09 15:45:10 +0200
  • 0933edac5d default constructors Uwe Rathmann 2018-05-09 14:13:50 +0200
  • c2d8f0f6fe QskControl::setExplicitSizeHint fixed Uwe Rathmann 2018-05-09 14:13:26 +0200
  • dcdb49f7e3 default setting for showing the speedos reverted Uwe Rathmann 2018-05-09 08:49:16 +0200
  • 4c0aaa8ea2 painting order for needle and box inverted Uwe Rathmann 2018-05-09 08:47:52 +0200
  • c3cd365b68 code for unused skins removed Uwe Rathmann 2018-05-09 08:47:33 +0200
  • 60a4f2ff1f Speedometer: inherit from QskRangeControl and make skinnable (#62) Peter Hartmann 2018-05-09 08:31:43 +0200
  • 6b47678805 input panel improvements Uwe Rathmann 2018-05-09 08:20:59 +0200
  • f9ef60e2d5 handle window loss in pressed state Uwe Rathmann 2018-05-09 08:20:32 +0200
  • 4d2bc5bfec automotive example: Only use two specially created skins Peter Hartmann 2018-05-07 16:38:37 +0200
  • 847500fb7c Speedometer: Make it skinnable Peter Hartmann 2018-05-07 13:28:57 +0200
  • 1a9a08636b QskResizable merged into QskControl. The memory of the explicit size hints is allocated lazily as in the most cases a control does not have them at all Uwe Rathmann 2018-05-08 10:34:00 +0200
  • 8096ef0eff beautified Uwe Rathmann 2018-05-08 10:33:31 +0200
  • 8ed1036839 memory leak fixed - buttons were not deleted in case of dialogs, that have never been shown Uwe Rathmann 2018-05-08 10:32:22 +0200
  • 41d97c8c91 Speedometer: Inherit from QskRangeControl Peter Hartmann 2018-04-11 12:07:10 +0200
  • c46b105879 sizeHints renamed to explicitSizeHints, widthForHeight/heightForWidth moved to QskControl Uwe Rathmann 2018-05-01 13:55:26 +0200
  • e859075f6a unused enum removed Uwe Rathmann 2018-05-01 12:51:14 +0200
  • 02e6a65b07 code moved from QskControl to QskQuick Uwe Rathmann 2018-05-01 12:41:20 +0200
  • 1ba0fd40bc code moved from QskControl to QskQuick Uwe Rathmann 2018-05-01 12:26:59 +0200
  • c7ae7baae2 using QStringList instead og QVector< QString > - although QList is not the better choice Uwe Rathmann 2018-05-01 11:52:29 +0200
  • 456bf48dec unused QskVirtualKeyboard::event removed Uwe Rathmann 2018-05-01 11:51:56 +0200
  • 5636ddf329 reformat Uwe Rathmann 2018-05-01 11:50:41 +0200
  • 9fe1d45345 QskGraphicLabel::setSource( QString ) added Uwe Rathmann 2018-05-01 11:50:06 +0200
  • 3ffd9b3a71 input panel improved Uwe Rathmann 2018-04-30 10:03:51 +0200
  • 7fe675d74d input proxy feature added for QskInputPanel Uwe Rathmann 2018-04-27 16:55:50 +0200
  • 602e3748df input comntext improvements Uwe Rathmann 2018-04-27 13:48:51 +0200
  • 16efc695b9 more changes concering the input context Uwe Rathmann 2018-04-26 14:42:33 +0200
  • 745b704ba8 hunspell diabled Uwe Rathmann 2018-04-23 14:39:34 +0200
  • 688ea07c02 code moved from inputcontext to inputpanel Uwe Rathmann 2018-04-23 14:37:17 +0200
  • dfe2b875fd key composition moved to QskInputContext Uwe Rathmann 2018-04-23 14:06:40 +0200
  • 4ce1780f90 Qt 5.6 incompatibilities fixed Uwe Rathmann 2018-04-23 10:42:37 +0200
  • 151a73cb0b QskInputContext improved Uwe Rathmann 2018-04-20 08:52:26 +0200
  • 48c897f825 also accepting autorepeated Key_Space/Key_Select, even if this is not in line with what QAbstractButton does Uwe Rathmann 2018-04-19 15:27:45 +0200
  • 63cb3bde5d updates, when the window size is changing Uwe Rathmann 2018-04-19 09:39:46 +0200
  • ddbc5db920 using a renderjob for restoring the componentComplete flags Uwe Rathmann 2018-04-19 09:33:24 +0200
  • 6e2e80d2de QskTextInput/QskInputPanel improvements Uwe Rathmann 2018-04-18 19:41:46 +0200
  • 3f8616c084 QskTextInput improved Uwe Rathmann 2018-04-18 10:46:11 +0200
  • 5d9f22a757 When deleting a focus scope the hasFocus() flag is not cleared for the item having the local scope. In situations, where the focusScope is no parent ( only a parentItem() ) and the focusItem gets reparented we run into an invalid situation with a wron focus flag. To work around this Qt bug we manually clear the focus flag. Uwe Rathmann 2018-04-17 21:28:15 +0200
  • a950203e7b fixed for multiple windows with different thread contexts Uwe Rathmann 2018-04-17 14:46:50 +0200
  • 34cc82dd70 QskTextInput/QskInputPanel improved Uwe Rathmann 2018-04-13 16:32:48 +0200
  • 395aeba8ec more input items Uwe Rathmann 2018-04-13 16:24:08 +0200
  • 79c53bb1c7 workaround for setting the focus with Qt::PopupFocusReason Uwe Rathmann 2018-04-13 16:23:09 +0200
  • e2ca55819e locale updates fixed Uwe Rathmann 2018-04-12 13:32:28 +0200
  • 959ebfd38a dh Uwe Rathmann 2018-04-12 13:23:10 +0200
  • ed558f3021 wrong return value when inheriting the locale fixed Uwe Rathmann 2018-04-12 13:07:58 +0200
  • d1ecec2ad8 improving QskInputContext Uwe Rathmann 2018-04-12 12:03:51 +0200
  • 0ee83c1e32 QskInputContext improvements Uwe Rathmann 2018-04-11 17:33:43 +0200
  • 07d5d933c1 simplifying QskInputCompositionModel Uwe Rathmann 2018-04-11 11:02:29 +0200
  • 67dee082ec filtering of input method events moved to QskInputContext Uwe Rathmann 2018-04-11 08:58:14 +0200
  • 02ea027ca8 making clang happier Uwe Rathmann 2018-04-10 18:31:49 +0200
  • aaab3832fc SPEEDO define added - being disabled as default setting Uwe Rathmann 2018-04-10 17:11:42 +0200
  • 7e0521fe54 Merge branch 'peter-ha-speedometer' Uwe Rathmann 2018-04-10 17:04:10 +0200
  • b48dec991e Merge branch 'speedometer' of git://github.com/peter-ha/qskinny into peter-ha-speedometer Uwe Rathmann 2018-04-10 16:56:39 +0200
  • 10a3435e91 QskInputPanel reintroduced being a composite of QskVirtualKeyboard + QskInputSuggestionBar Uwe Rathmann 2018-04-10 16:51:35 +0200
  • 1513d3716f QskTextInput inproved Uwe Rathmann 2018-04-09 10:05:59 +0200
  • 546044f916 layout code with transformations Uwe Rathmann 2018-04-06 18:07:12 +0200
  • 07d28529be QskVirtualKeyboard much simpler now Uwe Rathmann 2018-04-06 17:30:24 +0200
  • 80c41c53e0 inputpanel subdir introduced Uwe Rathmann 2018-04-06 11:27:10 +0200
  • 84649f74f1 for some reason accessing QMethodInputPrivate makes the sanitizer complaining Uwe Rathmann 2018-04-06 09:00:41 +0200
  • 469e110f82 code simplified Uwe Rathmann 2018-04-06 09:00:09 +0200
  • f4060f2e75 virtual keyboard related stuff improved Uwe Rathmann 2018-04-05 14:18:15 +0200
  • 8ddd039870 speedometers: Fix layout and add more public API Peter Hartmann 2018-04-05 11:23:52 +0200
  • b7c54d6916 Speedometer: Add some API Peter Hartmann 2018-04-05 11:23:48 +0200
  • 554f07c5b4 automotive example: Add speedometer page Peter Hartmann 2018-04-05 11:23:38 +0200
  • 7b2e63c7e5 dead inputcontext related code removed Uwe Rathmann 2018-04-04 20:19:47 +0200
  • 67052eb60a improving inputcontext Uwe Rathmann 2018-04-04 15:19:51 +0200
  • 26f8e1b936 improving the input context Uwe Rathmann 2018-04-04 12:05:01 +0200
  • 12a938e653 virtual keyboard improvements Uwe Rathmann 2018-04-04 10:15:59 +0200
  • 777a134645 improving text input classes Uwe Rathmann 2018-04-03 20:15:20 +0200
  • 26417ed49a initial version of QskTextInput wrapping QQuickTextInput Uwe Rathmann 2018-04-03 10:47:21 +0200
  • 6f4a0045d5 using subControlRect Uwe Rathmann 2018-04-03 10:46:55 +0200
  • 0a0acb5e27 simplifying the inputcontext stuff Uwe Rathmann 2018-04-02 17:01:04 +0200
  • d947fb3999 input panel stuff Uwe Rathmann 2018-04-01 12:47:44 +0200
  • 897f6c520b changes for gcc4 Uwe Rathmann 2018-03-31 18:34:51 +0200
  • 0fea82dfff constructor code improved Uwe Rathmann 2018-03-31 18:34:34 +0200
  • df3a306fb0 missing hunspell subdir added Uwe Rathmann 2018-03-30 18:36:27 +0200
  • 59b516a118 3rdparty moved to inputcontext/3rdparty. The 3rdparty files are now compiled as part of the corresponding input method, so that the project files can be written without using platform specific linker flags. Uwe Rathmann 2018-03-30 18:31:13 +0200
  • 9bf518145d compiler errors/warnings fixed Uwe Rathmann 2018-03-30 15:04:26 +0200
  • 7b8f0625c1 Add Pinyin / Hunspell and some more refactoring (#58) Peter Hartmann 2018-03-30 01:15:05 -0700
  • b8460565d9 Add object files to gitignore Peter Hartmann 2018-03-29 17:24:43 +0200
  • 9efa227388 keyboard: Add Pinyin and Hunspell, and change suggestions API Peter Hartmann 2018-03-29 16:23:04 +0200
  • bcd0bc94c0 more keyboard refactoring Peter Hartmann 2018-03-29 14:48:38 +0200
  • 66677067d5 remove keyboardRect() (#57) Peter Hartmann 2018-03-28 10:05:20 -0700
  • 446936e345 remove keyboardRect() Peter Hartmann 2018-03-28 18:57:11 +0200
  • b497b776ae merge changes from downstream (#56) Peter Hartmann 2018-03-28 09:01:25 -0700
  • 69eb8e2101 keyboard: adapt some files from downstream Peter Hartmann 2018-03-28 17:53:26 +0200
  • 6910775d35 keyboard: Rename some classes Peter Hartmann 2018-03-28 16:26:48 +0200
  • 63795d21b0 Merge branch 'peter-ha-qsktextinput' Uwe 2018-03-28 15:52:26 +0200
  • b68fc92cc9 keyboard: fix layout calculation Peter Hartmann 2018-03-28 15:49:45 +0200
  • 7af9cc6cdf input panel: derive from QskBox Peter Hartmann 2018-03-28 15:31:44 +0200
  • c1945a00ec keyboard skins: remove commented lines Peter Hartmann 2018-03-28 15:06:00 +0200
  • 3d584beee2 keyboard: Highlight hacks Peter Hartmann 2018-03-28 14:42:05 +0200
  • 2951523aaf Don't use a tab fence Peter Hartmann 2018-03-28 14:01:26 +0200