Warning, /sdk/doxyqml/NEWS is written in an unsupported language. File is not indexed.
0001 # 2018.12.01 - 0.5.0 0002 0003 - Turn internal QML elements into private C++ members, see README.md for details on how to use this. (Matthew Lam) 0004 - Add support for `@returns`, a synonym for `@return`. (Max Paperno) 0005 - Add support for trailing (inline) Doxygen comments for properties, signals, and methods (but not method params). (Max Paperno) 0006 - Fix installation issues on Windows (Max Paperno) 0007 - Improve test coverage and infrastructure (Aurelien Gateau) 0008 - Setup flake8 to enforce coding style (Aurelien Gateau) 0009 0010 # 2018.05.19 - 0.4.0 0011 0012 - Add support for wrapping generated C++ code in a namespace (Taylor Braun-Jones) 0013 - Explicitly specify the encoding of the QML input files as utf-8 (Taylor Braun-Jones) 0014 - Fix parsing of properties named "property" (Taylor Braun-Jones) 0015 - Fix parsing of multiline text strings (Taylor Braun-Jones) 0016 - Made parsing of pragma and imports more resilient to spaces before or after, (Sanjay Joshi, Taylor Braun-Jones, Aurelien Gateau) 0017 - Add a script to run all tests through coverage and make Travis run it (Aurelien Gateau) 0018 0019 # 2016.06.20 - 0.3.0 0020 0021 - Port to Python 3 (Olivier Churlaud, Aurélien Gâteau) 0022 - Skip directory imports (Aurélien Gâteau) 0023 - Support comment after class declaration (Cédric Cabessa) 0024 - Give version argument of the ctor a default value (Mathias Hasselmann) 0025 - Find qmldir for relative paths (Mathias Hasselmann) 0026 - Read import statements to help base class lookup (Mathias Hasselmann) 0027 - Generate qualified component names (Mathias Hasselmann) 0028 - Handle singleton pragmas (Mathias Hasselmann) 0029 0030 # 2014.02.11 - 0.2.0 0031 0032 - Port to argparse (Aurélien Gâteau) 0033 - Add functional tests (Aurélien Gâteau) 0034 - Keep all comments, necessary to support features like @cond/@endcond (Aurélien Gâteau) 0035 - Add support for readonly properties (Burkhard Daniel) 0036 - Support for anonymous function (Niels Madan) 0037 - Improve handling of unknown arguments (Aurélien Gâteau) 0038 - Add support for \return and \param in addition to @return and @param (Aurélien Gâteau) 0039 - Make tests.py executable (Aurélien Gâteau) 0040 0041 # 2012.11.21 - 0.1.0 0042 0043 - First release