looooo
bdbae7a3fe
fix unicode problems for python3
2018-01-12 15:02:28 +01:00
luz.paz
831bf31817
Misc. typos
...
+ stepcode typo submitted upsream https://github.com/stepcode/stepcode/pull/372
2018-01-07 18:41:29 -02:00
Yorik van Havre
762140d9ab
Draft: Fixed py3 compatibility issues
2018-01-06 13:19:08 -02:00
Yorik van Havre
f91270d985
Draft: Fixed translation problem in bezcurve
2018-01-05 22:08:39 -02:00
Unknown
5e2159cb74
Typos, grammar & uniformiity
...
3rd party KDL typos have been submitted upstream https://github.com/orocos/orocos_kinematics_dynamics/pull/121
2017-12-13 00:10:46 -05:00
Unknown
b8200b9a9a
Draft: crowdin tooltip typo fix
...
ref: https://crowdin.com/translate/freecad/548/en-cs#6500043
2017-12-12 21:57:44 +01:00
Yorik van Havre
d98c1640d1
Draft: Added a utility command to add selected objects tothe construction group
2017-11-27 13:38:30 -02:00
luzpaz
cc87c20afe
Make uniform the use of B-spline visible to users
...
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=8&t=25411
This commit does not include fixes to source comments unless they were 'doxygenated'.
No .xml files were altered either.
2017-11-17 19:30:37 -05:00
luzpaz
e4d1d305ea
Draft: tooltip uniformity fixes
2017-11-13 11:49:55 -05:00
Unknown
8468a4cb35
Draft: tooltip grammar fix
2017-10-11 23:08:33 +02:00
Yorik van Havre
8b278486d0
Draft: WP Proxy now supports perspective camera too
2017-09-01 19:47:13 -03:00
Yorik van Havre
353e9a6228
Draft: New UI for the Scale tool
2017-08-25 16:40:49 -03:00
Yorik van Havre
0bee1b972e
Draft: Fixed Move & Rotate continue mode
2017-07-26 12:51:52 -03:00
Yorik van Havre
82fd10b4c7
Draft: Copy groups too when moving/rotating/copying groups
2017-07-25 15:01:58 -03:00
Yorik van Havre
a8710edb51
Draft: Refined Select plane to accept any 3 selected vertices
2017-07-08 14:27:44 -03:00
Yorik van Havre
7573122f87
Draft: Extended WPProxy tool
2017-07-06 14:44:13 -03:00
Yorik van Havre
cf01dd18ab
Arch: Removed Armatures property from Structures + added Host property to Rebars
2017-07-05 20:58:48 -03:00
Yorik van Havre
f1886c7020
Draft: More solid closing of Draft commands - fixes #2532
2017-06-29 12:17:36 -03:00
Yorik van Havre
0f844c421c
Draft: trying different method to solve encoding problem
2017-06-26 23:51:45 -03:00
Yorik van Havre
b8755e93cc
Draft: Fixed encoding error
2017-06-24 20:55:40 -03:00
looooo
6ae56b491f
draft: move translation to DraftGui
...
otherwiser there are some strange ImportEroors.
2017-06-20 12:18:01 +02:00
looooo
10866d38d3
py3: Draft: string / unicode:
...
issue 0000995
- use optional argument to get unicode from translation in python2
- add a utf8_decode function to get unicode from string, bytes, unicode
2017-06-20 12:18:01 +02:00
Yorik van Havre
869e10fe52
Draft: move the planetrack when drawing a polyline
2017-06-06 20:09:30 -03:00
Yorik van Havre
2ec941ae25
Draft: autogroup arrays
2017-06-03 14:50:15 -03:00
Yorik van Havre
0f9b9e7469
Draft: Fixed clone bug - fixes #3066
2017-06-02 23:43:47 -03:00
Yorik van Havre
28f315f4f6
Draft: First version of Draft Label object
2017-05-29 16:57:25 -03:00
Yorik van Havre
47f4e8072e
Arch: Fixed moving and rotating spaces
2017-05-25 10:46:52 -03:00
Yorik van Havre
9179165fcd
Draft: Leave all clones selected after cloning
2017-05-21 18:21:01 -03:00
Yorik van Havre
9fe7b89ff0
Draft: Allow to set the Working Plane from 3 selected vertices
2017-05-20 00:53:11 -03:00
Yorik van Havre
7fac74a211
Draft: New button to modify working plane during Wire drawing
2017-05-09 23:36:41 -03:00
DeepSOIC
d835c11973
Draft: use viewer.redraw() in interactive operations
...
improves responsiveness of Draft on Windows dramatically
2017-05-08 11:44:41 -03:00
Yorik van Havre
9ce60ba553
Draft: Fixed weaknesses in Draft Edit command
2017-04-16 12:18:21 -03:00
Yorik van Havre
d410d99f4a
Draft: Fixed buggy Trimex in non-XY planes
2017-04-07 16:03:35 -03:00
Kunda
de2392eb18
source typo fixes pt5
...
+ cleaning up some more non-short-URLs
Issue #2914
2017-03-04 13:07:13 -03:00
Kunda
a7414e5789
source typo fixes pt1 (only on py3 merged code)
...
issue 0002914
2017-02-27 11:32:47 +01:00
Yorik van Havre
9daf12c6b2
Draft: Added utilities -> create Working Plane Proxy command
2017-02-25 20:34:43 -03:00
Yorik van Havre
7d6557e5f2
Draft: Added a couple of missing tooltips
2017-02-25 19:24:42 -03:00
Yorik van Havre
071f2b43a5
Draft: Added checkbox to center working plane on current view in Select Plane dialog
2017-02-25 15:55:17 -03:00
Yorik van Havre
9ebc029822
Draft: Fixed point tool
2017-02-07 10:38:18 -02:00
looooo
0adb58347e
py3: Draft: python3 translate
2017-02-04 15:48:43 +01:00
Kurt Kremitzki
b8eeb96431
Update to Python 3 print
2017-02-04 15:48:43 +01:00
lorenz_l
0af9e1802e
py3: error with decode translation.
...
translation already is a function defined in DraftTools and is responsable for right decoding. Not doing it twice.
2017-02-04 15:48:43 +01:00
Yorik van Havre
a7f88e4bca
py3: fix in draft translate function
2017-02-04 15:48:43 +01:00
Priit Laes
e095084cfb
python: Draft: *.py: Fix syntax for Python3
2017-02-04 15:48:43 +01:00
Yorik van Havre
009859ddf3
Draft: AutoGroup system
2017-01-25 14:55:14 -02:00
Yorik van Havre
041cafe6ad
Draft: more coherent rectangle creation
2017-01-21 13:18:46 -02:00
Yorik van Havre
ed0463728f
Draft: improvements to Stretch code, added support for rectangles
2017-01-15 17:32:13 -02:00
Yorik van Havre
72afcde8db
Draft: Added stretch tool - fixes #1163
2017-01-13 11:25:25 -02:00
wmayer
7b631625c7
if UnicodeUTF8 is not defined use a fallback implementation of translate()
2016-12-27 20:12:39 +01:00
Yorik van Havre
f8436dd909
Arch: Extended panel tools
2016-12-17 14:39:45 -02:00