summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Add debug operators for font database structs for easier debuggingTor Arne Vestbø2017-04-183-0/+46
* Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-1810-32/+72
|\
| * Fix undefined behavior in QSharedPointer::create()5.8Ihor Dutchak2017-04-171-1/+4
| * QMatrix4x4: fix aliasing problem in operator*=Marc Mutz2017-04-141-1/+2
| * Doc: updated QSyntaxHighlighter documentation and use QRegularExpressionSamuel Gaist2017-04-121-1/+1
| * QLocale: do not test for Q_OS_MAC before including qglobal.hGiuseppe D'Angelo2017-04-121-2/+2
| * QFontconfigDatabase: properly parse desktop environment variableMarco Trevisan (Treviño)2017-04-121-1/+7
| * QtWidgets: Don't open submenus when mouse is moving between actionsBłażej Szczygieł2017-04-122-5/+19
| * Improve QStringBuilder docsMarc Mutz2017-04-121-8/+20
| * Restore compatibility with Qt 5.7.0 and 5.6.1Thiago Macieira2017-04-122-13/+17
* | Fix build error with -no-feature-sliderPaul Olav Tvete2017-04-181-1/+1
* | icc: thread_local in macOS is working since 10.7Thiago Macieira2017-04-171-4/+1
* | Fix build with libdrm >= 2.4.78Thiago Macieira2017-04-172-10/+10
* | Update the Clang support for SIMD code generationThiago Macieira2017-04-171-2/+3
* | Update the Clang usual versions for Apple's buildThiago Macieira2017-04-161-1/+5
* | qfloat16: Fix GCC warning about use of old-style castThiago Macieira2017-04-151-0/+1
* | QSplitter::replaceWidget(): Add geometry related remarkGabriel de Dietrich2017-04-141-0/+4
* | QMenu: Fix torn-off menu display crash issueDongmei Wang2017-04-141-9/+44
* | QMenu: Fix margins related display issuesDongmei Wang2017-04-142-21/+58
* | QVariant: implement QByteArray ↔ QUuid conversionv5.9.0-beta2Marc Mutz2017-04-141-5/+12
* | Windows QPA: Move initialization of resources out of the Qt namespaceFriedemann Kleint2017-04-131-1/+6
* | 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-1219-106/+126
|\|
| * configure: fix detection of xcb extensionsGatis Paeglis2017-04-111-12/+14
| * Android: Fix application state trackingChristian Strømme2017-04-115-29/+40
| * 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-091-1/+3
| * 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
* | Prevent QWindow transient parent loopTor Arne Vestbø2017-04-121-0/+4
* | QWindowsFontEngineDirectWrite: Fix build with MinGWFriedemann Kleint2017-04-121-1/+1
* | QSysInfo: Bring back suppression of ICC warning #1478Thiago Macieira2017-04-121-0/+1
* | 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