summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QLayout: Observe contents margin when positioning the menu bar.Friedemann Kleint2014-12-022-1/+5
* QMainWindow: Observe left contents margin when positioning status bar.Friedemann Kleint2014-12-022-1/+34
* Fix placement of QT_{BEGIN,END}_NAMESPACE in qfunctions_winrt.hThiago Macieira2014-12-012-12/+17
* Un-tighten the WinRT specific code out of qfunctions_winrt.hThiago Macieira2014-12-011-19/+19
* Fix linking of sources without LTCG to a static lib with LTCGThiago Macieira2014-12-014-17/+22
* Make sure plugins under LTCG get the right flags too.Thiago Macieira2014-12-011-0/+2
* Decouple caching of iOS/OSX SDK path and version in sdk.prfTor Arne Vestbø2014-12-011-1/+5
* macx-ios-clang: only provide default LaunchScreen.xib if using Xcode 6Richard Moe Gustavsen2014-11-281-7/+11
* tst_qsortfilterproxymodel: remove unused member varDavid Faure2014-11-281-2/+1
* Break after handling the read/writeAlbert Astals Cid2014-11-281-0/+2
* Merge remote-tracking branch 'origin/5.4.0' into 5.4Frederik Gladhorn2014-11-2749-176/+826
|\
| * changes-5.4.0: additional changes for iOSRichard Moe Gustavsen2014-11-271-0/+7
| * Use Holo theme on Android 5.0.BogDan Vatra2014-11-271-1/+1
| * Removed wrong task number from changelog entryThiago Macieira2014-11-271-1/+1
| * Doc: corrected autolink errors corelib/ioNico Vertriest2014-11-2610-39/+40
| * Adjust DBMSType to DbmsType to follow conventionsAlejandro Exojo2014-11-2611-75/+75
| * Android: Report error when OpenSSL is on and headers are missingEskil Abrahamsen Blomfeldt2014-11-261-1/+1
| * iOS: fallback to use [UIScreen mainScreen] when [UIScreen screens] failRichard Moe Gustavsen2014-11-261-1/+7
| * iOS, QComboBox: don't apply special case for OS X on iOSRichard Moe Gustavsen2014-11-261-2/+2
| * Blacklist one tst_qsslsocket testTony Sarajärvi2014-11-261-0/+2
| * Turn off optimizations of qt_depthForFormat on Windows Runtime ARMAndrew Knight2014-11-261-0/+6
| * ANGLE: Fix releasing textures after we kill D3D11Kai Koehne2014-11-247-7/+117
| * Use camel case in PKCS#12 functionAlejandro Exojo2014-11-247-8/+8
| * Update 5.4.0 changes with missing entriesLaszlo Agocs2014-11-241-5/+25
| * Fix for HTC Pinyin input methodPaul Olav Tvete2014-11-241-0/+4
| * Blacklist one test function in tst_QNetworkReplyTony Sarajärvi2014-11-211-0/+3
| * Apply r1513 to our PCRE bundled copyGiuseppe D'Angelo2014-11-212-2/+23
| * Mark QSocks5SocketEngine tests blacklistedTony Sarajärvi2014-11-211-0/+4
| * Android: protect global jni cache.Christian Strømme2014-11-211-25/+58
| * Android: Make old manifests work on Android 5Eskil Abrahamsen Blomfeldt2014-11-211-1/+3
| * Fix the %{time} printing to *not* default to the process's timeThiago Macieira2014-11-213-8/+17
| * Update the ChangeLog for 5.4.0 for the rest of qtbaseThiago Macieira2014-11-211-6/+437
* | iOS: override QPlatformWindow::propagateSizeHints()Richard Moe Gustavsen2014-11-271-0/+1
* | Implement heightForWidth().Friedemann Kleint2014-11-277-1/+87
* | Fix size miscalculation in QByteArray::toBase64Benjamin Lutz2014-11-271-3/+4
* | Clarify QString::clear()Allan Sandfeld Jensen2014-11-271-2/+2
* | Clarify QGuiApplication::primaryScreenAllan Sandfeld Jensen2014-11-271-1/+1
* | fix the build with animation omittedShawn Rutledge2014-11-273-0/+12
* | Diaglib: Fix typo in .pri file.Friedemann Kleint2014-11-271-1/+1
* | Fix build of QGestureRecognizer on OS XSamuel Gaist2014-11-271-0/+2
* | QJsonArray::(const_)iterator: mark the pointer typedefs as internalGiuseppe D'Angelo2014-11-271-0/+10
* | QLineEdit: take text margins into account in minimumSizeHint().David Faure2014-11-272-1/+14
* | Deprecate implementations of functions deprecated in headersShawn Rutledge2014-11-277-1/+18
* | Windows: Correctly associate IME contexts.Friedemann Kleint2014-11-263-2/+25
* | Add capabilities to QPlatformInputContext.Friedemann Kleint2014-11-265-3/+41
* | 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