summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* QVarLengthArray: fix size update on failed append()Marc Mutz2021-12-081-6/+5
* QCoffParser: Replace windows.h with qt_windows.hYuhang Zhao2021-12-091-4/+1
* Widgets: setTransientParent() when a QMenu is a windowLiang Qi2021-12-082-0/+26
* evdevkeyboard: Try opening as read-write firstLaszlo Agocs2021-12-082-1/+6
* Revert "Compile: Work around false positive on gcc >= 900"Joerg Bornemann2021-12-081-1/+1
* QTableWidget doc: remove wrong comment for itemExpanded()Christian Ehrlicher2021-12-081-3/+0
* Implement fetching physical QStorageInfo::blockSize() under WindowsKarsten Heimrich2021-12-084-1/+240
* wasm: improve clipboard supportLorn Potter2021-12-083-77/+336
* Fix incorrect rendering when moving widget into screenVolker Hilsheimer2021-12-081-1/+1
* Test for nullptr before dereferencing the screenVolker Hilsheimer2021-12-082-2/+2
* Doc: Reword, fix typos and some formattingIvan Tkachenko2021-12-082-7/+8
* QVarLengthArray: remove unneeded copy in replace()Marc Mutz2021-12-071-3/+2
* QVarLengthArray: don't mix iterator/const_iterator in offset calcMarc Mutz2021-12-071-4/+4
* QVarLengthArray: port internal users from at() to op[]Marc Mutz2021-12-071-2/+2
* QThread::create(): request interruption and join on destructionGiuseppe D'Angelo2021-12-071-0/+16
* uic: Generate parameters for ambiguous signalsFriedemann Kleint2021-12-075-6/+47
* Revert optimizations and fixes for moving/scrolling overlapped widgetsVolker Hilsheimer2021-12-072-80/+28
* QVarLengthArray: merge remove(idx [,n]) into one functionMarc Mutz2021-12-072-16/+1
* QLogging: mark all warning() and critical() functions as coldMarc Mutz2021-12-071-0/+6
* QVarLengthArray: centralize index checkingMarc Mutz2021-12-071-13/+22
* QMultiHash: fix erase returning the wrong iteratorMårten Nordheim2021-12-071-2/+3
* Optimize QMimeDatabase::mimeTypeForFile(f, MatchDefault)Igor Kushnir2021-12-061-52/+66
* Add a const overload for QMetaType::iface()Ulf Hermann2021-12-061-0/+4
* Fix qtdeclarative baseline test failure for text tablesVolker Hilsheimer2021-12-061-3/+3
* Revert "Don't allocate an OCIDateTime object unless we're going to use it"Edward Welbourne2021-12-061-22/+7
* QFontDatabase (Windows): Sanitize font requests earlyMårten Nordheim2021-12-063-11/+34
* Fix tst_qfloat16 runtime failure for INTEGRITYTatiana Borisova2021-12-061-1/+1
* Suppress test set-up and tear-down in callgrind parent processEdward Welbourne2021-12-061-4/+18
* QMetaType: port the BC fix for id() to new QT_REMOVED_SINCEMarc Mutz2021-12-064-16/+19
* qxkbcommon: UCS-4-encode surrogate characters in QKeyEvent::key()Gatis Paeglis2021-12-061-1/+5
* wasm: make the compositor draw the window iconMorten Johan Sørvig2021-12-062-2/+9
* qBound: add an assert on !(upper < lower)Giuseppe D'Angelo2021-12-061-53/+67
* QPageLayout: do not calculate an invalid marginGiuseppe D'Angelo2021-12-061-4/+4
* QListView: fix a broken qBoundGiuseppe D'Angelo2021-12-061-1/+1
* Remove .prev_CMakeLists.txtKai Köhne2021-12-061-91/+0
* doc: Add details about what to use instead of QMouseEvent::source()Shawn Rutledge2021-12-041-0/+10
* Document which header to include for the various native interfacesTor Arne Vestbø2021-12-042-0/+4
* QStringBuilder: Add support for QByteArrayViewMårten Nordheim2021-12-041-0/+21
* QNAM: Reintroduce h2c with an attributeMårten Nordheim2021-12-045-5/+26
* QFile: Add open() overload that accepts permissions argumentIevgenii Meshcheriakov2021-12-042-1/+49
* QAbstractFileEngine: Add permission argument to open()Ievgenii Meshcheriakov2021-12-0415-22/+64
* Don't change resolve mask when setting brush doesn't change paletteVolker Hilsheimer2021-12-031-2/+1
* Add QFontComboBox::setDisplayFontAlbert Astals Cid2021-12-032-0/+28
* Add QFontComboBox::setSampleTextAlbert Astals Cid2021-12-032-21/+80
* androiddeployqt: Fix signing of paths with spacesKai Köhne2021-12-031-21/+24
* QFontDatabase: unify relevant documentation piecesAndrei Golubev2021-12-031-9/+3
* QLayoutPolicy: fix annoying -Wdeprecated-enum-enum-conversionMarc Mutz2021-12-031-10/+10
* QSizePolicy: make qHash() a hidden friendMarc Mutz2021-12-032-5/+3
* Android: add methods to get the FileDescriptor for a UriAssam Boudjelthia2021-12-031-0/+32
* Android: simplifications to exception messages for content file handlingAssam Boudjelthia2021-12-031-76/+63