summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | Support different job counts also for ICC LTOThiago Macieira2017-04-071-1/+3
* | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-074-0/+52
* | examples: remove some unneeded QStringRef::toString() callsMarc Mutz2017-04-073-12/+12
* | Doc: Clarify the porting notes from QRegExp to QRegularExpressionFriedemann Kleint2017-04-071-9/+26
* | tst_qmessagehandler: fix qMessagePattern for armSami Nurmenniemi2017-04-071-2/+4
* | tst_QFocusEvent: Fix checkReason_ActivateWindow for offscreen and minimal pla...Sami Nurmenniemi2017-04-071-0/+8
* | Fix tst_Collections for gcc/armSami Nurmenniemi2017-04-071-15/+27
* | Fix tst_QDirModel for qemuSami Nurmenniemi2017-04-072-0/+7
* | Don't set margin on offscreen window if it has a parentSami Nurmenniemi2017-04-061-2/+5
* | Merge "Merge remote-tracking branch 'origin/5.8' into 5.9" into refs/staging/5.9Liang Qi2017-04-0648-274/+446
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-0648-274/+446
| |\|
| | * Copy stretch to multifont fontDefAllan Sandfeld Jensen2017-04-053-0/+30
| | * Fix stretch of QRawFontsAllan Sandfeld Jensen2017-04-051-0/+1
| | * Environment variable enabling the workaround FBO readback bugMarco Martin2017-04-053-32/+34
| | * qbmphandler fix: use qint64 for caching QIODevice file positionHendrick Melo2017-04-042-4/+4
| | * Adds a note to QSqlDatabase::~QSqlDatabase documentationJesus Fernandez2017-04-041-0/+3
| | * GCC 7: fix -Werror=implicit-fallthroughGiuseppe D'Angelo2017-04-0414-38/+68
| | * QRasterBackingStore: Correct high-dpi image sizeMorten Johan Sørvig2017-04-041-5/+11
| | * Fix qReallocAligned for reallocation when alignment > 2*sizeof(void*)Thiago Macieira2017-04-041-3/+8
| | * Use fallthrough attributes only in C++ modeGiuseppe D'Angelo2017-04-031-5/+4
| | * qtconcurrent: correct whitespacesEric Lemanissier2017-04-031-50/+50
| | * xcb: fix build when xlib is not presentGatis Paeglis2017-04-031-6/+0
| | * xcb: prevent dangling pointer when window focus changesGatis Paeglis2017-04-033-14/+12
| | * Detect the (stated) C++ standard edition at build timeThiago Macieira2017-03-316-57/+7
| | * Mark to remove const from function parameters in QtCore public headersThiago Macieira2017-03-313-2/+3
| | * Don't use non-POD type as variadic argumentTobias Sung2017-03-311-2/+2