summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* CMake: Fix X11 and xkb library usage in the platform projectsAlexandru Croitor2020-02-258-30/+15
* CMake: Fix 3rd party library installationAlexandru Croitor2020-02-251-3/+12
* CMake: Allow creation of modules with no qtfoo-config.h fileAlexandru Croitor2020-02-251-2/+2
* CMake: Add functions to allow setting symbol visibility flagsAlexandru Croitor2020-02-251-0/+14
* CMake: Allow disabling warnings similar to CONFIG += warn_offAlexandru Croitor2020-02-252-2/+29
* CMake: Fix qnetworkreply testLeander Beernaert2020-02-251-0/+1
* MetaObject: store the QMetaType of the propertiesOlivier Goffart2020-02-2513-123/+97
* Use the new QMetaType API in QVariantOlivier Goffart2020-02-2510-441/+296
* Fix crashes with MSVC 2019Olivier Goffart2020-02-251-2/+2
* Add QDebug::toString()Mitch Curtis2020-02-225-0/+67
* Move QOpenGLVersionProfile to its own filesJohan Klokkhammer Helsing2020-02-227-217/+330
* Move QOpenGLBuffer from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-229-11/+10
* macOS: Use more of QStyleOption and less of QWidgetAlberto Mardegan2020-02-211-44/+31
* CMake: Set minimum deployment target only for host macOSAlexandru Croitor2020-02-211-1/+2
* Do not try to find .qmake.conf past the root directoryFrederik Gladhorn2020-02-211-0/+4
* Move function declaration to global scope so namespace is appliedMÃ¥rten Nordheim2020-02-211-1/+3
* Port lance manual test to qopenglJohan Klokkhammer Helsing2020-02-213-17/+18
* Remove legacy OpenGL examplesJohan Klokkhammer Helsing2020-02-2156-5290/+0
* Move QOpenGLVertexArrayObject from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-2114-22/+22
* Remove QUrl::topLevelDomainTimur Pocheptsov2020-02-2019-153/+67
* DirectWrite font db: Fix fallback fontsEskil Abrahamsen Blomfeldt2020-02-206-174/+135
* Export an extern template for QMetaTypeForType for builtin typesOlivier Goffart2020-02-202-0/+31
* Normalize types at compile timeOlivier Goffart2020-02-2014-233/+473
* New QMetaType representationOlivier Goffart2020-02-208-1457/+638
* Make bytes-per-line safe for int overflowAllan Sandfeld Jensen2020-02-2031-73/+93
* CMake: Add missing compile flags for msvcLeander Beernaert2020-02-201-0/+24
* Move QOpenGLShaderProgram from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-2019-32/+29
* Docs: Remove traces of QGLJohan Klokkhammer Helsing2020-02-208-34/+27
* Docs: Remove lenghty comparison with QGLWidgetJohan Klokkhammer Helsing2020-02-201-62/+6
* CMake: Fix tst_pluginLeander Beernaert2020-02-202-0/+8
* Apply the same fix from test/auto/network to network benchmarksLeander Beernaert2020-02-201-0/+15
* CMake: Fix use of compile define QT_NO_DEBUGLeander Beernaert2020-02-202-4/+2
* Fix inversed qmake logic for widget action testsAllan Sandfeld Jensen2020-02-201-1/+1
* Prepare QGuiAction::enabled property for declarative useAllan Sandfeld Jensen2020-02-205-23/+73
* Add enabled to QGuiAction debug outputAllan Sandfeld Jensen2020-02-201-0/+1
* DirectWrite font db: Fix writing system detectionEskil Abrahamsen Blomfeldt2020-02-205-29/+78
* Remove QLinkedListSona Kurazyan2020-02-1947-5201/+43
* Fix PATH environment variable for CMake testsLeander Beernaert2020-02-191-1/+3
* Fix qmimeprovider_database.cpp generation for Win32 with CMakeLeander Beernaert2020-02-191-1/+1
* QComboBox: remove currentIndexChanged(const QString&)Vitaly Fanaskov2020-02-1918-63/+27
* Fix sorting of fallback fonts based on writing systemsKonstantin Ritt2020-02-191-41/+26
* Only install tests data for prefix buildsLeander Beernaert2020-02-181-2/+2
* Set qt_add_test WORKING_DIRECTORY to OUTPUT_DIRECTORYLeander Beernaert2020-02-181-0/+2
* Set a default value for CMAKE_OSX_DEPLOYMENT_TARGETAlexandru Croitor2020-02-181-0/+15
* CMake: Use correct C++ standard flag when building standalone testsAlexandru Croitor2020-02-181-0/+5
* cmake: C++17 is mandatoryOlivier Goffart2020-02-181-5/+1
* CMake: Fix c++ standard config tests with MSVCAlexandru Croitor2020-02-185-1/+28
* Move QOpenGLWidget from QtOpenGL to its own moduleJohan Klokkhammer Helsing2020-02-1833-43/+141
* Update references from QAction to QGuiActionAllan Sandfeld Jensen2020-02-171-13/+13
* Fix build without features.threadTasuku Suzuki2020-02-172-2/+2