summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
...
* | fix bspline calls and atemp to fic a bug whith mapJabier Arraiza Cenoz2015-03-211-25/+21
| | | | | | (bzr r13645.1.46)
* | Added delete nodes/satellitesJabier Arraiza Cenoz2015-03-191-6/+1
| | | | | | (bzr r13645.1.45)
* | fixing a boring bug in path manipulatorJabier Arraiza Cenoz2015-03-191-38/+75
| | | | | | (bzr r13645.1.43)
* | commit for refactoringJabier Arraiza Cenoz2015-03-141-13/+14
| | | | | | (bzr r13645.1.42)
* | merged anf fixed from trunkJabier Arraiza Cenoz2015-03-081-74/+10
| | | | | | (bzr r13645.1.39)
* | update to trunk and fixed helper pathsJabier Arraiza Cenoz2015-03-081-4/+69
|\| | | | | (bzr r13645.1.38)
| * Update simplify and bspline to auto size some helper paths based on current zoomJabier Arraiza Cenoz2015-03-081-1/+1
| | | | | | (bzr r13974)
* | minor changes to helper pathsJabier Arraiza Cenoz2015-03-081-10/+9
| | | | | | (bzr r13645.1.37)
* | finish helper paths and beter handle of fillet/chamfer overflow. Also make ↵Jabier Arraiza Cenoz2015-03-071-21/+32
| | | | | | | | | | the satellitepairarray LPE parameter usable for other pointwise effects, not only to fillet chamfer (bzr r13645.1.35)
* | All features done, only need piecewise update functionJabier Arraiza Cenoz2015-03-041-71/+56
| | | | | | (bzr r13645.1.33)
* | Fix radian to lenght conversion and minior bugsJabier Arraiza Cenoz2015-03-041-1/+9
| | | | | | (bzr r13645.1.31)
* | added helper paths and fixed some bugsJabier Arraiza Cenoz2015-03-031-36/+30
| | | | | | (bzr r13645.1.30)
* | added more fillet/chamfer propertiesJabier Arraiza Cenoz2015-03-021-41/+271
| | | | | | (bzr r13645.1.28)
* | added mirror knotsJabier Arraiza Cenoz2015-03-011-13/+35
| | | | | | (bzr r13645.1.26)
* | adding mirror knotJabier Arraiza Cenoz2015-03-011-7/+18
| | | | | | (bzr r13645.1.25)
* | improving codeJabier Arraiza Cenoz2015-02-281-9/+1
| | | | | | (bzr r13645.1.24)
* | fixing write knotJabier Arraiza Cenoz2015-02-271-0/+9
| | | | | | (bzr r13645.1.22)
* | Added flexible/fixed to fillet chamfer and fix bugsJabier Arraiza Cenoz2015-02-231-31/+69
| | | | | | (bzr r13645.1.20)
* | fixed some bugsJabier Arraiza Cenoz2015-02-191-2/+2
| | | | | | (bzr r13645.1.19)
* | reducing size in pointwise LPE dataJabier Arraiza Cenoz2015-02-191-5/+5
| | | | | | (bzr r13645.1.18)
* | Basic filleting using pointwiseJabier Arraiza Cenoz2015-02-191-43/+80
| | | | | | (bzr r13645.1.16)
* | starting fillet/chamferJabier Arraiza Cenoz2015-02-161-1/+1
| | | | | | (bzr r13645.1.15)
* | continuing fillet/chamferJabier Arraiza Cenoz2015-02-161-16/+212
| | | | | | (bzr r13645.1.13)
* | added knotsJabier Arraiza Cenoz2015-02-151-9/+11
| | | | | | (bzr r13645.1.12)
* | first stepsJabier Arraiza Cenoz2015-02-151-17/+37
| | | | | | (bzr r13645.1.9)
* | starting whith pointwiseJabier Arraiza Cenoz2015-02-081-571/+14
|/ | | (bzr r13645.1.7)
* UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs.Nicolas Dufour2015-01-061-5/+5
| | | | | Translations. Translation template and French translation update. (bzr r13842)
* fix a bug in fillet/chamfer on apply on non shapesJabier Arraiza Cenoz2014-11-171-0/+2
| | | (bzr r13727)
* add snap to fillet/chamfer knots. Fixed a bug whith 180 degree node angleJabier Arraiza Cenoz2014-11-151-1/+3
| | | (bzr r13716)
* Update Chamfer Steps to more unequivocal number, thanks to the feedback of ↵Jabier Arraiza Cenoz2014-11-151-3/+3
| | | | | Ivan Louette (bzr r13714)
* Add inverse subdivision chamfer to fillet chamfer LPE, feature sugested by ↵Jabier Arraiza Cenoz2014-11-141-17/+59
| | | | | Ivan Louette. (bzr r13708)
* fix a bug pointed by su_v in fillet chamfer dialog, about unitsJabier Arraiza Cenoz2014-11-091-0/+1
| | | (bzr r13697)
* Refactor to remove references to Desktop/Ui in Effect, bspline and ↵Jabier Arraiza Cenoz2014-11-051-66/+15
| | | | | | | | fillet-chamfer. Also fixed the selected node problem in units not px. Also fixed two var to not allow NULL pointed by Johan Engelen. (bzr r13672)
* Update wrong variable name and apply the same way to select nodes to ↵Jabier Arraiza Cenoz2014-11-031-11/+11
| | | | | fillet/chamfer and BSpline, still the boring bug -ignore apply only to selected nodes- when document not in 'px' (bzr r13668)
* Update fillet/chamfer to allow subdivisions in chamfer mode. Jabier Arraiza Cenoz2014-11-031-23/+36
| | | | | | Still happends bug affecting only selected nodes in document:units diferent than "px". I think the problem is node->position() send me a bad data if document units not px. (bzr r13665)
* Change calls to desktop with SP_ACTIVE_DESKTOPJabier Arraiza Cenoz2014-11-021-4/+4
| | | (bzr r13656)
* Fix a bug whith units pointed by suvJabier Arraiza Cenoz2014-10-301-5/+7
| | | (bzr r13647)
* Move more UI code into ui/Liam P. White2014-10-051-1/+1
| | | (bzr r13341.1.253)
* A little fix in fillet-chamfer to hide knot helper path at hide the knotsJabier Arraiza Cenoz2014-09-291-1/+5
| | | (bzr r13341.1.230)
* Fillet-Chamfer update. Two things.Jabier Arraiza Cenoz2014-09-291-4/+12
| | | | | | | | | Helper paths on knots: now work well in rect and curves Method: Now the method ase selectable. Three methods: Auto: Straight lines whith arcs and curves whith bezier Arc: Always use arc. Bezier: Always use bezier. (bzr r13341.1.225)
* add radius support to fillet-chamfer, bugfixesJabier Arraiza Cenoz2014-09-111-94/+69
| | | (bzr r13341.1.203)
* Fix a bug pointed by su_v on fillet-chamfer open pathsJabier Arraiza Cenoz2014-07-301-0/+6
| | | (bzr r13341.1.109)
* Fix a bug on type of 'fillet' on the closing nodeJabier Arraiza Cenoz2014-07-241-3/+8
| | | (bzr r13341.1.97)
* Fix bug on closed nodes in fillet-chamfer LPEJabier Arraiza Cenoz2014-07-231-8/+16
| | | (bzr r13341.1.96)
* Add signals to ToggleButton; more coding styleLiam P. White2014-07-081-3/+1
| | | (bzr r13341.1.87)
* Coding style improvementsLiam P. White2014-07-061-122/+80
| | | (bzr r13341.1.81)
* Put correctly doubles in a functionJabier Arraiza Cenoz2014-07-021-1/+1
| | | (bzr r13341.1.77)
* Add LPE fillet-chamferJabier Arraiza Cenoz2014-07-021-0/+687
(bzr r13341.1.74)