summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Add QStorageInfo::blockSizeThiago Macieira2015-07-305-1/+17
* Add a quick optimization for QVersionNumber's constructorsThiago Macieira2015-07-301-1/+11
* Introduce cross platform high-dpi scalingMorten Johan Sørvig2015-07-302-0/+6
* Refactor QVersionNumber so it stores values in-classThiago Macieira2015-07-292-21/+205
* Replace ifdefs with QDir::listSeparator()Sérgio Martins2015-07-291-6/+1
* Doc: Increase accuracy of QString documentation discussing size()Topi Reinio2015-07-291-13/+14
* 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
* QStateMachine: add defaultTransition in QHistoryStateErik Verbruggen2015-07-236-21/+111
* StateMachine: remove initial state for parallel states.Erik Verbruggen2015-07-231-0/+8
* QStateMachine: remove left-over method.Erik Verbruggen2015-07-232-68/+5
* 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
* 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
* 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
* 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
* 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
* 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
* 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
* QItemSelection: declare as shared-come-Qt6Marc Mutz2015-07-181-1/+5
* 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
* forkfd: use wait4 to get the process status instead of waitidThiago Macieira2015-07-181-7/+0
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-185-6/+63
* Make the event delivery go through some more static functionsThiago Macieira2015-07-183-16/+33
* Add a macro to disable use of potentially dangerous QProcess APIs.Jake Petroules2015-07-172-0/+29
* Make CONFIG += c++11 by default not disable GNU extensionsThiago Macieira2015-07-171-3/+3
* Revamp the CLOEXEC support in QtThiago Macieira2015-07-171-43/+17
* Remove unnecessary check from qt_safe_pipe: condition can never happenThiago Macieira2015-07-171-4/+0
* Add QTemporaryDir::errorString()Thiago Macieira2015-07-172-13/+26
* Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-1722-78/+132
|\