summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ANGLE: Fix handling of shader source with fixed lengthAndrew Knight2014-12-032-1/+45
* Respect the size hint signal for the column and row delegatesAndy Shaw2014-12-032-2/+48
* QFontEngine_FT: Don't check for null after dereferencing.Sérgio Martins2014-12-021-2/+1
* fix rc compilation in vcxproj filesJoerg Bornemann2014-12-021-1/+1
* Pass cflags, not incdir, to libudev config testLaszlo Agocs2014-12-021-1/+2
* Remove unneeded call to m_editText.bringToFront()Jan Arve Saether2014-12-021-1/+0
* Make sure that created surfaces are stacked on top of previous ones.Jan Arve Saether2014-12-021-5/+12
* iOS: Guard against UIGestureRecognizer messing with selfTor Arne Vestbø2014-12-021-0/+3
* iOS: Properly support QInputMethod's visible and animating propertiesTor Arne Vestbø2014-12-022-99/+136
* iOS: Simplify view management in QIOSKeyboardListenerTor Arne Vestbø2014-12-024-31/+48
* iOS: Refactor QIOSKeyboardListener implementation and usageTor Arne Vestbø2014-12-022-60/+83
* iOS: Use DISTCLEAN_DEPS instead of custom distclean targetTor Arne Vestbø2014-12-021-2/+1
* Fix build due to source incompatible change with FreeType 2.5.4Sérgio Martins2014-12-021-3/+3
* QNetworkReply::abort will also call finished()Albert Astals Cid2014-12-021-2/+4
* 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