summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Add QObjectBindableProperyt::notifyFabian Kosmale2021-04-222-7/+15
* [Android] Remove signal and slot mechanism to listen states in editor'sTapio Oksa2021-04-222-8/+37
* qobject_p.h: Do not use plain emitFabian Kosmale2021-04-221-1/+1
* Fix case sensitivity handling QSFPMSamuel Gaist2021-04-221-24/+44
* Don't own unique name for QDBusTrayIconIlya Fedin2021-04-212-14/+5
* Don't use qreal as a loop counterEirik Aavitsland2021-04-211-5/+7
* Fix missing CPU feature feedbackAllan Sandfeld Jensen2021-04-211-12/+6
* Add Solaris support in cmake buildNiclas Rosenvik2021-04-217-2/+56
* QLayout: mark unsetContentsMargins as the RESET functionGiuseppe D'Angelo2021-04-211-1/+1
* QObject: port to new property systemIvan Solovev2021-04-214-12/+55
* QEdidParser: build only on XCB/EGLFSGiuseppe D'Angelo2021-04-211-2/+6
* Edid vendor table generator (3/N): regenerate the tableGiuseppe D'Angelo2021-04-211-37/+271
* Edid vendor table generator (2/N): use idiomatic C++Giuseppe D'Angelo2021-04-211-2/+2
* CMake: Fix build of QJpegPlugin in static Windows build with PCHAlexandru Croitor2021-04-211-0/+7
* QDateTime: Avoid compiler warning about issue impossible at runtimeRobert Löhning2021-04-211-1/+1
* Avoid combining enum values from different enum typesEirik Aavitsland2021-04-211-2/+2
* Documentation: Fix broken links to QIODeviceBase::OpenModeFriedemann Kleint2021-04-212-9/+9
* Cleanup qsimd ARM codeAllan Sandfeld Jensen2021-04-211-44/+26
* Add runtime aes/crypto check for ARMAllan Sandfeld Jensen2021-04-213-4/+28
* MSVC: Fix size_to to int warning in qhash.cppKai Köhne2021-04-211-1/+1
* Remove xcb-native-painting setting from the configure summaryEirik Aavitsland2021-04-201-1/+0
* Fix build when xcb_glx_plugin config is disabledEirik Aavitsland2021-04-202-0/+6
* QUtf8StringView: ensure binary compatibility throughout 6.xThiago Macieira2021-04-203-32/+5
* In the POSIX zone parser, handle no-DST zones the same as name-onlyEdward Welbourne2021-04-201-3/+3
* Correct the range of allowed hours for a POSIX rule's transitionEdward Welbourne2021-04-201-27/+14
* Make deserialization of QTimeZone less promiscuousEdward Welbourne2021-04-201-3/+6
* Return early from QTimeZone constructor if alleged IANA ID is invalidEdward Welbourne2021-04-201-0/+3
* Fix bug in QDateTimeParser::findTimeZoneName()'s length-limitingEdward Welbourne2021-04-201-1/+1
* QTest: improve the read-only property test helperSona Kurazyan2021-04-201-0/+12
* Handle overflow in QTimeZonePrivate::dataForLocalTime() and its callerEdward Welbourne2021-04-202-19/+27
* Port QPropertyAnimation::propertyName to the new property systemAndreas Buhr2021-04-203-14/+40
* Work around MSVC compilation issueFabian Kosmale2021-04-201-1/+5
* Read DPI from X Settings initially as wellIlya Fedin2021-04-202-7/+18
* Draw the cursor considering the descent is 0Tang Haixiang2021-04-201-3/+3
* Fix another compilation error in QDateTimeEirik Aavitsland2021-04-201-1/+3
* Correct prefix reported for end element in QXmlStreamReaderVincent Baijot2021-04-202-0/+4
* cocoa: Use the system-provided color for QPalette::PlaceholderTextShawn Rutledge2021-04-201-0/+5
* Fix ARM and MIPS runtime CPU feature flagsAllan Sandfeld Jensen2021-04-201-11/+11
* Allow proxy models access to the parent-child hierarchy of sourceLuca Beldi2021-04-195-6/+24
* Fix QAbstractItemModelTester false positiveLuca Beldi2021-04-191-2/+2
* CMake: Generate better Xcode iOS projectsAlexandru Croitor2021-04-191-0/+138
* CMake: Introduce zlib find script to work around hardcoded iOS SDKAlexandru Croitor2021-04-196-6/+6
* Add documentation for the QtLiterals namespaceVolker Hilsheimer2021-04-191-0/+33
* Unicodetools: compileGiuseppe D'Angelo2021-04-191-0/+2
* Port QSequentialAnimationGroup to new property systemAndreas Buhr2021-04-193-8/+18
* Port of QDBusServiceWatcher::watchMode to new property systemAndreas Buhr2021-04-192-6/+22
* Assert that engine isn't nullptr before dereferencingVolker Hilsheimer2021-04-191-0/+1
* Assert that engine isn't nullptr before dereferencingVolker Hilsheimer2021-04-191-6/+8
* Re-layout QProgressDialog when setting the cancel buttonQiang Li2021-04-191-0/+2
* QHash: allow an empty QT_HASH_SEED env variable to resetThiago Macieira2021-04-161-1/+1