summaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt.py
AgeCommit message (Expand)Author
2021-06-15modules/qt: use type checking and annotations for compile_translationsDylan Baker
2021-06-15modules/qt: fully annotate and check qt.has_toolsDylan Baker
2021-06-15modules/qt: Make use of the default=[] availabilityDylan Baker
2021-06-15modules/qt: Type anotations and cleanupsDylan Baker
2021-06-15modules/qt: have pre-process dispatch to moc_compileDylan Baker
2021-06-15modules/qt: Add a compile_moc methodDylan Baker
2021-06-15modules/qt: use the compile_ui method inside the preprocess methodDylan Baker
2021-06-15modules/qt: Add a compile_ui methodDylan Baker
2021-06-15modules/qt: Dispatch the preprocess method to the compile_resources methodDylan Baker
2021-06-15modules/qt: Add a `compile_resources` methodDylan Baker
2021-06-15modules/qt: Deprecated the preprocess sources keyword argumentDylan Baker
2021-06-15modules/qt: Deprecated the *sources variadic argument to preproccessDylan Baker
2021-06-03deps: Split dependencies.baseDaniel Mensinger
2021-05-28modules: Replace find_program_impl() by state.find_program()Xavier Claessens
2021-05-28modules: Add methods dict everywhereXavier Claessens
2021-05-28modules: Remove snippet methodsXavier Claessens
2021-05-12gnome: Fix gtkdoc generationXavier Claessens
2021-05-08Fix python exception thrown for invalid resource pathNellie Zhang
2021-03-23Refactor Qt Dependency into proper split classes with factoriesDylan Baker
2021-03-22qt: move compilers_detect to the qt moduleDylan Baker
2021-03-19split program related classes and functions out of dependenciesDylan Baker
2021-03-04mass rewrite of string formatting to use f-strings everywhereEli Schwartz
2021-02-07Add Qt6 moduleLuca Weiss
2020-11-04qt module: fix error message typo, translation qresource accepts qm not tsEli Schwartz
2020-09-22pylint: turn on bad-indentation errorDylan Baker
2020-08-25qt module: add qresource support to compile_translationsEli Schwartz
2020-07-13qt module: rcc supports depfiles now, given a recent enough version of Qt5Eli Schwartz
2020-07-04qt: Fix has_tools() when required=FalseXavier Claessens
2020-03-08Merge pull request #6736 from dcbaker/mesonlib-type-annotationsJussi Pakkanen
2020-03-08qt5: Add has_tools() methodXavier Claessens
2020-03-05Make use of unholderDylan Baker
2020-03-05remove ability to pass multiple keys to extract_as_listDylan Baker
2019-11-27modules/qt.py: friendlier "lrelease-qtN not found" error messageMarc Herbert
2019-04-25Don't use len() to test for container emptinessDylan Baker
2019-03-17Add feature warning for qt.compile_translationsLuca Weiss
2018-11-19lgtm: Too few arguments for string format.Jon Turney
2018-11-14dependencies/ui: Allow qt compilers and qmake to be specified in native fileDylan Baker
2018-10-24module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406)xiannox
2018-09-28 Add support for uic_extra_arguments to qt5 (#4178)Salamandar
2018-09-03Qt: Allow passing dependency objects to preprocess method (#3470, #3875)Alexey Rochev
2018-06-01Add 0.44.0 featuresSalamandar
2018-06-01Add 0.40.0 featuresSalamandar
2018-04-04[Qt module] refactor b4cd949c48ab67891e4bc6b14a8f9f247e28777dAlexis Jeandet
2018-04-04[Qt module] More qrc fixesAlexis Jeandet
2018-03-30[Qt module] Added generated resource test case + some fixesAlexis Jeandet
2018-03-30[Qt module] add some logic to detect if resources are in build dirAlexis Jeandet
2018-03-26[Qt module] Add File object support for generated or not qrc filesAlexis Jeandet
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov
2018-01-20Fixed bugAlexis Jeandet
2017-11-28[Qt module] Added workaround for qt tools version detectionAlexis Jeandet