summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Improved the handling of input method hints in S60.axis2009-05-062-21/+71
* Merge branch 'virtualKeyboardAPI' into imHintsForS60axis2009-05-063-14/+27
|\
| * Clarified the docs a bit.axis2009-05-061-1/+1
| * Split ImhNumbersOnly into DigitsOnly and FormattedNumbersOnly.axis2009-05-063-13/+17
| * Small optimization to input context update.axis2009-05-051-3/+5
| * Updated to slightly better docs.axis2009-05-041-1/+4
| * Make sure to update input context after switching input method hints.axis2009-05-041-0/+4
* | Implemented support for input method hints in S60 FEP.axis2009-05-052-6/+111
|/
* Made QLineEdit set input method hints when changing echo mode.axis2009-05-041-3/+8
* Added inputMethodHints API.axis2009-05-045-1/+78
* Close the input panel when focusing a non-inputmethods aware widget.axis2009-05-042-0/+45
* Made the S60 FEP use the new RequestSoftwareInputPanel events.axis2009-05-042-32/+18
* Implemented RequestSoftwareInputPanel events in QLineEdit.axis2009-05-043-5/+57
* Added QApplication::autoSipOnMouseFocus.axis2009-05-043-0/+39
* Added an event to request and close software input panel.axis2009-05-044-1/+32
* Enable dynamic [de|con]struction of window surfaces based on visibilityJason Barron2009-04-282-13/+29
* Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-04-282-27/+31
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAleksandar Sasha Babic2009-04-281-2/+2
| |\
| | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-04-282-8/+8
| | |\
| | * | Fixed ASSERT panic in Symbian event dispatcher.Janne Anttila2009-04-281-2/+2
| * | | Simple refactoring how the data are fetched and stored.Aleksandar Sasha Babic2009-04-281-25/+29
| | |/ | |/|
* | | Always build Qt libs with "All -Tcb" capabilities in SymbianMiikka Heikkinen2009-04-281-5/+1
|/ /
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-04-281-1/+9
|\ \ | |/
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-04-281-6/+4
| |\
| * | These tst_qtcpsockets require more time to finish in Symbian OSJanne Anttila2009-04-281-1/+9
* | | Changed generated file headers to have timestamp in ISO format insteadMiikka Heikkinen2009-04-282-8/+8
| |/ |/|
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-04-287-22/+43
|\ \ | |/
| * Fixed unresolved merge conflict in network-settings.hJanne Anttila2009-04-281-3/+0
| * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-04-289-32/+182
| |\
| | * Removed setting the unnecessary parent for menu structuresMarkku Luukkainen2009-04-281-1/+0
| | * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicMarkku Luukkainen2009-04-2810-33/+167
| | |\
| | | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-04-282-17/+129
| | | |\
| | | | * Qt lib dependencies had to be revisited as there were issues with someAleksandar Sasha Babic2009-04-271-4/+2
| | | * | Removed preserving read-only flag from winscw deployed files to makeMiikka Heikkinen2009-04-281-1/+1
| | * | | Fixed wrong menu showing up on S60 while launching a dialog.Markku Luukkainen2009-04-283-11/+38
| * | | | Skipped disconnectWhileConnectingNoEventLoop for now in Symbian OS.Janne Anttila2009-04-281-0/+2
| * | | | Fixed copy/paste error in QtNetworkSettings::expectedReplyFtp.Janne Anttila2009-04-281-3/+1
* | | | | Re-enabled winscw target for non-OS_WIN builds.Miikka Heikkinen2009-04-281-6/+4
| |_|_|/ |/| | |
* | | | Network server test related data (serever name, IP address ...) can nowAleksandar Sasha Babic2009-04-271-13/+127
| |_|/ |/| |
* | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-04-271-2/+5
|\ \ \ | |/ /
| * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-04-273-10/+17
| |\ \
| * | | Enabled and fixed tst_QSslSocket::waitForMinusOne test for Symbian.Janne Anttila2009-04-271-2/+5
| | |/ | |/|
* | | Workaround for problems with paging Core and Sql libsMiikka Heikkinen2009-04-272-2/+14
* | | Make all Symbian binaries pageable by default.Miikka Heikkinen2009-04-271-1/+1
| |/ |/|
* | Minor optimization to symbian-sbsv2 extra target predeps generation.Miikka Heikkinen2009-04-271-1/+1
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-04-27777-16674/+37974
|\ \ | |/
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicaxis2009-04-279-24/+404
| |\
| * | Fixed compilation of qmake on MSVC6.axis2009-04-273-3/+3
| * | Fixed a few typos in qmake makefile for win32.axis2009-04-271-1/+2
| * | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-04-27774-16671/+37970
| |\ \