summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* QAbstractAnimation: initialize the private members while declaring themSona Kurazyan2021-04-132-28/+13
* Merge integration refs/builds/qtci/dev/1618306545Qt CI Bot2021-04-135-18/+24
|\
| * Silence qdoc warningsVolker Hilsheimer2021-04-132-0/+3
| * Fix qdoc warnings from new QLockFile membersVolker Hilsheimer2021-04-131-4/+3
| * Fix qdoc warning, \function is not a commandVolker Hilsheimer2021-04-132-14/+18
* | Document new InputMethodQuery enum valueVolker Hilsheimer2021-04-131-0/+1
|/
* Fix qdoc warning, it's QThread::PriorityVolker Hilsheimer2021-04-121-1/+1
* QtFuture::connect: disconnect signals firstMårten Nordheim2021-04-121-7/+7
* Add "QT_DEPRECATED_VERSION_XXX" macrosJiDe Zhang2021-04-121-0/+32
* Merge integration refs/builds/qtci/dev/1617996746Qt CI Bot2021-04-091-1/+3
|\
| * Fix generating mimedatabase with generate.pl using makeNiclas Rosenvik2021-04-091-1/+3
* | QCoreApplication: improve docs on exit() and quit() thread-safetyThiago Macieira2021-04-091-1/+14
* | QCoreApplication::exit: make it a slotThiago Macieira2021-04-091-1/+1
|/
* Fix futexNeedsWake() on 64-bit systemsAllan Sandfeld Jensen2021-04-091-4/+5
* Merge integration refs/builds/qtci/dev/1617904724Qt CI Bot2021-04-081-1/+1
|\
| * Call statx() with AT_NO_AUTOMOUNTAlexander Volkov2021-04-081-1/+1
* | Fix environ build break on FreeBSDNiclas Rosenvik2021-04-081-2/+7
|/
* Fix linking order of the resource objectsAlexey Edelev2021-04-081-3/+24
* Merge integration refs/builds/qtci/dev/1617813097Qt CI Bot2021-04-073-24/+77
|\
| * Add the SIMULATE_IN_SOURCE argument to _qt_internal_test_expect_passAlexey Edelev2021-04-071-21/+72
| * Allow qrandom_p.h to be included by more than one .cpp in QtCoreThiago Macieira2021-04-072-3/+5
* | Merge integration refs/builds/qtci/dev/1617802255Qt CI Bot2021-04-073-4/+31
|\ \
| * | Do not notify about property changes if the value hasn't changedSona Kurazyan2021-04-072-4/+13
| * | Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
| |/
* | Merge integration refs/builds/qtci/dev/1617798649Qt CI Bot2021-04-072-9/+18
|\ \ | |/ |/|
| * QSemaphore: fix missed wakes with futex on WindowsMårten Nordheim2021-04-071-6/+13
| * Fix get out of bounds index in QSortFilterProxyModel::filterAcceptsRowChunLin Wang2021-04-071-3/+5
* | CMake: Choose better defaults for qt_add_plugin STATIC/SHAREDAlexandru Croitor2021-04-072-4/+35
* | Fix return type of QMetaType::sizeOf in documentationVolker Hilsheimer2021-04-071-1/+1
* | Explicitly set enums' type to avoid undefined behaviorRobert Löhning2021-04-071-2/+2
|/
* Merge integration refs/builds/qtci/dev/1617712854Qt CI Bot2021-04-061-0/+1
|\
| * Document meta-object revision 10Fabian Kosmale2021-04-061-0/+1
* | Merge integration refs/builds/qtci/dev/1617702467Qt CI Bot2021-04-062-5/+18
|\ \
| * | QList: Satisfy contiguous_range requirementsFabian Kosmale2021-04-061-2/+15
| * | QSemaphore: move suspect increment of waiter countMårten Nordheim2021-04-061-3/+3
* | | Merge integration refs/builds/qtci/dev/1617698863Qt CI Bot2021-04-061-4/+9
|\ \ \ | |_|/ |/| |
| * | QWindowsPipeReader: determine pipe state before signalingAlex Trotsenko2021-04-061-4/+9
| |/
* / Doc: Fix link errors qtbaseNico Vertriest2021-04-061-1/+1
|/
* QThreadPool: let the started thread have the same name as the poolThiago Macieira2021-04-031-1/+7
* Fix Q_OBJECT_COMPAT_PROPERTY_WITH_ARGS when using the signalIvan Solovev2021-04-031-4/+4
* Add support to set thread priority to QThreadPoolSamuel Gaist2021-04-033-2/+33
* QGenericAtomicOps: allow pointer-sized non-atomic atomicsThiago Macieira2021-04-021-2/+4
* CMake: Fix building multi-arch universal macOS QtAlexandru Croitor2021-04-011-7/+4
* Add std::chrono overloads for QLockFile functionsShantanu Tushar2021-04-012-0/+64
* Merge integration refs/builds/qtci/dev/1617269094Qt CI Bot2021-04-014-0/+42
|\
| * wasm: add cmake build supportLorn Potter2021-04-014-0/+42
* | QObjectCompatProperty: Reintroduce operator=Fabian Kosmale2021-04-011-0/+6
* | QObjectCompatProperty: Emit signal in notfiyFabian Kosmale2021-04-012-12/+49
* | QObjectCompatProperty: Require explicit notifyFabian Kosmale2021-04-013-11/+4
|/
* Merge integration refs/builds/qtci/dev/1617226155Qt CI Bot2021-03-311-0/+8
|\