summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Change license in files to avoid LGPL and non-LGPL license mixLucie Gérard2024-02-209-9/+9
* Be more verbose if QT_LOGGING_DEBUG is setKai Köhne2024-02-201-9/+29
* Long live QT_TECH_PREVIEW_APIGiuseppe D'Angelo2024-02-201-0/+39
* QStringView: use new comparison helper macrosIvan Solovev2024-02-202-25/+20
* Simplify QLatin1StringView vs byte array relational operatorsIvan Solovev2024-02-203-114/+54
* Add QStringView vs byte array relational operatorsIvan Solovev2024-02-202-0/+40
* Add QByteArrayView vs const char * relational operatorsIvan Solovev2024-02-202-19/+28
* Add QByteArray vs QByteArrayView relational operatorsIvan Solovev2024-02-201-0/+11
* Add QUtf8StringView vs byte array relational operatorsIvan Solovev2024-02-202-1/+59
* Add QLatin1StringView vs QByteArrayView relational operatorsIvan Solovev2024-02-202-0/+27
* Comparison helper macros: add an Attributes parameterIvan Solovev2024-02-202-62/+179
* PCRE2: upgrade to 10.43Giuseppe D'Angelo2024-02-1963-8618/+19846
* QHttp2Connection: confirm successive remote stream IDs are higherMårten Nordheim2024-02-192-5/+8
* Fusion icons: fix artifacts in media iconsChristian Ehrlicher2024-02-1921-35/+12
* QErrorMessage: Honor devicePixelRatio for SP_MessageBoxInformationChristian Ehrlicher2024-02-191-1/+3
* QWindowsStyle: remove unused code in QWindowsStyle::standardPixmap()Christian Ehrlicher2024-02-191-40/+0
* Windows style: remove unused function and memberChristian Ehrlicher2024-02-192-13/+0
* rcc: Suppress MSVC warning C4711 in generated codehjk2024-02-191-0/+4
* QHttp2Connection: fix potential streamId reuseMårten Nordheim2024-02-191-1/+2
* Apple: Fix a few deprecation warnings after bumping deployment targetsTor Arne Vestbø2024-02-1911-25/+34
* wasm: fix copy/paste error in FS export checkMorten Sørvig2024-02-191-11/+5
* QWindows11Style: Set mask for MDI Window only in case widget is validWladimir Leuschner2024-02-191-9/+11
* Android: Implement input connection listener in QtInputDelegateTinja Paavoseppä2024-02-194-29/+23
* Android: Fix code style issues in QtEditTextTinja Paavoseppä2024-02-191-16/+16
* Android: Move textfield option handling to QtEditTextPetri Virkkunen2024-02-192-133/+135
* Doc: Mention AA_DontUseNativeDialogs in QFileDialogKai Köhne2024-02-191-4/+7
* Documentation: Rename 'Qt Designer' to 'Qt Widgets Designer'Friedemann Kleint2024-02-193-3/+3
* Implement icon mapping for Apple, Android, and WindowsRayam Pinto2024-02-183-6/+728
* QTimer: make both defaultTypeFor() methods constexpr and noexceptAhmad Samir2024-02-172-8/+12
* QLoggingRegistry: cut out the QMap middle-manMarc Mutz2024-02-172-4/+5
* QLoggingRegistry: further defend against non-NUL-terminated stringsMarc Mutz2024-02-172-7/+7
* QXcbWindow::handleLeaveNotifyEvent(): Consume when leaving geometryAxel Spoerl2024-02-171-5/+14
* Style icons: fix artifacts in media iconsChristian Ehrlicher2024-02-1625-112/+9
* Add QUtf8StringView vs QLatin1StringView relational operatorsIvan Solovev2024-02-162-0/+22
* QMetaObject: consistently use QByteArray(View) in the implementationIvan Solovev2024-02-161-9/+9
* QByteArray/QString: add resizeForOverwriteGiuseppe D'Angelo2024-02-164-0/+35
* QList: add uninitialized resizesGiuseppe D'Angelo2024-02-163-0/+69
* QGtk3Theme: Fix QGtk3Interface::fileIconThorbjørn Lindeijer2024-02-161-6/+6
* QLibraryStore: cut out the QMap middle-manMarc Mutz2024-02-161-10/+9
* Android: Do not double finger size for touch eventsZoltan Gera2024-02-161-4/+4
* QTzTimeZoneCache: don't hold mutex while parsing filesMarc Mutz2024-02-161-1/+11
* QDataStream: also disable streaming of member pointersGiuseppe D'Angelo2024-02-161-0/+2
* QDockWidget: fix dock buttons sizeChristian Ehrlicher2024-02-161-1/+1
* Change wasm files licenseLucie Gérard2024-02-162-2/+2
* QLocal8Bit::convertFromUnicode[win]: limit fprintf to !NDEBUGMårten Nordheim2024-02-161-0/+2
* Avoid double-lookup in QLibraryStore::findOrCreate()Marc Mutz2024-02-151-5/+2
* Doc: Fix readString() and readByteArray() code snippetsAndreas Eliasson2024-02-151-4/+4
* Correct license in widget/kernelLucie Gérard2024-02-153-3/+3
* iOS: Propagate focus changes to VoiceOverTor Arne Vestbø2024-02-155-5/+31
* QVarLengthArray: re-publish Prealloc as a nested PreallocatedSizeMarc Mutz2024-02-152-0/+11