summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* qmake: Improve error message when detecting macOS platform SDK upgradeTor Arne Vestbø2021-03-192-4/+11
* tst_bench_qmetaobject: Fix testFabian Kosmale2021-03-191-3/+4
* Avoid int overflow in QImage rotate90/180/270Eirik Aavitsland2021-03-191-21/+21
* Update bundled libjpeg-turbo to version 2.0.6Eirik Aavitsland2021-03-1926-150/+235
* QAsn1Element: Avoid overflow in QAsn1Element::toIntegerRobert Löhning2021-03-181-2/+3
* CMake: make sure to collect Android dependencies for pluginsAssam Boudjelthia2021-03-183-42/+67
* Prevent static plugin triggering autogen dependency on reconfigureCraig Scott2021-03-181-7/+15
* CMake: Don't attempt to add to a target that doesn't existMårten Nordheim2021-03-171-2/+4
* Remove the unnecessary template parameter from the class specializationSona Kurazyan2021-03-171-2/+2
* Mention QPromise in the QFuture docsSona Kurazyan2021-03-171-3/+4
* Add nullptr checkOliver Eftevaag2021-03-161-1/+2
* Include minus sign in ImhFormattedNumbersOnly's available keysEdward Welbourne2021-03-161-3/+1
* rhi: metal: Stop using BufferOp for no good reasonLaszlo Agocs2021-03-151-6/+8
* rhi: metal: Skip unnecessary writes when updating the entire bufferLaszlo Agocs2021-03-151-1/+4
* Support family names that end/start with spaceEskil Abrahamsen Blomfeldt2021-03-151-1/+3
* Fix QMetaType benchmarkFabian Kosmale2021-03-121-3/+5
* Fix QMultiHash::count(key) crashAndrei Golubev2021-03-122-0/+19
* Avoid undefined color values in corrupt xpm imageEirik Aavitsland2021-03-121-1/+1
* Doc: Change section titles that cause bad linksPaul Wicking2021-03-126-18/+18
* Revert "QPushButton: fix support of style sheet rule for text alignment"Volker Hilsheimer2021-03-112-4/+20
* Doc: Add hyperlink to relevant sectionPaul Wicking2021-03-111-2/+2
* Bump Apple platform minimum versionsAlexandru Croitor2021-03-114-6/+6
* rhi: metal: Avoid unused argument warning on iOSLaszlo Agocs2021-03-101-0/+3
* rhi: metal: Use the layer as the single source of truthLaszlo Agocs2021-03-101-8/+34
* QConcatenateTablesProxyModel: skip dataChanged in hidden columnsDavid Faure2021-03-092-1/+17
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-093-50/+203
* FileChooser portal: send window id in hexJan Grulich2021-03-081-1/+1
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-082-1/+27
* xcb: unset old states and set new ones for windowLiang Qi2021-03-081-16/+33
* Doc: Use correct include for QWGLContextPaul Wicking2021-03-071-1/+1
* Make qdecompresshelper archive bomb check only trigger for large filesØystein Heskestad2021-03-074-0/+50
* Add documentation for Q_OBJECT_BINDABLE_PROPERTYAndreas Buhr2021-03-061-0/+23
* Doc: Fix section titles that confuse QDoc's autolinkerPaul Wicking2021-03-051-9/+9
* Android: make calling exit() conditional on an environment variableVille Voutilainen2021-03-051-2/+3
* Bump versionJani Heikkinen2021-03-052-2/+2
* QMenu test: turn tooltip animations offVolker Hilsheimer2021-03-051-0/+2
* Doc: Specify correct include for QWGLContextPaul Wicking2021-03-041-0/+1
* Blacklist test QMenu::QTBUG_89082_actionTipsHide() for WindowsFriedemann Kleint2021-03-041-0/+1
* Fix out-of-buffer in ICC curv parsingAllan Sandfeld Jensen2021-03-041-5/+6
* Fix logic problems with table based grayscale ICC profilesAllan Sandfeld Jensen2021-03-032-5/+5
* Limit value in setFontSizeFromValue()Robert Löhning2021-03-021-2/+2
* Brush up the imageviewer exampleFriedemann Kleint2021-03-022-4/+5
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-252-9/+11
* And fix handling and test of QImage::fill(uint) as wellAllan Sandfeld Jensen2021-02-252-2/+12
* Fix recently added auto test of text layout overflowv6.0.2Eirik Aavitsland2021-02-241-1/+2
* evdevtouch: Fix wrong addTouchPoint for "mtdev"Valery Volgutov2021-02-241-3/+7
* Fix handling of virtual/native pixels in QAndroidPlatformWindowAndreas Buhr2021-02-232-22/+36
* Fix QNetworkInterface IsUp and IsRunning enum documentationAndreas Hartmetz2021-02-231-3/+5
* Fix FindWrapOpenSSL.cmake if OpenSSL::Crypto is UNKNOWN_LIBRARYJoerg Bornemann2021-02-231-1/+1
* QLineEdit: Fix editingFinished() not being emitted when pressing the clear bu...Dong Rui2021-02-231-1/+1