Commit Graph

90 Commits

Author SHA1 Message Date
Yorik van Havre
337161460c Draft: do not show Draft Tray toolbar when importing only the Draft module 2015-02-22 21:29:34 -03:00
Yorik van Havre
0f1d03867a Draft: Fixed continued dimension - fixes #1891 2015-01-13 19:07:05 -02:00
Yorik van Havre
d8b5dbe36b Draft: Allow to draw lines by length & angle - fixes #1383
* Added a Length property to Draft line objects
* Added length & angle parameters to the line drawing tool
2015-01-13 12:10:52 -02:00
Yorik van Havre
a42a3e54ad Draft: Fixed typo - fixes #1907 2015-01-09 20:46:07 -02:00
Yorik van Havre
5d96aba02e Draft: small bug in Draft GUI - fixes #1908 2015-01-09 20:43:33 -02:00
Yorik van Havre
b062276c00 Draft: adapt icon sizes from preferences settings - fixes #1783 2014-12-31 21:23:24 -02:00
Yorik van Havre
71febeecf7 Draft: Changed working plane button text to Auto - fixes #1879 2014-12-29 17:54:04 -02:00
wmayer
d14f1aeda7 + fixes #0001848: Radius of circle given in degrees 2014-12-16 12:10:15 +01:00
Yorik van Havre
203fcb7a1b Draft: Adapted Draft module for python3 compatibility - issue #995 2014-10-05 19:40:14 -03:00
Yorik van Havre
1c78aed46f Draft: display coordinates using the current locale's decimal separator - fixes #1741 2014-09-27 16:23:59 -03:00
Sebastian Hoogen
9ad67346cc issue #1701 2014-09-27 13:07:30 -03:00
Sebastian Hoogen
59596bb6b0 fixes #1744 Use unicode in Unit system 2014-09-20 08:58:06 +02:00
Yorik van Havre
e5a49e306e Draft: Fixed rotation UI unit - fixes #1664 2014-09-18 11:18:15 -03:00
Yorik van Havre
e207a563fc Draft: Added a button to Dimension UI to select existing edges - fixes #1636 2014-09-15 17:05:44 -03:00
Yorik van Havre
7516bcaa53 Draft: Fixed escape() bug in Draft GUI 2014-07-07 12:07:53 -03:00
Yorik van Havre
408f713227 Draft: Fixed task dialog error 2014-05-14 10:42:31 -03:00
Yorik van Havre
cfcd70a1c8 Draft: small improvements to units system in dimensions 2014-05-09 17:47:08 -03:00
Yorik van Havre
63d6350928 Draft: small fix to units parsing - issue #1524 2014-05-08 16:15:52 -03:00
Yorik van Havre
7b911930ef Draft: issue #1524 - Added Wandererfan's fix to displayExternal 2014-05-08 10:49:10 -03:00
Yorik van Havre
8024f6621a Draft: supported comma as decimals separator 2014-05-07 17:26:31 -03:00
WandererFan
dd0df24d42 issue #1524 Add UNITS to Draft Shapestring 2014-05-07 11:13:34 -03:00
WandererFan
0fc9cd2b46 issue #1524 - Units in Draft Gui
- basic working version for points,radii entry
 - logic added to Trimex, Offset, Rotate
2014-05-05 07:49:01 -04:00
Yorik van Havre
267b5f1eb0 Draft: Fixed radius and offset numeric values - fixes #1530 2014-05-03 12:37:46 -03:00
Yorik van Havre
a65320d8f6 Draft: Turned the tray tools into a toolbar 2014-05-03 12:32:39 -03:00
Yorik van Havre
91e93a210e Draft: Switching to Units system 2014-04-16 15:35:03 -03:00
Yorik van Havre
c67f3dc32b Draft: preparing for units support 2014-04-07 12:17:48 -03:00
Yorik van Havre
e03256427a Arch: Fixed toolbar mode - fixes #1473 2014-03-27 17:18:14 -03:00
WandererFan
3814c6b126 1443: Fix ShapeString user font selection on Windows 2014-02-27 15:18:18 +01:00
Sebastian Hoogen
2358b7e3d1 Draft Bezier Curve: implemented Continuity Property
Draft: allow continuity on closed Bezier curves

Draft: BezCurve bugfixes
    - smoothBezCurve
    - edit mode
    - avoid splitting points into segments as long as degree is zero
    - increase the continuity when closing curve
    - closed berzier curves
    - Catch modifications of continuity of first and last knot on open curves
2014-02-23 11:54:59 -03:00
WandererFan
d39898edf4 Add BezCurve tangent/symmetric buttons to Draft.Edit 2014-02-23 11:54:58 -03:00
WandererFan
d6313b057a Add Draft Bezier Curve draw & edit mockup using bSpline tools. 2014-02-23 11:54:58 -03:00
Yorik van Havre
f8cd87a696 Fixed Draft utilities menu 2014-02-21 18:16:25 -03:00
Yorik van Havre
654a6e45f3 Arch: fixed Continue mode 2014-02-21 17:52:14 -03:00
WandererFan
a024719a6a Handle non-Ascii in ShapeString SStringValue 2014-02-17 10:48:56 +01:00
Yorik van Havre
0724e2ace6 Arch: improvements to survey tool 2014-02-12 09:39:07 -02:00
wmayer
30d112e4d8 + fixes #0001325: PushButtons in TaskPanel too small 2014-01-18 13:37:34 +01:00
Yorik van Havre
0ba68273ec Draft: small unicode bugfix 2014-01-15 10:44:05 -02:00
Yorik van Havre
284e8d4202 Draft: Fixed utf8 bug in shapestring 2014-01-14 00:36:59 -02:00
Yorik van Havre
bdf8790fb6 Draft: Fixes in Draft edit 2014-01-13 14:12:28 -02:00
Yorik van Havre
e8ec419e72 Draft: fixed message containing PyQt 2014-01-10 17:55:03 -02:00
Yorik van Havre
3ea694b998 Draft: fixed ultra-condensed toolbar 2014-01-09 18:14:31 -02:00
Yorik van Havre
d9a15adf33 Switch to PySide (+ Arch, Draft & Start) 2014-01-06 13:26:49 -02:00
WandererFan
adc6ef308d Reinstate use of default font from Draft Preferences
Fix handling of mouse events & effect on feature base point
2013-12-13 10:26:19 -02:00
Yorik van Havre
8781ffb883 Arch: Window presets 2013-10-17 16:29:47 -03:00
Yorik van Havre
9d08228957 Draft: Rewrite of defaults handling 2013-10-09 15:40:38 -03:00
Yorik van Havre
a21f6656d0 Draft: Adapted input boxes to use Units->Decimals pref setting 2013-09-29 13:21:29 -03:00
Yorik van Havre
4719fd7772 0000908: Ability to lock snap angle in Draft by pressing L
By pressing the L key while drawing with the Draft workbench, the
current angle shown on screen is kept, until L is pressed again.
2013-09-15 17:39:27 -03:00
Yorik van Havre
4005b199e0 0001102: Updated all links to old freecad homepage and wiki to the new ones 2013-09-15 17:04:42 -03:00
Yorik van Havre
f41d47aba2 Draft: Set task mode as default UI mode 2013-09-08 18:22:42 -03:00
Yorik van Havre
bf27709926 Cleaning startup messages from Draft and Arch 2013-08-25 13:43:54 -03:00