106 Commits

Author SHA1 Message Date
Filippo Cucchetto
d71c19f217 Added chart example #14 2018-03-02 23:23:20 +01:00
Filippo Cucchetto
61d2cd0f93 Fixed nimble warnings 0.7.3 2018-02-26 21:19:32 +01:00
Filippo Cucchetto
496006383f Fixed nimble warnings 0.7.2 2018-02-26 21:12:50 +01:00
Filippo Cucchetto
21e2b4e198 Merge pull request #11 from markus-oberhumer/misc-updates
Just some trivial changes.
2017-07-06 22:35:20 +02:00
Markus F.X.J. Oberhumer
e389f1a2ea Increase Nim version to 0.17.0 in README.md as well. 2017-07-06 22:31:50 +02:00
Markus F.X.J. Oberhumer
51f487c5be Normalize whitespace.
Remove trailing whitespace and make sure each file ends with a newline.
2017-07-06 22:30:52 +02:00
Markus F.X.J. Oberhumer
30452faab9 Morph getDllName() into a compile-time constant string 2017-07-06 19:41:06 +02:00
Filippo Cucchetto
752b453ccb Increase Nim version to 0.17.0 2017-06-05 21:21:03 +02:00
Filippo Cucchetto
f224c2e8de As suggested in #7 added so version in dynlib on linux 2017-04-22 17:05:59 +02:00
Filippo Cucchetto
dfb7283e9f Bumped version to 0.7.1 0.7.1 2017-04-22 16:34:21 +02:00
Filippo Cucchetto
6b0ee2a40a Added support for hasIndex and fixed missing export of some qaim procs 2017-04-22 16:34:00 +02:00
Filippo Cucchetto
01a4858d25 Added support for QModelIndex::internalPointer 2017-04-13 14:42:52 +02:00
Filippo Cucchetto
18f36d0e76 Merge remote-tracking branch 'origin/qaim' 0.7.0 2017-04-09 12:14:15 +02:00
Filippo Cucchetto
40fe73c135 Updated the README 2017-04-09 12:13:39 +02:00
Filippo Cucchetto
9438c9d038 Synched with the qaim changes 2017-04-09 11:57:24 +02:00
Filippo Cucchetto
f0a32cbeb1 Fixed arguments passing 2017-03-12 17:29:21 +01:00
Filippo Cucchetto
bafc015728 Fixed compilation 2017-03-12 17:01:54 +01:00
Filippo Cucchetto
2499246c09 Forwarded parameters names to DOtherSide 2017-03-12 16:55:18 +01:00
Filippo Cucchetto
a2e56c07cc Aligned implementation with DOtherSide qaim branch 2017-03-12 16:13:19 +01:00
Filippo Cucchetto
f022545f03 Bumped version to 0.6.0 0.6.0 2016-10-12 00:06:56 +02:00
Filippo Cucchetto
c33964b314 Bumped requirements nim compiler requirements to 0.15.0 2016-10-12 00:06:16 +02:00
Filippo Cucchetto
11f0ef4f66 Fixed #6 Morphed immediate macros to untyped arguments
From 0.15.0 immediate templates and macros are replaced by untyped arguments
2016-10-12 00:01:23 +02:00
Filippo Cucchetto
d4ae42cef3 Added string argument to nameChanged signal 2016-09-25 17:46:03 +02:00
Filippo Cucchetto
3814eac811 Fixed missing arguments in the code generated for a signal emittion
This could cause crashes when accessing the i-th argument from Qml
through arg0, arg1
2016-09-25 17:45:17 +02:00
Filippo Cucchetto
c1287e7263 Merge pull request #5 from joemarct/master
better dll detection across platforms
2016-07-11 10:49:35 +02:00
Joemar Taganna
4595e6e4b1 better dll detection across platforms - revision 2016-07-11 15:52:57 +08:00
Joemar Taganna
250462122c better dll detection across platforms 2016-07-11 13:29:33 +08:00
Filippo Cucchetto
7fdde4860b Updated README 0.5.2 2016-06-14 23:51:35 +02:00
Filippo Cucchetto
359ce948b5 Bumped up the minimum Nim compiler version 2016-06-14 23:44:35 +02:00
Filippo Cucchetto
4690c79c23 Fixed compilation of examples with latest nim 2016-06-14 23:41:50 +02:00
Filippo Cucchetto
62e5bde038 Updated the nimble file 0.5.1 2016-04-11 20:12:52 +02:00
Filippo Cucchetto
c048256d70 Update the .gitignore
Added exe to the ignore list
2016-04-11 20:10:19 +02:00
Filippo Cucchetto
209889ad5a Workaround to Nim bugs on windows 2016-04-11 20:09:30 +02:00
Filippo Cucchetto
1d04c36fee Reverted to DOtherSide.dll on windows 2016-04-11 20:08:50 +02:00
Filippo Cucchetto
fda85de22f Update README.md 2016-04-10 18:24:51 +02:00
Filippo Cucchetto
3320d70711 Updated the readme 0.5.0 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