summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce QHash key iteratorsSérgio Martins2015-07-283-1/+194
* Introduce QMap key iteratorsSérgio Martins2015-07-283-4/+197
* doc: Corrected docs for QList and QVectorMartin Smith2015-07-273-73/+120
* QTimer: Force a compilation error with pmf without objectOlivier Goffart2015-07-271-2/+6
* Use ibus ProcessKeyEvent asynchronously.Takao Fujiwara2015-07-252-10/+133
* qdoc: Improve customization of generated html file namesVenugopal Shivashankar2015-07-245-29/+84
* qdoc: Improve searching of collection nodesTopi Reinio2015-07-245-26/+50
* Some further optimizations in the qdoc codeLars Knoll2015-07-244-134/+113
* use Xml stream reader to read qdoc index filesLars Knoll2015-07-244-270/+291
* Don't generate invalid XMLLars Knoll2015-07-241-1/+5
* Optimize CppCodeMarker::addMarkUp furtherLars Knoll2015-07-243-15/+12
* QStateMachine: add defaultTransition in QHistoryStateErik Verbruggen2015-07-236-21/+111
* Fix qHash(QFontEngine::FaceId)Marc Mutz2015-07-231-3/+10
* moc: Make toExpand const, we do not modify it.Milian Wolff2015-07-232-2/+2
* Expose GLES 3.0 and 3.1 functionsLaszlo Agocs2015-07-237-209/+6327
* StateMachine: remove initial state for parallel states.Erik Verbruggen2015-07-231-0/+8
* Optimize CppCodeMarker::addMarkUp()Lars Knoll2015-07-233-12/+38
* Skip loading of index files if we are running with --prepareLars Knoll2015-07-231-3/+5
* QStateMachine: remove left-over method.Erik Verbruggen2015-07-232-68/+5
* QColor: make nothrow move-assignable and -constructibleMarc Mutz2015-07-222-4/+18
* qvariant: Pass a couple of large types by const-ref in Qt6Sérgio Martins2015-07-222-0/+16
* qjsonarray: Remove a copy-ctor in Qt6Sérgio Martins2015-07-221-1/+3
* qdoc: replace some inefficient QLists with QVectorMarc Mutz2015-07-224-6/+6
* tools: mark some types movable/primitiveMarc Mutz2015-07-228-0/+13
* QSet/QQueue/QStack: remove docs for removed special member functionsMarc Mutz2015-07-223-59/+0
* QLocale: mark some private types movable/primitiveMarc Mutz2015-07-221-0/+3
* doc: QTimeZone::OffsetDataList is a QVector, not a QListMarc Mutz2015-07-221-1/+1
* QStringRef: make nothrow move-assign- and -constructibleMarc Mutz2015-07-221-9/+13
* QRegExp: remove pointless QRegExpCharClass copy special member functionsMarc Mutz2015-07-221-14/+0
* QXmlStreamAttribute: make nothrow move assignable and -constructibleMarc Mutz2015-07-221-0/+22
* QItemSelectionRange: make nothrow move-assignable and -constructibleMarc Mutz2015-07-221-0/+11
* QItemSelectionRange: use ctor-init-listMarc Mutz2015-07-221-8/+3
* QItemSelectionRange: add nothrow member-swapMarc Mutz2015-07-222-0/+14
* Clarified the documentation for QTextDocument::find.Kavindra Palaraja2015-07-221-4/+12
* QTestLib: Add macros QTRY_VERIFY2_WITH_TIMEOUT(), QTRY_VERIFY2().Friedemann Kleint2015-07-222-2/+51
* Optimize moc: Preallocate space for list of arguments on the stack.Milian Wolff2015-07-221-1/+1
* QTestLib/Windows: Try to obtain a stack trace on crash.Friedemann Kleint2015-07-221-2/+126
* Fix creation of QPlatformTheme on UNIX platforms.Friedemann Kleint2015-07-221-3/+2
* QSharedPointer: make copy assignment from compatible shared pointer use copy-...Marc Mutz2015-07-211-14/+2
* Wec2013 initial port.Bjoern Breitmeyer2015-07-212-2/+21
* Qt Test: Fix QCOMPARE message for signed and unsigned char.Vincas Dargis2015-07-212-0/+4
* QProcess: make setWorkingDirectory stop launch if the dir doesn't existThiago Macieira2015-07-201-3/+4
* Selectively update library paths when creating QCoreApplicationUlf Hermann2015-07-201-19/+98
* ssl: add openssl-based QSslKeyPrivate::encrypt / decryptJeremy Lainé2015-07-204-9/+86
* printsupport: Pass large type by const-refSérgio Martins2015-07-201-2/+2
* QDirModel: remove pointless user-defined QDirNode destructorMarc Mutz2015-07-201-1/+0
* QVectorND: mark as primitive, not just movableMarc Mutz2015-07-203-3/+3
* qqnxinputcontext: Add support for EnterKeyTypeKai Uwe Broulik2015-07-194-2/+33
* Mark QDBus{ObjectPath,Signature,Variant} shared-come-qt6Marc Mutz2015-07-191-12/+19
* platformsupport/dbustray: mark some types as movableMarc Mutz2015-07-191-0/+2