Commit Graph

332 Commits

Author SHA1 Message Date
Dmitry Pinaev 7ef9c4297c Fix VS build 2019-03-18 12:40:29 +01:00
Dmitry Pinaev fa1a07d337 Improve travis script 2019-03-18 12:38:58 +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
sindney d4b83952c6 Fix dereferencing nullptr (#194)
Dereferencing nullptr node causes crash on osx’s clang.
2018-10-15 14:13:05 +02:00
Justin Bassett 47a1c35ecb Automatically get Catch2 if needed (#193) 2018-10-10 16:40:20 +02:00
Dmitry Pinaev 3cb2bee28d Fix OSX travis build 2018-10-09 22:28:49 +02:00
Dmitry Pinaev 00eb9ced68 Add information on building (#192) 2018-10-09 22:13:17 +02:00
Davide Faconti 87f0d386bf Prefer for loop over lambda (#181) 2018-06-06 11:30:40 +02:00