summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QAbstractSocket::canReadLine(): remove code duplicationAlex Trotsenko2015-08-132-3/+3
* Remove temporary string allocations when reading prepared statement.Milian Wolff2015-08-133-14/+124
* winrt: Refactor platform plugin for XAML supportAndrew Knight2015-08-1313-556/+623
* winrtmain: Start in XAML modeAndrew Knight2015-08-131-115/+148
* ANGLE: Use pixel sizes in the XAML swap chainAndrew Knight2015-08-138-90/+410
* ANGLE: check for out of date swap chain even when size is emptyAndrew Knight2015-08-131-0/+1
* QStandardPaths: on Windows, add APPDIR and APPDIR/data for GenericDataLocationDavid Faure2015-08-132-5/+3
* Don't try to dynamically resolve dbus symbols if QT_NO_LIBRARYUlf Hermann2015-08-132-1/+5
* forkfd: Add support for FreeBSD's pdfork(2) system callThiago Macieira2015-08-111-0/+64
* Fix mainwindow examples when clipboard support is disabled.Rafael Roquetto2015-08-112-0/+9
* Android: Add support for EnterKeyKai Uwe Broulik2015-08-115-11/+52
* configure: Remove unused variable.David Schulz2015-08-111-3/+0
* Remove type punning from QRgba64.Erik Verbruggen2015-08-112-49/+87
* Move Q_ALWAYS_INLINE next to Q_NEVER_INLINE in qglobal.h.Erik Verbruggen2015-08-113-48/+39
* QNetworkReplyImpl: remove unused declarationsAlex Trotsenko2015-08-111-2/+0
* OSX: Add initial FreeType supportMathias Hasselmann2015-08-117-13/+188
* Fix repremultiply from RGB64 to RGB30Allan Sandfeld Jensen2015-08-114-218/+66
* windows: Verify the built-in GPU blacklist in autotestsLaszlo Agocs2015-08-111-0/+16
* Set the socketType and socketProtocol earlyThiago Macieira2015-08-104-2/+10
* Make Qt::Initialization a C++11 class enumThiago Macieira2015-08-101-0/+7
* Add a dedicated QListData::realloc_grow for growing QListThiago Macieira2015-08-102-3/+16
* Add QTypeInfo::isRelocatableThiago Macieira2015-08-101-12/+49
* Silence warning about unused parameterThiago Macieira2015-08-101-0/+1
* Reduce memory usage of dynamic propertiesSimon Hausmann2015-08-101-1/+1
* Make SecureTransport the default SSL backend on OS XTimur Pocheptsov2015-08-091-6/+11
* Merge "Merge remote-tracking branch 'origin/5.5' into dev" into refs/staging/devTimur Pocheptsov2015-08-09164-494/+2242
|\
| * Merge remote-tracking branch 'origin/5.5' into devFrederik Gladhorn2015-08-06164-494/+2242
| |\
| | * Don't check if Pentium's CPUID leaf 1 existsThiago Macieira2015-08-061-0/+4
| | * Doc: update QDebug documentation to talk about the escapingThiago Macieira2015-08-061-8/+95
| | * Change how QDebug escapes QStrings in the outputThiago Macieira2015-08-065-22/+69
| | * FreeBSD has pipe2, so enable it in forkfd.cThiago Macieira2015-08-061-0/+4
| | * Fix warnings about unused variablesThiago Macieira2015-08-061-2/+1
| | * Seed the random number generator before using QTemporaryDirThiago Macieira2015-08-062-1/+14
| | * Fix shortcut handling with modifiersFrederik Gladhorn2015-08-054-4/+32
| | * Allow sharing contexts in QOpenGLTexture::destroy()Laszlo Agocs2015-08-041-2/+3
| | * Android: Manually detach the thread after calling quitApp.Christian Strømme2015-08-031-0/+5
| | * QLoggingCategory: fix default severity in Q_LOGGING_CATEGORY macroAlex Merry2015-08-032-3/+16
| | * fix build with no built-in image handlersOswald Buddenhagen2015-08-036-4/+3
| | * do not warn about "untested" Windows versionsJoerg Bornemann2015-08-031-2/+0
| | * QSslSocket: Update error string in setSocketDescriptor()Kai Koehne2015-08-031-0/+1
| | * Disable #pragma diagnostic [push|pop] for gcc 4.5Kai Koehne2015-08-031-1/+1
| | * MSVC2015: Disable warning C4577 ('noexcept' used with no exception handling m...Friedemann Kleint2015-08-021-1/+1
| | * Don't expose qt_setQtEnableTestFont(bool) by defaultKonstantin Ritt2015-07-314-39/+73
| | * [QBasicFontDatabase] Minor code clean-upKonstantin Ritt2015-07-312-7/+3
| | * Micro optimization to Basic/Android FDB::populateFontDatabase()Konstantin Ritt2015-07-312-16/+20
| | * Default implementation for QPlatformFontDatabase::fallbacksForFamily()Konstantin Ritt2015-07-318-48/+60
| | * [QFontDatabase] Defer the fallback families list initializationKonstantin Ritt2015-07-312-20/+22
| | * ssl: add support for EC keys to non-OpenSSL backendsJeremy Lainé2015-07-313-1/+70
| | * Revert "Fix performance of recursive read-write locks"Thiago Macieira2015-07-312-0/+58
| | * qdoc: Fix incorrect keyword details written to .qhp for QML propertiesTopi Reinio2015-07-311-7/+1