| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
|
|
|
|
| |
* Create new .sln in the `examples` dir
* Use package when building examples outside of the topmost .sln
* Disable build of examples by default in the topmost .sln
- Projects can still be manually built and debugged
* Renamed `GeneratorTestApp` as `Primes`
* Renamed `PackageTestApp` as `CityTemperatures`
Change-Id: I333ba1941f3ccb021cb2681da09bcad8024ae186
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
| |
Change-Id: I6790f92526c2042e8a921903034667f0420ba8c5
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
|
|
|
|
|
| |
The following types are no longer used:
* IQModelIndex
* IQVariant
* QDotNetAbstractListModel
Change-Id: Ibf871362382dab4cc9480701c996bb0445f0c1d1
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
|
|
|
| |
QML files will be loaded in runtime from the file system instead of
being compiled ahead-of-time.
Change-Id: If6bcffa7bad3d9dc4c2d51f7f0629f725c536a04
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
QML will always call getter functions for object properties. This will
result in the creation of duplicate "live" C++ wrappers for the same C#,
one wrapper per reference to the property. To work around this, the
result of reference-typed properties (i.e. anything not considered
a built-in type) will be cached in the wrapper. Subsequent calls to the
property getter will return the cached instance. The cache is updated in
calls to the setter function (if any), and is cleared on notification of
property change.
Change-Id: I24dc08676c7c87093f0d8e77b775ec6dab9a8bfd
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
| |
Change-Id: Ib4d3368583c2128807d93bab9bf61ddf61e93803
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
| |
Change-Id: Id974ea9979d9dda99b78a5e70e08d6985088ce07
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
| |
Change-Id: I32b02ac2d4aa5aa09d8da740560d83b7b31001e4
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
|
|
|
|
| |
The current auto-test and peformance measurement facilities are
out-of-date and have now been disabled. These will be reintroduced in a
subsequent change.
Change-Id: I71d3bdf96f7d8b1a30a7c5e6f84883d5b7b6ea00
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
|
|
|
| |
This will allow QML files and generated element types to be loaded from
C# code, e.g. from the Program.Main() entry-point.
Change-Id: Ia7ceecccf5b36ed43dab08b4a66694fbe32b49de
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
| |
|
|
|
| |
Change-Id: I575acc39fac5c12e07f0e4da3193ba94b337137a
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|
|
|
Change-Id: Ie77d0156c9e54be57547c160c3a2b2934ce050a8
Reviewed-by: Karsten Heimrich <karsten.heimrich@qt.io>
|