summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Fix erroneous use of errno with qErrnoWarningThiago Macieira2018-09-251-1/+1
* Add tests for decoding too-short UTF-8 sequencesThiago Macieira2018-09-253-4/+19
* Tracepoints: trace signal activationGiuseppe D'Angelo2018-09-252-2/+23
* Correct documentation about the datastream versionsAndy Shaw2018-09-251-1/+1
* Doc: Fix QEasingCurve code snippetsTopi Reinio2018-09-252-3/+7
* Fix some infelicities in the Q(Date|Time)+ docsEdward Welbourne2018-09-251-28/+28
* No-thread: prevent double delete of QThreadPrivateMorten Johan Sørvig2018-09-251-0/+1
* doc: add note about QAbstractEventDispatcher::wakeUp() for {Unix,Glib}Gatis Paeglis2018-09-161-0/+9
* Fix binary compatibility with old generated moc filesOlivier Goffart2018-09-151-1/+2
* Windows QPA: Dispatch skipped touch/pen events if compression is offRomain Pokrzywka2018-09-141-3/+7
* Doc: Remove extra \a command causing QDoc macro expansion errorPaul Wicking2018-09-141-1/+1
* QStringList: restore binary compatibility with Qt 5.11David Faure2018-09-102-0/+12
* Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-09-101-4/+4
|\
| * Merge remote-tracking branch 'origin/5.11.2' into 5.11Qt Forward Merge Bot2018-09-091-4/+4
| |\
| | * Doc: Fix typos in QRectF documentationPaul Wicking2018-08-271-4/+4
* | | CBOR: Add missing clear() methods to the two container classesThiago Macieira2018-09-094-2/+24
* | | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-09-073-16/+18
|\| |
| * | QString: Fix snippet explaining "non-spaced numbered place markers"Andre Hartmann2018-09-061-1/+1
| * | Doc: Move the literal code blocks to a separate fileVenugopal Shivashankar2018-09-032-15/+17
| |/
* | ASAN: Disable SSE4.1 code in qstricmp because of heap-buffer-overflowErik Verbruggen2018-09-051-1/+1
* | QSFPM: cleanup QRegularExpression includesSamuel Gaist2018-09-032-2/+6
* | QStringList: add contains(QStringView) overloadAlbert Astals Cid2018-09-032-2/+24
* | Add QString::compare(QStringView, CaseSensitivity)Albert Astals Cid2018-09-032-1/+21
* | Rename QTimer::connectTo() to QTimer::callOnTimeout()Sergio Martins2018-09-032-9/+9
* | Android: Fix crashBogDan Vatra2018-09-031-1/+1
* | Windows code: Fix to prefer ranged-for, as clang-tidy advisesFriedemann Kleint2018-09-024-20/+13
* | Windows code: Fix clang-tidy warnings about else after jumpsFriedemann Kleint2018-09-0212-142/+139
* | qelapsedtimer_win.cpp: Fix clang-tidy warning about else after returnFriedemann Kleint2018-09-021-3/+2
* | Windows code: Fix clang-tidy warnings about (private) class definitionsFriedemann Kleint2018-09-021-1/+2
* | Plugins: Save some architectural requirement flagsThiago Macieira2018-09-013-6/+35
* | Plugins: store the metadata in CBOR instead of binary JSONThiago Macieira2018-09-016-32/+179
* | Remove codepaths and checks for unsupported Apple platformsTor Arne Vestbø2018-08-313-86/+28
* | WebAssembly for QtBaseMorten Johan Sørvig2018-08-3016-11/+135
* | Windows code: Fix clang-tidy warnings about C-style castsFriedemann Kleint2018-08-3011-49/+61
* | Update QMetaObjectBuilder::MetaObjectFlag enumBogDan Vatra2018-08-302-3/+8
* | Allow registering constructor for a set of dynamic typesBogDan Vatra2018-08-303-70/+166
* | JSON: Add qHash functions for JSON and CBOR typesUlf Hermann2018-08-2713-0/+111
* | Weak-import global objects used for logging on Apple platformsTor Arne Vestbø2018-08-252-0/+4
* | Improve detection and handling of unsupported Apple platformsTor Arne Vestbø2018-08-253-12/+15
* | Merge remote-tracking branch 'origin/5.11' into 5.12Qt Forward Merge Bot2018-08-241-1/+13
|\|
| * _q_interpolate<T> is unsafe with unsigned template argumentsLuca Beldi2018-08-221-1/+13
* | Disable warnings about deprecated QRegularExpression::PatternOptionsTor Arne Vestbø2018-08-241-0/+3
* | macOS: Take application appearance into account when drawing glyphsTor Arne Vestbø2018-08-242-3/+19
* | qthreadstorage.h: Fix syncqt warning about include path for qscopedpointer.hFriedemann Kleint2018-08-241-1/+1
* | Merge remote-tracking branch 'origin/5.11' into 5.12Liang Qi2018-08-223-21/+5
|\|
| * Doc: Remove duplicate thread-safe documentation from logging macrosKai Koehne2018-08-201-16/+0
| * Cast away -Wclass-memaccess warnings in QVarLengthArray methodsEdward Welbourne2018-08-201-3/+3
| * QSortFilterProxyModel inserting at bottom of source modelLuca Beldi2018-08-171-2/+2
* | Windows QPA: Add option to detect AltGr key pressesFriedemann Kleint2018-08-211-1/+2
* | Merge dev into 5.12Oswald Buddenhagen2018-08-2189-1594/+2118
|\ \