summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * configure.bat: Search for icl.exe before cl.exeThiago Macieira2015-07-171-6/+6
| | * configure: Initialize variables for the EGLFS backendsThiago Macieira2015-07-171-0/+3
| | * Update the list of compilers we are free of warnings withThiago Macieira2015-07-171-4/+4
| | * configure: properly quote the test name containing spacesThiago Macieira2015-07-171-1/+1
| | * Stabilize tst_QApplication::touchEventPropagation().Friedemann Kleint2015-07-161-4/+4
| | * Stabilize tst_QTouchEvent::touchBeginWithGraphicsWidget().Friedemann Kleint2015-07-161-3/+10
| | * Set Q_CC_INTEL to the ICC version when in MSVC compat modeThiago Macieira2015-07-161-1/+1
| | * Improve ICC compatibility with older MSVC versions (up to 2010)Thiago Macieira2015-07-161-0/+10
| | * Disable thread-safe statics for MSVC 2015: they're brokenThiago Macieira2015-07-162-3/+4
| | * Doc: Updated online template with the latest footerVenugopal Shivashankar2015-07-161-32/+31
| | * Fix broken gpu blacklist matching in the windows pluginLaszlo Agocs2015-07-161-1/+1
| | * Add warning for malformed logging ruleTasuku Suzuki2015-07-161-13/+16
| | * Define friend functions of QSslEllipticCurve outside of classKai Koehne2015-07-161-4/+8