337 Commits

Author SHA1 Message Date
Dmitry Pinaev 1151b597b3 Add FlowScene::allNodes() #229 2.1.3 2019-05-01 13:11:24 +02:00
Dmitry Pinaev c41a038b13 Emit nodePlaced on restoring #234 2019-05-01 12:27:03 +02:00
Dmitry Pinaev 2b4274afc9 Make possible to pull new connections from In port #233 2019-04-29 17:23:49 +02:00
Dmitry Pinaev bbb155131d Fix Qt version in appveyor 2019-04-23 11:56:47 +02:00
Andrew Stenyaew 4de5c51bad Improve connection rounding near nodes (#223)
* ImprovConnection geometry: adequate rounding around the OY axis

* Connection geometry: correction adequate rounding around the OY axis

* formatted code
2019-04-08 10:12:26 +02:00
Dmitry Pinaev edaaeac459 Fix data propagation in converter (in calculator example) (#217) 2019-03-18 12:58:41 +01:00
Dmitry Pinaev bbe1a4ac93 Improve travis script; fix VS build 2019-03-18 12:58:16 +01:00
Dmitry Pinaev 09da58991c Fix travis typo 2019-03-18 12:29:48 +01:00
Dmitry Pinaev a930cb892a Start OSX travis build first 2019-03-18 12:25:24 +01:00
Dmitry Pinaev d860cd289d Fix linux travis CI 2019-03-18 12:24:27 +01:00
Dmitry Pinaev da2cf81f21 Fix CI 2019-03-18 12:16:01 +01:00
Dmitry Pinaev 5bab847f45 Fix compilers in README 2019-02-11 15:34:20 +01:00
Dmitry Pinaev 1d1757d09b Add a screenshot to README 2019-02-11 14:55:57 +01:00
paceholder f494150bee Add connection created/deleted slots to nodedatamodel (#175) (#211) 2019-02-10 17:07:58 +01:00
Dmitry Pinaev b5aee9748f Update to xenial in travis 2019-02-10 00:18:28 +01:00
Dmitry Pinaev 36602e528c Bump the minimum Qt version to 5.3
There was a signal-slot connection bug not allowing
using pointers to member functions
2019-02-09 19:46:29 +01:00
Davide Faconti 5ad2aaf21f Add signal for embedded widget size changes (#187) 2.1.2 2019-02-09 19:15:43 +01:00
Davide Faconti 80f4a278c9 Improve scene cleanup operations (#185)
* cleaner cleanup

* avoid inconsistency in nPorts

* allow exceptions if the user pass an invalid PortIndex
2019-02-09 19:13:27 +01:00
Andrey Syrokomskiy cc4b3ae777 Added the new signal FlowScene::nodePlaced(). 2019-02-09 18:19:39 +01:00
Christian M 62ef2e54ce Update README.md (#182)
Added Catch2 to dependencies.
2019-02-06 22:08:39 +01:00
fredakilla 282b439af0 Cleanup Qt keywords (#199)
* Qt no keywords

* replace emit with Q_EMIT

* add QT_NO_KEYWORDS definition to CMakeLists.txt
2019-02-06 22:05:38 +01:00
Mickael B 230af3cde8 Add cmake option to build as static or shared lib (#208) 2019-02-06 22:01:28 +01:00
Dmitry Pinaev 4ad45ed8f3 Disable mingw unit-test 2019-02-06 21:24:36 +01:00
Dmitry Pinaev e06a1f0fa1 Update Qt versions for appveyor 2.1.1 2019-02-06 17:17:12 +01:00
Dmitry Pinaev f3745b5f34 Fix OSX Qt version for travis 2019-01-24 21:07:20 +01:00