summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | | | * Merge 5.4 into 5.4.2Oswald Buddenhagen2015-04-204-71/+67
| | | | |\
| | | | * | QNAM: Fix upload corruptions when server closes connectionMarkus Goetz2015-04-202-0/+22
| | | * | | Bump versionOswald Buddenhagen2015-04-201-2/+2
| | | | |/ | | | |/|
| | | * | let QWindowsPipeReader::stop() cancel the current I/O operationJoerg Bornemann2015-04-162-10/+26
| | | * | inline QWindowsPipeReader::completeAsyncReadJoerg Bornemann2015-04-162-32/+23
| | | * | remove emitReadyReadTimer from QWindowsPipeReaderJoerg Bornemann2015-04-162-11/+0
| | | * | QWindowsPipeReader: zero OVERLAPPED struct before every ReadFileJoerg Bornemann2015-04-161-1/+1
| | | * | Doc: fix description of QWindowsPipeReader::readJoerg Bornemann2015-04-161-1/+1
| | | * | QLockFile: fix deadlock when the lock file is corruptedOlivier Goffart2015-04-152-16/+16
| | | |/
| | * | Use kqueue on NetBSD in qfilesystemwatcher.Niclas Rosenvik2015-05-082-3/+3
| | * | QStateMachine: allow posting of events when starting.Erik Verbruggen2015-05-072-2/+13
| | * | QStateMachine: Fix transition ordering.Erik Verbruggen2015-05-071-5/+32
| | * | Make it explicit that a few Qt::WindowFlags are overlappingTor Arne Vestbø2015-05-071-3/+6
| | * | QSettings: use QStandardPath to resolve path on iOSRichard Moe Gustavsen2015-05-061-1/+5
| | * | docs: QFile doesn't support QUrl style qrc pathsSérgio Martins2015-05-061-2/+2
| | * | qstandardpaths_ios: return empty path for ApplicationsLocationRichard Moe Gustavsen2015-05-051-1/+1
| | * | qstandardpaths_ios: use fallback for DesktopLocationRichard Moe Gustavsen2015-05-051-3/+1
| | * | qstandardpaths_ios: return writable locations for Fonts, Music, Movies, Pictu...Richard Moe Gustavsen2015-05-051-5/+9
| | * | Make data tables const.Volker Krause2015-05-051-1/+1
| | * | Add Q_REQUIRED_RESULT in several placesSérgio Martins2015-05-043-4/+4
| | * | qstatemachine: add methods detect when a machine has processed an eventFawzi Mohamed2015-05-042-2/+52
| | * | QStateMachine: add internal transitions.Erik Verbruggen2015-05-044-13/+69
| | * | QStateMachine: cache expensive calculations.Erik Verbruggen2015-05-042-55/+205
* | | | Fix build on QNX 650Simon Hausmann2015-06-031-0/+6
* | | | De-duplicate vtables, part II: exported public classesMarc Mutz2015-06-033-1/+45
* | | | De-duplicate vtables, part I: exported private classesMarc Mutz2015-06-036-1/+25
* | | | Rename ReturnKey to EnterKeyKai Uwe Broulik2015-06-032-34/+35
|/ / /
* | | QRunnable: add Q_DISABLE_COPYMarc Mutz2015-06-021-1/+3
* | | Q(Unhandled)Exception: declare dtor out-of-lineMarc Mutz2015-06-022-0/+20
* | | QRunnable: declare dtor out-of-line and export classMarc Mutz2015-06-022-3/+13
* | | QStateMachine: Use QSet::intersects() instead of QSet::intersect()Sérgio Martins2015-05-301-1/+1
* | | QSet: Introduce intersects().Sérgio Martins2015-05-303-1/+42
* | | QHash: Add a findNode() overload that doesn't calculate hashSérgio Martins2015-05-301-8/+16
* | | Fix QIODevice::errorString() and other places where we expose errnoSimon Hausmann2015-05-291-1/+1
* | | Mark two member functions constSérgio Martins2015-05-292-3/+3
* | | QRingBuffer: merge indexOf() overloadsAlex Trotsenko2015-05-282-19/+1
* | | Add shared implementation of a NSAutoreleasePool wrapper to qglobalTor Arne Vestbø2015-05-274-63/+63
* | | QStandardPaths: Use QDir::listSeparator() instead of ifdefsSérgio Martins2015-05-271-6/+1
* | | Introduce QDir::listSeparator()Sérgio Martins2015-05-272-1/+22
* | | QVector: add const first/last gettersGiuseppe D'Angelo2015-05-262-2/+22
* | | Make QSystemError const-correctMarc Mutz2015-05-232-6/+6
* | | Deinline QRingBuffer classAlex Trotsenko2015-05-203-243/+351
* | | QList: partially revert ab8366b5923ec0feb730df98040885669f7bbe38Marc Mutz2015-05-171-0/+10
* | | Fixing the build of the SIMD support for WEC2013.Bjoern Breitmeyer2015-05-121-1/+3
* | | Check the maximum size of a QByteArray more preciselyAlex Trotsenko2015-05-112-5/+6
* | | Deprecate ItemIsTristate in favor of ItemIsAutoTristate.David Faure2015-05-072-2/+7
* | | Add qHash(QRegExp) and qHash(QRegularExpression)Marc Mutz2015-05-054-5/+50
* | | Merge remote-tracking branch 'origin/5.5' into HEADSimon Hausmann2015-05-047-19/+53
|\| |
| * | QRegularExpression: add error strings from PCRE 8.37Giuseppe D'Angelo2015-05-011-1/+2
| * | QSortFilterProxyModel: improve formal argument naming for lessThanGiuseppe D'Angelo2015-05-012-6/+6