summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Modified LICENSE file for our useupstream/jeremiah-license-patch-1Jeremiah C. Foster2017-03-281-1/+1
| | | See subject.
* Fixed error where wrong symbol was parsed for signal annotationJuergen Bocklage-Ryannel2017-03-281-1/+2
|
* Fixed some issues with annotations. Several attributes should work now and ↵Juergen Bocklage-Ryannel2017-03-287-205/+225
| | | | also the correct merging from YAML annotations with IDL annotations
* fixed type in function nameJuergen Bocklage-Ryannel2017-03-281-2/+2
|
* Tags which have no value are treated as flags now. So you can detect them ↵Juergen Bocklage-Ryannel2017-03-273-1/+11
| | | | with if test in templates
* Removed debug statements from codeJuergen Bocklage-Ryannel2017-03-173-7/+0
|
* Fixed an issue with the reloading options for the reference generatorsJuergen Bocklage-Ryannel2017-03-173-12/+11
|
* ensure the distribution folder is created if not exists and removed if ↵Juergen Bocklage-Ryannel2017-03-171-1/+3
| | | | exists. This is for creating a python distribution
* Changed the license to the MIT license.Juergen Bocklage-Ryannel2017-03-163-685/+22
|
* Merge tag '1.1b2' into developJuergen Bocklage-Ryannel2017-03-151-1/+1
|\ | | | | | | Updated documentation
| * Merge branch 'release/1.1b2'1.1b2Juergen Bocklage-Ryannel2017-03-157-23/+23
| |\
| | * bump version to 1.1b2Juergen Bocklage-Ryannel2017-03-151-1/+1
| |/ |/|
* | Update grammar.rst (#25)alistairadamsqt2017-03-151-2/+2
| | | | | | Tidy up grammar
* | Update qtqml.rst (#24)alistairadamsqt2017-03-151-3/+3
| | | | | | Typos
* | Update qtcpp.rst (#23)alistairadamsqt2017-03-151-4/+4
| | | | | | | | | | | | | | | | | | | | * Update qtcpp.rst Correct English, and typos and ask some questions. * Update qtcpp.rst Tried to answer the open questions
* | Update usage.rst (#22)alistairadamsqt2017-03-141-3/+3
| | | | | | | | | | | | | | | | * Update usage.rst * Update usage.rst * Update usage.rst
* | Update motivation.rst (#21)alistairadamsqt2017-03-141-9/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update motivation.rst Cleaning up the English and some typos * Update motivation.rst Reword around "none experts" * Update motivation.rst * Update motivation.rst
* | added gitter bagjryannel2017-03-141-0/+1
| |
* | fixed small markup typoJuergen Bocklage-Ryannel2017-03-141-1/+1
| |
* | Merge tag '1.1b1' into developJuergen Bocklage-Ryannel2017-03-141-1/+1
|\ \ | |/ | | | | | | Added new structured comments feature Updated to the documentation
| * Merge branch 'release/1.1b1'1.1b1Juergen Bocklage-Ryannel2017-03-1454-639/+1337
| |\
| | * fixes version numberJuergen Bocklage-Ryannel2017-03-141-1/+1
| |/ |/|
* | Added new iteration of structured documentation implementation.Juergen Bocklage-Ryannel2017-03-143-22/+93
| |
* | Updated motivation to add a short description why a new IDLJuergen Bocklage-Ryannel2017-03-141-4/+27
| |
* | Merge branch 'develop' of github.com:Pelagicore/qface into developJuergen Bocklage-Ryannel2017-02-157-57/+86
|\ \
| * | Updated the documentation for the new watch and shell moduleJuergen Bocklage-Ryannel2017-02-124-4/+21
| | |
| * | Introduced the NamedElement base class for the domain and removed the ↵Juergen Bocklage-Ryannel2017-02-113-39/+48
| | | | | | | | | | | | | | | | | | TypedSymbol. This makes the architecture simpler and less confusing when the Type was a Symbol. Additonally introduced the contents property which shall generalize the “children” of a symbol, e.g. parameters of an operation. This shall help to write more reusable template helper functions.
| * | Allows now to pass in the command line as array of arguments (args) for the ↵Juergen Bocklage-Ryannel2017-02-111-14/+8
| | | | | | | | | | | | script to be called on FS change
| * | Added simple shell command to be used. Can be used to call a shell command ↵Juergen Bocklage-Ryannel2017-02-111-0/+9
| | | | | | | | | | | | after reloading the generator
* | | Improvements on the doc parsing. Now uses a simple py script to gather the ↵Juergen Bocklage-Ryannel2017-02-152-23/+27
|/ / | | | | | | information. Now there needs to be a translation of the inner tags
* | WIP: qdoc templates for qtcpp generatorJuergen Bocklage-Ryannel2017-02-0612-6/+176
| |
* | removed unused sys moduleJuergen Bocklage-Ryannel2017-02-061-1/+0
| |
* | Updated documentation to replace event with signal.Juergen Bocklage-Ryannel2017-02-034-11/+11
| |
* | Ensured the script is always called with the correct python executable in ↵Juergen Bocklage-Ryannel2017-02-031-1/+3
| | | | | | | | reload mode
* | Added src watcher to qtqml generatorJuergen Bocklage-Ryannel2017-02-031-2/+8
| |
* | Added support for signals to the qtcpp and qtqml generators. Was mostly ↵Juergen Bocklage-Ryannel2017-02-032-3/+6
| | | | | | | | missing since the beginning.
* | Added parser support for signals. Signals are now an own domain objects and ↵Juergen Bocklage-Ryannel2017-02-0312-450/+635
| | | | | | | | not anymore operations with a special flag. This should make code generation easier but initially will break the generation until the templates are fixed to support signals.
* | Smaller fixes for using super in Python3 fashionJuergen Bocklage-Ryannel2017-02-031-2/+2
| |
* | Removed the WIP structured doc form the qtcpp generatorJuergen Bocklage-Ryannel2017-02-031-8/+0
| |
* | Added reload option to qtcpp generator. Allows to watch recursive the source ↵Juergen Bocklage-Ryannel2017-02-032-2/+63
| | | | | | | | directories and run the generator script when changes appear
* | WIP: structured doc support: updated the test casesJuergen Bocklage-Ryannel2017-02-032-4/+3
| |
* | Renamed command line utility again as it will be not exported anymore and it ↵Juergen Bocklage-Ryannel2017-02-031-0/+0
| | | | | | | | will remain an internal dev-tool
* | WIP: Added initial support to parse documentationJuergen Bocklage-Ryannel2017-02-014-0/+74
| |
* | Changed all examples files to use JavaDoc tagsJuergen Bocklage-Ryannel2017-02-015-41/+62
| |
* | Added initial support fragment lookup e.g. org.example.tuner.Tuner#scan the ↵Juergen Bocklage-Ryannel2017-02-012-10/+29
| | | | | | | | part after the # identifies a property/operation/signal
* | Updated tests for JavaDoc open doc tagsJuergen Bocklage-Ryannel2017-02-011-4/+4
| |
* | Enabled parsing module documentationJuergen Bocklage-Ryannel2017-02-011-0/+2
| |
* | Changed start doc tag to ‘/**’ to make it JavaDoc compliantJuergen Bocklage-Ryannel2017-02-012-2/+2
| |
* | added support for readonly properties in qml generatorJuergen Bocklage-Ryannel2017-01-301-8/+7
| |
* | removed the viewmodel aspects of the qtqml generator. Still readonly ↵Juergen Bocklage-Ryannel2017-01-305-32/+11
| | | | | | | | properties are not supported yet. - later