summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QDate: fix calculation of the week number for the last days of 2020Thiago Macieira2016-01-091-1/+1
* Make QUrl::removeAllQueryItems actually remove the query itemsThiago Macieira2016-01-091-2/+2
* QPair<QRunnable*, int> is too large for QList to be efficient-ish.Volker Krause2016-01-072-6/+6
* WinCE: Remove QIncrementalSleepTimer from QProcess::waitForFinishedJoerg Bornemann2016-01-061-12/+6
* QString: prevent resize() from shedding capacityMarc Mutz2016-01-061-14/+5
* Remove declaration of method nowhere definedEdward Welbourne2016-01-061-2/+0
* winrt: Added timeout to await functionOliver Wolff2016-01-051-8/+21
* Winrt: Show message when command line processing fails/usage should be shownOliver Wolff2016-01-051-2/+8
* winrt: Use winsock2 API for hostname resolution on WinRT/WinPhoneOliver Wolff2016-01-052-53/+2
* WinRT: Add camera button events on Windows PhoneSamuel Nevala2016-01-051-2/+2
* Fix deadlock when setting environment variables.Samuel Nevala2016-01-041-15/+36
* QMimeDatabase: follow symlinks when checking for FIFO etc.David Faure2015-12-291-1/+2
* CMake: Add -fPIC to CXX flags only where necessaryKevin Funk2015-12-281-1/+22
* Fix QJsonValue::fromVariant() if the variant contains a json objectLars Knoll2015-12-221-0/+12
* QUrl: revert path-normalization in setPath().David Faure2015-12-221-2/+4
* QStandardPaths: warn if $XDG_RUNTIME_DIR doesn't existDavid Faure2015-12-221-8/+22
* Add DEPENDS option to qt5_wrap_cpp()Daniel Levin2015-12-211-5/+6
* qprocessordetection.h: Fix detection of 32-bit ARMv8Thiago Macieira2015-12-211-20/+27
* Remove superfluous ReleaseSemaphore/WFSO callsJoerg Bornemann2015-12-212-13/+16
* winrt: Align error code handling with WinCEMaurice Kalinowski2015-12-151-1/+1
* winrt: Avoid blocking for the first processEvents runMaurice Kalinowski2015-12-141-2/+11
* winrt: Use Windows 10 features when availableMaurice Kalinowski2015-12-111-0/+4
* QJsonObject::(const_)iterator: add pointer typedefGiuseppe D'Angelo2015-12-112-0/+12
* Clarify what time-zone "transitions" are.Edward Welbourne2015-12-091-0/+5
* QProcessPrivate::startProcess - fix invalid encodedProgramName (OS X)Timur Pocheptsov2015-12-091-3/+7
* Doc: Circumvented qdoc parsing by removing '!'Nico Vertriest2015-12-091-1/+1
* QString: where possible, re-use existing capacity in op(QChar/QL1S)Marc Mutz2015-12-082-7/+22
* Win: Use native separators in QLibrary errorsKai Koehne2015-12-081-3/+6
* Fix constructing a QSharedPointer<const> of a QEnableSharedFromThis typeThiago Macieira2015-12-081-1/+1
* QVariant: retain duplicate keys when convertingThiago Macieira2015-12-081-2/+2
* WinRT: Add RETURN_[]_IF_FAILED_WITH_ARGS macros.Friedemann Kleint2015-12-071-0/+10
* Don't treat "/etc/localtime" in TZ env var as a valid timezone idMartin Klapetek2015-12-071-0/+7
* Q_UNIMPLEMENTED: remove explicit file, line and funcinfo informationMarc Mutz2015-12-071-1/+1
* Fix typo in QObject::disconnect() documentationSérgio Martins2015-12-071-1/+1
* Combine environment variable implementationsSamuel Nevala2015-12-036-123/+129
* Doc: corrected statement about QByteArray::clearNico Vertriest2015-12-031-2/+2
* Revert "Doc: Added info about sorting in QItemSelectionModel::selectedIndexes"Nico Vertriest2015-12-031-1/+0
* QStandardPaths::standardLocations()/WinRT: Return empty lists.Friedemann Kleint2015-12-031-1/+2
* Fix overflow-checking additions and multiplication on MinGWMatt Hoosier2015-12-021-1/+1
* doc: add a note about cmd.exe and the QProcess string splitting/joiningThiago Macieira2015-12-021-1/+3
* Doc: Omit default argument in describing a function callTopi Reinio2015-11-301-1/+1
* Doc: improvement in if condition about inserting item in listNico Vertriest2015-11-301-2/+2
* Doc: added QQuickItem also uses UngrabMouseNico Vertriest2015-11-301-1/+1
* Remove a reference to Mac OS X 10.4Lars Knoll2015-11-301-2/+2
* Document platform limitations for QCollator::ignorePunctuationLars Knoll2015-11-301-0/+2
* QVector: prevent resize() from shedding capacityMarc Mutz2015-11-282-3/+3
* QtBase: combine adjacent qDebug()/qCritical() linesMarc Mutz2015-11-282-5/+5
* QtBase: remove explicit function info from qWarning() etcMarc Mutz2015-11-285-11/+9
* Merge remote-tracking branch 'origin/5.5' into 5.6Liang Qi2015-11-272-2/+1
|\
| * Remove arch/qatomic_mips.h from src/corelib/arch/arch.pri.Friedemann Kleint2015-11-241-1/+0