summaryrefslogtreecommitdiffstats
path: root/src/plugins/platforms/minimal
Commit message (Expand)AuthorAgeFilesLines
* src: Remove remains of qmake conversion from CMakeLists.txt filesFriedemann Kleint2023-02-101-10/+2
* Isolate freetype featureAlexey Edelev2022-12-101-2/+2
* plugins: use nullptr instead of 0 and NULLJohannes Kauffmann2022-10-022-2/+2
* Change the license of all CMakeLists.txt and *.cmake files to BSDLucie Gérard2022-08-231-1/+1
* Provide a native interface instance in minimal platform pluginJaroslaw Kubik2022-08-172-0/+13
* Add license headers to cmake filesLucie Gérard2022-08-031-0/+3
* Use SPDX license identifiersLucie Gérard2022-05-165-190/+10
* Plugins: use _L1 for for creating Latin-1 string literalsSona Kurazyan2022-05-042-4/+8
* Plugins: stop using QLatin1Char constructor for creating char literalsSona Kurazyan2022-05-021-1/+3
* CMake: Rename qt6_add_plugin TYPE option to PLUGIN_TYPEAlexandru Croitor2021-08-061-1/+1
* cmake: Don't give plugins PUBLIC usage requirementsCraig Scott2021-02-241-1/+1
* Remove .prev_CMakeLists.txt filesJoerg Bornemann2021-01-121-35/+0
* Remove the qmake project filesJoerg Bornemann2021-01-071-21/+0
* Add a platform capability indicating support for QRhi-based renderingLaszlo Agocs2021-01-041-0/+1
* CMake: Regenerate projects to use new qt_internal_ APIAlexandru Croitor2020-09-232-2/+2
* Move Unix font databases into QtGuiFriedemann Kleint2020-06-154-15/+3
* Move windows font databases into QtGuiFriedemann Kleint2020-06-114-5/+5
* Move the UNIX event dispatchers into QtGuiFriedemann Kleint2020-06-104-14/+3
* Move the Windows Event Dispatcher into QtGuiFriedemann Kleint2020-06-093-6/+14
* Remove winrtOliver Wolff2020-06-061-12/+2
* CMake: Regenerate src/pluginsAlexandru Croitor2020-05-292-4/+12
* Move CoreText font engine/database to QtGuiTor Arne Vestbø2020-05-272-2/+4
* Move FreeType font engine/database to QtGuiTor Arne Vestbø2020-05-271-2/+2
* CMake: Regenerate projects to match updated plugin APILeander Beernaert2020-04-272-2/+2
* Merge remote-tracking branch 'origin/5.15' into devQt Forward Merge Bot2020-04-112-5/+7
|\
| * Minimal platform: fix leaking QMinimalScreen instanceShawn Rutledge2020-04-082-5/+7
* | CMake: Allow building bundled 3rd party libraries in qtbaseAlexandru Croitor2020-02-251-0/+2
* | Regenerate projects to correctly handle private dependenciesAlexandru Croitor2020-02-052-12/+6
* | Regenerate plugin projects to get new target namesAlexandru Croitor2020-01-272-8/+8
* | Regenerate src/*Alexandru Croitor2019-11-142-4/+4
* | Regenerate everything under ./srcAlexandru Croitor2019-11-122-2/+0
* | Regenerate platforms plugins part 5Alexandru Croitor2019-10-082-2/+41
* | cmake: implement default qpa plugin behavior for static buildsJean-Michaël Celerier2019-07-051-0/+1
* | Re-generate the CMakeLists.txt and add the prev filesSimon Hausmann2019-06-051-3/+10
* | Fix freetype target not being found when using vcpkgAlexandru Croitor2019-05-081-2/+2
* | Write find_dependency() calls in Qt Module config filesAlexandru Croitor2019-05-021-1/+1
* | Merge commit 'dev' into 'wip/cmake-merge'Tobias Hunger2019-04-161-1/+2
|\|
| * Move screen maintenance functions from QPlatformIntegration to QWSITor Arne Vestbø2019-03-191-1/+2
* | CMake: Re-generate plugins/platforms/minimalTobias Hunger2019-03-291-11/+10
* | cmake: build minimal platform pluginAlbert Astals Cid2019-02-111-0/+37
|/
* minimal QPA: Make font DB creation more flexibleGabriel de Dietrich2017-12-043-7/+30
* Replace Q_DECL_OVERRIDE with override where possibleKevin Funk2017-09-194-13/+13
* macOS: Split out font engine creation from QCoreTextFontDatabaseTor Arne Vestbø2017-04-041-1/+3
* Rename QBasicFontDatabase to QFreeTypeFontDatabase which is what it isTor Arne Vestbø2017-04-041-1/+1
* Add platform font database support to 'minimal' QPA pluginGabriel de Dietrich2016-12-152-9/+30
* rely on transitive library dependencies for freetype/fontconfigOswald Buddenhagen2016-10-151-2/+0
* port to modularized platformsupport librariesOswald Buddenhagen2016-10-152-4/+6
* minimal platform plugin: eradicate Q_FOREACH loopsMarc Mutz2016-08-272-1/+3
* Cleanup QT_NO_FONTCONFIG usageLars Knoll2016-08-192-5/+4
* Merge remote-tracking branch 'origin/5.6' into 5.7Edward Welbourne2016-07-151-1/+1
|\