Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-15 | docs: Use an include for the qt modules | Dylan Baker | 1 | -161/+2 | |
Insteadf of qt4 referencing the Qt5 page, include the same content in both. | |||||
2021-06-15 | docs: update qt module documentation with types and new files | Dylan Baker | 1 | -13/+67 | |
2021-06-15 | modules/qt: Deprecated the preprocess sources keyword argument | Dylan Baker | 1 | -2/+6 | |
2021-06-15 | docs/qt: document all of the arguments of the preprocess function | Dylan Baker | 1 | -2/+15 | |
2021-01-30 | Rewrap long text lines in docs. [skip ci] | Jussi Pakkanen | 1 | -11/+14 | |
2020-11-04 | qt module: fix error message typo, translation qresource accepts qm not ts | Eli Schwartz | 1 | -1/+2 | |
Fixes #7925 | |||||
2020-08-25 | qt module: add qresource support to compile_translations | Eli Schwartz | 1 | -0/+17 | |
A common pattern in Qt5 applications is to embed translations in the executable using the qresource system. In this case, the list of translation files is already available in the .qrc file and there's no good reason to duplicate this info in meson.build. Let compile_translations optionally take a qrc input, in which case it will go straight to generating the relevant translations and rcc-generated .cpp, and directly return the thing users actually care about -- the .cpp for linking. | |||||
2020-06-18 | docs: replaced `ninja` with appropriate `meson` commands [skip ci] | TheQwertiest | 1 | -1/+1 | |
2020-03-08 | qt5: Add has_tools() method | Xavier Claessens | 1 | -0/+22 | |
2018-10-24 | module-qt: add rcc_extra_arguments to pass extra arguments to rcc (#4406) | xiannox | 1 | -0/+1 | |
2018-09-28 | Add support for uic_extra_arguments to qt5 (#4178) | Salamandar | 1 | -1/+2 | |
2018-09-17 | [skip ci] Add some documentation for PR #3998 | Alexis Jeandet | 1 | -2/+4 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2018-05-31 | Mention private_headers keyword in Qt dependency documentation [skip ci] | Jon Turney | 1 | -11/+10 | |
Also, put discussion of Qt dependencies *before* the example in the Qt5 module documentation. | |||||
2018-05-27 | [Qt module] private_headers kwarg documentation reformulation | Alexis Jeandet | 1 | -2/+2 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2018-04-30 | Added Added Qt's private header support with pkg-config | Alexis Jeandet | 1 | -1/+2 | |
Just use the same approach than qmake to generate private headers path Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2018-04-28 | [Qt module] Privates headers: added documentation | Alexis Jeandet | 1 | -0/+7 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-11-23 | [Qt module] Updated Dokerfile, added since 0.44 mention in doc | Alexis Jeandet | 1 | -4/+4 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-11-23 | [Qt module] Added translation files compilation method | Alexis Jeandet | 1 | -3/+11 | |
- Added a new compile_translations method since preprocess was already quite full and translations compilation is quite different from ui, qrc, cpp files preprocessing. - Updated translation. - Updated test case. Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-10-27 | documentation: adds new keyword usage to the given example. | Leif Middelschulte | 1 | -1/+3 | |
2017-10-27 | adds "since"-note for the new keyword to the documentation | Leif Middelschulte | 1 | -1/+1 | |
2017-10-27 | updates the documentation to follow the list-style to explain arguments. | Leif Middelschulte | 1 | -4/+7 | |
As per to @jon-turney's and @jpakanne's suggestion [0], this commit changes the "prosa" documentation to a list-style one. [0] https://github.com/mesonbuild/meson/pull/2529#pullrequestreview-72265697 | |||||
2017-10-25 | Qt5-Module: Add `moc_extra_arguments` keyword support. | Leif Middelschulte | 1 | -5/+5 | |
This commit adds support for an additional `moc_extra_arguments` keyword. It becomes especially handy, when `moc`-ed sources conditionally provide `slots`, depending on compile time macros (i.e. defines). | |||||
2017-10-01 | Added include directory argument for Qt's Moc which is needed to build plugins. | Alexis Jeandet | 1 | -3/+5 | |
Signed-off-by: Alexis Jeandet <alexis.jeandet@member.fsf.org> | |||||
2017-08-21 | Wrapped and alphabetized the remaining modules. | Jussi Pakkanen | 1 | -3/+10 | |
2017-06-22 | Improve the example by explaining modules (#1981) | philtherobot | 1 | -1/+4 | |
* Improve the example by explaining modules * Refer to Qt documentation for its list of modules * Add a sweet link to Qt's doc. | |||||
2017-04-26 | docs: Import the website and wiki and build with hotdoc | Thibault Saunier | 1 | -0/+15 | |
This allows us to more easily have the documentation in sync with the source code as people will have to document new features etc right at the time where they implement it. |