summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
| * | Bump copyright year to 2019Kai Koehne2018-12-183-3/+3
| * | Fix build in INTEGRITY: __mulh is not definedThiago Macieira2018-12-141-1/+1
| * | Add "Mojave" to QSysInfo::prettyProductName()Thiago Macieira2018-12-141-0/+2
| * | QWindowsLocalCodec::convertToUnicode(): Fix remaining char conversionDavid Schulz2018-12-131-1/+5
| * | Make url normalization closer to common browser behaviorJoni Poikelin2018-12-133-14/+70
| * | Windows QPA: Fix touch message queue handlingAndre de la Rocha2018-12-121-0/+8
* | | Fix change-of-sign warnings in ICC 19Thiago Macieira2019-01-231-1/+1
* | | Fix resolve() on fonts returned from QWidget::font()Allan Sandfeld Jensen2019-01-223-6/+29
* | | qtbearer networkmanager: fix whitespaceRolf Eike Beer2019-01-221-1/+1
* | | fix crash if no screens are availableRolf Eike Beer2019-01-211-3/+6
* | | Document that you shouldn't Q_ENUM() things outside the int rangeUlf Hermann2019-01-221-0/+12
* | | Windows: Set opengl swap interval whenever we make a new window currentUlf Hermann2019-01-221-2/+2
* | | qsimd: Fix compilation with trunk clang for mingwMartin Storsjö2019-01-221-1/+1
* | | qfilesystemengine_win: Update LinkType whenever askedMårten Nordheim2019-01-221-2/+1
* | | Fix license header for qprinterinfo.cppKai Koehne2019-01-221-9/+21
* | | Doc: End sentence about Q_GADGET with dotKai Koehne2019-01-221-1/+1
* | | eglfs_kms: Fix build with -no-openglGatis Paeglis2019-01-222-1/+5
* | | configure: fix a bug where -no-xcb implied eglfs_x11=noGatis Paeglis2019-01-221-2/+1
* | | 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 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
* | Fix qbswap calls for Big Endian targetsVille Voutilainen2019-01-051-2/+2