summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * Bump versionKari Oikarinen2019-01-141-1/+1
| * QLocale: fix crash when using qDebug() in a global destructorDavid Faure2019-01-131-0/+2
| * macOS: Use tool environment to ensure tests load matching Qt librariesTor Arne Vestbø2019-01-122-11/+7
| * qmltestcase: Fix generation of Visual Studio project filesOliver Wolff2019-01-111-1/+2
| * QtOpenGLExtensions: Unify license headersKai Koehne2019-01-112-2/+2
| * Documentation: Add \nullptr macro and use where applicableFriedemann Kleint2019-01-1036-61/+62
| * 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-099-10/+38
| * 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
| * Blacklist a flaky qtableview function in WinRTTony Sarajärvi2019-01-081-0/+2
| * Make Android arch x86_64 to use platform-21Heikki Halmet2019-01-081-0/+3
| * 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-072-1/+4
| * 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
| * Bump versionKari Oikarinen2019-01-071-1/+1
| * configure: improve warning when all qpa plugins disabled with features.guiGatis Paeglis2019-01-072-3/+2
* | Fix the timing issue of vsftpd during boot (probably invalid config)Ryan Chu2019-01-161-3/+4
* | Support debug_and_release option (which is the default under Windows)Ryan Chu2019-01-151-1/+6
* | 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
* | disabledProtocol() - use the right address when connectingTimur Pocheptsov2019-01-091-2/+2
* | Skip smb-path test of tst_QNetworkReply when using Docker test serversRyan Chu2019-01-081-0/+10
* | Don't treat the ampersand in a titlebar as a mnemonicAndy Shaw2019-01-088-5/+55
* | Make convert_generic_to_rgb64 more genericAllan Sandfeld Jensen2019-01-083-110/+35
* | Add clear, reserve and capacity methods to QPainterPathJean-Michaël Celerier2019-01-084-6/+129
* | Optimize ARGB32->RGBA64PM betterAllan Sandfeld Jensen2019-01-083-20/+199
* | Cleanup Widgets examples - foreachChristian Ehrlicher2019-01-0710-41/+45
* | 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-0728-461/+389
|\|
| * Fix warnings about uninitialized variablesJędrzej Nowacki2019-01-062-0/+17
| * qmake: rewrite msvc/nmake cross-build environment setupOswald Buddenhagen2019-01-059-216/+181
| * qmake: reshuffle toolchain.prfOswald Buddenhagen2019-01-051-103/+106
| * qmake: add $$read_registry() functionOswald Buddenhagen2019-01-057-5/+56
| * qmake: add QMAKE_EXPORTED_VARIABLESOswald Buddenhagen2019-01-054-0/+24
| * Also integrate Android AAR librariesVolker Krause2019-01-051-1/+1
| * Copy backend configuration while setting dtls configSona Kurazyan2019-01-051-0/+1