summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Respect AT_SPI_BUS_ADDRESS env var on LinuxPatrick Griffis2022-02-171-0/+8
* CMake deployment: Make it more explicit what platforms are supportedKai Köhne2022-02-171-0/+1
* Doc: Remove cmake-variables qdoc groupKai Köhne2022-02-172-17/+0
* QGnomeTheme: Allow Space, Return, Enter and Select to press buttonsNoah Davis2022-02-161-0/+4
* Correct haswell function target for clangAllan Sandfeld Jensen2022-02-161-1/+5
* Add missing dependency to the qvkgen tool when generating vulkan codeAlexey Edelev2022-02-161-2/+6
* wasm: move canvas configuration to Qt implementationMorten Johan Sørvig2022-02-163-7/+23
* QPA: add ButtonPressKeys ThemeHintNoah Davis2022-02-162-0/+5
* Doc: Fix cmake example snippetsKai Köhne2022-02-162-2/+2
* qvkgen: optimize generated string tablesMarc Mutz2022-02-161-20/+17
* CBOR: disable UUID and QRegularExpression support in bootstrapped buildsThiago Macieira2022-02-163-22/+27
* QPluginParsedMetaData: avoid the indirection through QCborMapThiago Macieira2022-02-161-1/+1
* Eliminate double arrow in QToolButtonAxel Spoerl2022-02-161-4/+12
* QMetaObjectBuilder: fix addProperty() recording of the property typeThiago Macieira2022-02-161-1/+1
* QFile::copy: add the underlying error messages to oursThiago Macieira2022-02-161-2/+4
* QIODevice::read: don't truncate to int(readBytes)Thiago Macieira2022-02-161-8/+8
* Do not highlight the HTTP Example anymore in Qt CreatorZhang Hao2022-02-161-2/+0
* CMake: Add default launch screen storyboard for iOS appsAlexandru Croitor2022-02-161-0/+82
* QHash: fix off-by-one in assertionsMårten Nordheim2022-02-161-6/+6
* QColor: eradicate QT_STRINGVIEW_LEVELMarc Mutz2022-02-162-12/+0
* Move QBindingStorage methods marked for removal to removed_apiSona Kurazyan2022-02-163-7/+16
* QJsonValueRef: don't export the entire class in Qt 7Thiago Macieira2022-02-151-4/+5
* QJsonValueConstRef: prepare for Qt 7Thiago Macieira2022-02-156-45/+110
* QJson{Array,Object}: rewrite & simplify some iterator functionsThiago Macieira2022-02-153-20/+12
* QJsonObject::removeAt: stop dividing and multiplying by 2Thiago Macieira2022-02-152-7/+6
* QJsonValueRef: optimize the assignmentThiago Macieira2022-02-155-10/+42
* QJsonValueConstRef: optimize to{Int,Integer,Bool,Double,String}()Thiago Macieira2022-02-152-36/+100
* QJsonValueConcreteRef: optimize concrete()Thiago Macieira2022-02-155-4/+31
* QJsonObject::erase: erase unnecessary and wrong codeThiago Macieira2022-02-151-5/+4
* QCborValue: use assignContainer() in few more placesThiago Macieira2022-02-151-13/+4
* QCborValue: optimize the array-to-map conversionThiago Macieira2022-02-152-22/+36
* QCborValueConstRef: optimize to{Integer,Bool,Double,String,ByteArray}()Thiago Macieira2022-02-152-5/+61
* QCborValueRef: merge the operator[] into a templateThiago Macieira2022-02-153-147/+40
* QCborValue: merge the const operator[] into a templateThiago Macieira2022-02-153-14/+17
* QCborValue: merge the non-const operator[] into a templateThiago Macieira2022-02-152-73/+24
* QCborMap: merge the operator[] methods into a templateThiago Macieira2022-02-152-32/+36
* QCborMap: merge the constFind methods into a templateThiago Macieira2022-02-152-23/+26
* QCborArray: allow large but in-range keysThiago Macieira2022-02-151-2/+17
* QJsonObject: use QJsonValueConstRefThiago Macieira2022-02-152-14/+20
* QJsonArray: use QJsonValueConstRefThiago Macieira2022-02-151-7/+8
* QCborMap: use QCborValueConstRefThiago Macieira2022-02-152-18/+31
* QCborArray: use QCborValueConstRefThiago Macieira2022-02-153-10/+11
* Introduce Q{Json,Cbor}ValueConstRefThiago Macieira2022-02-158-57/+313
* QCborValueRef: fix using operator[] to convert an empty array to mapThiago Macieira2022-02-151-0/+1
* QCborValueRef: add a test to confirm that its methods reflect QCborValueThiago Macieira2022-02-155-8/+24
* QLibrary: add a #warning if the fall-back plugin-meta-data parser is usedMarc Mutz2022-02-161-0/+2
* Android A11Y: Fix value roundingIvan Solovev2022-02-151-2/+44
* Android A11Y: Announce value together with element name when focusedIvan Solovev2022-02-151-3/+7
* Android A11Y: handle valueChanged eventsIvan Solovev2022-02-1510-3/+100
* Convert Vulkan instance setup from Qt Quick into a Gui helperLaszlo Agocs2022-02-155-1/+211