Russell Greene

Results 104 comments of Russell Greene

Also if you just want to compile them manually you could tweak my build script (https://github.com/chigraph/chigraph-gui/blob/master/scripts/frameworks/build_frameworks.sh)

Alright I'm working on it right now, the script is done just working on CI to automatically upload the tarballs. https://github.com/chigraph/precompiled-kf5-linux

Precompiled packages are now available! https://github.com/chigraph/precompiled-kf5-linux/releases/tag/precompiled

Seems like a good fit for the MVC pattern :). Also, I have implemented a similar thing using the hooks in `FlowScene` and in `Connection` that uses my own data...

My thought when I added that was so you can have different models based on the data in a class and not the class itself to allow for models to...

Something that I've been thinking about for a while is the usage of a similar thing to Qt's model-view system, but applied to this. There could be a default model...

Oh, it'd just be one way to solve it with an interface, that would solve other problems as well. You're right though, it's not directly related. I'll open another issue

That sounds like a sound idea. I'd be willing to work on that when I have the time.

I agree, the jumpy nodes can be really annoying (I had several cases where I found a node behind another node because the validation state changed). plus there are definitely...

For me it'd be nice to be able to click on the error tooltip after it comes up and click on links in the error message. That'd be useful because...