summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Doc: Clean up threading examplesSze Howe Koh2013-11-052-124/+3
* 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
* fix warnings about unused variables & parametersOswald Buddenhagen2013-11-041-1/+3
* Windows: Do not detect full-screen state for child windows.Friedemann Kleint2013-11-041-1/+1
* QPdfEngine - Remove Producer copyright noticeJohn Layt2013-11-041-1/+1
* CMake: Add the qreal typedef type to the Qt5::Core target.Stephen Kelly2013-11-041-1/+2
* 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
* qdoc: warn if index file for dependency is not foundTopi Reinio2013-11-041-2/+9
* 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-042-0/+3
* QBasicAtomicInt: fix wrong comment about non-atomic APIDavid Faure2013-11-021-3/+2
* 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
* 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
* Android: Handle virtual keyboard visibility changes.BogDan Vatra2013-11-017-66/+133
* Cocoa: Improve cursor setting.Morten Johan Sørvig2013-11-015-44/+88
* 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
* make qreal double by default on all platformsLars Knoll2013-10-311-3/+0
* 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-311-1/+1
* use private linkage where possibleOswald Buddenhagen2013-10-3112-18/+18
* use the right scopeOswald Buddenhagen2013-10-311-1/+1
* Don't cache QCoreApplication::appName.Robin Burchell2013-10-312-10/+5
* Fix setVisible() of QWidget has no effect in QTreeWidgetItemChengyong Xie2013-10-311-1/+2
* Remove compiler warning when QT_NO_PRINTER is definedPaul Olav Tvete2013-10-311-0/+2
* Assert in QImage conversion from rgba8888pm -> rgba8888Allan Sandfeld Jensen2013-10-311-1/+1
* Store the font's scalability in QFontEngine.Yoann Lopes2013-10-313-1/+5