summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* QList: mark const variants of begin()/end() noexceptMarc Mutz2015-07-191-45/+45
* QDBusConnection: declare as shared-come-Qt6Marc Mutz2015-07-191-1/+7
* Add missing Q_DECLARE_OPERATORS_FOR_FLAGS(QDBusConnection::ConnectionCapabili...Marc Mutz2015-07-191-0/+1
* Fix nullptr literal 0s which would look odd as nullptrMarc Mutz2015-07-1915-34/+34
* QtPrintSupport: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-193-6/+6
* QtGui: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-1940-119/+119
* QtNetwork: Use Q_NULLPTR instead of 0 in all public headersMarc Mutz2015-07-1917-28/+28
* QFileSystemModel: reserve() a QListMarc Mutz2015-07-191-1/+3
* Testlib: Remove overload qCompare(bool, int, ...).Friedemann Kleint2015-07-191-8/+0
* QDBusMessage: declare as shared-come-Qt6Marc Mutz2015-07-181-0/+6
* QDBusError: declare as shared-come-Qt6Marc Mutz2015-07-181-0/+15
* QDBusArgument: declare as shared-come-Qt6Marc Mutz2015-07-181-0/+7
* QItemSelection: declare as shared-come-Qt6Marc Mutz2015-07-181-1/+5
* Mark QPixmapCache::Key as shared for Qt 6.Marc Mutz2015-07-181-0/+1
* QFileSystemModel: avoid sibling() callsMarc Mutz2015-07-182-11/+6
* QIODevice: remove superfluous memberAlex Trotsenko2015-07-182-11/+1
* Introduce Q_DECLARE_SHARED_NOT_MOVABLE_UNTIL_QT6Marc Mutz2015-07-181-2/+11
* QtCore: Use Q_NULLPTR instead of 0 in smart pointer headersMarc Mutz2015-07-183-27/+27
* QByteArray: document {const_,}{reverse_,}iteratorMarc Mutz2015-07-181-2/+24