summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
* | | Fix a few overrides in Qt CoreAlessandro Portale2018-09-2510-54/+54
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-251-0/+9
|\| |
| * | doc: add note about QAbstractEventDispatcher::wakeUp() for {Unix,Glib}Gatis Paeglis2018-09-161-0/+9
* | | doc: Fix several miscellaneous qdoc warningsMartin Smith2018-09-242-3/+7
* | | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2018-09-163-5/+10
|\ \ \
| * | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-163-5/+10
| |\| |
| | * | 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
* | | | Fix return value of GLib event dispatcher socketNotifierSourceCheckAndreas Hartmetz2018-09-161-1/+1
* | | | GLib event dispatcher: fix iteration in source check in error caseAndreas Hartmetz2018-09-161-2/+3
|/ / /
* | | QOffsetStringArray: fix compilation error with ICC18Mikhail Svetkin2018-09-141-9/+6
* | | Make updateSystemPrivate() local to qlocale.cppEdward Welbourne2018-09-113-11/+22
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-113-4/+16
|\| |
| * | 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
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-104-2/+24
|\| | |
| * | | CBOR: Add missing clear() methods to the two container classesThiago Macieira2018-09-094-2/+24
* | | | New proxy model: QConcatenateTablesProxyModelDavid Faure2018-09-094-0/+865
* | | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-093-16/+18
|\| | |
| * | | 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
| | |/
* | | QOffsetStringArray/msvc: fix compilation warnings C4100Mikhail Svetkin2018-09-071-0/+6
* | | QOffsetStringArray: fix compilation error with MSVC15/17Mikhail Svetkin2018-09-061-42/+28
* | | Reimplement QStringListModel::setItemDataLuca Beldi2018-09-062-7/+40
* | | Implement clearItemData in common modelsLuca Beldi2018-09-064-0/+27
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-0610-16/+62
|\| |
| * | 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
* | | Remove QConditional in favor of std::conditional/std::is_unsignedMikhail Svetkin2018-09-056-19/+10
* | | QObject: Document order of events on destructionUlf Hermann2018-09-041-1/+2
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-0313-166/+156
|\| |
| * | 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
* | | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2018-09-0240-251/+606
|\| |
| * | Plugins: Save some architectural requirement flagsThiago Macieira2018-09-013-6/+35