summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Stop unloading plugins in QPluginLoader and QFactoryLoaderThiago Macieira2016-11-022-4/+7
* Include intrin.h header when using MSVCJesus Fernandez2016-11-021-0/+4
* doc: Document two undocumented functionsMartin Smith2016-10-311-0/+33
* Document that qFuzzyCompare does not work on NaN or infinityAndré Somers2016-10-261-2/+4
* qversiontagging.h: Don't tag binaries in static modeThiago Macieira2016-10-251-1/+1
* Darwin: normalize all watched paths to composed fromErik Verbruggen2016-10-241-1/+1
* Remove type punning from ucstrncmpErik Verbruggen2016-10-231-25/+23
* QFileInfo: fix double sentence in apidocFrederik Schwarzer2016-10-211-2/+1
* Fix some typos in docs and apidocsFrederik Schwarzer2016-10-214-4/+4
* Normalize realpath(3) output to composed formErik Verbruggen2016-10-211-1/+1
* QUrl effective TLDs: update tableKai Koehne2016-10-212-11304/+12851
* QOrderedMutexLocker: unlock in reverse order of lockingMarc Mutz2016-10-191-1/+1
* Windows: Fix regression in QFSFileEnginePrivate::nativeWrite()Andy Shaw2016-10-191-2/+2
* QJsonDocument: fix repetition of 'document' in docAnton Kudryavtsev2016-10-191-2/+1
* Apple OS: Handle QSetting strings with embedded zero-bytesTor Arne Vestbø2016-10-184-16/+27
* QOrderedMutexLocker: fix UB (pointer comparison with <) in static relock()Marc Mutz2016-10-181-1/+1
* QMimeXMLProvider: add missing out-of-line destructorJ-P Nurmi2016-10-132-0/+5
* Document that am/pm in QDateTime::toString are locale-specificKai Koehne2016-10-131-3/+6
* Darwin: correct state restore when FSEventsStream starting failsErik Verbruggen2016-10-072-45/+77
* QTemporaryFile's setFileTemplate operates not only on XXXXXX in the endSune Vuorela2016-10-061-1/+1
* Doc: Document that by default, QTimer is not single-shotKai Koehne2016-10-061-0/+2
* Fix some typos and minor sentence structure issues in docsFrederik Schwarzer2016-10-054-4/+4
* winrt: Fix compilation for projects using C++/CX extensionsMaurice Kalinowski2016-10-051-4/+4
* Revert "Doc: Added enums in qnamespace.qdoc"Peter Varga2016-10-041-11/+0
* Fix bootstrap applications crashing when QT_MESSAGE_PATTERN contains %{backtr...Olivier Goffart2016-09-211-0/+1
* Doc: add macOS example of QAbstractNativeEventFilter implementationSamuel Gaist2016-09-204-2/+124
* QAbstractProxyModel: fix sentence structure in apidocFrederik Schwarzer2016-09-191-1/+1
* Q(Date|Time)+::(to|from)String(): mention relevant QLocale methodsEdward Welbourne2016-09-161-12/+19
* Fix the GCC version supporting -Wsuggest-overrideLoïc Molinari2016-09-161-1/+1
* Suppress ICC warning #111 about unreachable code in toWCharArrayThiago Macieira2016-09-151-0/+1
* QLatin1String: Fix UB (nullptr passed) in relational operatorsMarc Mutz2016-09-151-11/+11
* qcompilerdetection.h: retract Q_COMPILER_DEFAULT_MEMBERS for MSVC < 2015Marc Mutz2016-09-031-1/+3
* qstrncpy: don't call strncpy_s with invalid parametersMarc Mutz2016-09-031-3/+4
* QMimeType: use default locale rather than system localeDavid Faure2016-08-242-4/+4
* QMutex: Make freelist() return a real global staticRaphael Kubo da Costa2016-08-231-25/+2
* Fix problem with exception reporting in QFuture::waitForResult()Christian Strømme2016-08-231-6/+5
* Revert "QLocale: Actually get the language script for the system locale"Orgad Shaneh2016-08-231-3/+2
* QJsonValue: use Q_NULLPTR instead of 0 in ctorDyami Caliri2016-08-171-1/+1
* Fix documentation of the Windows parts of QSettings::setPath()Friedemann Kleint2016-08-161-10/+14
* QLinkedList: compile with -Wzero-as-null-pointer-constantMarc Mutz2016-08-161-2/+2
* Fix typo (word repetition) in documentationFrederik Schwarzer2016-08-121-1/+1
* Doc: Change instances of '(Mac) OS X' to 'macOS'Topi Reinio2016-08-1221-111/+111
* QStringListModel: fix dataChanged's roles parameterMarc Mutz2016-08-121-1/+7
* QCommandLineParser: call qCoreApp post routines before ::exit()David Faure2016-08-121-0/+5
* QDateTimeParser::getAmPmText() use QLocale instead of tr()Edward Welbourne2016-08-111-5/+3
* QMap: remove statement about STL support during Qt's own configurationGiuseppe D'Angelo2016-08-071-6/+0
* Fix permissions on lock files on UnixSimon Hausmann2016-08-051-2/+2
* QUrl::resolved: keep treating file:name.txt as relative for nowDavid Faure2016-08-041-1/+2
* QString: fix append(const QStringRef &str)Anton Kudryavtsev2016-08-041-1/+1
* QStringListModel: begin/endResetModel() are no signalsMarc Mutz2016-08-031-2/+2