Dmitry Pinaev

Results 85 comments of Dmitry Pinaev

Should I bump the library version to 3?

Implemented in `v3`. There is an example and some documentation on the topic. Thanks for your contribution

This pull request has a plenty of unrelated features. Some of them seemed to be half-baked. Nevertheless, I took some coding samples from this work and implemented an Undo/Redo system...

I was thinking that I am too slow in addressing the issues. But Qt is not much faster.

Maybe I did not understood it well, but what is the principle difference between this ``` if (!file.open(QIODevice::ReadOnly)) return; QByteArray wholeFile = file.readAll(); clearScene();

Closing old requests. It was implemented in v3, thanks for any suggestions and pull requests

The dynamic ports are avaliable in `v3`. The feature might need some improvements according to specific application needs.

Thanks for your contribution. I've implemented the feature in the latest master. The current code correctly handles the changed connection order is using somehow similar approach to data modifications as...

I think this was overlapping with the "dynamic ports" which is in master.

Dynamic ports have been implemented. Refer to documentation and examples. The new code is based on an `AbstractGraphModel` (a.k.a. "headless" model). Thanks for the multiple contributions that paved the way...