summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fixed typo in QObject docs.Kavindra Palaraja2015-07-171-3/+3
* Remove the ref-qualified versions of segments and normalizedThiago Macieira2015-07-162-55/+18
* QCommandLineOption: prevent aggressive inliningMarc Mutz2015-07-161-0/+1
* QCommandLineOption: never inline the warning functionMarc Mutz2015-07-161-0/+2
* Mark some QtMetaTypePrivate classes movableMarc Mutz2015-07-161-0/+8
* QPairVariantInterfaceImpl: init all fieldsMarc Mutz2015-07-161-0/+4
* QThread: simplify the pthread_cleanup_pop functionThiago Macieira2015-07-161-7/+8
* QCommandLineOption: add some Q_UNLIKELYMarc Mutz2015-07-161-5/+5
* QCommandLineOption: reduce string dataMarc Mutz2015-07-161-16/+16
* QT_LOGGING_RULES supports multiple rules separated by semicolonsTasuku Suzuki2015-07-162-1/+9
* Refactor QVersionNumber to use the public functions when possibleThiago Macieira2015-07-162-31/+39
* QPointer: remove user-declared empty destructorMarc Mutz2015-07-131-1/+1
* RegistryKey: Move member variable initialization to the ctor-init-listSebastian Schuberth2015-07-131-4/+4
* doc: mark QVersionNumber as \since 5.6Keith Gardner2015-07-131-2/+2
* QSequentialAnimationGroupPrivate: replace an inefficient QList with QVectorMarc Mutz2015-07-131-1/+1
* QStateMachinePrivate: replace an inefficient QList with QVectorMarc Mutz2015-07-133-23/+24
* Fix typo in EnterKeyType documentation.Mitch Curtis2015-07-111-2/+2
* Core: Replace QProcess::error signal with QProcess::errorOccurredKai Koehne2015-07-102-6/+18
* Fix some qdoc-warnings.Friedemann Kleint2015-07-105-3/+5
* Remove documentation of QTextCodec::setCodecForTr().Friedemann Kleint2015-07-102-20/+0
* QRingBuffer::reserveFront(): do not leave empty array in buffer listAlex Trotsenko2015-07-101-2/+6
* Added QVersionNumber to QtCore's public APIKeith Gardner2015-07-103-3/+2
* Haiku: Fix QWaitCondition on HaikuTobias Koenig2015-07-081-1/+1
* Compile with !QT_SUPPORTS(UNSHARABLE_CONTAINERS)Marc Mutz2015-07-082-0/+6
* StateMachine: Move Q...Private::get to _p.h file.Erik Verbruggen2015-07-0812-44/+14
* qdoc:Fixed a few qdoc errorsMartin Smith2015-07-072-7/+1
* QVector: mark const variants of begin()/end() nothrowMarc Mutz2015-07-071-16/+16
* QtCore: mark some more types as movable/primitiveMarc Mutz2015-07-078-0/+9
* QProcessEnvironment: fix op==Marc Mutz2015-07-071-4/+9
* Mark QTextStreamManipulator ctors constexpr nothrowMarc Mutz2015-07-071-2/+2
* QByteArray: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-072-8/+63
* QString: add {const_,reverse_iterator}, {c,}r{begin,end}()Marc Mutz2015-07-072-8/+79
* Introduce QT_NO_WINCE_SHELLSDK for WEC builds.Bjoern Breitmeyer2015-07-062-3/+6
* Fix QVector move assignment to return a referenceMarc Mutz2015-07-041-1/+1
* Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-07-0135-569/+246
|\
| * fix build under FreeBSD 10Oswald Buddenhagen2015-06-301-0/+1
| * Replace MAC OS X with OS XNico Vertriest2015-06-302-3/+3
| * Bump versionOswald Buddenhagen2015-06-291-2/+2
| * QDate/QTime: fix SiC introduced by adding new non-explicit ctorsMarc Mutz2015-06-281-2/+2
| * Apple's 3.6.0svn based clang doesn't support -Winconsistent-missing-overrideGabriel de Dietrich2015-06-281-1/+1
| * Merge remote-tracking branch 'origin/5.5.0' into 5.5Liang Qi2015-06-2713-16/+83
| |\
| | * Don't document the IsGadget flagThiago Macieira2015-06-231-1/+1
| | * Doc: document future direction of QCoreApplication::notify()Thiago Macieira2015-06-221-0/+11
| | * Detect and set Xcode 6.3 clang versionGabriel de Dietrich2015-06-221-1/+3
| | * Doc: Remove link to deprecated QProcess::pid()Kai Koehne2015-06-171-1/+1
| | * Version transitionType as a new propertyAlan Alpert2015-06-111-1/+1
| | * Fix sizes QStorageInfo returns for invalid drivesIvan Komissarov2015-06-112-1/+7
| | * Compile on 10.7: Disable constexpr supportMorten Johan Sørvig2015-06-101-1/+1
| | * Don't enforce all QMetaType::TypeFlag difference across Qt versionsAlex Blasche2015-06-101-4/+14
| | * Update for the newest Darwin-family operating systems.Jake Petroules2015-06-103-1/+39