summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-143-6/+29
* Fix precompiled headers on Apple platforms, with multiple architecturesJake Petroules2017-04-144-40/+74
* Windows QPA: Move initialization of resources out of the Qt namespaceFriedemann Kleint2017-04-131-1/+6
* Preserve last modification timestamps of installed program filesSimon Hausmann2017-04-134-4/+19
* Be more explicit about the supported platforms for OpenGL ES 2Jake Petroules2017-04-131-3/+3
* bootstrap: Remove redundant occurrence of qcore_foundation.mmGabriel de Dietrich2017-04-121-1/+0
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1221-118/+139
|\
| * configure: fix detection of xcb extensionsGatis Paeglis2017-04-111-12/+14
| * Android: Fix application state trackingChristian Strømme2017-04-115-29/+40
| * write Libs.private to .pc files only in static buildsOswald Buddenhagen2017-04-111-12/+12
| * Doc: minor language issues in Qt Sql docNico Vertriest2017-04-112-34/+33
| * Don't hide critical infoBogDan Vatra2017-04-111-2/+0
| * Use latest stable version of the android:gradle pluginBogDan Vatra2017-04-111-1/+1
| * Android: Fix crash at exitBogDan Vatra2017-04-102-14/+16
| * Fix build: Remove unused variableBogDan Vatra2017-04-101-4/+1
| * QVariant: fix docs regarding QUuidMarc Mutz2017-04-101-3/+5
| * QMap: fix UB (invalid cast) in QMapData::end()Thiago Macieira2017-04-091-2/+4
| * Fix hidpi support for opengl window grabbingFilipe Azevedo2017-04-092-1/+4
| * Add more information about how to get a QString from qgetenvJesus Fernandez2017-04-081-0/+4
| * Fix reusing FTP connection after abortJesus Fernandez2017-04-071-1/+1
| * Enable a given SIMD feature if the compiler has enabled itThiago Macieira2017-04-061-1/+1
| * Fix menu position when highdpi scalingMorten Johan Sørvig2017-04-061-2/+3
* | Preserve last modification timestamps of installed filesSimon Hausmann2017-04-128-63/+140
* | Prevent QWindow transient parent loopTor Arne Vestbø2017-04-121-0/+4
* | Skip testing of QOpenGlConfig on platforms that don't support itSami Nurmenniemi2017-04-121-0/+7
* | Fix tst_toolsupport on 32-bit arm platformSami Nurmenniemi2017-04-121-0/+6
* | QWindowsFontEngineDirectWrite: Fix build with MinGWFriedemann Kleint2017-04-121-1/+1
* | QSysInfo: Bring back suppression of ICC warning #1478Thiago Macieira2017-04-121-0/+1
* | Move Apple-specific -fapplication-extensions option to the mkspecThiago Macieira2017-04-122-4/+6
* | QProcess: fix Unix buildJake Petroules2017-04-111-0/+4
* | Make networkAccessibility() return the actual state of the networkAndy Shaw2017-04-111-2/+2
* | macOS: Prevent leaking font data when creating QRawFont from QByteArraysTor Arne Vestbø2017-04-113-27/+45
* | macOS: Don't marshal app font data via URL when using FreeType font engineTor Arne Vestbø2017-04-112-71/+33
* | Qt5DBusMacros: remove intermediate variableRolf Eike Beer2017-04-111-2/+1
* | Populate application fonts via font descriptors on Apple platformsTor Arne Vestbø2017-04-112-56/+22
* | Implement maxCharWidth() for DirectWrite engineEskil Abrahamsen Blomfeldt2017-04-112-2/+11
* | QtTest: add toString(QUuid)Marc Mutz2017-04-111-0/+6
* | Ask MS runtime to reload the timezone details if they've changedThiago Macieira2017-04-111-1/+2
* | gtk3: Mark the minimum version we supportThiago Macieira2017-04-112-2/+3
* | tst_qhashfunctions: Test non-zero seeds tooThiago Macieira2017-04-111-44/+70
* | qmake: Do not mix canonical and non canonical pathsOliver Wolff2017-04-111-1/+3
* | Optimize QLoggingSettingsParserMarc Mutz2017-04-102-39/+51
* | QQnxWindow: replace QUuid::toString().toLatin1() with QUuid::toByteArray()Marc Mutz2017-04-101-1/+1
* | QWindowsPrintDevice: Handle 0 from DocumentProperties correctlyDaniel Teske2017-04-101-1/+1
* | Load android-specific target override in resolve_targetUlf Hermann2017-04-101-0/+2
* | QTextDocument: improve import of DIV tagsDavid Faure2017-04-102-5/+27
* | winrt: Fix build for Windows 10 Creators UpdateMaurice Kalinowski2017-04-102-0/+4
* | Update attribution file for changed command line paramHeiko Becker2017-04-071-1/+1
* | Fix QDir::mkpath() when the path contains "symlink/../"Thiago Macieira2017-04-072-19/+54
* | Android: fix Menu and Back key handlingJ-P Nurmi2017-04-071-3/+11