aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt.py
AgeCommit message (Expand)AuthorFilesLines
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
2021-06-15modules/qt: Add a `compile_resources` methodDylan Baker1-14/+98
2021-06-15modules/qt: Deprecated the preprocess sources keyword argumentDylan Baker1-2/+3
2021-06-15modules/qt: Deprecated the *sources variadic argument to preproccessDylan Baker1-2/+5
2021-06-03deps: Split dependencies.baseDaniel Mensinger1-1/+1
2021-05-28modules: Replace find_program_impl() by state.find_program()Xavier Claessens1-11/+10
2021-05-28modules: Add methods dict everywhereXavier Claessens1-0/+5
2021-05-28modules: Remove snippet methodsXavier Claessens1-2/+1
2021-05-12gnome: Fix gtkdoc generationXavier Claessens1-2/+2
2021-05-08Fix python exception thrown for invalid resource pathNellie Zhang1-1/+1
2021-03-23Refactor Qt Dependency into proper split classes with factoriesDylan Baker1-13/+9
2021-03-22qt: move compilers_detect to the qt moduleDylan Baker1-2/+59
2021-03-19split program related classes and functions out of dependenciesDylan Baker1-1/+2
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz1-10/+10
2021-02-07Add Qt6 moduleLuca Weiss1-2/+3
2020-11-04qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz1-1/+1
2020-09-22pylint: turn on bad-indentation errorDylan Baker1-23/+23
2020-08-25qt module: add qresource support to compile_translationsEli Schwartz1-11/+49
2020-07-13qt module: rcc supports depfiles now, given a recent enough version of Qt5Eli Schwartz1-1/+10
2020-07-04qt: Fix has_tools() when required=FalseXavier Claessens1-36/+15
2020-03-08Merge pull request #6736 from dcbaker/mesonlib-type-annotationsJussi Pakkanen1-6/+4
2020-03-08qt5: Add has_tools() methodXavier Claessens1-1/+20
2020-03-05Make use of unholderDylan Baker1-4/+2
2020-03-05remove ability to pass multiple keys to extract_as_listDylan Baker1-2/+2
2019-11-27modules/qt.py: friendlier "lrelease-qtN not found" error messageMarc Herbert1-0/+3
2019-04-25Don't use len() to test for container emptinessDylan Baker1-6/+6
2019-03-17Add feature warning for qt.compile_translationsLuca Weiss1-2/+2
2018-11-19lgtm: Too few arguments for string format.Jon Turney1-1/+1
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker1-4/+5
2018-10-24module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406)xiannox1-5/+6