summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Replace look-up array with simple arithmeticEdward Welbourne2019-05-231-12/+13
* Add locale support for Cebuano and Erzya languages (new in CLDR v35.1)Edward Welbourne2019-05-203-4/+33
* Rename util/locale_database/ to include the e that was missingEdward Welbourne2019-05-204-5/+5
* QEvdevTouchScreenData: remove use of Java-style iteratorsMarc Mutz2019-05-241-11/+9
* QBasicTimer: share some codeMarc Mutz2019-05-231-25/+2
* Fix font matching of typographic families on WindowsEskil Abrahamsen Blomfeldt2019-05-235-8/+57
* QHsts: code tidiesGiuseppe D'Angelo2019-05-131-2/+2
* QString/QByteArray: detach immediately in operator[]Giuseppe D'Angelo2019-05-194-24/+52
* Remove usages of Q_OS_WINCEJoerg Bornemann2019-05-236-28/+3
* Update outdated comment in QEventDispatcherWin32::processEventsJoerg Bornemann2019-05-231-1/+1
* QTextBrowser: set base URL and document URL before loading contentShawn Rutledge2019-05-221-2/+8
* Fix qdoc warnings for Qt 5.14Friedemann Kleint2019-05-2110-16/+47
* uic/Python: Fix tab stop/Z-Order and buddy handlingFriedemann Kleint2019-05-084-42/+52
* Windows QPA: Fix RTL window title barsFriedemann Kleint2019-05-227-23/+110
* Long live Qt::SplitBehavior!Marc Mutz2019-05-215-0/+85
* QGestureManager: don't abuse a QMap for a setMarc Mutz2019-05-211-6/+6
* QEvdevTouchScreenData: use a mutex locker instead of manual lock/unlock()Marc Mutz2019-05-211-4/+5
* QStandardDirs: fix quadratic loopMarc Mutz2019-05-211-8/+4
* QFileSystemWatcher: fix quadratic loop by porting away from QMutableListIteratorMarc Mutz2019-05-211-18/+15
* QtGui: get rid of the last Java-style iteratorMarc Mutz2019-05-211-3/+1
* QFileSystemWatcherEngines: port some Java-style iterators to ranged-forMarc Mutz2019-05-214-53/+52
* 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-142-5/+5
* 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-211-21/+22
* Disable copies in QObjectData / QObjectUserDataGiuseppe D'Angelo2019-05-182-0/+15
* QScopeGuard: some cleanupsMarc Mutz2019-05-211-3/+2
* 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-163-8/+43
* Remove dead code from qdbusintegrator.cppChris Adams2019-02-221-2/+0
* 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-173-3/+9
* QtCore: mark obsolete enumerations as deprecatedChristian Ehrlicher2019-05-173-15/+29
* Deprecate QWeakPointer::data()Giuseppe D'Angelo2019-05-163-7/+6
* Add some examples to qExchange() docsMarc Mutz2019-05-161-0/+39
* Fix race in colorspace LUT generationAllan Sandfeld Jensen2019-05-163-10/+36
* macOS accessibility: Implement NSAccessibilityElementFrederik Gladhorn2019-05-152-4/+13
* Add setAutoDeleteReplies to QNetworkAccessManagerMårten Nordheim2019-05-153-0/+44
* Introduce AutoDeleteReplyOnFinishAttribute for QNetworkRequestMårten Nordheim2019-05-153-1/+11
* QComboBox: do not bypass the base class' overridesGiuseppe D'Angelo2019-05-151-1/+1