summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | | Revert "Work around compiler bug on Nokia Metrowerks compiler."Janne Anttila2009-05-061-5/+0
| |/ / |/| | | | | | | | | | | | | | | | | This reverts commit 493f3e7691614dc12aaae75915ee7e988937e393. The workaround is not needed anymore with Nokia X86 compiler budled with Carbide C++ v2.x
* | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qtaxis2009-05-06135-1694/+4196
|\ \ \
| * | | Fixes crash when mysql_init() returns 0Bill King2009-05-051-1/+1
| | | | | | | | | | | | | | | | Task-number: 250632
| * | | Cleaned up codeAnders Bakken2009-05-051-24/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Put all variables in the same area for QDirectFBPaintEnginePrivate. Make QDirectFBPaintEngine a friend. Also, do away with setClipDirty and replace it with d->clipDirty = true; Reviewed-by: TrustMe
| * | | Cleaned up codeAnders Bakken2009-05-051-439/+443
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Move private functions to the bottom of the file to be more in line with how most qt cpp files are structured. Reviewed-by: TrustMe
| * | | Refactored image cachingAnders Bakken2009-05-057-141/+147
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Make image caching a lot cleaner and more sensible. By default we do not cache images since creating a preallocated surface is quick and we don't really want to waste memory. In the case where the driver does not support preallocated surfaces you can enable image caching to speed up drawImage. Reviewed-by: TrustMe
| * | | Make sure image caching works with Qt3SupportAnders Bakken2009-05-052-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Store whether qt was built with qt3support enabled in .qmake.cache. We need this info to decide if QT3_SUPPORT should be defined when we include qimage_p.h. Otherwise we get data corruption issues since the size of struct in Qt is larger than the one we include in libqdirectfb. Reviewed-by: Donald <qt-info@nokia.com>
| * | | Cleaned up code a littleAnders Bakken2009-05-051-41/+28
| | | | | | | | | | | | | | | | | | | | | | | | Made SurfaceCache entirely inline for better readability. Reviewed-by: TrustMe
| * | | Don't call prepare more than necessaryAnders Bakken2009-05-053-22/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Store the memory address of our last QRasterBuffer::prepare() call to make sure we reprepare if someone has unlocked and locked the device behind our back. Also optimize QDirectFBDevice::memory() since it might get called a fair bit. Reviewed-by: Donald <qt-info@nokia.com>
| * | | DirectFB can't handle "mirrored" scalesAnders Bakken2009-05-051-14/+23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fall back to raster engine when using a transform with m11 < 0 || m22 < 0. Task-number: 252921 Reviewed-by: Donald <qt-info@nokia.com>
| * | | Fix line encoding on PowerVR headersTom Cooksey2009-05-052-742/+742
| | | | | | | | | | | | | | | | Reviewed-by: Paul
| * | | Fix infinite recursion with QT3_SUPPORTJoão Abecasis2009-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Forward setDesktopBackground to setBackground as is mentioned in the docs. Reviewed-by: Paul
| * | | Extend change 759338df758ad16cdfd9521b270f7e379bbfa57c to cover extramae2009-05-051-14/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | selections with different foreground but no background The main concern is to avoid double painting. With anti-aliasing turned on by default, we can not draw a piece of text on top of the same piece of text without artefacts. Task-number: 252310
| * | | QTextEdit::ExtraSelection failure with style sheetsmae2009-05-052-6/+39
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the feature has to handle text with and without background, and extra selections with and without background, or even only with underline style. Trouble is that you sometimes want to accumulate styles, for example spell checking wiggly underline plus search result highlights or background markup from the css stylesheet. Task-number: 252310
| * | | Improved debug outputAnders Bakken2009-05-051-30/+30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Format the debug info on blitting, drawing and acceleration capabilities better. Reviewed-by: TrustMe
| * | | Syntax error on configure scriptJoão Abecasis2009-05-051-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reported downstream to Debian: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=525570 Reviewed-by: Alexis Reviewed-by: Thiago
| * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5Morten Sørvig2009-05-0519-35/+1015
| |\ \ \
| | * | | Add QMAKE_INCDIR_POWERVR to specify the location of pvr2d.h & wsegl.hTom Cooksey2009-05-054-4/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Allow setting of a QMAKE_INCDIR_POWERVR in the mkspec to specify where the pvr2d.h & wsegl.h files are located. Set to src/3rdparty/powervr to use the headers distributed with Qt (for SGX-based SoCs). Reviewed-by: Trustme
| | * | | Add headers required for building PowerVR driverTom Cooksey2009-05-054-3/+751
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The PowerVR driver on Qt for Embedded Linux needs to use Imagination Techologies' proprietary pvr2d & wsegl APIs. These are the headers for those APIs, allowing the powervr driver to be built. Ideally, these headers would be provided as part of the SDK supplied by chipset vendors. For now, we include these headers to let people get going with the driver. Licence headers were approved by legal for inclusion into Qt, after some negotiation with ImgTec (who have also approved their inclusion into Qt). The headers have also passed a scan by Talko, provided the licence headers aren't touched. Reviewed-by: Paul