- May 15, 2016
-
-
3dsman authored
-
- May 10, 2016
-
-
3dsman authored
- remove some old test functions in OE_controller
-
- May 08, 2016
-
-
3dsman authored
- add OE_controller::getSelectionBoundingBox function - rename "select" function to "picking" in OE_interfaceDisplay (more clear name) - change selection mode into an editionState in OE_interfaceDisplay - add scale method to curves and stitchs - add ScaleSelection state and implement the scale selection actions and UI widget - clean and comment OE_interfaceDisplay - add BoundingBox::getCenter method - add OE_display::screenToDocument method
-
- Apr 26, 2016
- Apr 23, 2016
-
-
3dsman authored
- add an initNewDocument method in OE_controller - if OE_document::getBound is called in an empty document it return the hoop bound - change the keyboard shortcut S key to L for creating linestitch to avoid problem with CTRL+S
-
- Apr 17, 2016
-
-
raoul authored
-
- Apr 04, 2016
-
-
3dsman authored
-use /dev/rfcomm1 for controler creation
-
- Jan 10, 2016
-
-
3dsman authored
-
- Jan 09, 2016
-
-
raoul authored
-
- Jan 07, 2016
-
-
3dsman authored
- change the color and size of end subcurve
-
- Jan 06, 2016
-
-
3dsman authored
-
- Jan 05, 2016
-
-
3dsman authored
- make birailstitch creation worked
-
- Jan 03, 2016
- Jan 01, 2016
-
-
3dsman authored
- add creations function - change functions in joincurve class to insert new curves anywhere and remove them - add an action to create and add a subcurve to a joincurve
-
- Dec 31, 2015
- Dec 30, 2015
-
-
3dsman authored
-
- Dec 29, 2015
-
-
raoul authored
-
- Dec 28, 2015
-
-
raoul authored
-
- Dec 24, 2015
-
-
3dsman authored
- add editLastAction function to OE_controller to make possible "live modification" - add OE_actionSetPointCurve and OE_actionMovePointCurve to OE_actionCurves - add setPoint function to OE_pointcurve and change getPoint to use reference instead of pointer
-
- Dec 22, 2015
-
-
3dsman authored
- add unselection with "control" key
-
- Dec 21, 2015
- Dec 03, 2015
-
-
3dsman authored
-
- Oct 26, 2015
-
-
3dsman authored
-
- Oct 23, 2015
-
-
3dsman authored
- add a new exemple svg pattern (aplique)
-
- Aug 16, 2015
-
-
3dsman authored
- doxygen refresh - add some exemple patterns
-
- Aug 07, 2015
-
-
3dsman authored
- add function to drive the embroidery hardware - add a background grid into the editor view - add a new motif into linestitch
-
- Aug 03, 2015
-
-
3dsman authored
- add start command - in commanDisplay there is no more bug with the color of the first stitch
-
- Aug 02, 2015
- Jul 24, 2015
-
-
3dsman authored
- replace the array (curves, stitches, threads,...) by list to be more flexible with delete and moves of elements - refresh curves only when needed
-
- Jul 09, 2015
-
-
3dsman authored
- draw controls only for the selected curves and stitchs
-
- Jul 08, 2015
-
-
3dsman authored
-
3dsman authored
- move the maxlen attribute to OE_stitch class with a stitcchMaxLen funct (every child class can use it) - add a defaultLinkMaxLen for the linkstitch class - remove start and end attribute in linestitch (subcurve class make them obsolete) - add get functions for curves in OE_controller class
-
- Jul 07, 2015
-
-
3dsman authored
add a new subcurve class (parametric subcurve) and a joincurve (concatenate curves)
-
- Jul 06, 2015
-
-
3dsman authored
- fix a bug in birailstitch class (initialisation of len and maxlen variable was not set) - add the display of a point at 0,0
-
- Jul 03, 2015
-
-
3dsman authored
-