summaryrefslogtreecommitdiffstats
path: root/src/gui/inputmethod
Commit message (Expand)AuthorAgeFilesLines
...
| | * Fixed FEP crash when selected text was replaced with a a new T9 text.Janne Anttila2010-03-021-0/+15
* | | Merge remote branch 'qt/4.7' into lighthouse-4.7Paul Olav Tvete2010-03-012-2/+5
|\ \ \ | |/ /
| * | Merge remote branch 'origin/4.6' into qt-master-from-4.6Thiago Macieira2010-02-201-1/+4
| |\ \ | | |/
| | * Virtual keyboard can't be closed anymore after tapping the text areaSami Merila2010-02-191-1/+4
| * | Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-092-16/+17
| |\ \ | | |/
| * | Merge remote branch 'origin/4.6' into qt-master-from-4.6Olivier Goffart2010-02-041-6/+2
| |\ \
| * \ \ Merge remote branch 'qt/4.6' into qt-master-from-4.6Qt Continuous Integration System2010-02-012-2/+55
| |\ \ \
| * \ \ \ Merge branch '4.6'Thiago Macieira2010-01-1317-17/+17
| |\ \ \ \
| * \ \ \ \ Merge branch '4.6'Thiago Macieira2009-12-261-2/+1
| |\ \ \ \ \
| * \ \ \ \ \ Merge commit 'origin/4.6'Olivier Goffart2009-12-151-0/+4
| |\ \ \ \ \ \
| * \ \ \ \ \ \ Merge branch '4.6'Thiago Macieira2009-11-252-20/+54
| |\ \ \ \ \ \ \
| * | | | | | | | Make de file dialog completely compatible with mingw-g++Thierry Bastian2009-11-161-1/+1
* | | | | | | | | Merge remote branch 'remotes/qt/4.6' into lighthousePaul Olav Tvete2010-02-102-19/+69
|\ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ | |/| | | | | | |
| * | | | | | | | Fixed a bug where text would disappear in password fields.axis2010-02-052-9/+10
| * | | | | | | | Fixed sendEvent call.axis2010-02-051-1/+1
| * | | | | | | | Removed useless member variable and replaced with var on the stack.axis2010-02-052-5/+5
| * | | | | | | | Fixed indentation.axis2010-02-051-1/+1
| | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | Avoided the loss of preedit text when losing focus on Symbian.axis2010-01-281-6/+2
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | Made characters in a password field briefly visible while typing.axis2010-01-252-2/+55
| | |_|_|_|/ | |/| | | |
* | | | | | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2010-01-1417-19/+22
|\ \ \ \ \ \ | |/ / / / /
| * | | | | Update copyright year to 2010Jason McDonald2010-01-0617-17/+17
| | |_|_|/ | |/| | |
| * | | | Fixed QCoeFepInputContext::widgetDestroyedMiikka Heikkinen2009-12-171-2/+1
| | |_|/ | |/| |
| * | | FEP returns the wrong foreground color in GetFormatOfFepInlineTextSami Merilä2009-12-071-0/+4
| | |/ | |/|
* | | Merge remote branch 'origin/4.6' into lighthousePaul Olav Tvete2009-11-196-66/+146
|\ \ \ | |/ /
| * | Merge commit upstream/4.6 into oslo-staging-2/4.6Olivier Goffart2009-11-132-2/+2
| |\ \ | | |/
| | * Fix typo in license headerAlessandro Portale2009-11-122-2/+2
| * | Made the select button commit the T9 word rather than exit widget.axis2009-11-121-8/+20
| * | Removed unused variable.axis2009-11-122-9/+1
| * | Add edit menu support for phones with a 'pencil' key.Jason Barron2009-11-112-0/+9
| * | Fixed indentation.axis2009-11-101-6/+6
| * | Long-press shortcuts for symbols on QWERTY keyboard don't workJouni Hiltunen2009-11-102-2/+15
| * | Made it possible to bring up the FEP symbols menu using star key.axis2009-11-091-1/+9
| |/
| * Unexported a class that doesn't need to be exported.axis2009-11-041-4/+4
| * Fixed input panel detection on post-5.0 S60 SDKs.axis2009-11-042-3/+41
| * Merge branch '4.6-s60' into 4.6axis2009-10-301-2/+22
| |\
| | * Temporary fix for FEP crash with input masked QLineEditsMiikka Heikkinen2009-10-271-2/+22
| * | Fixed highlighting of string components when inputting Japanese text.Kim Motoyoshi Kalland2009-10-291-20/+5
| |/
| * Cleaned up the API of the Symbian event hooks.axis2009-10-212-14/+13
| * Made Mac Carbon use the input method hints when deciding on IM.axis2009-10-191-1/+5
* | Merge branch '4.6' into lighthousePaul Olav Tvete2009-10-144-7/+30
|\ \ | |/
| * Fix compile errors on mingw (The version supplied with Qt 4.5)Prasanth Ullattil2009-10-081-0/+13
| * Prevented input composition in password fields on X11 and Windows.axis2009-10-082-2/+2
| * Fix crash in S60 input methods after task switchingShane Kearns2009-10-011-5/+15
* | Merge branch '4.6' into lighthousePaul Olav Tvete2009-09-3017-75/+81
|\ \ | |/
| * doc: add some more \since 4.6 tagsVolker Hilsheimer2009-09-281-0/+2
| * fixed a typo in the doc.Denis Dzyubenko2009-09-281-1/+1
| * Fix crashes in QApplication autotestShane Kearns2009-09-221-2/+6
| * Merge branch '4.6' of git@scm.dev.troll.no:qt/qt into 4.6Janne Anttila2009-09-0917-68/+68
| |\
| | * Update license headers again.Jason McDonald2009-09-0917-68/+68
| * | Fixed 'use of function is deprecated' warnings reported by RVCTJanne Anttila2009-09-091-4/+4
| |/