summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QtOpenGL: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-066-16/+16
* QTextLayout: deprecate QList API for additionalFormatMarc Mutz2015-07-042-11/+14
* Make QWidget *=0, Qt::WindowFlags f=0 functions use Q_NULLPTRMarc Mutz2015-07-0420-45/+51
* QtXml: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-042-12/+12
* Micro-optimize QKeySequence datastream operator (II)Marc Mutz2015-07-041-4/+12
* Fix QVector move assignment to return a referenceMarc Mutz2015-07-041-1/+1
* QtDBus: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-047-10/+10
* Use const-ref in foreach if T is big or non-trivialSérgio Martins2015-07-049-19/+18
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-01214-3895/+6732
|\
| * Fix simple semi-transparent blending of RGB32 on RGB30Allan Sandfeld Jensen2015-07-011-2/+2
| * QFileIconEngine: Remove reference to QFileIconProviderGabriel de Dietrich2015-06-301-6/+5
| * Turn off optimizations for all windows arm platformsAndreas Holzammer2015-06-301-2/+2
| * fix build under FreeBSD 10Oswald Buddenhagen2015-06-301-0/+1
| * Re-fix X86 Wince builds.Giuseppe D'Angelo2015-06-302-1/+38
| * Switch to new not deprecated apiAndreas Holzammer2015-06-301-5/+1
| * eglfs: Destroy screens after windowsPier Luigi Fiorini2015-06-301-1/+4
| * Replace MAC OS X with OS XNico Vertriest2015-06-3066-157/+157
| * Bump versionOswald Buddenhagen2015-06-291-2/+2
| * QDate/QTime: fix SiC introduced by adding new non-explicit ctorsMarc Mutz2015-06-281-2/+2
| * Fix decoding of JPEGs with invalid EXIF headersAllan Sandfeld Jensen2015-06-281-2/+0
| * Apple's 3.6.0svn based clang doesn't support -Winconsistent-missing-overrideGabriel de Dietrich2015-06-281-1/+1
| * Merge "Merge remote-tracking branch 'origin/5.5.0' into 5.5" into refs/stagin...Liang Qi2015-06-2848-319/+356
| |\
| | * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2748-319/+356
| | |\
| | | * Don't document the IsGadget flagThiago Macieira2015-06-231-1/+1
| | | * Revert "Windows: Use DND effect chosen in DragEnter/Move for Drop."Friedemann Kleint2015-06-221-1/+1
| | | * Doc: document future direction of QCoreApplication::notify()Thiago Macieira2015-06-221-0/+11
| | | * testlib: fix compile error with macosx10.8Tim Blechmann2015-06-221-1/+1
| | | * Detect and set Xcode 6.3 clang versionGabriel de Dietrich2015-06-221-1/+3
| | | * winrt: Fixed connectToHost, which is meant to be synchronousOliver Wolff2015-06-222-28/+27
| | | * OSX: show file dialog in showCocoaFilePanel, don't wait for exec()Shawn Rutledge2015-06-175-33/+8
| | | * qdoc: Keep track of attributes written to example manifest filesTopi Reinio2015-06-171-2/+12
| | | * Doc: Remove link to deprecated QProcess::pid()Kai Koehne2015-06-171-1/+1
| | | * QTest: Make qExtractTestData() return the created QTemporaryDirv5.5.0-rc1Marc Mutz2015-06-142-16/+23
| | | * Version transitionType as a new propertyAlan Alpert2015-06-111-1/+1
| | | * Fix sizes QStorageInfo returns for invalid drivesIvan Komissarov2015-06-112-1/+7
| | | * OSX: check if we have a native drag before accessing itRichard Moe Gustavsen2015-06-111-4/+6
| | | * QSslSocket: move default cipher, EC and default CA APIs to QSslConfigurationGiuseppe D'Angelo2015-06-117-157/+113
| | | * Compile on 10.7: Disable constexpr supportMorten Johan Sørvig2015-06-101-1/+1
| | | * Fix signature of new methodsLars Knoll2015-06-102-12/+12
| | | * Don't enforce all QMetaType::TypeFlag difference across Qt versionsAlex Blasche2015-06-101-4/+14
| | | * Inline QSpacerItem::sizePolicy()Marc Mutz2015-06-102-5/+2
| | | * Update for the newest Darwin-family operating systems.Jake Petroules2015-06-103-1/+39
| | | * Android: Delay initialization of Accessibility.Christian Strømme2015-06-097-26/+49
| | | * Unexport QSslPreSharedKeyAuthenticatorMarc Mutz2015-06-091-12/+12
| | | * Cocoa: Remove ToolTip windows from popup stackMorten Johan Sørvig2015-06-051-1/+1
| | | * QNSImageView - remove observer before deallocTimur Pocheptsov2015-06-051-0/+1
| | | * Make logicalDpi consistent in relation to device pixel ratioAllan Sandfeld Jensen2015-06-041-4/+4
| | | * Doc: Update due to renaming QTextStream::readLine() overloadAlexander Volkov2015-06-032-2/+2
| | | * Rename QTextStream::readLine(QString *, qint64) into readLineIntoSimon Hausmann2015-06-032-3/+3
| | | * Android: Fix resuming app after locale changeEskil Abrahamsen Blomfeldt2015-06-021-1/+1