Commit Graph

313 Commits

Author SHA1 Message Date
Dmitry Pinaev efedc1e06c Format code uniformly, fix compilation errors 2018-08-22 22:36:34 +02:00
Russell Greene 487fb77b27 Fix various warnings
* consistently use class for ConnectionID
* use QT_NO_DEBUG instead of NDEBUG
2018-08-22 12:10:03 -04:00
Russell Greene 9cee2ff4b7 Fix compile errors 2018-08-22 12:01:04 -04:00
Russell Greene 7cac121c12 Update catch in travis 2018-08-22 12:00:54 -04:00
Russell Greene d5ed27e30c Convert to modelview philosophy 2018-08-09 20:19:12 -06:00
Davide Faconti 87f0d386bf Prefer for loop over lambda (#181) 2018-06-06 11:30:40 +02:00
Justin Bassett b3a3e9826b Fix Issue #127 (#140)
* Fix Issue #127

* add unit test
2018-05-29 22:05:07 +02:00
Dmitry Pinaev 56fbb9344f Fix appveyor script after merge (#177) 2018-05-28 00:01:52 +02:00
Justin Bassett db51d90253 Implement automated tests (#177)
* add basic test support

* fix travis.yml

* fix-travis-osx

* fix .appveyor.yml

* Added some dragging tests

* remove failing test

* Improve naming, reuse of code

* fix bug
2018-05-28 00:00:16 +02:00
Dmitry Pinaev f587e9879b Update travis osx qt version 2018-05-27 23:50:14 +02:00
Justin Bassett ff644c1b62 Fix appveyor: specify build-worker-image, fix Qt version (#176) 2018-05-27 23:34:40 +02:00
Justin Bassett 1a4addb915 Fix #168 (#173) 2018-05-14 22:02:35 +02:00
Davide Faconti a8264e391d Remove NodeDataModel::clone() (#164)
* removed NodeDataModel::clone(), using a more classic Factory/Builder pattern.

* trying to make visual studio happy

* Allow the DataModelRegistry to use static method Name() if defined

* use modern type_traits
2.1.0
2018-05-11 11:00:30 +02:00
Justin Bassett 5f3d84329b Misc improvements (use std::move, use const&, etc) (#170) 2018-05-11 10:21:44 +02:00
Justin Bassett 2d4499c1fb Move implementation of std::make_unique to QtNodes::detail::make_unique (#162) 2018-05-02 17:54:58 +02:00
paceholder 2c94a67cee Fix memory leake by passing parent to FlowScene (#151) (#155) 2.0.2 2018-04-27 19:37:58 +02:00
Daniel Born 5c6321e182 Fixe crash when loading previously saved file with connections (#158, #159) 2018-04-27 19:26:52 +02:00
Dmitry Pinaev a93aded454 Export NodeState from dll (#156) 2.0.1 2018-04-25 18:20:09 +02:00
Dmitry Pinaev 6a4340ec2e Implement Converters separately from DataModels (#148) 2.0 2018-04-15 12:11:29 +02:00
Dmitry Pinaev 2340a0b415 Forbid connection making a loop on a single node (#111) 2018-04-11 14:32:54 +02:00
Justin Bassett 445554e8d4 Updated .travis.yml and CMakeLists.txt (#145) 2018-03-12 21:59:18 +01:00
Dmitry Pinaev ca42019535 Fix osx build in travis 2018-03-11 19:47:46 +01:00
Dmitry Pinaev 16ca96672a Add position-independent code directive (#141) 2018-03-11 18:13:16 +01:00
Justin ddfdaa947d Improve cmake (modernize, add install()s) (#142)
* Update CMakeLists.txt to modern practices

* Add CMake installs()
restructure include/ src/ to accomodate it
2018-03-11 18:03:03 +01:00
Dmitry Pinaev 108bb0afe9 Fix osx build on travis 1.0 2018-02-10 20:42:30 +01:00