Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
* | IBY files for adding Qt into ROM | Iain | 2009-05-08 | 5 | -2/+163 | |
| | | | | RevBy: jbarron | |||||
* | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Sami Merilä | 2009-05-08 | 5 | -47/+72 | |
|\ | ||||||
| * | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Aleksandar Sasha Babic | 2009-05-08 | 2 | -2/+5 | |
| |\ | ||||||
| | * | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-05-08 | 3 | -222/+340 | |
| | |\ | ||||||
| | | * | Replace Q_ASSERT with return statement. | axis | 2009-05-08 | 1 | -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 Anttila | 2009-05-08 | 1 | -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 Babic | 2009-05-08 | 1 | -15/+35 | |
| | | | | ||||||
| * | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt-s60-public | Aleksandar Sasha Babic | 2009-05-08 | 8 | -263/+471 | |
| |\ \ \ | | | |/ | | |/| | ||||||
| * | | | Any event can make us pass the line: | Aleksandar Sasha Babic | 2009-05-07 | 1 | -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-public | Aleksandar Sasha Babic | 2009-05-06 | 28 | -90/+552 | |
| |\ \ \ | ||||||
| * | | | | Changing test data to migrate top "official" test server. | Aleksandar Sasha Babic | 2009-05-06 | 1 | -24/+12 | |
| | | | | | ||||||
* | | | | | S60Style: regression fix. Fallback graphics were broken with last change to ↵ | Sami Merilä | 2009-05-08 | 1 | -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-08 | 2 | -226/+291 | |
| | | | | | | | | | | | | | | | | fallback graphics are moved to own table and referred when needed. | |||||
* | | | | S60Style: Support for flat and checkable pushbuttons | Sami Merilä | 2009-05-08 | 2 | -6/+52 | |
| | | | | ||||||
* | | | | S60Style: Slightly bigger node icons for QTreeView | Sami Merilä | 2009-05-08 | 1 | -2/+5 | |
| |_|/ |/| | | ||||||
* | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-05-08 | 4 | -13/+19 | |
|\ \ \ | ||||||
| * | | | Added ARMV6 binaries to SQLite3_v9.2.zip | Miikka Heikkinen | 2009-05-08 | 1 | -0/+0 | |
| | | | | ||||||
| * | | | Moving the handling code for HandleCommandL from | Alessandro Portale | 2009-05-07 | 3 | -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 Anttila | 2009-05-08 | 1 | -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-07 | 3 | -1/+60 | |
| | | | ||||||
* | | | S60Style: Improved polish. Now fonts are polished instead of set in drawing ↵ | Sami Merilä | 2009-05-07 | 3 | -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-public | Janne Anttila | 2009-05-06 | 18 | -57/+456 | |
|\ \ | ||||||
| * | | Fix docs. | axis | 2009-05-06 | 1 | -1/+1 | |
| | | | ||||||
| | | | ||||||
| | \ | ||||||
| *-. \ | Merge branches 'virtualKeyboardAPI' and 'imHintsForS60' | axis | 2009-05-06 | 16 | -45/+453 | |
| |\ \ \ | ||||||
| | | * | | Improved the handling of input method hints in S60. | axis | 2009-05-06 | 2 | -21/+71 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Made it more robust, as well as added support for the new ImhDigitsOnly and ImhFormattedNumbers flags. | |||||
| | | * | | Merge branch 'virtualKeyboardAPI' into imHintsForS60 | axis | 2009-05-06 | 3 | -14/+27 | |
| | | |\ \ | ||||||
| | | * | | | Implemented support for input method hints in S60 FEP. | axis | 2009-05-05 | 2 | -6/+111 | |
| | | | | | | ||||||
| | * | | | | Improved the docs a bit. | axis | 2009-05-06 | 2 | -2/+7 | |
| | | |/ / | | |/| | | ||||||
| | * | | | Clarified the docs a bit. | axis | 2009-05-06 | 1 | -1/+1 | |
| | | | | | ||||||
| | * | | | Split ImhNumbersOnly into DigitsOnly and FormattedNumbersOnly. | axis | 2009-05-06 | 3 | -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. | axis | 2009-05-05 | 1 | -3/+5 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Only update the input context if it has already been created. RevBy: denis | |||||
| | * | | | Updated to slightly better docs. | axis | 2009-05-04 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | RevBy: denis | |||||
| | * | | | Make sure to update input context after switching input method hints. | axis | 2009-05-04 | 1 | -0/+4 | |
| | |/ / | | | | | | | | | | | | | RevBy: denis | |||||
| | * | | Made QLineEdit set input method hints when changing echo mode. | axis | 2009-05-04 | 1 | -3/+8 | |
| | | | | | | | | | | | | | | | | RevBy: denis | |||||
| | * | | Added inputMethodHints API. | axis | 2009-05-04 | 5 | -1/+78 | |
| | | | | | | | | | | | | | | | | RevBy: denis | |||||
| | * | | Close the input panel when focusing a non-inputmethods aware widget. | axis | 2009-05-04 | 2 | -0/+45 | |
| | | | | | | | | | | | | | | | | | | | | AutoTest: Included RevBy: denis | |||||
| | * | | Made the S60 FEP use the new RequestSoftwareInputPanel events. | axis | 2009-05-04 | 2 | -32/+18 | |
| | | | | | | | | | | | | | | | | RevBy: Trustme | |||||
| | * | | Implemented RequestSoftwareInputPanel events in QLineEdit. | axis | 2009-05-04 | 3 | -5/+57 | |
| | | | | | | | | | | | | | | | | | | | | AutoTest: Included RevBy: denis | |||||
| | * | | Added QApplication::autoSipOnMouseFocus. | axis | 2009-05-04 | 3 | -0/+39 | |
| | | | | | | | | | | | | | | | | RevBy: denis | |||||
| | * | | Added an event to request and close software input panel. | axis | 2009-05-04 | 4 | -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-public | Miikka Heikkinen | 2009-05-06 | 3 | -15/+11 | |
| |\ \ \ | ||||||
| * | | | | Remaining support for selfsigned Qt libs packages removed. | Miikka Heikkinen | 2009-05-06 | 2 | -11/+2 | |
| | | | | | ||||||
* | | | | | Inreased tst_qlocalsocket timeouts since it failed sometimes in Symbian | Janne Anttila | 2009-05-06 | 1 | -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 Anttila | 2009-05-06 | 1 | -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 OS | Janne Anttila | 2009-05-06 | 1 | -6/+10 | |
| | | | | ||||||
* | | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Janne Anttila | 2009-05-06 | 5 | -13/+63 | |
|\ \ \ \ | |/ / / | ||||||
| * | | | Merge branch 'master' of git@scm.dev.troll.no:qt/qt-s60-public | Miikka Heikkinen | 2009-05-06 | 144 | -1813/+4248 | |
| |\ \ \ | ||||||
| | * | | | S60Style: Add support for busy indicator for progres bar. | Sami Merilä | 2009-05-06 | 3 | -13/+21 | |
| | | |/ | | |/| | ||||||
| * | | | Added VERSION keyword generation to mmp files | Miikka Heikkinen | 2009-05-06 | 2 | -0/+42 | |
| | | | | ||||||
* | | | | Revert "We do have bug in AO cancel mechanism, unfortunately it was too late" | Janne Anttila | 2009-05-06 | 1 | -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 |