aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/qt.py
AgeCommit message (Expand)AuthorFilesLines
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
2018-09-28 Add support for uic_extra_arguments to qt5 (#4178)Salamandar1-4/+6
2018-09-03Qt: Allow passing dependency objects to preprocess method (#3470, #3875)Alexey Rochev1-6/+19
2018-06-01Add 0.44.0 featuresSalamandar1-0/+1
2018-06-01Add 0.40.0 featuresSalamandar1-1/+2
2018-04-04[Qt module] refactor b4cd949c48ab67891e4bc6b14a8f9f247e28777dAlexis Jeandet1-3/+5
2018-04-04[Qt module] More qrc fixesAlexis Jeandet1-8/+10
2018-03-30[Qt module] Added generated resource test case + some fixesAlexis Jeandet1-4/+4
2018-03-30[Qt module] add some logic to detect if resources are in build dirAlexis Jeandet1-1/+21
2018-03-26[Qt module] Add File object support for generated or not qrc filesAlexis Jeandet1-6/+14
2018-01-30Use os.path: basename() and dirname() instead of split()Aleksey Filippov1-2/+2
2018-01-20Fixed bugAlexis Jeandet1-1/+1
2017-11-28[Qt module] Added workaround for qt tools version detectionAlexis Jeandet1-1/+5
2017-11-23[Qt module] Added translation files compilation methodAlexis Jeandet1-0/+18
2017-11-22[Qt module] Added lrelease detectionAlexis Jeandet1-3/+3
2017-11-22[Qt module] Few minor fixesAlexis Jeandet1-2/+2
2017-11-08Qt-Module: fix name option with multiple rcc filesMarkus Theil1-8/+16
2017-11-03Qt-Module: fix rcc `name` with Qt4Markus Theil1-1/+1
2017-11-03Qt5-Module: add `name` option to rccMarkus Theil1-1/+1
2017-10-31namespace run_targets by subprojectMartin Kelly1-1/+1
2017-10-29Fixes the `kwargs` handling.Leif Middelschulte1-1/+1
2017-10-26removes unnecessary code as suggested by @jeandetLeif Middelschulte1-5/+1