69 Commits (462b35e4b1b46db3b116d7ebd792f46404feee90)

Author SHA1 Message Date
Dylan Baker 4575ed3d31 modules/qt: Deprecated the preprocess sources keyword argument 4 years ago
Dylan Baker 0fe3dc6571 modules/qt: Deprecated the *sources variadic argument to preproccess 4 years ago
Daniel Mensinger 95b70bcb97 deps: Split dependencies.base 4 years ago
Xavier Claessens 8abbc5cc5d modules: Replace find_program_impl() by state.find_program() 4 years ago
Xavier Claessens 2e02ef6592 modules: Add methods dict everywhere 4 years ago
Xavier Claessens 723c5227a4 modules: Remove snippet methods 4 years ago
Xavier Claessens 4e312c19e6 gnome: Fix gtkdoc generation 4 years ago
Nellie Zhang 6033c0f0da Fix python exception thrown for invalid resource path 4 years ago
Dylan Baker c211fea513 Refactor Qt Dependency into proper split classes with factories 4 years ago
Dylan Baker d7ac2f1065 qt: move compilers_detect to the qt module 4 years ago
Dylan Baker 40e3577a65 split program related classes and functions out of dependencies 4 years ago
Eli Schwartz 6a0fabc647
mass rewrite of string formatting to use f-strings everywhere 4 years ago
Luca Weiss 398df56298 Add Qt6 module 4 years ago
Eli Schwartz 478feb39ed qt module: fix error message typo, translation qresource accepts qm not ts 4 years ago
Dylan Baker f342efd080 pylint: turn on bad-indentation error 4 years ago
Eli Schwartz 1de1cc22e2 qt module: add qresource support to compile_translations 4 years ago
Eli Schwartz f2dad788e7 qt module: rcc supports depfiles now, given a recent enough version of Qt5 4 years ago
Xavier Claessens f66c8c35da qt: Fix has_tools() when required=False 4 years ago
Dylan Baker 29ef4478df compilers/d: Add b_ndebug support 5 years ago
Xavier Claessens ecb076ba00 qt5: Add has_tools() method 5 years ago
Dylan Baker 06b1a317d2 Make use of unholder 5 years ago
Dylan Baker 581d69a8d3 remove ability to pass multiple keys to extract_as_list 5 years ago
Marc Herbert adcd70861d modules/qt.py: friendlier "lrelease-qtN not found" error message 5 years ago
Dylan Baker 5678468c2c Don't use len() to test for container emptiness 6 years ago
Luca Weiss 7c461582a2 Add feature warning for qt.compile_translations 6 years ago
Jon Turney d3f2172de8 lgtm: Too few arguments for string format. 6 years ago
Dylan Baker aa04147a4a dependencies/ui: Allow qt compilers and qmake to be specified in native file 6 years ago
xiannox 5b3192534c module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406) 6 years ago
Salamandar 26a5e9a95f Add support for uic_extra_arguments to qt5 (#4178) 6 years ago
Alexey Rochev 862019e6de Qt: Allow passing dependency objects to preprocess method (#3470, #3875) 6 years ago
Salamandar c90885de6d Add 0.44.0 features 7 years ago
Salamandar fa6550b277 Add 0.40.0 features 7 years ago
Alexis Jeandet 4b98898c7c [Qt module] refactor b4cd949c48 7 years ago
Alexis Jeandet b4cd949c48 [Qt module] More qrc fixes 7 years ago
Alexis Jeandet ebeb248c07 [Qt module] Added generated resource test case + some fixes 7 years ago
Alexis Jeandet fd245ce5cf [Qt module] add some logic to detect if resources are in build dir 7 years ago
Alexis Jeandet 0407fac59e [Qt module] Add File object support for generated or not qrc files 7 years ago
Aleksey Filippov 2cf85ae16f Use os.path: basename() and dirname() instead of split() 7 years ago
Alexis Jeandet 81126264cd Fixed bug 7 years ago
Alexis Jeandet 120f7a4c40 [Qt module] Added workaround for qt tools version detection 7 years ago
Alexis Jeandet 5c5eac3571 [Qt module] Added translation files compilation method 7 years ago
Alexis Jeandet 1fd743e6ad [Qt module] Added lrelease detection 7 years ago
Alexis Jeandet 5de5e7673f [Qt module] Few minor fixes 7 years ago
Markus Theil 3f8a082a68 Qt-Module: fix name option with multiple rcc files 7 years ago
Markus Theil b36475ff44 Qt-Module: fix rcc `name` with Qt4 7 years ago
Markus Theil 51bc364a10 Qt5-Module: add `name` option to rcc 7 years ago
Martin Kelly 02bea7d5bf namespace run_targets by subproject 7 years ago
Leif Middelschulte cf759e529c Fixes the `kwargs` handling. 7 years ago
Leif Middelschulte b919e05821 removes unnecessary code as suggested by @jeandet 7 years ago
Leif Middelschulte 32a8ab40c1 removes unnecessary if/else-statement as suggested by @jeandet 7 years ago