Knotter icon indicating copy to clipboard operation
Knotter copied to clipboard

Interactive designer for Celtic knots.

Results 42 Knotter issues
Sort by recently updated
recently updated
newest added

Hello, I'm trying to build latest version from source but it stops with this error : `make: *** [Makefile:2514: obj/main_window.o] Error 1` Any idea how to make this work ?

``` $ git clone 'https://github.com/mbasaglia/Knotter.git' $ cd Knotter $ ./pull.sh $ ./configure.sh $ make In file included from src/dialogs/dialog_preferences.hpp:30:0, from src/dialogs/main_window.hpp:46, from src/dialogs/main_window.cpp:26: src/generated/ui_dialog_preferences.h: At global scope: src/generated/ui_dialog_preferences.h:106:5: error: ‘Color_Selector’...

Setting the style parameters is a bit awkward, they should be editable with handles on the canvas. This would need to be designed carefully to allow easy editing of both...

It would be nice if one could parametrize the mesh used by plugins when generating nodes ("fill area" and "insert lattice" are the best examples). Sometimes I want to fill...

http://gimpchat.com/viewtopic.php?f=29&t=8956&sid=77bfb124fa26f5004e1d53c4333c25a9&p=118617#p118617

bug

Make sure that if the user changes the edge type of the currently (only) selected edge, the widget will update

- [ ] Refactor the code to be less stateful - [ ] Allow multiple file downloads - [x] Provide md5 from the server - [ ] Check md5 locally...

- [ ] Merge Brances - [ ] No open issue on 1.0 milestone - [ ] No \todo in the code that is not in an issue - [...

checklist

In the function json_write_file. Requisites: - Portable from Qt 4.7 to Qt 5 - No external dependency - Must work with scalars, maps and lists Options: - JSON.stringify from a...