summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
...
| | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-122-6/+9
| | |\|
| | | * Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-081-5/+6
| | | * Fix QDeadlineTimer::Forever case in QWaitConditionMorten Johan Sørvig2019-02-081-1/+3
| * | | Add missing \since to QList<T>::swapItemsAt()Friedemann Kleint2019-02-121-0/+1
| |/ /
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-089-19/+81
| |\|
| | * QMetaObject::Connection overview documentation improvementsAndreas Hartmetz2019-02-061-4/+7
| | * Fix race condition in getting the system locale dataThiago Macieira2019-02-011-2/+2
| | * Q(Date|Time)+::toString: correct account of format specifiersEdward Welbourne2019-01-311-12/+30
| | * Fix unused parametersJesus Fernandez2019-01-291-0/+4
| | * qtlite: Fix build libs with -no-feature-regularexpressionMikhail Svetkin2019-01-274-1/+32
| | * Add doc note about Qt::MSWindowsFixedSizeDialogHint and High DPIFriedemann Kleint2019-01-271-0/+6
| * | Wasm: Implement QThread::idealThreadCount()v5.13.0-alpha1Morten Johan Sørvig2019-02-071-0/+5
| * | wasm: add qstdweb private APIMorten Johan Sørvig2019-02-075-0/+410
| * | Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-062-0/+6
* | | Remove eval modeKai Koehne2019-02-125-576/+0
* | | Use QBasicMutex instead of QMutex in the signalSlockLock()Lars Knoll2019-02-083-32/+81
* | | Replace the ConnectionData::inUse int with a proper refcountLars Knoll2019-02-082-56/+38
* | | Move all connection related data into one data structureLars Knoll2019-02-082-210/+213
* | | Simplify the code required for switching the current senderLars Knoll2019-02-082-72/+33
* | | Shave ~5% off from signal emission timeLars Knoll2019-02-084-50/+67
* | | Get rid of the connectedSignals bitflagsLars Knoll2019-02-083-52/+33
* | | Always return early if no signal is connectedLars Knoll2019-02-081-13/+8
* | | corelib: typo fix in .pro-fileTobias Hunger2019-02-081-1/+1
|/ /
* | QAnimationDriver: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-052-3/+6
* | Enable deprecation warnings by defaultGiuseppe D'Angelo2019-02-022-8/+20
* | QtCore: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-2813-37/+39
* | Merge "Merge remote-tracking branch 'origin/5.12' into dev" into refs/staging...Liang Qi2019-01-2812-97/+117
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2612-97/+117
| |\|
| | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-239-93/+102
| | |\
| | | * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-131-10/+19
| | | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-0877-894/+1425
| | | |\
| | | * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-043-56/+5
| | | * | Fix build in INTEGRITY: __mulh is not definedThiago Macieira2018-12-141-1/+1
| | | * | Add "Mojave" to QSysInfo::prettyProductName()Thiago Macieira2018-12-141-0/+2
| | | * | QWindowsLocalCodec::convertToUnicode(): Fix remaining char conversionDavid Schulz2018-12-131-1/+5
| | | * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-133-14/+70
| | * | | Document that you shouldn't Q_ENUM() things outside the int rangeUlf Hermann2019-01-221-0/+12
| | * | | qsimd: Fix compilation with trunk clang for mingwMartin Storsjö2019-01-221-1/+1
| | * | | qfilesystemengine_win: Update LinkType whenever askedMårten Nordheim2019-01-221-2/+1
| | * | | Doc: End sentence about Q_GADGET with dotKai Koehne2019-01-221-1/+1
* | | | | Windows: improve QTimer::remainingTime when called before processEventsChristian Andersen2019-01-281-2/+8
* | | | | QMimeGlobPattern: update use of wildcardToRegularExpresionSamuel Gaist2019-01-261-1/+1
|/ / / /
* | | | Add QJsonArray::cbegin()/cend() methodsLars Knoll2019-01-252-0/+18
* | | | Update qxmlstream.g with changes from qxmlstream_p.hLars Knoll2019-01-251-3/+11
* | | | QMimeData: Prefer UTF-8 when multiple charsets are availableJohan Klokkhammer Helsing2019-01-231-0/+5
* | | | QFile/QFileInfo: mark readLink() as deprecatedChristian Ehrlicher2019-01-234-6/+32
* | | | QProcess: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-232-2/+15
* | | | QtCore: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-238-6/+31
* | | | Allow more fine grained control over QFlags debug outputTor Arne Vestbø2019-01-231-4/+54
* | | | Allow more fine grained control over QMetaEnum debug outputTor Arne Vestbø2019-01-231-7/+47