summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QPdfWriter: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-192-1/+15
* QFormLayout: honor vertical expanding size policyChristian Ehrlicher2019-02-141-1/+1
* QStyleSheet/QToolbox: don't overlap text and iconChristian Ehrlicher2019-02-131-0/+5
* Remove eval modeKai Koehne2019-02-129-595/+0
* QLineEdit: don't emit editingFinished if nothing was doneSamuel Gaist2019-02-123-5/+18
* eglfs: Add vsync support when using NVIDIA eglstreamsDominik Holland2019-02-123-0/+63
* Allow more fine grained control over QFont debug outputTor Arne Vestbø2019-02-112-1/+104
* qpa: remove mirclientGerry Boland2019-02-1138-5284/+2
* Simplify freetype renderingAllan Sandfeld Jensen2019-02-101-250/+74
* Remove old dead codeAllan Sandfeld Jensen2019-02-084-103/+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-085-53/+69
* Get rid of the connectedSignals bitflagsLars Knoll2019-02-083-52/+33
* 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
* Long live QColorSpace and friendsAllan Sandfeld Jensen2019-02-0825-85/+3607
* 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-0212-30/+54
* Enable deprecation warnings by defaultGiuseppe D'Angelo2019-02-022-8/+20
* Merge dev into 5.13Paul Wicking2019-02-01135-1081/+3342
|\
| * Schannel: Add ALPN supportMårten Nordheim2019-01-281-2/+93
| * QtGui: mark some image functions as obsoleteChristian Ehrlicher2019-01-2811-7/+51
| * QtGui/Text: mark obsolete functions as deprecatedChristian Ehrlicher2019-01-285-2/+15
| * QtBase: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-284-22/+22
| * QtWidgets: replace 0 with \nullptr in documentationChristian Ehrlicher2019-01-2816-49/+52
| * 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-2886-960/+3070
| |\
| | * Merge remote-tracking branch 'origin/5.12' into devLiang Qi2019-01-2686-960/+3070
| | |\
| | | * 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
| | | * 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
| | | * Windows QPA: Use member initialization in struct WindowCreationDataFriedemann Kleint2019-01-241-14/+10
| | | * QAbstractItemView: fix rendering centered/right aligned item textChristian Ehrlicher2019-01-241-13/+23