summaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce maximumIdentifierLength to return database limits for namesAndy Shaw2020-08-115-3/+25
* QJsonDocument: fix comparison of valid vs defaultThiago Macieira2020-08-111-1/+3
* Document how keyboard tracking can prevent use of a date/time editorEdward Welbourne2020-08-111-9/+52
* Introduce QIODevice::skipData()Alex Trotsenko2020-08-1115-36/+56
* Remove old CBOR-based format from QShaderLaszlo Agocs2020-08-114-218/+19
* Fix handling of last second in 1969Edward Welbourne2020-08-111-11/+16
* Tidy up use of local variables and add an assertionEdward Welbourne2020-08-111-6/+4
* wasm: detect canvas resize using ResizeObserver APIMorten Johan Sørvig2020-08-112-0/+45
* Add degree<->radians conversions for long double and integral typesGiuseppe D'Angelo2020-08-112-0/+54
* wasm: fix natural scrolling on macLorn Potter2020-08-111-1/+1
* Interbase: Don't call toUpper() on the names as they are escapedAndy Shaw2020-08-101-2/+2
* QMultiMap: add constructors from QMapGiuseppe D'Angelo2020-08-102-0/+44
* Improve QMultiMap docs a bitGiuseppe D'Angelo2020-08-101-1/+8
* QFileInfo: make stat method publicVolker Hilsheimer2020-08-103-4/+4
* Filechooser portal: Implement "current_filter"Michael Weghorn2020-08-102-5/+58
* CMake: pro2cmake: Specify library versions for 3rd party libs part 2Alexandru Croitor2020-08-103-19/+19
* CMake: pro2cmake: Specify library versions for 3rd party librariesAlexandru Croitor2020-08-103-5/+5
* QLayout: minor tidy in the docsGiuseppe D'Angelo2020-08-101-1/+1
* Fix build with mingw gcc 9 and -Wsuggest-overrideKai Koehne2020-08-1012-85/+86
* Fix compilation in C++20 modeAllan Sandfeld Jensen2020-08-081-6/+12
* Avoid UB in 64bit compositionsAllan Sandfeld Jensen2020-08-081-17/+17
* QBezier: Don't try calculating a unit vector when length is nullRobert Loehning2020-08-071-0/+4
* QSettings: purge deprecated APIEdward Welbourne2020-08-072-42/+1
* QStandardPaths: purge deprecated APIEdward Welbourne2020-08-072-12/+2
* QFileInfo: inline the file-time methodsEdward Welbourne2020-08-072-22/+11
* QFileInfo: purge deprecated APIEdward Welbourne2020-08-072-48/+0
* QFile: purge deprecated APIEdward Welbourne2020-08-072-41/+2
* Purge deprecated API from QDirEdward Welbourne2020-08-072-51/+1
* Purge QResource of some deprecated APIEdward Welbourne2020-08-072-79/+1
* QQueue: clean up 5.14's deprecationEdward Welbourne2020-08-071-5/+5
* QSharedData: remove #include relating to deprecationEdward Welbourne2020-08-071-4/+1
* QPolygon: streamline constructors and special member functionsGiuseppe D'Angelo2020-08-071-24/+10
* Avoid UB in moc generated codeLars Knoll2020-08-073-1/+17
* rhi: QRhiGles2 fix leak BlitFromRenderbufferPaul Lemire2020-08-071-0/+1
* Android: Add support for travesing directories and accessing filesAndy Shaw2020-08-073-9/+194
* macOS: Handle platform window destroy and create in backingstoreTor Arne Vestbø2020-08-072-16/+36
* macOS: Fix crash when re-using backingstore for re-created QWindowTor Arne Vestbø2020-08-071-0/+8
* Android: fix NoSuchMethodException exception in QtActivity.javaAssam Boudjelthia2020-08-071-0/+5
* QMap/QMultiMap: use =default for their default constructorsGiuseppe D'Angelo2020-08-071-2/+2
* Add x86 vector implementation of UTF-8 comparison to UTF-16Thiago Macieira2020-08-061-17/+121
* QDecompressHelper: Add brotli supportMårten Nordheim2020-08-067-1/+168
* Mark QSslError(SslError error) as explicitLars Schmertmann2020-08-062-6/+6
* QCalendar: actually remember if the registry has been populatedGiuseppe D'Angelo2020-08-061-0/+2
* Update qgrayraster.cAllan Sandfeld Jensen2020-08-061-79/+77
* CMake: Properly handle CONFIG += thread aka Threads::ThreadsAlexandru Croitor2020-08-063-5/+7
* QMultiMap: add range eraseGiuseppe D'Angelo2020-08-063-48/+82
* QMap: fix insert() rvalue overloadsGiuseppe D'Angelo2020-08-061-0/+12
* Long Live QMap as a refcounted std::map!Giuseppe D'Angelo2020-08-0615-1972/+3228
* Make clang-format ignore formatting of third party codeEirik Aavitsland2020-08-061-0/+2
* Avoid potential ub in corrupt bmp fileEirik Aavitsland2020-08-061-0/+2