summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use char16_t in favor of ushort for locale data tablesEdward Welbourne2020-02-1714-42/+42
* Allow surrogate pairs for various "single character" locale dataEdward Welbourne2020-02-1715-1291/+1401
* Disable FTP support in QNAM by defaultKarsten Heimrich2020-02-177-5/+67
* QTypeRevision: Disallow floats and doubles as argumentsUlf Hermann2020-02-171-3/+4
* Add major versions to REVISION and Q_REVSION markersUlf Hermann2020-02-172-13/+13
* Move QOpenGLFrameBufferObject from QtGui to QtOpenGLJohan Klokkhammer Helsing2020-02-1713-28/+22
* Fix build with -no-feature-bearermanagementNick Shaforostov2020-02-151-3/+1
* Silence another -Werror=class-memaccessGiuseppe D'Angelo2020-02-151-2/+2
* Implement better hash functions for integer typesLars Knoll2020-02-151-14/+44
* Merge "Merge remote-tracking branch 'origin/wip/cmake' into dev"Alexandru Croitor2020-02-14311-806/+724
|\