summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add deprecation exclusion around deprecated calls in deprecated codeFriedemann Kleint2019-02-066-0/+18
* Feature 'ocsp' - fix a broken win-64 buildTimur Pocheptsov2019-02-064-2/+78
* Switch epilogues of AVX2 conversions to single stepAllan Sandfeld Jensen2019-02-061-79/+79
* Windows style, themes: Fix deprecation warningsFriedemann Kleint2019-02-064-18/+20
* ibus: allow filterEvent() from QWindowSystemEventHandler::sendEvent()Gatis Paeglis2019-02-061-15/+16
* xcb: respect big-request encoding in max request sizeGatis Paeglis2019-02-066-26/+39
* QtWidgets: mark QDialog/QFileDialog functions as deprecatedChristian Ehrlicher2019-02-064-8/+26
* QtWidgets: mark obsolete functions as deprecatedChristian Ehrlicher2019-02-066-10/+28
* Add support for setting the peer verify name via the QNetwork* classesAndy Shaw2019-02-0611-9/+105
* QNX QPA: Add support for Qt Virtual KeyboardKarim Pinter2019-02-062-7/+17
* 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
| | | * testlib: Format durations using C localeTor Arne Vestbø2019-01-241-4/+5
| | | * Always unlock graphics buffer after binding texture during composeAndFlushTor Arne Vestbø2019-01-241-0/+1
| | | * Reorder the elements of the Android manifest to fix a lint warningLars Schmertmann2019-01-231-11/+12
| | | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-01-2346-853/+2536
| | | |\
| | | | * egl_viv: cast EGLNative return types from vivante functionsSamuli Piippo2019-01-222-4/+4
| | | | * Windows QPA: Support "press and hold for right-clicking"Andre de la Rocha2019-01-142-15/+39
| | | | * xcb: fix initialization of XRandr and XRenderAndreas2019-01-131-4/+4
| | | | * Use a more robust test for absolute paths in QDirEdward Welbourne2019-01-131-10/+19
| | | | * Fix build with -no-libpng on WindowsJoerg Bornemann2019-01-111-2/+5
| | | | * bmp image handler: Reject invalid 0-dimension files earlyEirik Aavitsland2019-01-081-1/+1