Filippo Cucchetto
|
3320d70711
|
Updated the readme
|
2016-04-10 15:00:46 +02:00 |
Filippo Cucchetto
|
af0842b8ce
|
Little fix and code cleanup
|
2016-04-05 23:38:23 +02:00 |
Filippo Cucchetto
|
c889678be7
|
Added ownership specification for raw pointers
|
2016-04-04 20:43:06 +02:00 |
Filippo Cucchetto
|
11f6bf53d1
|
Fixed implementation with the changes in the DOtherSide library
|
2016-03-28 21:45:11 +02:00 |
Filippo Cucchetto
|
5d0c7d796e
|
Restored dynlib support
|
2016-03-28 11:50:32 +02:00 |
Filippo Cucchetto
|
857968f06c
|
Updated the README
|
2016-03-28 10:55:02 +02:00 |
Filippo Cucchetto
|
9d739a605e
|
Fixed requirements
|
2016-03-28 10:54:02 +02:00 |
Filippo Cucchetto
|
27d74fba71
|
Update the nimble build script
|
2016-03-27 10:47:24 +02:00 |
Filippo Cucchetto
|
efd1a29927
|
Added example for showing load of qmls from resources
|
2016-03-27 10:40:35 +02:00 |
Filippo Cucchetto
|
4813b30f11
|
Added QCoreApplication appDirPath
|
2016-03-27 10:38:59 +02:00 |
Filippo Cucchetto
|
1dab7a8e89
|
Updated the gitignore
|
2016-03-24 23:00:59 +01:00 |
Filippo Cucchetto
|
44a4957929
|
Removed binaries
|
2016-03-24 22:51:28 +01:00 |
Filippo Cucchetto
|
abcdb32c18
|
Removed spaces
|
2016-03-23 22:52:26 +01:00 |
Filippo Cucchetto
|
2c4ab16442
|
Fixed missing return type in QDeclarative global functions
|
2016-03-23 22:52:07 +01:00 |
Filippo Cucchetto
|
47e23871e9
|
Added qmlregistertype example
|
2016-03-23 22:51:17 +01:00 |
Filippo Cucchetto
|
406e397c03
|
Reworked the examples and make them work again
|
2016-03-22 23:06:31 +01:00 |
Filippo Cucchetto
|
00172aaa6d
|
Removed some "echo" leftovers
|
2016-03-22 22:56:19 +01:00 |
Filippo Cucchetto
|
ff158aec6c
|
Added missing size to enum that caused crashes in C
This is necessary otherwise nim treat a single value in an enum as a byte
|
2016-03-22 22:53:00 +01:00 |
Filippo Cucchetto
|
a8a7a7b7f0
|
Added support for QtProperty without setter and notify signal
|
2016-03-22 22:51:33 +01:00 |
Filippo Cucchetto
|
66149050ad
|
Fixed support for nnkAccQuoted slots name
Without this fix we cannot support `name=` kind of slot setters
|
2016-03-20 16:23:09 +01:00 |
Filippo Cucchetto
|
bb44d3e650
|
Added support for generating the onSlotCalled method
|
2016-03-20 12:16:07 +01:00 |
Filippo Cucchetto
|
fc770629f6
|
Cont.d work on Nim macros
|
2016-03-09 23:57:18 +01:00 |
Filippo Cucchetto
|
43a8dc40c7
|
Started reworking the nimqml macros module
|
2016-03-07 22:49:56 +01:00 |
Filippo Cucchetto
|
f33ac15526
|
Added missing UserRole constant
|
2016-03-05 12:40:38 +01:00 |
Filippo Cucchetto
|
a35b03abd1
|
Added support for swapping the QObject void pointer inside bindings
|
2016-03-03 22:42:09 +01:00 |
Filippo Cucchetto
|
4124153d3e
|
Made QModelIndex safer by always coping values
|
2016-02-25 23:36:22 +01:00 |
Filippo Cucchetto
|
74d0e47281
|
Added debug messages to QAIM
|
2016-02-25 21:41:10 +01:00 |
Filippo Cucchetto
|
eac1a3f920
|
Fixed with changes in DotherSid that removed the QAIM delete
|
2016-02-25 21:35:54 +01:00 |
Filippo Cucchetto
|
ba9d537b9b
|
Added support for qmlRegisterSingletonType
|
2016-02-21 20:07:26 +01:00 |
Filippo Cucchetto
|
f09920afc4
|
Removed the QQmlContext module
|
2016-02-21 18:41:59 +01:00 |
Filippo Cucchetto
|
70017c64fb
|
Fixed missing export
|
2016-02-21 18:37:36 +01:00 |
Filippo Cucchetto
|
a3dabe05c3
|
Fixed with the changes in the DOtherSide library
|
2016-02-21 18:36:38 +01:00 |
Filippo Cucchetto
|
cee83ba832
|
Added initial support for qmlRegisterType
|
2016-02-21 18:15:49 +01:00 |
Filippo Cucchetto
|
ac8c2422e0
|
Added support for QResource
|
2016-02-20 19:33:08 +01:00 |
Filippo Cucchetto
|
dfb179c378
|
Hided cint to int
|
2016-02-20 19:12:18 +01:00 |
Filippo Cucchetto
|
13dc73432e
|
Removed useless var in setup procs
|
2016-02-20 12:52:49 +01:00 |
Filippo Cucchetto
|
879bd240af
|
Added support for QAbstractListModel
|
2016-02-20 12:50:11 +01:00 |
Filippo Cucchetto
|
dfb80cb122
|
Renaming the metaObject instance for not conflict with QAbstractListModel
|
2016-02-20 12:49:57 +01:00 |
Filippo Cucchetto
|
60c62c6a3f
|
Fixed Missing reset to nil ini QModelIndex
|
2016-02-20 12:49:26 +01:00 |
Filippo Cucchetto
|
2126599d21
|
Fixed exportion of QModelIndex
|
2016-02-20 11:22:02 +01:00 |
Filippo Cucchetto
|
d1b511ec2b
|
Added suppport for QModelIndex
|
2016-02-20 11:20:37 +01:00 |
Filippo Cucchetto
|
9d0947a450
|
Added suppoer QHashIntQByteArray
|
2016-02-20 11:12:24 +01:00 |
Filippo Cucchetto
|
23826e2721
|
Added support for QGuiApplication
|
2016-02-20 11:07:43 +01:00 |
Filippo Cucchetto
|
ba45affb99
|
Added support for QQuickView
|
2016-02-20 11:03:35 +01:00 |
Filippo Cucchetto
|
e31df59620
|
Added missing exports for QUrl
|
2016-02-20 11:03:13 +01:00 |
Filippo Cucchetto
|
fb70f5dcba
|
Added support for QUrl
|
2016-02-17 23:53:40 +01:00 |
Filippo Cucchetto
|
f876db7117
|
Fixed argument parsing
|
2016-02-17 23:15:06 +01:00 |
Filippo Cucchetto
|
03e9960a9a
|
Added missing export proc for QQApplicationEngine
|
2016-02-11 23:57:40 +01:00 |
Filippo Cucchetto
|
ce498eaa70
|
Added support for QApplication
|
2016-02-11 23:56:55 +01:00 |
Filippo Cucchetto
|
52205c42b5
|
Started binding QQmlApplicationEngine
|
2016-02-09 00:45:54 +01:00 |