summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* | gtk3: Mark the minimum version we supportThiago Macieira2017-04-112-2/+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
* | QTextDocument: improve import of DIV tagsDavid Faure2017-04-101-3/+7
* | 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-071-19/+2
* | Android: fix Menu and Back key handlingJ-P Nurmi2017-04-071-3/+11
* | QDataStream: add operator<< and >> for std::nullptr_tThiago Macieira2017-04-073-0/+24
* | Doc: Clarify the porting notes from QRegExp to QRegularExpressionFriedemann Kleint2017-04-071-9/+26
* | 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-0636-175/+246
|\ \
| * | Merge remote-tracking branch 'origin/5.8' into 5.9Liang Qi2017-04-0636-175/+246
| |\|
| | * Copy stretch to multifont fontDefAllan Sandfeld Jensen2017-04-052-0/+4
| | * 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
| | * 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
| | * QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-311-12/+40
| | * QCryptographicHash: fix documentation of the supported algorithmsGiuseppe D'Angelo2017-03-311-1/+2
| | * QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-03-301-3/+2
* | | eglfs: Show error details when JSON parsing failedRainer Keller2017-04-061-1/+3
* | | Replace last occurrences of LGPL3, LGPL3-COMM headersKai Koehne2017-04-064-43/+63
|/ /
* | Fix detection of F16C for the Intel compiler (again) and Visual StudioThiago Macieira2017-04-061-2/+2
* | f16c: Use the packed intrinsics instead of scalar onesThiago Macieira2017-04-061-2/+6
* | Fix GCC warning about dereferencing type-punned pointersThiago Macieira2017-04-061-1/+2
* | QSysInfo: update the ICC warning that needs to be suppressedThiago Macieira2017-04-061-14/+9
* | Fix build when SCTP is enabledThiago Macieira2017-04-061-0/+4
* | Consider ENXIO (No such device or address) reason to check isatty()Tor Arne Vestbø2017-04-051-1/+1
* | QNetworkRequest - do not set ManualRedirectPolicyTimur Pocheptsov2017-04-041-4/+2
* | macOS: Remove un-needed fontDef assignment in QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+0
* | macOS: Use NSURL to resolve FreeType font names instead of CoreFoundationTor Arne Vestbø2017-04-041-28/+9
* | macOS: Use shared code path for creating FreeType font engine for QRawFontTor Arne Vestbø2017-04-041-21/+1
* | Move FreeType font engine creation for QRawFont into factory functionTor Arne Vestbø2017-04-043-48/+52
* | macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-045-72/+101
* | Fix warning for -no-feature-draganddrop -no-feature-clipboardStephan Binner2017-04-041-0/+2
* | Fix several unused warnings for misc disabled featuresStephan Binner2017-04-045-0/+41
* | Fix warning for -no-feature-temporaryfileStephan Binner2017-04-041-0/+1
* | Fix warnings for -no-feature-settingsStephan Binner2017-04-042-0/+4
* | Fix warning for -no-feature-textcodecStephan Binner2017-04-041-0/+2