summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QtWidgets: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-135-4/+28
* QtGui: compile with QT_DISABLE_DEPRECATED_BEFORE=0x050d00Christian Ehrlicher2019-02-1313-1/+26
* Add faster path for scaling QRegion with multiple regionsJoni Poikelin2019-02-132-2/+72
* wasm: remove EM_ASM calls in wasm platform pluginLorn Potter2019-02-134-35/+27
* wasm: fix build with emsdk 1.38.26Lorn Potter2019-02-131-1/+0
* Fix: "Emit keyword being used with non-signal"Alessandro Portale2019-02-123-9/+9
* Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-02-1224-154/+176
|\
| * Merge remote-tracking branch 'origin/5.12' into 5.13Qt Forward Merge Bot2019-02-1224-154/+176
| |\
| | * configure: use proper separator for mingw librariesEric Lemanissier2019-02-121-1/+4
| | * Win32 makefile for qmake: Use proper linkerYuhang Zhao2019-02-111-2/+2
| | * macOS: Don't send redundant geometry change events for top level windowsTor Arne Vestbø2019-02-111-0/+3
| | * macOS: Treat default swapInterval (-1) as vsync-enabled display-linkTor Arne Vestbø2019-02-113-6/+12
| | * macOS: Simplify mouse trackingTor Arne Vestbø2019-02-112-33/+25
| | * macOS: Explain QNSViewMouseMoveHelper for future generationsTor Arne Vestbø2019-02-111-0/+16
| | * harbuzzng: Remove assumption about Core Text working in 96 DPITor Arne Vestbø2019-02-111-21/+4
| | * Fix two smaller bugs in the BiDi engineLars Knoll2019-02-093-20/+23
| | * Fix an assertion in the BiDi algorithmLars Knoll2019-02-092-14/+34
| | * Fix QTextTable:insertRows() for tables with spanning cellsLars Knoll2019-02-092-4/+14
| | * Avoid read-outside-array error by QStringRef over-reachEdward Welbourne2019-02-082-5/+19
| | * Fix QDeadlineTimer::Forever case in QWaitConditionMorten Johan Sørvig2019-02-081-1/+3
| | * winrt qpa: Remove last windows phone leftoversOliver Wolff2019-02-084-40/+0
| | * winrt: Warn if OpenGL ES version is set to a value > 3.0Oliver Wolff2019-02-081-0/+4
| | * windows: Support OpenGL ES versions > 3.0 with ANGLEOliver Wolff2019-02-081-2/+8
| | * Revert "winrt: Skip context validation in ANGLE"Oliver Wolff2019-02-081-1/+0
| | * winrt: Use ES3 ANGLE code path when blitting widgetsOliver Wolff2019-02-082-4/+5
* | | QComboBox: deprecate signal currentIndexChanged(const QString &)Christian Ehrlicher2019-02-122-0/+12
* | | QFontComboBox: fix layouting in RTL modeChristian Ehrlicher2019-02-121-6/+10
* | | QtWidgets: mark QFileDialog functions as deprecatedChristian Ehrlicher2019-02-123-18/+23
* | | Add missing \since to QList<T>::swapItemsAt()Friedemann Kleint2019-02-121-0/+1
* | | Deduplicate QWidgetPrivate::invalidateBufferTor Arne Vestbø2019-02-124-97/+69
* | | Update SQLite to 3.27.1Andy Shaw2019-02-123-3791/+5132
* | | Fix detection of libraries when linking against static builds with CMakeJean-Michaël Celerier2019-02-121-0/+10
* | | [platform/android] Add native file dialogNicolas Fella2019-02-124-2/+239
* | | Add platform native interface to offscreen pluginMichal Klocek2019-02-123-25/+62
|/ /
* | tst_QMenu: skip part of menuSize_Scrolling testSamuli Piippo2019-02-091-0/+7
* | Fix deprecation warnings in widget autotestsChristian Ehrlicher2019-02-0823-219/+212
* | Fix some QPainter-related deprecation warningsFriedemann Kleint2019-02-086-13/+14
* | Schannel: slightly optimize memory-usage for encryptionMårten Nordheim2019-02-081-24/+15
* | Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Liang Qi2019-02-08743-14641/+49473
|\ \
| * | Merge remote-tracking branch 'origin/5.12' into 5.13Liang Qi2019-02-08743-14641/+49473
| |\|
| | * Android: follow official android flags for cmakeBogDan Vatra2019-02-071-2/+5
| | * QToolButton: fix handling multi-line textsChristian Ehrlicher2019-02-072-2/+25
| | * QCommonStyle: factor out elided text calculationChristian Ehrlicher2019-02-072-61/+86
| | * QMetaObject::Connection overview documentation improvementsAndreas Hartmetz2019-02-061-4/+7
| | * Add testlib selftests for double and for non-finite float and doubleEdward Welbourne2019-02-0613-86/+2481
| | * Improve keyboard navigation in QListView when isWrapping is enabledAlexander Volkov2019-02-062-8/+51
| | * Merge "Merge remote-tracking branch 'origin/5.12.1' into 5.12" into refs/stag...Qt Forward Merge Bot2019-02-064-7/+9
| | |\
| | | * Merge remote-tracking branch 'origin/5.12.1' into 5.12Qt Forward Merge Bot2019-02-064-7/+9
| | | |\
| | | | * Fix llvm-strip errorv5.12.1BogDan Vatra2019-01-281-1/+1
| | | | * Fix corewlan configure testJoerg Bornemann2019-01-281-1/+1