Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed the mouse handler of FEP when in inline edit mode. | axis | 2009-06-10 | 1 | -1/+1 |
| | | | | | | We now commit the text if the mouse handler is invoked. This prevents the case where the VK cannot be brought up because the widget is the only focusable widget and is stuck in inline edit mode. | ||||
* | Fixed incorrect headers. | axis | 2009-06-03 | 1 | -1/+31 |
| | |||||
* | Fixed the translation from S60 text format to Qt text format in FEP. | axis | 2009-05-12 | 1 | -0/+1 |
| | | | | | | | | | | This was done by making sure that the format code is called from both start and update, because S60 will often return nothing in start, but then later on return something in update. In addition, we fall back on our own format if S60 does not give us anything. Currently it seems to give us a format only when using predictive text. | ||||
* | Improved the handling of input method hints in S60. | axis | 2009-05-06 | 1 | -0/+1 |
| | | | | | Made it more robust, as well as added support for the new ImhDigitsOnly and ImhFormattedNumbers flags. | ||||
* | Implemented support for input method hints in S60 FEP. | axis | 2009-05-05 | 1 | -0/+3 |
| | |||||
* | Made the S60 FEP use the new RequestSoftwareInputPanel events. | axis | 2009-05-04 | 1 | -1/+0 |
| | | | | RevBy: Trustme | ||||
* | Long live Qt for S60! | axis | 2009-04-24 | 1 | -0/+114 |