summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QList: more explicitly document capacity() shenanigansAndrei Golubev2021-06-171-3/+4
* Fix SSE4.1, RDSEED requirement for clang-cl buildsAllan Sandfeld Jensen2021-06-173-30/+5
* Check the impact of static link order for user projectsAlexey Edelev2021-06-171-16/+32
* Doc: Remove mentioning of Qt::MidButtonKai Köhne2021-06-171-1/+1
* Fix crash in concurrent disconnectLars Knoll2021-06-172-21/+42
* cleanOrphanedConnectionsImpl: Allow to skip lockingFabian Kosmale2021-06-172-6/+26
* QOrderedMutexLocker: Disable copy and provide explicit dismiss functionFabian Kosmale2021-06-171-0/+37
* Windows: Read page size and orientation from setup dialogVolker Hilsheimer2021-06-161-3/+28
* CMake: Mention resource name on which rcc is runAlexandru Croitor2021-06-161-1/+1
* CMake: Change some custom commands to mention the target nameAlexandru Croitor2021-06-161-3/+3
* Fix rendering of text checkboxes when text is selectedShawn Rutledge2021-06-161-4/+8
* macOS: Detect sandboxed state for command line appsTor Arne Vestbø2021-06-161-2/+2
* Add missing qHash overload for INTEGRITYKimmo Ollila2021-06-162-0/+12
* Revert "Remove old Android code that have now has alternative public APIs"Jani Heikkinen2021-06-165-3/+2901
* md4c: Fix MSVC compiler level 3 warningsKai Köhne2021-06-152-4/+44
* Update md4c to 0.4.8Kai Köhne2021-06-152-28/+67
* Bindable property docs: mention virtual setters and gettersIvan Solovev2021-06-152-0/+58
* Document TLS plugin classes (private, internal)Timur Pocheptsov2021-06-152-126/+1671
* H2 - make integer conversion explicit (signed->unsigned)Timur Pocheptsov2021-06-151-2/+2
* qtpaths: Prevent tool messages from appearing in qtbase.tsFriedemann Kleint2021-06-151-30/+29
* Adjust the EntryPoint target name according to the internal module naming policyAlexey Edelev2021-06-152-18/+26
* Add common internal macros to request jni objectsAssam Boudjelthia2021-06-151-0/+39
* QTextDocumentFragment: fix ifdef rangeIvan Solovev2021-06-151-1/+2
* H2: remove a rather useless limit on the number of streamsTimur Pocheptsov2021-06-142-10/+3
* Update public suffix listMårten Nordheim2021-06-142-14309/+14419
* Add "We mean it" warning to qidentityproxymodel_p.hMitch Curtis2021-06-141-0/+12
* Schannel: Fix version functionsMårten Nordheim2021-06-141-7/+4
* Make dockwidget title bar buttons show againVolker Hilsheimer2021-06-141-4/+6
* Document that WA_TranslucentBackground will not have an effectLaszlo Agocs2021-06-141-3/+6
* QAIV: Don't open editor on release when press closed editorVolker Hilsheimer2021-06-142-2/+18
* Doc: Fix snippet for QRandomGenerator64 docsPaul Wicking2021-06-141-1/+1
* Update CLDR qt_attribution.jsonMårten Nordheim2021-06-141-1/+1
* Fix date parsing when local time lacks the start of the dayEdward Welbourne2021-06-141-13/+26
* QNetworkInformation: Rename the plugins and typeMårten Nordheim2021-06-1217-15/+15
* Doc: Mention that you cannot order QVariants anymoreKai Köhne2021-06-121-0/+4
* Fix reading gamma from PNGs without ICC profileAllan Sandfeld Jensen2021-06-121-2/+2
* CMake: Fix Qt tool apks not to be built as part of default all targetAlexandru Croitor2021-06-121-16/+35
* Deliver WindowActivate/Deactivate events to QWindowVolker Hilsheimer2021-06-122-1/+10
* Remove old Android code that have now has alternative public APIsAssam Boudjelthia2021-06-115-2901/+3
* Hangul composition: use < base + count checks, not <= checksEdward Welbourne2021-06-111-2/+2
* Fix unaligned specialData formatsAllan Sandfeld Jensen2021-06-111-4/+9
* macOS: close visible gap between tab bar base line and tabsVolker Hilsheimer2021-06-112-2/+2
* In headers with only the arrow styled, prevent overlapping with textVolker Hilsheimer2021-06-101-2/+19
* Correctly support style sheet for toolbutton menus and arrowsVolker Hilsheimer2021-06-101-25/+96
* Fix QColorTransform on RGBA64_PremultipliedAllan Sandfeld Jensen2021-06-101-6/+15
* Check scrollbar ScrollBarOverlap when computing QListView marginsZhang Hao2021-06-101-0/+1
* Add shortcut for QImage::applyColorTransform on indexed imagesAllan Sandfeld Jensen2021-06-101-0/+7
* Add the check for linker capabilities to resolve circular dependenciesAlexey Edelev2021-06-101-1/+15
* JNI: check if clazz is null before doing a jni callAssam Boudjelthia2021-06-101-8/+16
* JNI: state that findClass() returns a global refAssam Boudjelthia2021-06-101-11/+13