summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Handle parent being a child's focus procy in QWidget::setFocusProxyAxel Spoerl2023-04-221-0/+24
* QPA:EGLFS - ignore scissor and stencil when drawing the cursorInho Lee2023-04-211-7/+11
* wasm: add setting type to BlobLorn Potter2023-04-212-3/+9
* QSet: fix a qdoc warning about method signatureAhmad Samir2023-04-201-1/+1
* QTimer: optimize single shot timers that cross threadVolker Hilsheimer2023-04-201-11/+33
* QTabBar: draw text within moving tabAxel Spoerl2023-04-205-11/+26
* Windeployqt: Add a check for LLVM-MinGW runtimesTimothée Keller2023-04-201-20/+36
* Refix printing of dpr>1 images on WindowsEirik Aavitsland2023-04-201-1/+1
* Expand range of allowed UTC offsets to 16 hoursEdward Welbourne2023-04-203-27/+43
* Improve QTimeZone's documentation about territoriesEdward Welbourne2023-04-201-16/+28
* Split multi-file Files entries in qt_attribution.json as listsEdward Welbourne2023-04-205-6/+18
* Deploy Comment fields in qt_attribution.json filesEdward Welbourne2023-04-2012-17/+21
* Update the list of CLDR-based filesEdward Welbourne2023-04-201-1/+1
* FontDatabase[win/freetype] implement population of aliasesMårten Nordheim2023-04-202-0/+18
* QWidgetTextControl: emit cursorPositionChanged() when select allLiang Qi2023-04-201-0/+3
* QGtk3Theme: Improve fixed font deliveryAxel Spoerl2023-04-201-2/+21
* wasm: QOpenGLWidget: ensure depth write is enabled when calling paintGLLaszlo Agocs2023-04-201-0/+4
* Exclude Android Vulkan sources from Unity BuildAmir Masoud Abdol2023-04-201-0/+3
* qxkbcommon: Amend comment for Qt::Key upper-case transformationAndrey Butirsky2023-04-201-6/+6
* QXkbCommon: set Qt::KeypadModifier when keypad button is pressedMario Roessel2023-04-203-3/+6
* Fix setting combo data with QSortFilterProxyModelFriedemann Kleint2023-04-191-2/+4
* Resolve duplicate symbolsAmir Masoud Abdol2023-04-196-9/+16
* Exclude files from unity build to resolve Android's buildAmir Masoud Abdol2023-04-192-0/+18
* QWidgetTextControl: ignore invalid input method eventLiang Qi2023-04-191-0/+5
* Notes on the Solar Hijri calendarEdward Welbourne2023-04-191-2/+3
* QComboBox: don't call index(-1, 0) on the underlying modelDavid Faure2023-04-191-1/+1
* win: Fix default fallback font for some languagesEskil Abrahamsen Blomfeldt2023-04-191-1/+1
* QContainerInfo: Detect presence of reserve()Ulf Hermann2023-04-191-0/+5
* Revert "fix AT_SPI_BUS_ADDRESS actually working"Samuel Thibault2023-04-191-9/+2
* Revert "Apply system background color for top level window"Vladimir Belyavsky2023-04-192-17/+1
* Android: add missing private classes to Qt6Android.jarRami Potinkara2023-04-191-0/+3
* QComboBox: don't call data(invalid index) on the underlying modelDavid Faure2023-04-181-0/+2
* QtGui: establish removed_api.cpp for upcoming QT_GUI_REMOVED_SINCEMarc Mutz2023-04-192-0/+26
* QTimerInfoList: remove code that attempted to repair time on clock jumpsThiago Macieira2023-04-182-100/+0
* QDeadlineTimer: stop using the t2 member and mark for removal in Qt 7Thiago Macieira2023-04-181-3/+5
* QDeadlineTimer: remove internal TimeReference classThiago Macieira2023-04-181-270/+46
* QDeadlineTimer: use if constexpr instead of function specializationsThiago Macieira2023-04-181-17/+18
* QDeadlineTimer: use std::chrono::steady_clock everywhereThiago Macieira2023-04-184-154/+30
* QElapsedTimer: rewrite using std::chrono::steady_clock everywhereThiago Macieira2023-04-1810-460/+279
* QWaitCondition/Unix: sort and organize includesThiago Macieira2023-04-181-7/+6
* QWaitCondition/Unix: use QDeadlineTimer's <chrono> supportThiago Macieira2023-04-182-21/+32
* QWaitCondition/Android: remove support for relative time waitsThiago Macieira2023-04-181-24/+0
* QWaitCondition/Unix: Modernize the call to pthread_condattr_setclockThiago Macieira2023-04-181-5/+8
* QElapsedTimer/Darwin: merge with the Unix implementationThiago Macieira2023-04-185-137/+5
* Doc: Fix typoAndreas Eliasson2023-04-181-1/+1
* rhi: Replace the temporary GPU time query API with a saner oneLaszlo Agocs2023-04-1815-189/+388
* rhi: Make it safe to always call deleteLater on a resourceLaszlo Agocs2023-04-187-46/+167
* Use QHighDpiScaling when determining scale factorMorten Sørvig2023-04-181-7/+4
* FileDialog: Use well-known DeleteOnClose instead of custom lambdaMikolaj Boc2023-04-181-12/+2
* QNetworkInformation[Win]: Improve WinRT exceptions handlingVladimir Belyavsky2023-04-181-3/+9