summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* Avoid attempting to parse insanely long texts as zone namesEdward Welbourne2021-04-071-0/+18
* indicator-application hack: fallback to dbus service checkIlya Fedin2021-04-071-0/+8
* Fix label margins for pulldowns with custom styled menu indicator on macOSDoris Verria2021-04-071-0/+7
* QTypeInfo: Handle T::value_type being equal to TFabian Kosmale2021-04-051-4/+13
* Document change to QAbstractItemView::viewOptions in porting guideVolker Hilsheimer2021-04-041-0/+8
* QLocalSocket/Win: fix possible UB in _q_pipeClosed()Alex Trotsenko2021-04-011-5/+2
* QLocalSocket: fix signal name in docsAlex Trotsenko2021-04-011-1/+1
* QPainterPath: fix handling of fill rulesGiuseppe D'Angelo2021-03-262-2/+1
* Fix no mapping for SysReq keyAndrey Butirsky2021-03-251-0/+1
* Windows QPA: Fix accessibility focus event for table/tree/listAndre de la Rocha2021-03-251-0/+11
* QEventDispatcher(Win): Always honor interrupted status to avoid racesMårten Nordheim2021-03-251-1/+5
* Return the result we have already when getting an object with no nameAndy Shaw2021-03-241-1/+1
* Fix alpha handling of QImage::setPixelv6.0.3Allan Sandfeld Jensen2021-03-232-7/+26
* Fix invalid pointer return with QGridLayout::itemAt(-1)Zhang Yu2021-03-221-3/+3
* macOS: Don't draw scrollbar handle when there is no rangeAndy Shaw2021-03-201-1/+1
* SQLite: Update to 3.35.2Andy Shaw2021-03-203-4599/+7020
* CMake: Get rid of the Core_versiontagging object libraryAlexandru Croitor2021-03-201-17/+4
* Consistently check for nullptr in QGraphicsTextItem::inputMethodQueryVolker Hilsheimer2021-03-191-8/+10
* 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
* 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 QMultiHash::count(key) crashAndrei Golubev2021-03-121-0/+4
* 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-111-4/+2
* Doc: Add hyperlink to relevant sectionPaul Wicking2021-03-111-2/+2
* 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-091-1/+6
* rhi: gl: Fix missing uniform data with certain command listsLaszlo Agocs2021-03-092-1/+33
* FileChooser portal: send window id in hexJan Grulich2021-03-081-1/+1
* Fix the crashes when animated QTreeWidgetItems are hiddenQiang Li2021-03-081-1/+3
* 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-072-0/+10
* 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
* Doc: Specify correct include for QWGLContextPaul Wicking2021-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
* Reduce warnings from ICC parsingAllan Sandfeld Jensen2021-02-252-9/+11