summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Simplify freetype renderingAllan Sandfeld Jensen2019-02-101-250/+74
* Remove old dead codeAllan Sandfeld Jensen2019-02-084-103/+0
* Add a couple of tests in QObject::tst_qobjectOlivier Goffart2019-02-081-0/+165
* 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-083-212/+215
* Simplify the code required for switching the current senderLars Knoll2019-02-082-72/+33
* Shave ~5% off from signal emission timeLars Knoll2019-02-085-53/+69
* Get rid of the connectedSignals bitflagsLars Knoll2019-02-084-54/+35
* Always return early if no signal is connectedLars Knoll2019-02-081-13/+8
* gui: Fix typo in qmake build systemTobias Hunger2019-02-081-1/+1
* corelib: typo fix in .pro-fileTobias Hunger2019-02-081-1/+1
* qmake.pro: Fix missing headers and add missing line continuationTobias Hunger2019-02-081-7/+6
* Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-0832-88/+3859
* Disable Docker-based test servers on Windows temporarilyLiang Qi2019-02-071-2/+2
* Merge remote-tracking branch 'origin/5.13' into devQt Forward Merge Bot2019-02-06114-553/+679
|\
| * Disable Docker-based test servers on macOS temporarilyLiang Qi2019-02-061-1/+12
| * Fix convertARGBToARGB32PM_avx2 and convertARGBToRGBA64PM_avx2Allan Sandfeld Jensen2019-02-051-2/+2
| * QtWidgets/Graphics-/ItemViews: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-0510-7/+38
| * QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-0512-88/+90
| * QtGui documentation: cleanupChristian Ehrlicher2019-02-0515-55/+64
| * QtWidgets documentation: cleanupChristian Ehrlicher2019-02-0520-114/+104
| * QAnimationDriver: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-052-3/+6
| * QtGui: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-0211-29/+28
| * QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-02-0212-117/+120
| * QtGui/QPainterPath: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-022-29/+39
| * QtGui/QPainter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-024-22/+53
| * QtGui: mark obsolete QPixmapCache::find() functions as deprecatedChristian Ehrlicher2019-02-0213-33/+57
| * Examples: cleanup foreach usageChristian Ehrlicher2019-02-0212-32/+37
| * Enable deprecation warnings by defaultGiuseppe D'Angelo2019-02-023-15/+23
| * Merge dev into 5.13Paul Wicking2019-02-01229-1286/+105270
| |\ | |/ |/|
* | Regenerate TLS certificates after docker machine resumesRyan Chu2019-01-291-2/+4
* | Schannel: Add ALPN supportMÃ¥rten Nordheim2019-01-283-6/+114
* | Cleanup Widgets examples - includesChristian Ehrlicher2019-01-2836-85/+66
* | Cleanup Widgets examples - replace foreachChristian Ehrlicher2019-01-286-17/+25
* | QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-2811-7/+51
* | QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-286-3/+16
* | QtBase: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-284-22/+22
* | QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-2817-50/+53
* | 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-28128-1049/+104797
|\ \
| * \ Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-26128-1049/+104797
| |\ \
| | * | xcb: Avoid repaint lags with DnDAlexander Volkov2019-01-253-2/+19
| | * | Ability to switch language under platform eglfs/linuxfbElena Zaretskaya2019-01-2514-7/+267
| | * | QMacStyle: fix PE_PanelLineEdit and PE_FrameLineEdit handlingTimur Pocheptsov2019-01-251-12/+50
| | * | tst_QItemDelegate: try to stabilize combobox testChristian Ehrlicher2019-01-252-4/+1
| | * | Windows QPA: Cache "forcedScreenForGLWindow" to avoid overheadAndre de la Rocha2019-01-243-7/+30
| | * | configure: handle FREETYPE_* variablesEric Lemanissier2019-01-241-1/+2
| | * | Windows QPA: Move the code installing the filter for WM_TASKBARCREATEDFriedemann Kleint2019-01-241-6/+7
| | * | Windows QPA: Fix tray icon becoming visible before showFriedemann Kleint2019-01-242-1/+27