summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qsystemtrayicon_win.cpp: Clean obsolete codeFriedemann Kleint2017-04-121-104/+42
* Array-backed containers: add shrink_to_fit for STL compatibilityGiuseppe D'Angelo2017-04-128-0/+33
* QDate/Time: add toString(QStringView) overloadsMarc Mutz2017-04-126-12/+62
* QLocale: add toString(Q(Date|QTime)+, QStringView format) overloadsMarc Mutz2017-04-127-22/+94
* QByteArray: add missing inline keywordsMarc Mutz2017-04-111-38/+38
* QRegularExpression: streamline some wording in the documentationGiuseppe D'Angelo2017-04-111-19/+30
* Add button layout for dialogs on AndroidNikita Krupenko2017-04-116-14/+36
* QAndroidPlatformScreen: Use an event rather than a QTimerRobin Burchell2017-04-112-7/+19
* QSslSocket/macOS: optimize QUuid usageMarc Mutz2017-04-101-10/+8
* Make QStringView::storage_type publicMarc Mutz2017-04-101-1/+1
* winrt: Use hostnames for socket connectionsOliver Wolff2017-04-101-5/+8
* Mark qCompareStrings() functions pureMarc Mutz2017-04-091-4/+4
* cleanup: remove references to unknown classesGatis Paeglis2017-04-081-8/+0
* QVersionNumber: add fromString(QStringView/QLatin1String) overloadsMarc Mutz2017-04-085-9/+66
* qmake: use new QString::arg(QStringView) overloadMarc Mutz2017-04-074-25/+26
* QMakeEvaluator: port a QString::split() to a QStringRef::split() loopMarc Mutz2017-04-071-4/+4
* Adds a list of supported platforms in PI mkspecJesus Fernandez2017-04-071-2/+3
* doc: Correct include guardMartin Smith2017-04-071-3/+3
* xcb: remove x11FilterEvent() code pathGatis Paeglis2017-04-071-34/+2
* Add front()/back() to QString, QStringRef, QByteArray and QLatin1StringMarc Mutz2017-04-075-0/+214
* Add qConvertTo{Utf8,Latin1,Local8Bit,Ucs4}() and corresponding QStringView me...Marc Mutz2017-04-076-39/+194
* Replace Q_DECL_OVERRIDE with override in imageformatsJesus Fernandez2017-04-076-33/+33
* Merge "Merge remote-tracking branch 'origin/5.9' into dev" into refs/staging/devLiang Qi2017-04-07175-1964/+1557
|\
| * Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-07175-1964/+1557
| |\
| | * 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
| | | | * QCryptographicHash: make SHA3 calculate SHA3, not KeccakGiuseppe D'Angelo2017-03-312-76/+142
| | | | * QCryptographicHash: fix documentation of the supported algorithmsGiuseppe D'Angelo2017-03-311-1/+2
| | | | * tst_largefile: fix the mapOffsetOverflow case to match actual behaviorThiago Macieira2017-03-311-11/+30
| | | | * Add new mkspec for cross-compiling Qt5 for AArch64Neils Nesse2017-03-312-0/+64
| | | | * QtWidgets: Fix white text color on tabs on macOS for non-macOS stylesBłażej Szczygieł2017-03-301-3/+2
| | | | * Fix layout tests for GCC 5.2.x/5.3.xSami Nurmenniemi2017-03-302-4/+8