summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update the Unicode Data and Algorithms up to Unicode 6.2Konstantin Ritt2012-10-0927-4480/+5042
* QGtkStyle: cleanup unused gdk_drawable_get_depth() (not avail in GTK3)J-P Nurmi2012-10-092-7/+0
* Add QEvent::StyleAnimationUpdate: style animation target should updateJ-P Nurmi2012-10-094-0/+7
* tst_qfiledialog: fixed typo causing semi-random completer() failureRohan McGovern2012-10-091-1/+1
* [QTBUG-13230] Make QVariantAnimation non-abstractMarc Mutz2012-10-092-4/+5
* QMap - remove unused maximumNode() functionsThorbjørn Lund Martsum2012-10-081-4/+0
* Removed the "tst_QVector::outOfMemory" test.Christian Strømme2012-10-082-149/+1
* configure: bump gtk version from 2.10 to 2.18 (sep 2009)J-P Nurmi2012-10-081-1/+1
* uic: Map QLCDNumber::numDigits to QLCDNumber::digitCount.Friedemann Kleint2012-10-081-1/+6
* Stabilize test qmenu::pushButtonPopulateOnAboutToShow().Friedemann Kleint2012-10-081-19/+32
* Introduce a Tegra2 mkspec to the device specsThomas Senyk2012-10-082-0/+73
* Simplify the imx6-device-mkspecThomas Senyk2012-10-081-23/+13
* Handle additional format ranges when itemizing.Pierre Rossi2012-10-084-27/+153
* Fix Windows: QStandardPath::findExecutable() to check suffixes.Friedemann Kleint2012-10-082-59/+141
* remove superfluous include from echoplugin exampleJoerg Bornemann2012-10-081-1/+0
* Add QT.module.docs variable to the module systemTor Arne Vestbø2012-10-082-0/+2
* doc: remove old un-used monolithic qdocconf fileTor Arne Vestbø2012-10-081-115/+0
* Tools: add QLibraryInfo to the bootstrapped library.Pierre Rossi2012-10-084-23/+37
* styles.pri: tabs to spacesJ-P Nurmi2012-10-081-69/+69
* Fix a bug in how paths are made canonical and relativeJan Arve Saether2012-10-081-1/+1
* Implementation of the BlackBerry Qt Proxy support.Andrey Leonov2012-10-083-0/+140
* doc: Brush up QPaintEngine documentation for Qt 5Eskil Abrahamsen Blomfeldt2012-10-081-13/+10
* doc: Update Q*PaintDevice docsEskil Abrahamsen Blomfeldt2012-10-082-7/+7
* Doc: Update QThread class ref to reflect changes since Qt 4.4Sze Howe Koh2012-10-082-64/+135
* qdoc: Simplification of target ref constructionMartin Smith2012-10-086-171/+188
* qdoc: Change to debug outputMartin Smith2012-10-081-1/+2
* qdoc: Change qdoc to use QML terminologyMartin Smith2012-10-081-1/+1
* qdoc: Adding a debug functionMartin Smith2012-10-084-0/+41
* fixing typo in compile fix for MSVC 2008Thomas Hartmann2012-10-081-1/+1
* Prevent crashing on screen deletion.Samuel Rødal2012-10-081-0/+2
* QApplication::palette missing Q_NO_USING_KEYWORD implementationThiago A. Correa2012-10-081-0/+4
* QSqlQuery::value string overloadThiago A. Correa2012-10-083-0/+20
* Cocoa: add qWarnining when trying to create 0 width/height CGImagesTeemu Katajisto2012-10-083-3/+18
* Cocoa: don't animate window transitions for 0 width/height windowsTeemu Katajisto2012-10-081-0/+9
* osx: support for QScreen changes at runtime, and physical dimensionsShawn Rutledge2012-10-083-21/+101
* Use jom in tst_qmake.Friedemann Kleint2012-10-081-1/+7
* Increase tst_qmake more time on Windows.Friedemann Kleint2012-10-081-0/+2
* QNX: Fix input lagThomas McGuire2012-10-081-0/+8
* QNX: Remove workaround for BPS bugThomas McGuire2012-10-081-25/+6
* QNX: Remove the busy loop work around for bps ignoring timeout bugSean Harmer2012-10-081-21/+41
* qpa: Fix rendering issue in blitter paint engineJulien Brianceau2012-10-081-4/+5
* QSettings Windows documentation does not match behaviorThiago A. Correa2012-10-051-1/+1
* Constify QTableWidget::selectedItemsStephen Kelly2012-10-052-3/+3
* QSettings Windows documentation does not match behaviorThiago A. Correa2012-10-051-1/+1
* Fix QSqlQuery::value to use proper index checkThiago A. Correa2012-10-051-1/+1
* Qt Network: Cleaned up documentation titlesJerome Pasion2012-10-051-6/+4
* Qt SQL: Cleaned up documentation group membership and brief desc.Jerome Pasion2012-10-051-5/+6
* Expose enabled state in mac accessibility.Frederik Gladhorn2012-10-051-0/+3
* QSqlTableModel::selectRow(): don't expand cache if there is no changeMark Brand2012-10-053-6/+47
* QSqlTableModel: record(row) must use virtual data()Mark Brand2012-10-052-3/+52