summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Modified LICENSE file for our useupstream/jeremiah-license-patch-1Jeremiah C. Foster2017-03-281-1/+1
* 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 al...Juergen Bocklage-Ryannel2017-03-287-205/+225
* 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 wit...Juergen Bocklage-Ryannel2017-03-273-1/+11
* 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 exists...Juergen Bocklage-Ryannel2017-03-171-1/+3
* 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
|\
| * 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
* | Update qtqml.rst (#24)alistairadamsqt2017-03-151-3/+3
* | Update qtcpp.rst (#23)alistairadamsqt2017-03-151-4/+4
* | Update usage.rst (#22)alistairadamsqt2017-03-141-3/+3
* | Update motivation.rst (#21)alistairadamsqt2017-03-141-9/+8
* | 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
|\ \ | |/
| * 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 TypedSy...Juergen Bocklage-Ryannel2017-02-113-39/+48
| * | Allows now to pass in the command line as array of arguments (args) for the s...Juergen Bocklage-Ryannel2017-02-111-14/+8
| * | Added simple shell command to be used. Can be used to call a shell command af...Juergen Bocklage-Ryannel2017-02-111-0/+9
* | | Improvements on the doc parsing. Now uses a simple py script to gather the in...Juergen Bocklage-Ryannel2017-02-152-23/+27
|/ /
* | 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 rel...Juergen Bocklage-Ryannel2017-02-031-1/+3
* | Added src watcher to qtqml generatorJuergen Bocklage-Ryannel2017-02-031-2/+8
* | Added support for signals to the qtcpp and qtqml generators. Was mostly missi...Juergen Bocklage-Ryannel2017-02-032-3/+6
* | Added parser support for signals. Signals are now an own domain objects and n...Juergen Bocklage-Ryannel2017-02-0312-450/+635
* | 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
* | 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
* | 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 p...Juergen Bocklage-Ryannel2017-02-012-10/+29
* | 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 properti...Juergen Bocklage-Ryannel2017-01-305-32/+11