summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* QQnxIntegration: replace a Java-style iterator with an STL-style loopMarc Mutz2019-05-211-4/+3
* Add private qt_make_unique as a drop-in for C++14 std::make_uniqueMarc Mutz2019-05-212-0/+72
* QCharRef/QByteRef: warn when triggering the resizing operator= behaviorGiuseppe D'Angelo2019-05-195-12/+102
* QPainterPath: convert manual memory management to std::unique_ptrGiuseppe D'Angelo2019-05-142-11/+7
* QPainterPathPrivate: code tidiesGiuseppe D'Angelo2019-05-141-7/+24
* Fix compilation error on compilers not supporting [[nodiscard]]Jędrzej Nowacki2019-05-211-4/+4
* Fix build without features.timezone on macOSTasuku Suzuki2019-05-211-2/+0
* rtems: Disable features which RTEMS does not supportMikhail Svetkin2019-05-143-8/+8
* qlalr: replace a QMap-wrapping OrderedSet with std::setMarc Mutz2019-05-143-96/+6
* Qt 6: unexport QCharRef / QByteRefGiuseppe D'Angelo2019-05-182-3/+10
* QFileSystemWatcher: lock autotest code away into a cold sectionMarc Mutz2019-05-212-21/+34
* Disable copies in QObjectData / QObjectUserDataGiuseppe D'Angelo2019-05-182-0/+15
* QScopeGuard: some cleanupsMarc Mutz2019-05-211-3/+2
* qmake: remove use of Java-style iteratorsMarc Mutz2019-05-211-3/+1
* QtNetwork: port away from Java-style iteratorsMarc Mutz2019-05-211-4/+3
* macOS: Fix usage of deprecated accessibility APIsFrederik Gladhorn2019-05-201-124/+119
* macOS accessibility: implement accessibilityLabelFrederik Gladhorn2019-05-161-1/+17
* QStateMachine: handle parallel child mode for state machinesErik Verbruggen2019-05-164-12/+53
* Remove dead code from qdbusintegrator.cppChris Adams2019-02-221-2/+0
* Clean up some poorly-placed newlines in the TLD suffix dataEdward Welbourne2019-03-081-6/+6
* Tidy up in qdatetime.cppEdward Welbourne2019-05-151-18/+7
* Cleanup the fallout of QWeakPointer::data() deprecationGiuseppe D'Angelo2019-05-172-4/+19
* QFileDialog: mark obsolete enum DontUseSheet as deprecatedChristian Ehrlicher2019-05-174-4/+9
* QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-1711-74/+35
* Deprecate QWeakPointer::data()Giuseppe D'Angelo2019-05-163-7/+6
* Add some examples to qExchange() docsMarc Mutz2019-05-161-0/+39
* Deduplicate initialization code for default variablesJoerg Bornemann2019-05-162-23/+16
* Clean up class definitions of makefile generatorsJoerg Bornemann2019-05-1614-82/+5
* Fix race in colorspace LUT generationAllan Sandfeld Jensen2019-05-163-10/+36
* Fix mingw pkgconfig file and dependency namingKai Pastor2019-05-161-3/+3
* Add -qtlibinfix-plugins for renaming Qt plugins according to QT_LIBINFIXJoerg Bornemann2019-05-163-0/+9
* Enable tst_QWidget_window::tst_resize_count on Ubuntu 18.04Frederik Gladhorn2019-05-151-1/+0
* macOS accessibility: Implement NSAccessibilityElementFrederik Gladhorn2019-05-152-4/+13
* Add setAutoDeleteReplies to QNetworkAccessManagerMårten Nordheim2019-05-154-0/+135
* Introduce AutoDeleteReplyOnFinishAttribute for QNetworkRequestMårten Nordheim2019-05-154-1/+85
* QComboBox: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-151-1/+1
* QSplitter: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-151-1/+1
* QNetworkReply: replace a QQueue with a std::vectorMarc Mutz2019-05-152-16/+9
* Add shortcut for select all in QSpinBoxFrederik Gladhorn2019-05-151-0/+1
* QFtp: Skip the flaky QTestEventLoop::timeout in Coin networkRyan Chu2019-05-151-32/+48
* Fix the timing issue of QFtp tests when using Docker serversRyan Chu2019-05-152-1/+7
* Rework QFtp test and resolve the unresolved itemsRyan Chu2019-05-151-0/+4
* Migrate QFtp test to new test serverVolker Hilsheimer2019-05-152-84/+94
* Merge "Merge remote-tracking branch 'origin/5.13' into dev" into refs/staging...Liang Qi2019-05-1550-325/+761
|\
| * Merge remote-tracking branch 'origin/5.13' into devLiang Qi2019-05-1550-325/+761
| |\
| | * Add 'well-formated' JSON string valuesMichal Klocek2019-05-142-5/+34
| | * Merge "Merge remote-tracking branch 'origin/5.12' into 5.13" into refs/stagin...Friedemann Kleint2019-05-1413-92/+273
| | |\
| | | * Merge remote-tracking branch 'origin/5.12' into 5.13Friedemann Kleint2019-05-1413-92/+273
| | | |\
| | | | * macOS: Guard against display on non-main threadsTor Arne Vestbø2019-05-131-0/+9
| | | | * Windows QPA: Fix resize loops when moving fixed size windows between screensFriedemann Kleint2019-05-133-23/+44