summaryrefslogtreecommitdiffstats
path: root/src/corelib
Commit message (Expand)AuthorAgeFilesLines
* Bump versionKari Oikarinen2019-02-252-2/+4
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-223-11/+25
|\
| * Update and expand public suffix list's attribution informationEdward Welbourne2019-02-221-2/+4
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-221-8/+14
| |\
| | * QProcess: Fix crash when calling closeWriteChannel on WindowsJoerg Bornemann2019-02-211-8/+14
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-211-1/+7
| |\|
| | * Document that type information is lost when reading QSettings from INIMitch Curtis2019-02-201-1/+7
* | | qtlite: Add a new option -no-pcreMikhail Svetkin2019-02-221-7/+12
* | | QObject: count declarative receivers also if there are no C++ onesUlf Hermann2019-02-221-3/+3
* | | Add conversion to and from long and ulongVolker Hilsheimer2019-02-213-0/+162
* | | Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-2039-173/+706
|\| |
| * | QtCore: replace null and nullptr with \nullptr in documentationChristian Ehrlicher2019-02-1814-106/+107
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-151-1/+48
| |\|
| | * Track call sites of QMacAutoReleasePools for debugging pool usageTor Arne Vestbø2019-02-131-11/+48
| | * Add developer documentation on how to debug missing auto-release poolsTor Arne Vestbø2019-02-121-0/+10
| * | Fix: "Missing emit keyword on signal call"Alessandro Portale2019-02-133-9/+9
| * | Add missing "override" specifiersAlessandro Portale2019-02-133-30/+30
| * | Remove bogus assertLars Knoll2019-02-131-1/+0
| * | wasm: fix build with emsdk 1.38.26Lorn Potter2019-02-131-1/+0
| * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-02-122-6/+9
| |\ \
| | * | 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