172 Commits

Author SHA1 Message Date
Richard Ramos
49d1a72ef7
Change debug variable 2020-06-05 08:49:24 -04:00
Richard Ramos
79025e4687
feat: add signal handler for status-go 2020-05-16 21:28:07 -04:00
Filippo Cucchetto
5c42890e5b Updated the doc 2019-10-01 23:56:29 +02:00
Filippo Cucchetto
3c11dbd0ac Formatted source through nimpretty 2019-10-01 22:40:12 +02:00
Filippo Cucchetto
013d54c87e Cleaned up warnings through nim check 2019-09-29 22:52:46 +02:00
Filippo Cucchetto
7fa3bdd4f2 Updated readme 2019-09-29 22:39:30 +02:00
Filippo Cucchetto
51fb1e6d5f Increased requirement to Nim v1.0.0 0.7.7 2019-09-29 22:29:26 +02:00
Filippo Cucchetto
0148250a43 Incrase build 0.7.6 2019-07-22 08:04:33 +02:00
Filippo Cucchetto
d7b87d043b Raised compiler version 2019-07-22 08:02:26 +02:00
Filippo Cucchetto
650cf0e119 Some fixes with 0.20.2 2019-07-22 08:01:50 +02:00
Filippo Cucchetto
cd3afefd63 Updated the qml files in the examples 2018-11-27 21:57:35 +01:00
Filippo Cucchetto
97d71c75c8 Raised minimum version to 0.19.0 0.7.5 2018-10-14 22:22:46 +02:00
Filippo Cucchetto
06d9be8ed3 Fixed compilation with Nim v0.19.0 2018-10-14 22:19:38 +02:00
Filippo Cucchetto
57bc70dcff Release version 0.7.4 0.7.4 2018-03-03 16:50:20 +01:00
Filippo Cucchetto
496f9b238b Fixed #15 Missing QAbstractTableModel override for parent and index
The QAbstractItemModel index and parent method should be pure virtual.
In nim we enforce this by using a doAssert(false)
2018-03-03 16:47:41 +01:00
Filippo Cucchetto
570027c231 Further improved the charts example 2018-03-03 10:31:27 +01:00
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