summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Add move special member functions to QSqlErrorJesus Fernandez2017-04-283-2/+60
* QFileDevice/QFileInfo: Add fileTime() and setFileTime()Nikita Krupenko2017-04-2727-4/+582
* QStringRef: fix trimmed() returning null strings on empty inputMarc Mutz2017-04-272-3/+3
* Fix resource leakJesus Fernandez2017-04-271-0/+1
* Fusion: desaturate the brown shadesJ-P Nurmi2017-04-2773-3/+3
* eglfs_kms_egldevice: Fix type mess in nativeDisplay() virtualLaszlo Agocs2017-04-271-2/+2
* qhttpthreaddelegate: Fix build with -no-ssl after @70d8460fc20Palo Kisa2017-04-271-1/+1
* Windows QPA: Move system tray icon implementation into the pluginFriedemann Kleint2017-04-279-533/+580
* Windows QPA: Add native menusFriedemann Kleint2017-04-2714-1/+1349
* QPlatformSystemTrayIcon: Add signal contextMenuRequested()Friedemann Kleint2017-04-274-1/+31
* QLocaleData: remove unused bool *overflow argumentsMarc Mutz2017-04-273-25/+12
* QCompletionEngine: avoid a node allocation on lookupMarc Mutz2017-04-272-17/+34
* tst_qstringapisymmetry: merge truncate() test into left() testMarc Mutz2017-04-271-44/+24
* QNAM: delay SSL initializationTimur Pocheptsov2017-04-266-22/+43
* QHash: make it so a zero seed selects a constant algorithmThiago Macieira2017-04-262-13/+27
* Port internal qt_starts/ends_with to QStringViewMarc Mutz2017-04-262-102/+66
* tst_qstringviewapisysmmetry: add a check for startsWith()/endsWith()Marc Mutz2017-04-261-0/+235
* QString: add internal qt_compare_strings(QL1S, QSV)Marc Mutz2017-04-261-1/+6
* QLatin1String: fix qt_compare_strings(QLatin1String, QLatin1String) for null ...Marc Mutz2017-04-262-0/+42
* QThread: terminate on exceptions leaving run()Giuseppe D'Angelo2017-04-263-58/+101
* Disentangle string-related headersMarc Mutz2017-04-256-104/+222
* QThread: fix headersclean with C++17Marc Mutz2017-04-251-2/+2
* QtTest: add support for printing QStringViewsMarc Mutz2017-04-244-9/+28
* tests/auto/gui: use new QTest::addRow() moreMarc Mutz2017-04-242-47/+46
* Add support for scoped enums to QMetaObjectBuilderMichael Brasser2017-04-243-3/+46
* QtBase: use new QStaticByteArrayMatcher where applicableMarc Mutz2017-04-243-9/+21
* eglfs_kms: Use eglGetPlatformDisplay when availableLaszlo Agocs2017-04-243-1/+32
* QThread: add static create functionGiuseppe D'Angelo2017-04-244-0/+426
* QOffscreenSurface: fix blunderGiuseppe D'Angelo2017-04-231-1/+1
* Fix casts and null pointer style in QProcessPrivate::startProcessJoerg Bornemann2017-04-231-4/+5
* Support setCreateProcessArgumentsModifier in QProcess:startDetachedJoerg Bornemann2017-04-233-10/+28
* QPixmap/X11: fix compilation with C++17Marc Mutz2017-04-221-1/+1
* QCOMPARE: allow mixed-type comparisonsMarc Mutz2017-04-212-6/+9
* Docs: Fix some warningsFriedemann Kleint2017-04-218-11/+12
* Centralize the check that the floating point implementation follows IEEE754Giuseppe D'Angelo2017-04-212-18/+27
* xcb: Add experimental legacy support for native X11 paintingLouai Al-Khanji2017-04-2126-8/+8558
* QOffscreenSurface: add a constructor taking a parent objectGiuseppe D'Angelo2017-04-212-4/+19
* Fix CSS line-height property multiplier value handlingJoni Poikelin2017-04-213-2/+62
* QStringView: mark as primitive typeMarc Mutz2017-04-211-1/+1
* QStyleHints: Make showShortcutsInContextMenus a Q_PROPERTYFriedemann Kleint2017-04-201-0/+1
* Use new Q_STDLIB_UNICODE_STRINGS and Q_COMPILER_UNICODE_STRINGSMarc Mutz2017-04-204-7/+7
* Use list-initialization moreMarc Mutz2017-04-205-10/+5
* QDateTime: replace home-grown version of qToStringViewIgnoringNull with the r...Marc Mutz2017-04-201-10/+3
* QStringView: fix position of Q_REQUIRED_RESULT macrosMarc Mutz2017-04-201-32/+32
* QUuid: add fromString(QStringView/QLatin1String)Marc Mutz2017-04-206-76/+154
* QVariant: fix the testGiuseppe D'Angelo2017-04-201-15/+14
* Merge remote-tracking branch 'origin/5.9' into devLiang Qi2017-04-20181-1047/+1954
|\
| * QMetaType: fix the testGiuseppe D'Angelo2017-04-201-2/+2
| * Split Q_COMPILER_UNICODE_STRINGS: add Q_STDLIB_UNICODE_STRINGSMarc Mutz2017-04-205-6/+13
| * Move Q_REQUIRED_RESULT to its correct positionThiago Macieira2017-04-2028-288/+281