summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Remove dead code from qdbusintegrator.cppChris Adams2019-02-221-2/+0
* Tidy up in qdatetime.cppEdward Welbourne2019-05-151-18/+7
* Cleanup the fallout of QWeakPointer::data() deprecationGiuseppe D'Angelo2019-05-172-4/+19
* QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-173-3/+9
* QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-173-15/+29
* Deprecate QWeakPointer::data()Giuseppe D'Angelo2019-05-163-7/+6
* Add some examples to qExchange() docsMarc Mutz2019-05-161-0/+39
* Fix race in colorspace LUT generationAllan Sandfeld Jensen2019-05-163-10/+36
* macOS accessibility: Implement NSAccessibilityElementFrederik Gladhorn2019-05-152-4/+13
* Add setAutoDeleteReplies to QNetworkAccessManagerMårten Nordheim2019-05-153-0/+44
* Introduce AutoDeleteReplyOnFinishAttribute for QNetworkRequestMårten Nordheim2019-05-153-1/+11
* QComboBox: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-151-1/+1
* QSplitter: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-151-1/+1
* QNetworkReply: replace a QQueue with a std::vectorMarc Mutz2019-05-152-16/+9
* Add shortcut for select all in QSpinBoxFrederik Gladhorn2019-05-151-0/+1
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-1544-318/+724
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1544-318/+724
| |\
| | * Add 'well-formated' JSON string valuesMichal Klocek2019-05-141-4/+8
| | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-1413-92/+273
| | |\
| | | * macOS: Guard against display on non-main threadsTor Arne Vestbø2019-05-131-0/+9
| | | * Windows QPA: Fix resize loops when moving fixed size windows between screensFriedemann Kleint2019-05-133-23/+44
| | | * Windows QPA: Fix window frame calculation in multi-monitor setupsFriedemann Kleint2019-05-137-60/+146
| | | * Fix QWindow::mapToGlobal()/mapFromGlobal() for multi-screen windowsMorten Johan Sørvig2019-05-134-4/+56
| | | * Make sure QAccessibleTableCell is valid before referenceFrederik Gladhorn2019-05-131-6/+19
| | * | wasm: support setting the font DPI from JSMorten Johan Sørvig2019-05-135-0/+46
| | * | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-05-1319-36/+192
| | |\ \
| | | * | Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-05-1219-36/+192
| | | |\|
| | | | * Reset QWidget's winId when backing window surface is destroyedTor Arne Vestbø2019-05-111-0/+6
| | | | * QSharedPointer: fix threadsafety docsGiuseppe D'Angelo2019-05-111-8/+13
| | | | * Android: Fix wrong height of text editor context menu in some localesVova Mshanetskiy2019-05-101-1/+4
| | | | * QAndroidInputContext: Fix start value of Cursor attribute in longPress()Vova Mshanetskiy2019-05-101-1/+1
| | | | * Add unvectorized fallback in case FP exceptions are not maskedAllan Sandfeld Jensen2019-05-101-0/+18
| | | | * Make moc grok binary literals with digit separatorsVille Voutilainen2019-05-101-1/+2
| | | | * macOS: Deliver geometry changes when content view changes frameTor Arne Vestbø2019-05-101-3/+5
| | | | * macOS: Don't clip menu item drawing to bounding rect when using CoreTextTor Arne Vestbø2019-05-101-2/+5
| | | | * Work around VS2015/17 bitset + qfloat16.h compiler bugKeith Kyzivat2019-05-102-0/+17
| | | | * macOS: Implement QCALayerBackingStore::toImage()Tor Arne Vestbø2019-05-102-0/+16
| | | | * Add missing backslash to kmsconvenience.proLaszlo Agocs2019-05-091-1/+1
| | | | * Update CLDR version in attributionEdward Welbourne2019-05-091-1/+1
| | | | * Windows QPA: Improve debug messagesFriedemann Kleint2019-05-093-17/+66
| | | | * ANGLE: Backport fix for compilation on mingw/64bit with clangMartin Storsjö2019-05-082-1/+37
| | * | | doc: clang reported two fake declarations to be the sameMartin Smith2019-05-132-3/+3
| | * | | macOS: Track screens via Quartz Display Services instead of NSScreenTor Arne Vestbø2019-05-139-185/+204
| | |/ /
* | | | QContiguousCache: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
* | | | QPrintSupport: do not bypass a base class' virtualGiuseppe D'Angelo2019-05-152-3/+1
* | | | QFontMetricsF: add noexceptGiuseppe D'Angelo2019-05-151-2/+2
|/ / /
* | | QTableView: replace QLinkedList with std::listMarc Mutz2019-05-142-21/+22
* | | QFontEngine: replace QLinkedList with std::listMarc Mutz2019-05-142-7/+6
* | | QPainterPath: amend a commentGiuseppe D'Angelo2019-05-141-1/+1
* | | QSharedData: code tidiesGiuseppe D'Angelo2019-05-141-2/+3