summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* IBY files for adding Qt into ROMIain2009-05-085-2/+163
| | | | RevBy: jbarron
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicSami Merilä2009-05-085-47/+72
|\
| * Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAleksandar Sasha Babic2009-05-082-2/+5
| |\
| | * Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-05-083-222/+340
| | |\
| | | * Replace Q_ASSERT with return statement.axis2009-05-081-1/+5
| | | | | | | | | | | | | | | | | | | | | | | | The input context *can* receive events for unfocused widgets, namely when a CloseSoftwareInputPanel event is sent, or when a mouse event is sent to a nonfocusable widget.
| | * | Removed CActiveScheduler::Install(NULL) from closingDown.Janne Anttila2009-05-081-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | When calling QThread::terminate - closingDown is not called from QThread context, but from thread which is called terminate. In this case, if we Install(NULL) AS, we will actually remove the AS from calling thread not from terminated thread. Since thread is anyway going to be terminated there is not much point on setting AS to NULL.
| * | | Some of the epxected replies for network tests can now be loaded via file.Aleksandar Sasha Babic2009-05-081-15/+35
| | | |
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAleksandar Sasha Babic2009-05-088-263/+471
| |\ \ \ | | | |/ | | |/|
| * | | Any event can make us pass the line:Aleksandar Sasha Babic2009-05-071-6/+20
| | | | | | | | | | | | | | | | | | | | QCoreApplication::processEvents(QEventLoop::WaitForMoreEvents) so we have to make sure that we wait for te right one to happen.
| * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-publicAleksandar Sasha Babic2009-05-0628-90/+552
| |\ \ \
| * | | | Changing test data to migrate top "official" test server.Aleksandar Sasha Babic2009-05-061-24/+12
| | | | |
* | | | | S60Style: regression fix. Fallback graphics were broken with last change to ↵Sami Merilä2009-05-081-6/+6
| |_|/ / |/| | | | | | | | | | | s60style, the correct mbm-file was never referred.
* | | | S60Style: Add support for other than avkon.mbm fallback graphics. The ↵Sami Merilä2009-05-082-226/+291
| | | | | | | | | | | | | | | | fallback graphics are moved to own table and referred when needed.
* | | | S60Style: Support for flat and checkable pushbuttonsSami Merilä2009-05-082-6/+52
| | | |
* | | | S60Style: Slightly bigger node icons for QTreeViewSami Merilä2009-05-081-2/+5
| |_|/ |/| |
* | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-05-084-13/+19
|\ \ \
| * | | Added ARMV6 binaries to SQLite3_v9.2.zipMiikka Heikkinen2009-05-081-0/+0
| | | |
| * | | Moving the handling code for HandleCommandL fromAlessandro Portale2009-05-073-13/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | CQtS60MainAppUi::HandleCommandL to the new QApplication::s60HandleCommandL so that it is in QtGui rather than in the static app wrapper. RevBy: axis
* | | | Re-enabled tst_QUdpSocket::performance with proxy for Symbian OS.Janne Anttila2009-05-081-12/+22
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It was thought this test case was hanging earlier with Socks5Proxy, but actually it was not hanging but just taking a lot of time to complete. The reason for slowness was UDP packet fragmentation. Without further studies I decided to decrease the written buffer size for Symbian OS when using Socks5Proxy. This seems to solve the problems. Also added some debug print why performance in Symbian OS is 0.00MB/s without proxy.
* | | S60Style: Style QTreeView nodes and lines.Sami Merilä2009-05-073-1/+60
| | |
* | | S60Style: Improved polish. Now fonts are polished instead of set in drawing ↵Sami Merilä2009-05-073-36/+55
| |/ |/| | | | | code. Also, backgroundTexture is set in its own method, so there is no need to reset whole application palette when layout changes. Finally, some widget specific polishing corrections.
* | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-05-0618-57/+456
|\ \
| * | Fix docs.axis2009-05-061-1/+1
| | |
| | |
| | \
| *-. \ Merge branches 'virtualKeyboardAPI' and 'imHintsForS60'axis2009-05-0616-45/+453
| |\ \ \
| | | * | Improved the handling of input method hints in S60.axis2009-05-062-21/+71
| | | | | | | | | | | | | | | | | | | | | | | | | Made it more robust, as well as added support for the new ImhDigitsOnly and ImhFormattedNumbers flags.
| | | * | Merge branch 'virtualKeyboardAPI' into imHintsForS60axis2009-05-063-14/+27
| | | |\ \
| | | * | | Implemented support for input method hints in S60 FEP.axis2009-05-052-6/+111
| | | | | |
| | * | | | Improved the docs a bit.axis2009-05-062-2/+7
| | | |/ / | | |/| |
| | * | | Clarified the docs a bit.axis2009-05-061-1/+1
| | | | |
| | * | | Split ImhNumbersOnly into DigitsOnly and FormattedNumbersOnly.axis2009-05-063-13/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This was discussed with denis, and we found out that PIN codes on phones are a use case where it would be an advantage to have digits only. S60 already supports this mode of operation in their VK.
| | * | | Small optimization to input context update.axis2009-05-051-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only update the input context if it has already been created. RevBy: denis
| | * | | Updated to slightly better docs.axis2009-05-041-1/+4
| | | | | | | | | | | | | | | | | | | | RevBy: denis
| | * | | Make sure to update input context after switching input method hints.axis2009-05-041-0/+4
| | |/ / | | | | | | | | | | | | RevBy: denis
| | * | Made QLineEdit set input method hints when changing echo mode.axis2009-05-041-3/+8
| | | | | | | | | | | | | | | | RevBy: denis
| | * | Added inputMethodHints API.axis2009-05-045-1/+78
| | | | | | | | | | | | | | | | RevBy: denis
| | * | Close the input panel when focusing a non-inputmethods aware widget.axis2009-05-042-0/+45
| | | | | | | | | | | | | | | | | | | | AutoTest: Included RevBy: denis
| | * | Made the S60 FEP use the new RequestSoftwareInputPanel events.axis2009-05-042-32/+18
| | | | | | | | | | | | | | | | RevBy: Trustme
| | * | Implemented RequestSoftwareInputPanel events in QLineEdit.axis2009-05-043-5/+57
| | | | | | | | | | | | | | | | | | | | AutoTest: Included RevBy: denis
| | * | Added QApplication::autoSipOnMouseFocus.axis2009-05-043-0/+39
| | | | | | | | | | | | | | | | RevBy: denis
| | * | Added an event to request and close software input panel.axis2009-05-044-1/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is meant to be used by widgets to signal that they want input. The event will then be passed on to QInputContext::filterEvent, which can create an appropriate virtual keyboard on devices with touch interface only. RevBy: denis
| * | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-05-063-15/+11
| |\ \ \
| * | | | Remaining support for selfsigned Qt libs packages removed.Miikka Heikkinen2009-05-062-11/+2
| | | | |
* | | | | Inreased tst_qlocalsocket timeouts since it failed sometimes in SymbianJanne Anttila2009-05-061-4/+6
| | | | | | | | | | | | | | | | | | | | | | | | | Need to study later on why performance is not as good as in other platforms.
* | | | | Fix to tst_qsslsocket::disconnectFromHostWhenConnected test case.Janne Anttila2009-05-061-1/+16
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | I don't understand how socket->waitForDisconnected can work on other platforms since socket->write will end to: QMetaObject::invokeMethod(this, "_q_flushWriteBuffer", Qt::QueuedConnection); In order that _q_flushWriteBuffer will be called the eventloop need to run. If we just call waitForDisconnected, which blocks the whole thread how that can happen? Changed the test for Symbian OS to use evenloop since I'm not 100% sure. Probably this can change can be applied for other platforms as well without changing the test case` logic?
* | | | Added some debug information for nativeSelect in Symbian OSJanne Anttila2009-05-061-6/+10
| | | |
* | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicJanne Anttila2009-05-065-13/+63
|\ \ \ \ | |/ / /
| * | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-publicMiikka Heikkinen2009-05-06144-1813/+4248
| |\ \ \
| | * | | S60Style: Add support for busy indicator for progres bar.Sami Merilä2009-05-063-13/+21
| | | |/ | | |/|
| * | | Added VERSION keyword generation to mmp filesMiikka Heikkinen2009-05-062-0/+42
| | | |
* | | | Revert "We do have bug in AO cancel mechanism, unfortunately it was too late"Janne Anttila2009-05-061-4/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This reverts commit 6df549b218e27c3fcc648d16bfc2aa1df7643b79. This problem was fixed by commit 1a0fd473, so commit was possible to revert. Task: 246600 Fix problem in eventdispatcher destructor / Active object canceling