summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Eliminate some stray misleading paths from expected output filesEdward Welbourne2019-01-165-12/+12
* Update bundled libpng to version 1.6.36André Klitzing2019-01-1628-639/+634
* clang-cl: use GCC -m CPU feature flag optionMårten Nordheim2019-01-161-0/+21
* tst_qsyntaxhighlighter: fix no-op QTRY_VERIFY checkMårten Nordheim2019-01-161-1/+2
* QSyntaxHighlighter: cancel delayed highlight if done manuallyMårten Nordheim2019-01-162-0/+20
* 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 default rpath dirs on Apple platformsTor Arne Vestbø2019-01-151-1/+1
* 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-143-0/+11
* 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 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
* Fix qbswap calls for Big Endian targetsVille Voutilainen2019-01-051-2/+2
* macOS: Optimize detection of dark modeTor Arne Vestbø2019-01-041-2/+5
* Revert "Blacklist tst_QTimer::basic_chrono on macOS"Tony Sarajärvi2019-01-041-2/+0
* Remove dead codeVitaly Fanaskov2019-01-041-134/+0
* macOS: Remove Mojave forward-declarations now that we build with Xcode 10Tor Arne Vestbø2019-01-032-14/+8
* CoreText: Fix inaccurate use of pixelSize when dealing with pointSizeTor Arne Vestbø2019-01-031-7/+9
* Respect roles of buttons added to QMessageBoxVitaly Fanaskov2019-01-034-15/+173