summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
...
* QList docs: lexicographical -> lexicalIvan Solovev2020-12-111-4/+4
* Remove already-set option style feature for QCommandLinkButtonDoris Verria2020-12-111-2/+0
* Fix event() chaining in QSocketNotifierAlex Trotsenko2020-12-111-11/+15
* Don't show focus rect for QCommandLinkButtonDoris Verria2020-12-111-0/+1
* Override initStyleOption() for QCommandLinkButtonDoris Verria2020-12-112-0/+7
* Add support of invoking QFuture continuations in a given contextSona Kurazyan2020-12-114-20/+242
* macOS: Remove setObjectName call from moveWidgetToPlatformItemTor Arne Vestbø2020-12-101-1/+0
* QTableView: honor spans when calculating height/width hintChristian Ehrlicher2020-12-101-0/+17
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-103-11/+14
* Check date validity in calendar methods taking a QDateEdward Welbourne2020-12-101-2/+2
* macOS: Disable WA_QuitOnClose on menu item widget containerTor Arne Vestbø2020-12-101-0/+2
* Avoid overflowing QFixed in text layoutEirik Aavitsland2020-12-101-0/+3
* CMake: Regenerate projects using pro2cmake one last timeAlexandru Croitor2020-12-103-1/+3
* CMake: Support deferred finalization for qt6_add_executable()Craig Scott2020-12-101-0/+33
* Add colorspace transfer functions based on tables of inputsAllan Sandfeld Jensen2020-12-104-23/+144
* Clean up qtconcurrent.qdocconf fileKai Koehne2020-12-101-2/+1
* Workaround bogus compiler warningFabian Kosmale2020-12-101-1/+10
* QStringView: add some QRegularExpression-related overloadsGiuseppe D'Angelo2020-12-104-0/+176
* QString::lastIndexOf: fix off-by-one for zero length matchesGiuseppe D'Angelo2020-12-101-2/+2
* CMake: Fix FEATURE_static_runtime buildJoerg Bornemann2020-12-091-0/+1
* QUrl: fix parsing of empty IPv6 addressesThiago Macieira2020-12-091-0/+6
* QCborStreamReader: move helper function to the only place it's usedThiago Macieira2020-12-091-25/+17
* Revert "Android: print tailored warning if qml dependency path is a dir"Assam Boudjelthia2020-12-091-8/+2
* QStringConverter: add comments marking the BOM checks and emissionsThiago Macieira2020-12-091-0/+5
* Use QDeadlineTimer in qlogging.cppThiago Macieira2020-12-091-3/+2
* QDeadlineTimer: optimize when std::chrono::steady_clock is the sameThiago Macieira2020-12-091-0/+28
* Simplify the detection for the monotonic clock in qelapsedtimer_unix.cppThiago Macieira2020-12-091-35/+29
* QString: fix count(QRegularExpression)Giuseppe D'Angelo2020-12-091-3/+9
* macOS: Fix crash when showing parent-less platform menusTor Arne Vestbø2020-12-091-2/+2
* macOS: Remove warning about KVO observers on QNSWindow/QNSPanelTor Arne Vestbø2020-12-091-5/+0
* QWidget: mark obsolete function isTopLevel() as deprecatedChristian Ehrlicher2020-12-095-6/+9
* QProcess: remove outdated references to QProcessManagerAlex Trotsenko2020-12-092-3/+0
* Don't refer to "this" in QToolTip documentationVolker Hilsheimer2020-12-091-1/+1
* QMetaObjectBuilder: use constexpr ifFabian Kosmale2020-12-091-37/+43
* QProcess/Unix: unify waiting in 'Starting' stateAlex Trotsenko2020-12-092-22/+11
* QProperty: Handle eager binding calling setBindingFabian Kosmale2020-12-092-0/+9
* QProcess: migrate to QDeadlineTimerAlex Trotsenko2020-12-094-55/+41
* QString: improve lastIndexOf(QRegularExpression) docsGiuseppe D'Angelo2020-12-091-0/+4
* Get rid of QPenPrivate::defaultWidthAllan Sandfeld Jensen2020-12-082-16/+8
* Remove the deprecated m_logicalDpi declarationWeng Xuetian2020-12-081-1/+0
* QSplashScreen: draw pixmap with SmoothTransfromMorten Johan Sørvig2020-12-081-0/+1
* macOS: Add missing QT_MANGLE_NAMESPACEMorten Johan Sørvig2020-12-082-2/+2
* QList: update docsIvan Solovev2020-12-081-40/+48
* Fix qdoc warning from incorrectly named method parameterVolker Hilsheimer2020-12-081-2/+2
* Restore pass-by-ref to QRect QCalendarWidget::paintCell()Edward Welbourne2020-12-082-2/+2
* Fix links to OpenGL documentationAndreas Buhr2020-12-081-199/+199
* Fix MSVC warning C4267 in qstring.cppKai Koehne2020-12-081-2/+4
* Remove qlalr documentation stubKai Koehne2020-12-084-261/+0
* QHeaderView: respect the font role while calculating the elided textChristian Ehrlicher2020-12-084-12/+18
* QSystemSemaphorePrivate: Fix a call to tr() to translate()Tuomas Vaarala2020-12-081-1/+1