summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QSslSocketPrivate::systemCaCertificates() hangs sometimes on Symbianv4.7.0Juha Turunen2010-09-102-134/+136
* Add exception barrier to QCertificateRetriever::RunL()Shane Kearns2010-09-102-3/+9
* QtWebKit: Update tag files to match the same content on qtwebkit.gitJocelyn Turcotte2010-09-092-2/+2
* QtWebKit: Downstream patch 2 fixing a crash on MSVC 64bit.Jocelyn Turcotte2010-09-092-1/+13
* QtWebKit: Downstream patch 1 fixing a crash on MSVC 64bit.Jocelyn Turcotte2010-09-091-4/+4
* Revert "let WebKit inject itself into the qt configuration"Jason McDonald2010-09-083-8/+2
* Revert "fix qt_webkit_version.pri install for in-Qt builds"Jason McDonald2010-09-081-21/+13
* Revert "Fixed incorrect Symbian scoping."Jason McDonald2010-09-081-2/+2
* QS60Style: Itemviews are drawn incorrectlySami Merila2010-09-071-1/+5
* Change to commercial license headers in preparation for release.Jason McDonald2010-09-073718-48404/+48404
* Recreate Qt 4.7.0 def files over Qt 4.6.3Joona Petrell2010-09-0712-3890/+3795
* Fixed incorrect Symbian scoping.axis2010-09-071-2/+2
* fix qt_webkit_version.pri install for in-Qt buildsOswald Buddenhagen2010-09-071-13/+21
* let WebKit inject itself into the qt configurationOswald Buddenhagen2010-09-073-2/+8
* Fix remote crash in delivering D-Bus calls with too few argumentsThiago Macieira2010-09-071-0/+3
* Add three new style-hints to QFont to match CSS' generic font familiesTor Arne Vestbø2010-09-066-1/+34
* Better fix for d524da81ee257a6bd67d32d0bc870280a7d5b8a4.Aaron McCarthy2010-09-063-10/+9
* compilation with QT_NO_DEPRECATEDJason McDonald2010-09-061-0/+2
* Fix QStaticText copy constructor to also copy text option propertyEskil Abrahamsen Blomfeldt2010-09-061-3/+3
* Added missing code to bring web browser foreground in Symbian.Janne Anttila2010-09-061-0/+1
* Fixed a broken def file entry.axis2010-09-032-2/+2
* Modified file/directory names and text to remove disallowed terminology.Kevin Wright2010-09-032-7/+7
* Fixed input context trying to squeeze content into a full widget.axis2010-09-031-0/+7
* Cleaned up position tracking in the Symbian input methods.axis2010-09-033-15/+18
* Revert "Long-press shortcuts for symbols on QWERTY keyboard don't work"axis2010-09-033-16/+2
* Don't overflow the unreferenced cost counterAaron Kennedy2010-09-031-7/+9
* Fix a crash when passing a null pixmap to QPainter::drawPixmapFragments().Trond Kjernåsen2010-09-031-1/+1
* Fix compiling issue for FreeType version earlier than 2.1.10Jiang Jiang2010-09-031-2/+9
* Update QDesktopWidget geometry when S60 furniture visibility changesGareth Stockwell2010-09-032-2/+10
* Ensure geometry of top-level widget accounts for S60 screen furnitureGareth Stockwell2010-09-031-13/+13
* Clear Qt::WA_OutsideWSRange when making window fullscreenGareth Stockwell2010-09-031-0/+2
* Prevent null pointer dereferenceGareth Stockwell2010-09-031-1/+1
* Refactored handling of window visibility events on SymbianGareth Stockwell2010-09-022-26/+37
* Replaced backing store reference count with list of visible widgetsGareth Stockwell2010-09-023-31/+58
* Fix for memory leak in qt_initShane Kearns2010-09-021-0/+2
* Correcting spelling mistakes in documentation. Part of fix for QTBUG-11938.Jason McDonald2010-09-0234-38/+41
* Pending surface might not get destroyed if no flush() happensJani Hautakangas2010-09-023-16/+9
* Use ARGB32 premultiplied backing store format in Symbian^3Jani Hautakangas2010-09-022-5/+10
* Register window types for Symbian system effectsJani Hautakangas2010-09-023-1/+61
* Remove the memory tracking attempt from the runtime graphics system.Jason Barron2010-09-026-100/+6
* Removed static on a member that didn't have to be.axis2010-09-022-5/+8
* Ensure that window rectangle is updated when CBA visibility changesGareth Stockwell2010-09-023-21/+33
* Fix crash caused by not clearing the QPixmapCache on application exit.Oleh Vasyura2010-09-021-0/+2
* Ensure native window is considered invisible when it gets destroyedGareth Stockwell2010-09-021-0/+6
* doc: Remove \internal tag from QScriptProgramKent Hansen2010-09-022-5/+2
* Destroy QNetworkConfigurationManager global static from qApp dtor.Aaron McCarthy2010-09-021-1/+22
* Fix QStaticText with OpenGL1 engineEskil Abrahamsen Blomfeldt2010-09-021-1/+2
* Apparently QPen::brush() can't return a NoBrush for a NoPen.Trond Kjernåsen2010-09-021-4/+4
* Fix mispositioned text with QStaticText and OpenVG graphics systemEskil Abrahamsen Blomfeldt2010-09-021-2/+5
* Add text decoration support to QStaticTextJiang Jiang2010-09-021-13/+71