summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Schannel supportMårten Nordheim2019-01-2215-7/+2371
* Add QStringList::indexOf/lastIndexOf for QStringView and QLatin1StringAlbert Astals Cid2019-01-223-12/+117
* OCSP - simplify feature testTimur Pocheptsov2019-01-221-4/+0
* Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-2189-776/+907
|\
| * Android: fix NPE on m_editPopupMenuVyacheslav Koscheev2019-01-171-2/+4
| * QSqlRelationalDelegate: compile with QT_NO_CAST_FROM_BYTEARRAYChristian Ehrlicher2019-01-161-3/+3
| * Update bundled libpng to version 1.6.36André Klitzing2019-01-1628-639/+634
| * QSyntaxHighlighter: cancel delayed highlight if done manuallyMårten Nordheim2019-01-161-0/+1
| * Add the command line option --no-strip to androiddeployqtJoerg Bornemann2019-01-161-0/+6
| * Fix multiple emission of QGuiApplication::lastWindowClosed() when native chil...Friedemann Kleint2019-01-161-0/+2
| * QMacStyle - take into account that native controls are transparent nowTimur Pocheptsov2019-01-161-0/+29
| * Update QOpenGLTexture::generateMipMaps for ES 3Michael Brasser2019-01-151-4/+3
| * testlib: Add missing header files to .pro fileOliver Wolff2019-01-151-1/+16
| * Fix alignment-warnings about Q_DECLARE_PRIVATE's castsEdward Welbourne2019-01-152-4/+11
| * fix out-of-bounds access on trailing percent sign in tr() argumentOswald Buddenhagen2019-01-141-0/+4
| * QLocale: fix crash when using qDebug() in a global destructorDavid Faure2019-01-131-0/+2
| * QtOpenGLExtensions: Unify license headersKai Koehne2019-01-112-2/+2
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-1035-61/+61
| * Doc: mention that some filtered events need to be explicitly acceptedMitch Curtis2019-01-101-0/+4
| * qWaitFor: Prevent being stuck in QCoreApplication::processEventsTor Arne Vestbø2019-01-091-1/+7
| * Increase sysctl argument buffer size to include null characterRoland Rossgotterer2019-01-091-5/+5
| * Always access the 64-bit registry key to read MachineGuidRoland Rossgotterer2019-01-091-1/+1
| * wasm: fix blob download handlingLorn Potter2019-01-091-11/+16
| * Doc: Complete doc on QHostAddress::clear()Nico Vertriest2019-01-081-1/+2
| * Fix typo in fontconfig autotestKai Koehne2019-01-081-1/+1
| * Emit paletteChanged and send ApplicationPaletteChange on theme changeTimur Pocheptsov2019-01-084-18/+34
| * QNetworkReplyHttpImpl::_q_startOperation - remove a useless warningTimur Pocheptsov2019-01-081-4/+2
| * QSplashScreen: Fix positioning in multimonitor setupsFriedemann Kleint2019-01-081-10/+47
| * qmake: make CONFIG+=egl work againOswald Buddenhagen2019-01-071-1/+3
| * XCB: Use application name for X11 selection owner nameMax Mazurov2019-01-071-1/+2
| * Fix warnings about uninitialized variables - qrgba64_p.hLiang Qi2019-01-071-4/+4
| * configure: improve warning when all qpa plugins disabled with features.guiGatis Paeglis2019-01-071-2/+1
* | Fix the AVX2 ARGB->ARGB64 conversion codeThiago Macieira2019-01-151-5/+14
* | Fix deprecation warnings about QFontMetrics::widthShawn Rutledge2019-01-151-3/+3
* | uic: Refactor CustomWidgetsInfo::extends()Friedemann Kleint2019-01-105-42/+75
* | Add AVX2 version of ARGB->ARGB32PMThiago Macieira2019-01-093-2/+157
* | Add AVX2 version of the ARGB32->RGBA64PM codeThiago Macieira2019-01-092-0/+143
* | QSQL: cleanup/modernize PostgreSQL pluginChristian Ehrlicher2019-01-093-85/+94
* | Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-087-5/+7
* | Make convert_generic_to_rgb64 more genericAllan Sandfeld Jensen2019-01-082-110/+25
* | Add clear, reserve and capacity methods to QPainterPathJean-Michaël Celerier2019-01-083-6/+86
* | Optimize ARGB32->RGBA64PM betterAllan Sandfeld Jensen2019-01-083-20/+199
* | QPainter: replace an QVector with QVarLengthArrayMikhail Svetkin2019-01-071-1/+2
* | Optimize allocation of QClipData::m_spansMikhail Svetkin2019-01-071-41/+39
* | Minor optimizationLars Knoll2019-01-071-13/+13
* | Minor optimizationLars Knoll2019-01-071-2/+4
* | Merge remote-tracking branch 'origin/5.12' into devQt Forward Merge Bot2019-01-075-5/+15
|\|
| * Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-061-0/+6
| * Also integrate Android AAR librariesVolker Krause2019-01-051-1/+1
| * Copy backend configuration while setting dtls configSona Kurazyan2019-01-051-0/+1