summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* de-duplicate QT_DISABLED_FEATURES after resolving dependenciesOswald Buddenhagen2013-11-041-1/+2
* Windows: Do not detect full-screen state for child windows.Friedemann Kleint2013-11-041-1/+1
* Add print dialog manual test.Friedemann Kleint2013-11-047-35/+699
* QPdfEngine - Remove Producer copyright noticeJohn Layt2013-11-041-1/+1
* CMake: Add the qreal typedef type to the Qt5::Core target.Stephen Kelly2013-11-043-1/+4
* iOS: Prevent calling QWindow methods on native NSViewsAndy Nichols2013-11-041-1/+1
* enable PPS keyboard implementation also for plain QNXFrank Osterfeld2013-11-041-12/+4
* Handle keyboard focus changeJan Arne Petersen2013-11-042-0/+48
* tests: make qt_on_cocoa build againLiang Qi2013-11-041-1/+1
* qdoc: warn if index file for dependency is not foundTopi Reinio2013-11-041-2/+9
* qt.prf: add correct library version when using qmlimportscannerRichard Moe Gustavsen2013-11-041-1/+1
* Ensure QLocale's shared C-locale QLocalePrivate is never deletedTor Arne Vestbø2013-11-041-3/+7
* Better check for host builds for fails on QT_POINTER_SIZEAndreas Holzammer2013-11-041-1/+1
* QPrintDialog - Fix Windows Current Page option selectionunknown2013-11-041-2/+4
* Add QSQLITE_OPEN_URI database connection flagTobias Koenig2013-11-043-0/+4
* QBasicAtomicInt: fix wrong comment about non-atomic APIDavid Faure2013-11-021-3/+2
* xcode generator: warn if QMAKE_INFO_PLIST is not validRichard Moe Gustavsen2013-11-012-0/+4
* Fix compilation of the manual dialogs test with Qt 4.Friedemann Kleint2013-11-013-0/+16
* Android: Differ between ShowMaximized and ShowFullScreenEskil Abrahamsen Blomfeldt2013-11-0120-11/+287
* qdoc: Don't output docs for internal thingsMartin Smith2013-11-012-0/+5
* qdoc: Update qdoc's QML parserMartin Smith2013-11-0114-1157/+1422
* qdoc: Corrected error in QDocDatabase::findQmlType()Martin Smith2013-11-013-59/+16
* qdoc: Part 2 of fix for inheriting abstract QML typesMartin Smith2013-11-016-11/+46
* qdoc: Internal QML Types no longer marked publicMartin Smith2013-11-011-1/+2
* qdoc: Snippets files no longer parsed by qdocMartin Smith2013-11-011-0/+8
* qdoc:headers and sources paths are canonicalizedMartin Smith2013-11-011-1/+1
* qdoc: Include internal types in the index filesMartin Smith2013-11-013-4/+16
* Fix stability issues in tst_qwidget with VERIFY_COLORJan Arve Saether2013-11-011-23/+61
* Android: Check for null pointer before calling ANativeWindow_release()Christian Strømme2013-11-011-1/+2
* Android: Avoid re-creating Random objects.Christian Strømme2013-11-011-14/+20
* Android: implement a simple cache mechanism for assets dirs.BogDan Vatra2013-11-012-27/+54
* Remove unused field.BogDan Vatra2013-11-011-7/+0
* Doc: Fixed footer style and information for offline builds.Jerome Pasion2013-11-012-47/+33
* Android: Handle virtual keyboard visibility changes.BogDan Vatra2013-11-017-66/+133
* Cocoa: Improve cursor setting.Morten Johan Sørvig2013-11-015-44/+88
* Don't build ANGLE while xcompile for QNXAndreas Holzammer2013-11-011-0/+1
* iOS: bugfix touch events when not using alienRichard Moe Gustavsen2013-11-011-5/+12
* iOS: clear focus object when resigning first responder statusRichard Moe Gustavsen2013-11-011-1/+5
* QWindowPrivate: add virtual function 'clearFocusObject'Richard Moe Gustavsen2013-10-313-0/+13
* Provide a fallback for QT_STAT_LNK on windowsSune Vuorela2013-10-311-0/+2
* make qreal double by default on all platformsLars Knoll2013-10-314-3/+39
* Fix compilation with QT_COORD_TYPE=double on ARMLars Knoll2013-10-311-0/+1
* QDateTime - Optimize refreshDateTime()John Layt2013-10-311-4/+1
* QDateTime - Optimize date() and time() methodsJohn Layt2013-10-311-6/+8
* Remove android specific qmake variables.BogDan Vatra2013-10-312-13/+1
* use private linkage where possibleOswald Buddenhagen2013-10-3112-18/+18
* use the right scopeOswald Buddenhagen2013-10-311-1/+1
* export QT_NO_<foo> equivalents to the build systemOswald Buddenhagen2013-10-313-0/+33
* Don't cache QCoreApplication::appName.Robin Burchell2013-10-312-10/+5
* Fix setVisible() of QWidget has no effect in QTreeWidgetItemChengyong Xie2013-10-312-1/+36