ruevs
ruevs
@jkrei0 @phkahler I tried both. Definitely https://github.com/jkrei0/solvespace/tree/constrain-split-entities for me. The "piling" construction entities (when I did not intentionally do them) that this one creates truly bothers me. > * New...
> you can also study the 3 existing gui implementations. Four; if one counts the non-gui implementation in https://github.com/solvespace/solvespace/blob/master/src/platform/guinone.cpp that is used for the command line version. It may also...
The current GTK3 version uses gtkmm, so of course it is acceptable. https://github.com/solvespace/solvespace/blob/master/src/platform/guigtk.cpp
@ppd @phkahler it seems the secret has expired again: https://github.com/solvespace/solvespace/actions/runs/8725534390/job/23939022636 ``` Exported credentials are no longer valid for the Snap Store. Recommended resolution: Run export-login and update SNAPCRAFT_STORE_CREDENTIALS. For more...
Having the full path is extremely useful. As a counter example to yours: if there are many files opened with the same name but in different directories it would be...
Whether it is extremely useful only for geeks is hard to know, but it is possible. On Windows even "common users" put their files all over the place (not only...
OK I reopened the issue, but my comment above remains. And it is not important. If it is to be changed better make it "no full path" only than adding...
I'm away from a desktop for a while but this sounds like #1058 and/or #1279. It is a (fairly) hard problem we need to fix. In the meantime - are...
> The code compiles and runs with Qt 6, albeit with many warnings as that requires C++-17. Most of the warnings seem to be from this iterator in solvespace.h: >...