summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* platformsupport/dbusmenu: fix uses of inefficient QListsMarc Mutz2015-07-191-5/+10
* QVector: add an rvalue overload of push_back/appendMarc Mutz2015-07-193-2/+52
* QVector: in append(), if we take a copy, then move, not copy from the copyMarc Mutz2015-07-191-3/+3
* QIconLoader: don't make QIconDirInfo::type a bit-fieldMarc Mutz2015-07-191-1/+1
* QtGui: Pass types with copy-ctor or dtor by const-refSérgio Martins2015-07-198-13/+13
* QZip*: return FileInfo by valueMarc Mutz2015-07-191-11/+10
* QZip*: don't hold QZipReader::FileInfo in QListMarc Mutz2015-07-192-5/+5
* Clean up QZipReader::FileInfoMarc Mutz2015-07-192-39/+7
* QArrayDataPointer: make move semantics consistent with other containersMarc Mutz2015-07-191-5/+6
* QSet/QQueue/QStack: use compiler-generated special member functionsMarc Mutz2015-07-194-13/+8
* QSharedPointer: add move construction, assignment from compatible shared poin...Marc Mutz2015-07-191-0/+17
* QDBusVariant: add ctor taking QVariant&&Marc Mutz2015-07-191-0/+3
* Containers: destroy previous state on move-assignment immediatelyMarc Mutz2015-07-195-5/+6
* QSharedPointer: mark some internal API nothrowMarc Mutz2015-07-191-4/+4