summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Reorganize devicediscovery headerLaszlo Agocs2014-11-2611-71/+235
* iOS: only skip activating the most simple popup typesRichard Moe Gustavsen2014-11-261-3/+4
* Widgets, iOS: don't tell the input panel to hide on focus outRichard Moe Gustavsen2014-11-261-1/+3
* XCB: send leave event on grabJørgen Lind2014-11-262-62/+17
* Android: replace qFind with std::findShawn Rutledge2014-11-262-13/+13
* sqlite: don't use deprecated QSqlError constructorShawn Rutledge2014-11-261-1/+1
* don't use QCursor if QT_NO_CURSORShawn Rutledge2014-11-263-0/+8
* Improve diaglib.Friedemann Kleint2014-11-253-6/+57
* Windows: Respect hinting preferences with FreeType engine.Sérgio Martins2014-11-251-15/+21
* QDistanceField: a zero glyph index means the glyph was not foundShawn Rutledge2014-11-251-1/+1
* [QPainter] Fix QTextItem painting with extended paint engineKonstantin Ritt2014-11-251-1/+4
* [QAndroidPlatformTheme] Get rid of static QFontKonstantin Ritt2014-11-252-3/+6
* Fix potential access to uninitialized memberKonstantin Ritt2014-11-251-2/+3
* Don't assemble QRawFont from QFont manuallyKonstantin Ritt2014-11-251-8/+1
* [QStaticText] Fix potential font engine leakingKonstantin Ritt2014-11-251-3/+8
* Don't say "Neon... auto" when ARM Neon isn't detectedThiago Macieira2014-11-251-0/+3
* Add missing host_build CONFIG for qlalrTor Arne Vestbø2014-11-251-0/+1
* iOS: Clean up QPlatformInputContext subclass headerTor Arne Vestbø2014-11-251-10/+12
* Get rid of some duplicate code in QFontEngineFTEskil Abrahamsen Blomfeldt2014-11-251-101/+25
* Fix instances of !var & const that should be !(var & const)Marc Mutz2014-11-252-2/+2
* QAbstractItemView: rename private canDecode to canDrop.David Faure2014-11-243-7/+7
* QAbstractItemView: call canDropMimeData, as one would expect.David Faure2014-11-248-17/+47
* QAbstractProxyModel: fix canDropMimeData/dropMimeData implementationsDavid Faure2014-11-244-22/+90
* tst_qtableview: fix virtual-override clang warningDavid Faure2014-11-241-2/+2
* OSX: implement QFontMetrics::maxWidth().David Faure2014-11-241-1/+4
* Implement Download folder path retrieval on OS XSamuel Gaist2014-11-244-9/+17
* Fix warning about QDeviceDiscovery violating ODR ruleThiago Macieira2014-11-233-0/+4
* Fix failure to build QtQuick with LTOThiago Macieira2014-11-232-1/+5
* SSL: Fix sslConfiguration in encrypted slotAndré Klitzing2014-11-231-0/+1
* Work around ICC compatibility problem with Apple headersThiago Macieira2014-11-221-1/+1
* Disable the tests that verify that the available space shrunkThiago Macieira2014-11-221-0/+10
* Don't send reply messages for non-method calls in QDBusMessageMatt Fischer2014-11-221-0/+4
* QtTest: fix pretty-printing of QStrings containing "Thiago Macieira2014-11-211-1/+1
* Put parentheses around "min" to prevent expansion as macroThiago Macieira2014-11-211-1/+2
* Fix coding style in QtCoreThiago Macieira2014-11-211-2/+2
* Fix tst_QEventLoop::processEventsExcludeSocket testJan-Marek Glogowski2014-11-211-9/+43
* WinRT: Ignore winrtrunner specific argumentsMaurice Kalinowski2014-11-211-1/+2
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-21336-14135/+18126
|\
| * Windows: Prevent registration of timers in shutdown phasev5.4.0-rc1Kai Koehne2014-11-202-2/+11
| * Android: Use LocalServerSocket instead of ServerSocketBogDan Vatra2014-11-201-21/+32
| * Doc: Corrected autolink errors corelibNico Vertriest2014-11-205-23/+21
| * Doc: corrected autolink issues itemmodelsNico Vertriest2014-11-202-5/+5
| * iOS: Make sure QStandardPaths::displayName() is definedTor Arne Vestbø2014-11-191-1/+1
| * Doc: correct autolink issues corelib/mimetypeNico Vertriest2014-11-193-8/+9
| * add buildsystem changelog for 5.4Oswald Buddenhagen2014-11-191-0/+43
| * Doc: Added brief statement to group definitionNico Vertriest2014-11-193-0/+3
| * Fix QtCreator debugging on Android 5.0 devicesAlex Blasche2014-11-191-0/+75
| * Correct the signature and access rights for the protected constructorLars Knoll2014-11-193-4/+4
| * qdoc: Missing break in qdoc switch statementMartin Smith2014-11-181-0/+1
| * Fix memcpy with incorrect destinationAndré Klitzing2014-11-181-1/+1