summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| | * Windows QPA: Use member initialization in struct WindowCreationDataFriedemann Kleint2019-01-241-14/+10
| | * Add arm64 winrt targetThomas Miller2019-01-242-0/+59
| | * tst_qsslsocket - blacklist several test temporarilyTimur Pocheptsov2019-01-241-0/+6
| | * 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-2375-903/+104139
| | |\
| | | * Stabilize tst_QItemDelegate::dateTimeEditor()Friedemann Kleint2019-01-221-10/+23
| | | * egl_viv: cast EGLNative return types from vivante functionsSamuli Piippo2019-01-222-4/+4
| | | * Add changes file for Qt 5.12.1Antti Kokko2019-01-211-0/+167
| | | * tst_QString: fix localeAwareCompare() when using ICUChristian Ehrlicher2019-01-211-25/+25
| | | * Remove duplicate windeployqt_clean targetJoerg Bornemann2019-01-161-1/+0
| | | * Resolve macOS framework headers for extra compiler depend_commandJoerg Bornemann2019-01-152-0/+19
| | | * MakefileGenerator: deduplicate codeJoerg Bornemann2019-01-152-20/+15
| | | * 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-134-10/+66
| | | * Fix resolving of libraries on Apple platformsJoerg Bornemann2019-01-132-1/+5
| | | * 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
| | | * Fix PDF generation for locales using comma as decimal separatorAndre de la Rocha2019-01-081-3/+4
| | | * Fix attribution file for "FreeBSD strtoll and strtoull"Kai Koehne2019-01-081-1/+1
| | | * Fix a crash in QTextEngine when a paragraph only contains a tabLars Knoll2019-01-081-4/+8
| | | * Use jint instead of jboolean where applicable and initialize variablesAndy Shaw2019-01-081-14/+14
| | | * qmake: use default libdirs to search for prl libsSamuli Piippo2019-01-081-0/+2
| | | * Merge remote-tracking branch 'origin/5.12' into 5.12.1Liang Qi2019-01-08258-3366/+4708
| | | |\
| | | * | Fix libs dir location on arm64BogDan Vatra2019-01-071-1/+1
| | | * | Drag'n'Drop: fix dnd when dragMoveEvent() is not implementedChristian Ehrlicher2019-01-072-6/+37
| | | * | Revert "QListView: Honor css :first/:middle/:last Pseudo-States"Christian Ehrlicher2019-01-041-9/+0
| | | * | Use the AndroidDeadlockProtector when using a blockingqueued connectionAndy Shaw2019-01-041-6/+4
| | | * | Doc: Restore documentation for QTest functions in other modulesTopi Reinio2019-01-049-20/+54
| | | * | Restore behavior for QToolTip not wrapping by defaultKai Koehne2019-01-041-13/+9
| | | * | Doc: Fix link in QImage::load() documentationTopi Reinio2019-01-041-1/+1
| | | * | Windows QPA: Fix mouse pointer capture and Enter/Leave eventsAndre de la Rocha2019-01-032-52/+137