Will Szumski
|
e5888a989f
|
Changed property syntax to filcuc's suggestion: e.g QtProperty name of string:
|
2015-01-04 20:52:43 +00:00 |
|
Will Szumski
|
4f1da7957b
|
initial support for user defined helpers from within QtType. Implemented by delaying the definition of user deined items (procs, methods, etc.) until after create. This was necessary as create is currently defined as a template and we can't use a forward declaration.
|
2015-01-04 19:22:05 +00:00 |
|
Will Szumski
|
17eb1e748e
|
turns out {.compileTime.} tables work, but ones decalred in static block do not
|
2015-01-03 19:56:22 +00:00 |
|
Will Szumski
|
0beff2244a
|
fixed some warnings, added debug template (compile with -d debug), make QtType macro pass through definitions we do not explicitly handle
|
2015-01-03 19:49:59 +00:00 |
|
Will Szumski
|
b4083f1b84
|
work around compiler bug where {.compileTime.} tables are flagged up as not being computable at compile time when a macro using them is imported into another module
|
2015-01-02 21:26:30 +00:00 |
|
Will Szumski
|
b02540d1c1
|
add NimQmlMacros.nim
|
2015-01-02 20:07:12 +00:00 |
|