Commit Graph

82 Commits

Author SHA1 Message Date
wmayer
052966126e + issue #0001475: Implement a 3 point arc similar to solidworks in sketcher 2014-03-17 09:37:56 +01:00
wmayer
484d6bcc9a + issue #0001475: Implement a 3 point arc similar to solidworks in sketcher 2014-03-16 13:29:44 +01:00
wmayer
ba207a1848 + fixes #0000844: Cannot use edge hidden by sketch axis as external geometry 2014-03-15 19:53:14 +01:00
wmayer
cfeaf3b16a + ignore v/h axes and grid of sketcher on view fit 2014-03-15 16:08:24 +01:00
wmayer
a7a0573114 + sketcher settings 2014-03-14 15:29:00 +01:00
wmayer
6ad25ef75d + fixes #0001393: Allow the user to set desired font size in pixels (used by sketcher constraints) in preferences 2014-03-09 18:29:26 +01:00
wmayer
8c33b39bf5 + fixes #0001112: Changing sketch size that contains arcs after padding will create an artifact on bottom side 2014-03-09 11:02:33 +01:00
wmayer
e213734866 + fixes #0001423: Crash on draw on face 2014-03-06 09:33:35 +01:00
wmayer
def5d954c0 + fixes #0001330: Cannot link edge to external geometry 2014-03-03 18:50:43 +01:00
logari81
220930941d + fixes #0000928: Change selection numbering base in the Sketcher from 0 to 1 2014-02-08 23:51:15 +01:00
wmayer
1de1c1d4a9 + Resort edit nodes of sketch view provider 2014-01-19 18:34:47 +01:00
jriegel
41882ff3b9 fix radius bug and add new imperial sketch grid cascading... 2013-12-18 18:18:39 +01:00
jriegel
16c6fe2470 Add unti support to Sketcher 2013-12-15 22:47:47 +01:00
wmayer
99e0e21193 Fix inconsistency of order of points of an arc 2013-08-14 12:01:02 +02:00
wmayer
5c7aa1e81a 0001201: Highlight coincident constraint in sketch view when clicking on (coincident) constraint in constraints list 2013-08-13 20:12:08 +02:00
wmayer
5e976d0547 0000846: [Sketcher] Dragging + ESC 2013-07-12 15:30:47 +02:00
wmayer
15a718d349 0001175: pressing escape in datum editing dialog closes sketch 2013-07-12 11:28:54 +02:00
wmayer
c64d0594b6 Apply fix from mrlukeparry for datum labels 2013-05-27 11:25:50 +02:00
wmayer
af8955aac0 Improve performance of box selection in sketcher 2013-04-27 20:45:16 +02:00
wmayer
ef1a3312f1 Add a GLPainter class to do all the OpenGL drawing stuff 2013-04-27 19:24:39 +02:00
wmayer
0df4eccb64 Fix box selection in sketcher 2013-01-05 13:29:39 +01:00
logari81
d86db1f2ee Sketcher: Avoid unnecessary updates in the ViewProviderSketch 2012-12-08 23:51:24 +01:00
logari81
ccd25bfc77 Sketcher: Include root point in box selections 2012-12-08 23:49:48 +01:00
logari81
4a680d12b7 Sketcher: Fix deletion of coincident constraints on the root point 2012-12-08 23:48:35 +01:00
logari81
5e008d8b76 Sketcher: Support auto-constraints with root cross elements and swap axes colors 2012-11-29 16:13:13 +01:00
logari81
a6cf1fd88f Sketcher: Add root point by default
Replace all Vertex ids with Geo,Pos id pairs in CommandConstraints
2012-11-28 15:14:13 +01:00
wmayer
645877826b Again fixes on memory leaks 2012-11-15 11:44:03 +01:00
wmayer
f473e90cca 0000869: Mousepointer does not track to line endpoint in sketches attached to copied or imported sketches. 2012-11-15 11:17:59 +01:00
wmayer
2b5efd45fe Fix some memory leaks 2012-11-15 01:25:55 +01:00
wmayer
3b3aaa5bcd Fix some memory leaks 2012-11-14 17:12:42 +01:00
wmayer
367d7122db Fix memory leak in sketcher view provider 2012-11-14 15:04:14 +01:00
wmayer
b2d9026e7c Prepare sketch solver messages to be translated 2012-10-30 13:51:08 +01:00
logari81
1f3434fa6e Sketcher: implement box selection (based on mrlukeparry's work) 2012-09-04 14:14:03 +02:00
logari81
14b3ad0b9e Sketcher: fix memory leak in MoveConstraint 2012-09-04 14:08:03 +02:00
logari81
7c5de0b882 Sketcher: crashes fix and other small fixes for the polyline tool 2012-08-12 12:21:53 +02:00
wmayer
7ca646c991 Allow to customize cursor text color in sketcher 2012-08-10 11:04:26 +02:00
logari81
dc0475ed92 Sketcher, Issue 0000808: fix one more issue with restoring of external geometry 2012-08-07 01:21:45 +02:00
logari81
6a305d0cfb Sketcher: improve position text during geometry creation 2012-08-06 23:05:31 +02:00
logari81
d500ed3299 Sketcher: simplify positioning of constraint icons 2012-07-18 16:26:24 +02:00
wmayer
e84230e08f Make sure that ViewProviderSketch::unsetEdit exits normally 2012-07-18 14:33:14 +02:00
logari81
cc5846cb71 Sketcher: rewrite ViewProviderSketch::onDelete method 2012-07-17 12:49:37 +02:00
mrlukeparry
4486bd0a1c Sketcher: improve symmetric constraint visual 2012-07-17 12:40:22 +02:00
mrlukeparry
545ac7f4c1 Sketcher: improved detection of constraints visuals overlapping 2012-07-17 11:00:31 +02:00
mrlukeparry
7b05576aa2 Sketcher, 0000466: improve visualization of constraints 2012-07-15 13:23:59 +02:00
logari81
b3998051cf Sketcher: add support for points as construction geometry 2012-07-08 12:01:07 +02:00
logari81
9fa5e5c670 Sketcher: support arcs in the polyline tool (jonasthomas) 2012-07-02 00:13:34 +02:00
mrlukeparry
ca3d27eee7 Sketcher: improve position hints on arc and circle creation 2012-06-24 16:30:48 +02:00
logari81
ba63b3d778 Sketcher: simplify sketch solver messages 2012-05-26 20:02:57 +02:00
logari81
1c40313e16 Sketcher, Issue #0000691: detect redundant constraints and skip them if necessary 2012-05-14 11:28:05 +02:00
logari81
766e1bca57 Sketcher: use low precision solving during mouse drag and code simplifications 2012-05-14 10:55:44 +02:00