summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | 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
| * | [QTextStream::read.*] Return earlier when nothing has been readKonstantin Ritt2015-05-011-3/+3
| * | QStateMachine: optimize conflict calculation.Erik Verbruggen2015-04-281-8/+22
| * | Add support to set text/uri-list mimedata via setData()Marko Kangas2015-04-281-1/+16
| * | QIODevice: fix data loss when reading large amounts from sequential devicesMarc Mutz2015-04-281-0/+4
* | | Use macros for the OS X enums in QSysInfo::MacVersion.Jake Petroules2015-05-031-12/+12
* | | Update for the newest Darwin-family operating systems.Jake Petroules2015-05-033-1/+16
* | | Fix crashes when accessing environment variables concurrentlySimon Hausmann2015-04-303-5/+16
* | | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-277-36/+46
|\| |
| * | Doc: Bring QSizeF/QPointF::isNull() documentation up to dateTopi Reinio2015-04-272-12/+4
| * | QDir: sort-by-size remove two unconditional branchesNikita Baryshnikov2015-04-251-1/+1
| * | QVector: Save one copy-CTOR call if we don't reallocSérgio Martins2015-04-241-5/+12
| * | Windows: Fix QLockFile hanging when file cannot be created.Friedemann Kleint2015-04-231-1/+12