summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Doc: fix the datatype returned by Qt::TextAlignmentRoleGiuseppe D'Angelo2017-01-121-1/+1
* Fixed Chinese language selection on iOSJason Erb2017-01-101-21/+62
* QNX: Fix comments on qcompilerdetection.hRafael Roquetto2017-01-101-4/+13
* Fix compilation with QT_NO_SHAREDMEMORYUlf Hermann2017-01-101-0/+2
* Clarify that QString::toDouble does not have a fallbackKavindra Palaraja2017-01-101-2/+2
* Adjust QNX choicesJames McDonnell2017-01-101-1/+1
* Clarify StripTrailingSlash behaviorKavindra Palaraja2017-01-081-1/+1
* revert to building qmake with qconfig.cppOswald Buddenhagen2017-01-062-85/+16
* Fix compilation without sharedmemoryUlf Hermann2017-01-052-2/+4
* Remove pointless QT_NO_THREAD ifdefs from qpropertyanimation.cppUlf Hermann2017-01-041-2/+0
* Avoid zero-as-nullpointer warnings in QThreadUlf Hermann2017-01-041-2/+2
* Doc: add note about unsupported platforms for QProcessAleksey Lysenko2017-01-041-0/+3
* Avoid compile warnings in qabstractanimation.cppUlf Hermann2017-01-031-0/+2
* Fix broken link in documentationFrederik Schwarzer2017-01-031-1/+1
* QDateTime::fromString(): improve performance by 33%David Faure2017-01-031-5/+15
* Doc: add a quick note about unfixed Windows encoding bugThiago Macieira2016-12-281-0/+3
* Link QVariant class documentation to the Creating Custom Qt Types articleKavindra Palaraja2016-12-281-1/+1
* Removed random notes in the documentation that should not be thereKavindra Palaraja2016-12-281-2/+0
* QMimeDatabase: fix handling of conflicting globsDavid Faure2016-12-276-51/+55
* QMimeMagicRule: endianness fixesDavid Faure2016-12-271-2/+12
* QMimeMagicRule: fix off by one in the number of bytes checkedDavid Faure2016-12-271-1/+1
* ... and so configureapp.exe disappearethOswald Buddenhagen2016-12-231-5/+2
* fix sysrootification of install pathsOswald Buddenhagen2016-12-222-16/+15
* QLockFile: make sure we encode the hostname as UTF-8 in the lock fileDavid Faure2016-12-211-11/+2
* QIPM: Persist model indexes after emitting layoutChange, not beforeStephen Kelly2016-12-211-9/+9
* QSFPM: Remove data manipulation from move handlersStephen Kelly2016-12-211-55/+12
* QSFPM: Fix handling of source model layout changeStephen Kelly2016-12-211-20/+11
* Fix race condition in QFactoryLoader: lock the mutex we already haveThiago Macieira2016-12-171-0/+2
* Merge remote-tracking branch 'origin/5.8.0' into 5.8Liang Qi2016-12-169-21/+40
|\
| * Work around old Clang bug parsing of NSDMI referring to membersThiago Macieira2016-12-161-3/+3
| * winrt: Check for removed timers after sending eventsOliver Wolff2016-12-151-4/+7
| * qdoc: Define Q_COMPILER_UNICODE_STRINGSTopi Reinio2016-12-151-0/+16
| * Fix gcc 6.4 buildsAllan Sandfeld Jensen2016-12-131-2/+2
| * Re-fix the build with ICC and cmath & math.hThiago Macieira2016-12-101-5/+7
| * Merge remote-tracking branch 'origin/5.7' into 5.8.0Liang Qi2016-12-082-5/+4
| |\
| | * Remove unnecessary warning disablingThiago Macieira2016-11-271-5/+0
| | * Make sure all pattern args get cleared when parsing a new patternThiago Macieira2016-11-261-0/+4
| * | Fix the warning number for ICC deprecated warningsThiago Macieira2016-12-041-2/+2
| * | QDeadlineTimer: fix namespace for chrono literals in examplesMarc Mutz2016-11-301-2/+4
| * | QMutex: small doc fixesMarc Mutz2016-11-291-2/+2
* | | doc: Replace Q_DECL_OVERRIDE by override in snippetsAlexander Volkov2016-12-143-3/+3
* | | move generation of qconfig.cpp (and qt.conf) to qmake-based configureOswald Buddenhagen2016-12-132-12/+106
* | | QMap: use std::less for defining an order between pointersGiuseppe D'Angelo2016-12-122-8/+7
* | | QDir::cd(): Handle UNC server paths correctlyFriedemann Kleint2016-12-122-37/+39
* | | QDir::cleanPath(): Do not cd above root paths (UNC, WinRT)Friedemann Kleint2016-12-121-19/+36
* | | Don't crash on QVLA construction from an empty std::initializer_listThiago Macieira2016-12-091-1/+2
* | | Merge the two features for shared memoryUlf Hermann2016-12-061-6/+3
* | | QVariant: optimize convert() for bool caseAnton Kudryavtsev2016-12-011-2/+2
* | | QCommandLineOption: Remove excess close parenthesis from a warningTopi Reinio2016-11-301-1/+1
* | | Use poll related features properlyLars Knoll2016-11-302-10/+7