summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QWindowsPipeReader: remove code duplication in read()Alex Trotsenko2017-05-051-11/+2
* Implement key-value iteratorSamuel Gaist2017-05-057-0/+410
* cleanup: remove redundant QGuiApplicationPrivate::buttonsGatis Paeglis2017-05-053-13/+13
* Enable c++17 in the QStringApiSymmetry testMarc Mutz2017-05-051-0/+1
* Fusion: draw DPI-scaled arrowsJ-P Nurmi2017-05-043-138/+87
* Fusion: DPI-scale menu itemsJ-P Nurmi2017-05-041-16/+22
* xcb: Decode EDID blobPier Luigi Fiorini2017-05-043-1/+74
* QStringAlgorithms/private: prefer to trim whitespace from the endMarc Mutz2017-05-041-5/+3
* Keep in sync uic sources with qttools moduleJarek Kobus2017-05-042-3108/+1664
* tst_qscopedpointer: Actually test what test name says it should testTor Arne Vestbø2017-05-031-1/+1
* tst_QStringApiSymmetry: add checks for trimmed()Marc Mutz2017-05-031-0/+68
* tst_qstringapisymmetry: also check potential rvalue overloads of transformationsMarc Mutz2017-05-031-14/+59
* QVulkanWindow: fix fatal warning on Clang 4Shawn Rutledge2017-05-031-1/+1
* macOS: Replace deprecated NSOKButton usage with NSModalResponseOKTor Arne Vestbø2017-05-031-4/+4
* Remove QAddConstMarc Mutz2017-05-031-5/+1
* eglfs_kms: Decode EDID blobPier Luigi Fiorini2017-05-027-4/+66
* EDID parser libraryPier Luigi Fiorini2017-05-027-0/+2689
* Introducing AA_CompressTabletEventsGabriel de Dietrich2017-05-013-2/+11
* tuiotouch: Finish categorizing all loggingRobin Burchell2017-04-303-23/+24
* Add a few std::move in functions accepting slotsOlivier Goffart2017-04-295-14/+21
* Support move-only function objects in QObject::connectOlivier Goffart2017-04-293-3/+45
* Add a spec for the Asus TinkerboardLaszlo Agocs2017-04-282-0/+60
* QLatin1String: add startsWith()/endsWith()Marc Mutz2017-04-283-1/+81
* QStringView: add startsWith(), endsWith()Marc Mutz2017-04-284-1/+79
* QString/Ref: add startsWith/endsWith(QStringView) overloadsMarc Mutz2017-04-283-3/+74
* Long live qStartsWith()/qEndsWith()!Marc Mutz2017-04-282-0/+92
* 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