aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt.py
AgeCommit message (Expand)AuthorFilesLines
2022-07-25qt module: correctly compare program name for lrelease versionEli Schwartz1-1/+1
2022-06-01interpreter: use a shared KwargInfo for install_dirDylan Baker1-3/+3
2022-04-30qt module: fix missing sanity check for install_dir + installEli Schwartz1-0/+2
2022-04-30qt module: fix broken install_dir kwargEli Schwartz1-2/+1
2022-04-14qt module: move comment to the correct location after refactoringEli Schwartz1-2/+2
2022-04-12qt module: also prefer the changed name scheme for the toolsEli Schwartz1-1/+3
2022-04-12Add support for Qt 6.1+John Lindgren1-0/+2
2022-03-29move a bunch of imports into TYPE_CHECKING blocksEli Schwartz1-2/+5
2022-03-29Pass environment down to base Target classXavier Claessens1-0/+3
2022-03-07treewide: string-quote the first argument to T.castEli Schwartz1-1/+1
2022-01-28build: replace kwargs in CustomTarget initializerDylan Baker1-26/+33
2021-12-05modules/qt: compeil_resources allow name to be unsetDylan Baker1-1/+1
2021-11-22qt module: fix stupid copy-paste errorEli Schwartz1-1/+1
2021-11-20add location nodes to some Feature callsEli Schwartz1-6/+11
2021-11-13qt module: add depfile support to moc as wellEli Schwartz1-1/+11
2021-10-27fix various flake8 whitespace errorsEli Schwartz1-1/+1
2021-10-10Fix typos discovered by codespellChristian Clauss1-3/+3
2021-09-30interpreter: Use typed_kwargs for func_custom_targetDylan Baker1-8/+8
2021-09-24pylint: check for duplicate importsDylan Baker1-2/+1
2021-09-10qt module: consolidate on one list of binsEli Schwartz1-25/+25
2021-09-10qt module: fix regression in building translations via qresourceEli Schwartz1-1/+1
2021-09-10qt module: correctly register a found tool and stop looking for itEli Schwartz1-3/+1
2021-08-27interpreter: fix cases of `KwargInfo(..., T, default=None)`Dylan Baker1-2/+3
2021-08-18modules/qt: Allow using generated sources for compile_translations ts_filesDylan Baker1-4/+11
2021-08-18modules/qt: Allow Generated sources in compile_resourcesDylan Baker1-28/+48
2021-08-18modules/qt: allow passing generated targets to compile_uiDylan Baker1-2/+9
2021-08-18modules/qt: Allow generated sources for arguemnts to compile_mocDylan Baker1-4/+18
2021-08-17Add install tagsXavier Claessens1-0/+1
2021-07-23qt: Allow CustomTargets for qt.preprocess source argumentsDylan Baker1-11/+11
2021-06-27modules/qt: use _impl private methods to avoid incorrect FeatureNewDylan Baker1-11/+28
2021-06-18holders: Fix the remaining code to respect the holder changesDaniel Mensinger1-37/+36
2021-06-18modules/qt: use append rather than extend in preprocessDylan Baker1-3/+3
2021-06-18modules/qt: allow string values for include_directoriesDylan Baker1-4/+4
2021-06-15modules/qt: sort and clean up dependenciesDylan Baker1-8/+9
2021-06-15modules/qt: Return GeneratedListHolder instead of GeneratedListDylan Baker1-2/+2
2021-06-15interpreterobjects|build: use typed_kwargs for generator.processDylan Baker1-3/+3
2021-06-15build: Pass name of generator to initializerDylan Baker1-6/+11
2021-06-15interpreter|build: Do Generator keyword argument checking in the interpreterDylan Baker1-13/+9
2021-06-15interpreter|build: Pass just the executable down to GeneratorDylan Baker1-3/+3
2021-06-15modues/qt: Make use of typed_kwargs since/deprecation abiltiyDylan Baker1-15/+7
2021-06-15modules/qt: fix remaining typing issues and add to run_mypyDylan Baker1-13/+15
2021-06-15modules/qt: use type checking and annotations for compile_translationsDylan Baker1-13/+34
2021-06-15modules/qt: fully annotate and check qt.has_toolsDylan Baker1-4/+18
2021-06-15modules/qt: Make use of the default=[] availabilityDylan Baker1-29/+44
2021-06-15modules/qt: Type anotations and cleanupsDylan Baker1-17/+30
2021-06-15modules/qt: have pre-process dispatch to moc_compileDylan Baker1-31/+10
2021-06-15modules/qt: Add a compile_moc methodDylan Baker1-1/+59
2021-06-15modules/qt: use the compile_ui method inside the preprocess methodDylan Baker1-8/+2
2021-06-15modules/qt: Add a compile_ui methodDylan Baker1-0/+33
2021-06-15modules/qt: Dispatch the preprocess method to the compile_resources methodDylan Baker1-30/+5