summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* 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
| * qsystemdetection.h: Check existence of define WINAPI_FAMILY_PHONE_APP.Friedemann Kleint2015-04-221-1/+1
| * QStateMachine: replaced Q_FOREACH with foreach.Erik Verbruggen2015-04-221-16/+16
* | QLocale: Exclude null-byte in QString generated from script_code_list.Milian Wolff2015-04-241-1/+1
* | doc: Provide missing enum documentationMartin Smith2015-04-231-0/+24
* | Merge remote-tracking branch 'origin/5.5' into devLiang Qi2015-04-2267-767/+948
|\|
| * QDir: fix int overflowNikita Baryshnikov2015-04-201-1/+1
| * Enable checking for whether the system palette was explicitly setHarald Hvaal2015-04-202-0/+4
| * qdoc: Remove #ifdef Q_QDOC for uses of QPrivateSignalMartin Smith2015-04-2017-240/+48
| * Rework WinRT timer handlingOliver Wolff2015-04-202-165/+208
| * QFileSystemEngine: optimize from...(qgetenv())Marc Mutz2015-04-161-5/+5
| * QScopedValueRollback: add two strategic qMove()sMarc Mutz2015-04-161-2/+2
| * QScopedValueRollback: use ctor-init-listMarc Mutz2015-04-161-4/+2
| * QSignalBlocker: mark all functions as noexceptMarc Mutz2015-04-162-15/+15
| * QList: make QListSpecialMethods dtors protectedMarc Mutz2015-04-163-1/+14