summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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-1812-12/+76
* 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-172-6/+6
* Revamp the CLOEXEC support in QtThiago Macieira2015-07-172-53/+25
* 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 "Merge remote-tracking branch 'origin/5.5' into HEAD" into refs/staging...Simon Hausmann2015-07-1754-253/+450
|\
| * Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-07-1754-253/+450
| |\
| | * 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-171-4/+12
| | * 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
| | * 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-161-1/+2
| | * 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
| | * Fix crash in QOpenGLTextureSean Harmer2015-07-151-0/+2
| | * ssl: improve SecureTransport error loggingJeremy Lainé2015-07-151-42/+45
| | * QWindowsVistaStyle: Don't use new style background on Controls ComboBoxGabriel de Dietrich2015-07-151-0/+2
| | * Fix alignment of 64-bit atomics on iOSThiago Macieira2015-07-151-1/+4
| | * Fix the printing of the ms-since-boot in %{time boot}Thiago Macieira2015-07-151-2/+3
| | * Fix change-of-sign warning with ICCThiago Macieira2015-07-151-1/+2
| | * Fix compilation with GCC 4.9.2 and up in debug modeThiago Macieira2015-07-151-2/+2
| | * Set the state of QTemporaryFileEngine properly prior to reopeningThiago Macieira2015-07-153-14/+28
| | * Fix build on FreeBSD: kinfo_getproc is in libutilThiago Macieira2015-07-151-0/+1
| | * fix running libQtCore.so failureTasuku Suzuki2015-07-151-1/+1
| | * Make sure to report correct NetworkAccessibilityLorn Potter2015-07-152-8/+19