summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix cmake tests for no-widgets and no-gui configurationsAlexandru Croitor2020-11-101-6/+30
* Android: recommend against using ANDROID_ABIS inside the project fileAssam Boudjelthia2020-11-101-7/+3
* CMake: Fixup outdated configure.cmake filesAlexandru Croitor2020-11-102-10/+1
* configurejson2cmake: Allow skipping of special case handlingAlexandru Croitor2020-11-101-13/+23
* CMake: Fix qtbase cmake tests to pass when configured in-treeAlexandru Croitor2020-11-101-1/+4
* CMake: Fix missing resources in Windows debug DLLs/EXEsJoerg Bornemann2020-11-101-6/+8
* CMake: Make Release the main config of a -debug-and-release buildJoerg Bornemann2020-11-101-1/+1
* QSignalSpy: Use QMetaType instead of metatype id in initArgsFabian Kosmale2020-11-102-6/+28
* Move the remaining QSinglePointEvent ctor to protected; add source argShawn Rutledge2020-11-102-13/+13
* Remove code for non-enhanced mouse eventsShawn Rutledge2020-11-102-74/+25
* Cocoa: Allow CMD+H to hide the application when a tooltip is visibleAndy Shaw2020-11-101-1/+2
* CMake: Fix installation errors in multi-config buildJoerg Bornemann2020-11-104-6/+27
* Q_PRIMITIVE_TYPE: improve the documentationGiuseppe D'Angelo2020-11-091-2/+3
* Improve QPointerEvent qDebug operatorsShawn Rutledge2020-11-092-35/+50
* Fix reordering warning in QEglFSIntegrationShawn Rutledge2020-11-091-2/+2
* CMake: Make zstd config-based lookup quietAlexey Edelev2020-11-091-2/+4
* CMake: Add handling of PLUGIN_EXTENDS for generic pluginsAlexey Edelev2020-11-0916-3/+20
* Add new way to mess up projects with QMAKE_INSTALL_REPLACEMichal Klocek2020-11-092-5/+14
* Don't rely on the module.pri for the entrypoint linking to the libraryTor Arne Vestbø2020-11-096-50/+93
* Don't add module pri library entry for header modulesTor Arne Vestbø2020-11-091-1/+7
* Fix QArrayDataOps generic and relocatable emplace()Andrei Golubev2020-11-093-27/+333
* Avoid calling memmove() if it's a noopLars Knoll2020-11-091-20/+25
* Move existing items in generic erase instead of copying themAndrei Golubev2020-11-091-2/+2
* Move existing items when inserting instead of copying themLars Knoll2020-11-091-33/+28
* Do not shrink on remove()Lars Knoll2020-11-093-35/+13
* Implement fast paths for removeFirst() and removeLast()Lars Knoll2020-11-092-2/+64
* Avoid crashes when calling squeeze()Lars Knoll2020-11-091-1/+1
* Fix accidental shadowing in QLocale::uiLanguages()Edward Welbourne2020-11-091-1/+1
* Reduce memory reallocations in QTextTablePrivate::update()Robert Loehning2020-11-092-14/+6
* QAsn1Element: Read value in blocks to avoid oom at wrong lengthRobert Loehning2020-11-091-5/+13
* Reorder IterateKernel data members to avoid holes in the dataSona Kurazyan2020-11-091-6/+7
* cmake: Allow module to specify initial dependsTor Arne Vestbø2020-11-091-1/+4
* QMultiHash: add a QHash&& constructor and unite() overloadMårten Nordheim2020-11-092-0/+132
* Fix regular expression initialize with incorrect filtersZhang Yu2020-11-091-3/+3
* Fix pcre2 feature conditionsJoerg Bornemann2020-11-093-6/+6
* CMake: Remove -strip from configure's helpJoerg Bornemann2020-11-091-1/+0
* Add tests for QOperatingSystemVersionIvan Solovev2020-11-096-1/+205
* Automatically generate unit tests for QtConcurrentAndreas Buhr2020-11-0921-46/+1948
* Rename "Porting" pages to "Changes"Jerome Pasion2020-11-0922-34/+34
* Doc: mention that disconnecting all signals can be dangerousMitch Curtis2020-11-092-0/+40
* CMake: Fix qt-configure-module location in configure's outputJoerg Bornemann2020-11-091-1/+6
* Support customized device discovery with udevElvis Lee2020-11-092-3/+7
* Allow painting above INT16_MAX on 64-bit architecturesAllan Sandfeld Jensen2020-11-097-182/+268
* Limit value in setFontWeightFromValue()Robert Loehning2020-11-091-1/+2
* CMake: Avoid usage of FEATURE_debug_and_release in QtSetup.cmakeJoerg Bornemann2020-11-091-1/+1
* CMake: Fix configure -developer-buildJoerg Bornemann2020-11-091-0/+6
* Minor refactor of installMetaFileMichal Klocek2020-11-092-20/+27
* moc: output errors and warnings in a way that matches compilersVolker Hilsheimer2020-11-092-60/+60
* Member-initialize QOpenGLWidgetPrivateVolker Hilsheimer2020-11-091-35/+18
* Doc: List missing country names in QLocale::CountryTopi Reinio2020-11-091-11/+21