index
:
qt/qtinterfaceframework-qface.git
upstream/1.10.1-patch
upstream/2.0.1-patch
upstream/develop
upstream/gh-pages
upstream/master
Unnamed repository; edit this file 'description' to name the repository.
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
qface
/
idl
/
domain.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve error handling when parsing annotation files
Dominik Holland
2022-01-27
1
-3
/
+3
*
Domain.py: fix qualified_name() (#73)
jacky309
2018-05-02
1
-1
/
+5
*
Merge branch 'feature/default_values' into develop
Juergen Bocklage-Ryannel
2018-03-08
1
-1
/
+2
|
\
|
*
adding default values to interface properties and struct members
Juergen Bocklage-Ryannel
2018-03-07
1
-1
/
+2
*
|
add initial support for profiles and a map with a value type only.
Juergen Bocklage-Ryannel
2018-03-07
1
-0
/
+5
*
|
small typo
Juergen Bocklage-Ryannel
2018-03-07
1
-1
/
+1
|
/
*
added depencies detection support for symbols.
Juergen Bocklage-Ryannel
2018-01-24
1
-0
/
+7
*
added writeable to property. A property is writeable if it is
Juergen Bocklage-Ryannel
2018-01-16
1
-0
/
+4
*
Fixed some smaller issues and renamed variant to var is checks
Juergen Bocklage-Ryannel
2017-08-09
1
-5
/
+5
*
- Updated the documentation.
Juergen Bocklage-Ryannel
2017-08-01
1
-1
/
+1
*
fixed random changes in generated JSON output by using OrderedDict
Juergen Bocklage-Ryannel
2017-07-26
1
-2
/
+2
*
Added missing json converter for operation return type
Juergen Bocklage-Ryannel
2017-07-25
1
-0
/
+1
*
Added kind property to test in templates the kind (class) of object
Juergen Bocklage-Ryannel
2017-07-25
1
-0
/
+1
*
Added is_enumeration to TypeSymbol which is true for enums and flags.
Juergen Bocklage-Ryannel
2017-07-19
1
-5
/
+10
*
Added is_flag test type type symbol.
Juergen Bocklage-Ryannel
2017-07-19
1
-2
/
+7
*
changed the module.module_name behavior that it does no capitalize the
Juergen Bocklage-Ryannel
2017-07-19
1
-2
/
+2
*
update the API documentation
Juergen Bocklage-Ryannel
2017-07-11
1
-1
/
+23
*
added more helper functions to the interface/property objects
Juergen Bocklage-Ryannel
2017-07-11
1
-0
/
+12
*
added fully qualified names also to
Juergen Bocklage-Ryannel
2017-07-08
1
-1
/
+27
*
Add majorVersion and minorVersion properties (#51)
jacky309
2017-06-27
1
-0
/
+8
*
TypeSymbol: Add "is_interface" property
Jacques GUILLOU
2017-06-16
1
-0
/
+5
*
Changed grammar to allow extending other interfaces.
Juergen Bocklage-Ryannel
2017-04-29
1
-0
/
+5
*
Added support for JSON serialization (#43)
jryannel
2017-04-19
1
-1
/
+89
*
feature constant properties (#38)
jryannel
2017-04-06
1
-2
/
+3
*
yaml based inline annotations (#31)
jryannel
2017-04-03
1
-1
/
+1
*
Fixed some issues with annotations. Several attributes should work now and al...
Juergen Bocklage-Ryannel
2017-03-28
1
-2
/
+2
*
Introduced the NamedElement base class for the domain and removed the TypedSy...
Juergen Bocklage-Ryannel
2017-02-11
1
-38
/
+46
*
Added parser support for signals. Signals are now an own domain objects and n...
Juergen Bocklage-Ryannel
2017-02-03
1
-12
/
+23
*
Added initial support fragment lookup e.g. org.example.tuner.Tuner#scan the p...
Juergen Bocklage-Ryannel
2017-02-01
1
-10
/
+23
*
smaller cosmetics update and renamed searchpath for generator to search_path
Juergen Bocklage-Ryannel
2017-01-26
1
-1
/
+1
*
changed QDL wording to QFace document
Juergen Bocklage-Ryannel
2017-01-20
1
-4
/
+7
*
used correct is_<type> function for helper
Juergen Bocklage-Ryannel
2017-01-13
1
-0
/
+2
*
minor adjustments for the code generation
Juergen Ryannel
2017-01-09
1
-0
/
+4
*
Fixed the qualified name lookup to take into account the symbol could be the ...
Juergen Bocklage-Ryannel
2017-01-05
1
-1
/
+4
*
Added initial tag support. Everywhere where you can add a comment you can als...
Juergen Bocklage-Ryannel
2017-01-05
1
-4
/
+21
*
method names follow python rules; removed helper tpl
Juergen Ryannel
2016-11-30
1
-6
/
+6
*
Added support for module versions.
Juergen Bocklage-Ryannel
2016-11-30
1
-0
/
+1
*
Added "var" data type support
Juergen Bocklage-Ryannel
2016-11-30
1
-0
/
+5
*
updated qtcpp templates
Juergen Bocklage-Ryannel
2016-11-30
1
-0
/
+4
*
Modified the copyright to be AB instead of AG.
Juergen Bocklage-Ryannel
2016-11-30
1
-1
/
+1
*
Further changed naming. Struct members are called now fields.
Juergen Bocklage-Ryannel
2016-11-30
1
-8
/
+12
*
Added checking of import module for external types. Gives a warning if type i...
Juergen Bocklage-Ryannel
2016-11-30
1
-5
/
+19
*
Updated documentation
Juergen Bocklage-Ryannel
2016-11-30
1
-79
/
+85
*
Unified different lookup calls to only use one on the system and module.
Juergen Bocklage-Ryannel
2016-11-30
1
-67
/
+72
*
Made internal variables (mostly maps in symbols) protected by prefixing with _
Juergen Bocklage-Ryannel
2016-11-30
1
-45
/
+45
*
Removed definition property from TypeSymbol. This is now superseded by the re...
Juergen Bocklage-Ryannel
2016-11-30
1
-9
/
+0
*
Type resolution is now done lazily. This saves the 2nd pass listener for type...
Juergen Bocklage-Ryannel
2016-11-30
1
-1
/
+16
*
Added a 2nd pass resolving listener, which resolves the referenced complex ty...
Juergen Bocklage-Ryannel
2016-11-30
1
-1
/
+11
*
Renamed attribute to property everywhere
Juergen Bocklage-Ryannel
2016-11-30
1
-19
/
+19
*
Renamed face files to QDL and changed package identified in grammar and every...
Juergen Bocklage-Ryannel
2016-11-30
1
-54
/
+54
[next]