36 Commits

Author SHA1 Message Date
Filippo Cucchetto
4622b93c3f [NimQml] Fixed AbstractItemModel example 2015-05-02 13:54:27 +02:00
Filippo Cucchetto
964ef811c6 [DQml] [NimQml] Renamed the examples because names conflicted 2015-04-26 17:21:33 +02:00
Filippo Cucchetto
0b1ec52060 Simplified the ContactApp example 2015-02-15 14:12:45 +01:00
Filippo Cucchetto
99359968de Added support for headerData and columnsCount methods 2015-02-15 12:59:42 +01:00
Filippo Cucchetto
84c58761ad Added support for setData and flags methods 2015-02-14 15:50:12 +01:00
Filippo Cucchetto
55341ab3e2 Updated the ContactApp for testing the QAbstractListModel generation of slots and properties 2015-02-14 15:50:12 +01:00
Filippo Cucchetto
de533129d2 Updated the ContactApp for using the QAbstractListModel base class 2015-02-14 15:50:12 +01:00
Filippo Cucchetto
b79d0bfb63 Added the support for beginInsertRows and endInsertRows methods 2015-02-14 15:50:11 +01:00
Filippo Cucchetto
8e36e4d957 Reformatted the code 2015-02-14 15:50:11 +01:00
Filippo Cucchetto
27db2ef854 Updated the QAbstractListModel example 2015-02-14 15:50:11 +01:00
Filippo Cucchetto
634cc3ea39 Cleanedup the DOtherSide.h C interface from C++ references types 2015-02-14 15:50:11 +01:00
Filippo Cucchetto
95aeef5db0 Started adding support for RoleNames 2015-02-14 15:50:11 +01:00
Filippo Cucchetto
df498cb64c Added data callback 2015-02-14 15:50:11 +01:00
Filippo Cucchetto
b7cbe8691c Added index to the rowCount callback 2015-02-14 15:50:11 +01:00
Filippo Cucchetto
470b2647b8 Fixed the AbstractListModel example 2015-02-14 15:50:11 +01:00
Filippo Cucchetto
9f3be669e7 Started the rowCount callback 2015-02-14 15:50:11 +01:00
Filippo Cucchetto
92fcf6970d Initial implementation of the BaseQAbstractListModel 2015-02-14 15:50:11 +01:00
Filippo Cucchetto
412bb14eb2 Added missing export of the delete proc 2015-01-12 22:47:33 +01:00
Filippo Cucchetto
f878966cbb Added some love to the ContactApp example 2015-01-12 22:30:10 +01:00
Filippo Cucchetto
78d7808fb1 Removed useless copy directive in CMakeLists.txt 2015-01-12 20:36:02 +01:00
Will Szumski
467524e4ad fixed a naming conflict in Contact app 2015-01-12 16:42:31 +00:00
Filippo Cucchetto
42ded08c7f Added a sample contact application
Basic contact app the shows how to expose a list of elements to Qml
2015-01-11 21:01:00 +01:00
Filippo Cucchetto
b605c62227 Updated the SimpleData example with float 2015-01-11 13:13:04 +01:00
Filippo Cucchetto
e281666ca0 Added GC_fullcollect() to all examples 2015-01-11 13:01:46 +01:00
Filippo Cucchetto
8aa9b7f5a2 Fixed typo in SimpleData example 2015-01-11 12:59:24 +01:00
Filippo Cucchetto
3613bfea4e Fixed examples 2015-01-10 12:18:33 +01:00
Filippo Cucchetto
76894f3bc3 Updated the SimpleData example 2015-01-08 23:51:23 +01:00
Filippo Cucchetto
685236d11e Initial support for finalizers for QObject and QVariant 2015-01-08 23:34:17 +01:00
Will Szumski
2d05bcf0a8 changed QtObject macro syntax 2015-01-06 12:16:59 +01:00
Will Szumski
9e91b25cda Now require objects to be explicitly exported for create to be exported 2015-01-06 12:16:40 +01:00
Filippo Cucchetto
328355fff8 Finished the initial doc 2015-01-05 15:09:13 +01:00
Filippo Cucchetto
50eeefa5c4 Completed example 3 with slots and properties 2015-01-05 13:57:28 +01:00
Filippo Cucchetto
0fb2f9992e Added example for simple exchange of data 2015-01-05 13:57:28 +01:00
Filippo Cucchetto
c6960df455 Initial work for writing a nice initial documentation and improving the examples 2015-01-05 13:57:28 +01:00
Will Szumski
7c4d54a95b Added an example of using the QtObject macro 2015-01-04 21:58:32 +00:00
Filippo Cucchetto
fcbc2662f0 Moved the NimQml to a separate directory and added .nimble file 2014-12-29 15:32:53 +01:00