summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Doc: Fix broken linksSze Howe Koh2013-11-0529-71/+63
* Doc: Clean up threading examplesSze Howe Koh2013-11-0522-1067/+4
* Fix ARGB image glyphs on Open GL ES2 or big endianAllan Sandfeld Jensen2013-11-041-11/+16
* Remove now redundant argb to rgba functionAllan Sandfeld Jensen2013-11-041-20/+4
* Revert "QTest: use nth_element to calculate the median"Marc Mutz2013-11-041-5/+4
* Revert "QtConcurrent::Median: add some qMove()"Marc Mutz2013-11-041-2/+2
* Fix major performance regression in QGLWidget on texture bindAllan Sandfeld Jensen2013-11-041-3/+5
* Silence compiler warningMarcel Krems2013-11-041-1/+1
* move setting of _QMAKE_{SUPER,CONF,CACHE}_ to a more logical locationOswald Buddenhagen2013-11-041-24/+25
* bring fake qmake project up to snuffOswald Buddenhagen2013-11-042-27/+26
* fix warnings about unused variables & parametersOswald Buddenhagen2013-11-044-6/+9
* shrink #ifdef'd sectionOswald Buddenhagen2013-11-041-4/+5
* make-gcc-happy variable-may-be-uninitialized (but-is-not) commitOswald Buddenhagen2013-11-041-1/+1
* fix initialization order warningsOswald Buddenhagen2013-11-041-4/+4
* fix signedness warningsOswald Buddenhagen2013-11-041-2/+2
* kill dead codeOswald Buddenhagen2013-11-041-11/+0
* 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