summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-fillet-chamfer.cpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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)