summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* QZip*: don't hold QZipReader::FileInfo in QListMarc Mutz2015-07-193-9/+9
* 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
* Tests: Do not rely on qCompare(bool, int,...).Friedemann Kleint2015-07-182-35/+35
* 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
* QDBusObjectPath: add ctor taking QString&&Marc Mutz2015-07-181-0/+3
* QDBusSignature: add ctor taking QString&&Marc Mutz2015-07-181-0/+3
* Mark some QCUPSSupport enums as primitiveMarc Mutz2015-07-181-0/+5
* Mark QDBusSlotCache{,::Data} sharedMarc Mutz2015-07-181-0/+11
* forkfd: use wait4 to get the process status instead of waitidThiago Macieira2015-07-182-26/+34
* Add a way for auxiliary threads to handle events without CoreAppThiago Macieira2015-07-1815-12/+129
* 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
* QStyleSheetStyle: don't hold ButtonInfo in QListMarc Mutz2015-07-171-5/+7
* Remove a silly note from QFileDialog::getOpenFileNames documentationGiuseppe D'Angelo2015-07-172-15/+0
* Make CONFIG += c++11 by default not disable GNU extensionsThiago Macieira2015-07-1711-13/+32
* Revamp the CLOEXEC support in QtThiago Macieira2015-07-175-53/+87
* Remove unnecessary check from qt_safe_pipe: condition can never happenThiago Macieira2015-07-171-4/+0
* Add QTemporaryDir::errorString()Thiago Macieira2015-07-175-16/+37
* Make the -pkg-config and -force-pkg-config options be the sameThiago Macieira2015-07-171-30/+24
* Merge "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-07-1776-355/+757
|\
| * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-1776-355/+757
| |\
| | * Map Shift+Tab to Shift+Backtab in evdevkeyboardLaszlo Agocs2015-07-171-8/+14
| | * QDir::removeRecursively(): Retry file deletion with write permission set.Friedemann Kleint2015-07-173-11/+22
| | * Stabilize tst_QListView::batchedMode().Friedemann Kleint2015-07-171-33/+22
| | * forkfd: update the API to add a reading and closing functionThiago Macieira2015-07-173-35/+87
| | * Don't complain about non-matching Qt versions in qwidget.cppThiago Macieira2015-07-171-1/+8