index
:
meson
clippy-json
master
Unnamed repository; edit this file 'description' to name the repository.
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
mesonbuild
/
modules
/
qt.py
Age
Commit message (
Expand
)
Author
2021-06-15
modules/qt: use type checking and annotations for compile_translations
Dylan Baker
2021-06-15
modules/qt: fully annotate and check qt.has_tools
Dylan Baker
2021-06-15
modules/qt: Make use of the default=[] availability
Dylan Baker
2021-06-15
modules/qt: Type anotations and cleanups
Dylan Baker
2021-06-15
modules/qt: have pre-process dispatch to moc_compile
Dylan Baker
2021-06-15
modules/qt: Add a compile_moc method
Dylan Baker
2021-06-15
modules/qt: use the compile_ui method inside the preprocess method
Dylan Baker
2021-06-15
modules/qt: Add a compile_ui method
Dylan Baker
2021-06-15
modules/qt: Dispatch the preprocess method to the compile_resources method
Dylan Baker
2021-06-15
modules/qt: Add a `compile_resources` method
Dylan Baker
2021-06-15
modules/qt: Deprecated the preprocess sources keyword argument
Dylan Baker
2021-06-15
modules/qt: Deprecated the *sources variadic argument to preproccess
Dylan Baker
2021-06-03
deps: Split dependencies.base
Daniel Mensinger
2021-05-28
modules: Replace find_program_impl() by state.find_program()
Xavier Claessens
2021-05-28
modules: Add methods dict everywhere
Xavier Claessens
2021-05-28
modules: Remove snippet methods
Xavier Claessens
2021-05-12
gnome: Fix gtkdoc generation
Xavier Claessens
2021-05-08
Fix python exception thrown for invalid resource path
Nellie Zhang
2021-03-23
Refactor Qt Dependency into proper split classes with factories
Dylan Baker
2021-03-22
qt: move compilers_detect to the qt module
Dylan Baker
2021-03-19
split program related classes and functions out of dependencies
Dylan Baker
2021-03-04
mass rewrite of string formatting to use f-strings everywhere
Eli Schwartz
2021-02-07
Add Qt6 module
Luca Weiss
2020-11-04
qt module: fix error message typo, translation qresource accepts qm not ts
Eli Schwartz
2020-09-22
pylint: turn on bad-indentation error
Dylan Baker
2020-08-25
qt module: add qresource support to compile_translations
Eli Schwartz
2020-07-13
qt module: rcc supports depfiles now, given a recent enough version of Qt5
Eli Schwartz
2020-07-04
qt: Fix has_tools() when required=False
Xavier Claessens
2020-03-08
Merge pull request #6736 from dcbaker/mesonlib-type-annotations
Jussi Pakkanen
2020-03-08
qt5: Add has_tools() method
Xavier Claessens
2020-03-05
Make use of unholder
Dylan Baker
2020-03-05
remove ability to pass multiple keys to extract_as_list
Dylan Baker
2019-11-27
modules/qt.py: friendlier "lrelease-qtN not found" error message
Marc Herbert
2019-04-25
Don't use len() to test for container emptiness
Dylan Baker
2019-03-17
Add feature warning for qt.compile_translations
Luca Weiss
2018-11-19
lgtm: Too few arguments for string format.
Jon Turney
2018-11-14
dependencies/ui: Allow qt compilers and qmake to be specified in native file
Dylan Baker
2018-10-24
module-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-03
Qt: Allow passing dependency objects to preprocess method (#3470, #3875)
Alexey Rochev
2018-06-01
Add 0.44.0 features
Salamandar
2018-06-01
Add 0.40.0 features
Salamandar
2018-04-04
[Qt module] refactor b4cd949c48ab67891e4bc6b14a8f9f247e28777d
Alexis Jeandet
2018-04-04
[Qt module] More qrc fixes
Alexis Jeandet
2018-03-30
[Qt module] Added generated resource test case + some fixes
Alexis Jeandet
2018-03-30
[Qt module] add some logic to detect if resources are in build dir
Alexis Jeandet
2018-03-26
[Qt module] Add File object support for generated or not qrc files
Alexis Jeandet
2018-01-30
Use os.path: basename() and dirname() instead of split()
Aleksey Filippov
2018-01-20
Fixed bug
Alexis Jeandet
2017-11-28
[Qt module] Added workaround for qt tools version detection
Alexis Jeandet
[prev]
[next]