Commit Graph

1138 Commits

Author SHA1 Message Date
looooo
77895f959d py3: draft fixes (grid)
integer-division (please remember using // for integer division ;)
+ use same color for arrow and line
2018-04-22 07:53:20 +02:00
Yorik van Havre
c4aaef4033 fixed missing py2 case 2018-04-18 10:05:49 -03:00
Adrian Schröter
5b744ae05b fix runtime error creating a wire from string with python3
Tested against version 0.17
2018-04-18 10:05:49 -03:00
Yorik van Havre
4f1c3a9714 Draft: Fixed snapping to shapes inside a moved Part container - fixes #3392 2018-04-17 11:14:40 -03:00
looooo
d977014992 py3: fix dxf import 2018-04-14 10:40:31 +02:00
luz.paz
1207b56814 Follow-up fix for e0161f4652
e0161f4652
ref: e0161f4652 (commitcomment-28542412)
2018-04-12 09:37:40 -04:00
luz.paz
e0161f4652 [For v0.18]Draft: add translation() + move \n out of translation strings 2018-04-11 10:51:13 -03:00
Alexander Pravdin
2400fe64b4 Draft: dimension and extension lines overshoots 2018-04-10 19:28:40 +02:00
Yorik van Havre
85b42a16d9 Draft: Fixed possible bug when removing trackers 2018-04-03 13:30:11 -03:00
Yorik van Havre
2891173923 Draft: small bugfix in WPProxy 2018-03-31 17:21:18 -03:00
Yorik van Havre
d4f835ab39 Merged translations from crowdin 2018-03-26 18:52:02 -03:00
Yorik van Havre
c960e8d128 Arch: Fixed window transparency bug 2018-03-22 13:08:42 -03:00
luz.paz
b45bc4889d Misc. typos: Please merge right before 0.17 release
I'm still finding typos in the source code. I propose that you keep this PR open prior ro relaese and then merge  so that if I find other typos in the meantime they will be part this release.
2018-03-18 15:15:16 +01:00
Yorik van Havre
2935198855 Draft: Added word '2D' in DWG/DXF file format descriptions to make it clearer 2018-03-14 10:32:51 -03:00
Yorik van Havre
4af69bf3f6 Draft: Bugfix in SVG export 2018-03-10 18:50:56 -03:00
Yorik van Havre
5aa7b044df Draft: Do not allow concurrent snap runs 2018-03-08 18:53:49 -03:00
Yorik van Havre
124d0ef70b Arch: Fixed bug in windows transparency 2018-03-06 11:17:44 -03:00
Alexander Pravdin
7c1c19a179 Draft: New dimension arrow tick (Tick-2) 2018-03-05 16:32:42 -03:00
luz.paz
6031223ebe Weekly misc. typo fixes 2018-03-05 09:25:48 -05:00
Yorik van Havre
7761ea4883 Arch/Draft: Less clutter in output window 2018-03-02 12:29:58 -03:00
Yorik van Havre
404452d6ee Draft: Small fix to Working plane proxy 2018-02-28 12:37:04 -03:00
Yorik van Havre
ed240535f2 Draft: Small bugfix in dimensions 2018-02-22 15:27:16 -03:00
Yorik van Havre
12f3258ded Applied latest translations from crowdin 2018-02-21 14:25:31 -03:00
Yorik van Havre
35ee3f03a7 Draft: Reducing memory leak in snapper - ussie #3340 2018-02-21 12:53:48 -03:00
Yorik van Havre
f445ace40c Fixed errors in DraftSnap.py 2018-02-20 17:11:39 -03:00
luz.paz
b47e011c1c Misc source comment typos
Found via `codespell -q 3 --skip="*.po,*.ts,./.git,./src/3rdParty,./src/CXX,./src/zipios++,./src/Mod/Assembly/App/opendcm" -I ~/Projects/fc-word-whitelist.txt`  
Whitelist consists of:
```
aline
alledges
als
ang
behaviour
bloaded
calculater
cancelled
cancelling
cas
centimetre
childs
colour
colours
doubleclick
dum
eiter
elemente
freez
iff
indicies
initialisation
initialise
initialised
initialises
kilometre
lod
mantatory
methode
metres
millimetre
modell
nd
normaly
nto
oder
ot
pres
que
recurrance
rougly
seperator
serie
strack
substraction
te
thru
vertexes
whitespaces
```
2018-02-16 09:35:19 -05:00
Yorik van Havre
cfde8a0d51 Draft: Small fix in snapper 2018-02-16 10:52:57 -02:00
wmayer
903aae07b9 fixes #0003347: No 'Tick' arrow style among other styles in Draft preferences 2018-02-12 21:53:17 +01:00
luz.paz
ec04b0e9fc Misc. typos 2018-02-08 13:23:25 -05:00
easyw
dac8cd50f3 moving comment at right place 2018-01-29 22:41:29 +01:00
easyw
44e57a3675 adding 'import sys' needed when opening a dxf file 2018-01-29 22:41:29 +01:00
Yorik van Havre
f0d06f0c15 Draft - fixed chamfer property of Wires - fixes #3044 2018-01-25 19:07:19 -02:00
Yorik van Havre
6051a6e9cd Draft: Fixed wrong wire point position - closes #3063 2018-01-17 10:49:24 -02:00
looooo
f3b32da633 PathScripts: py3 print
Draft: typo in importDXF.py
2018-01-14 22:29:25 +01:00
looooo
3679c18e55 fix unicode problems for python3 2018-01-12 15:02:28 +01:00
triplus
706be3fbd7 Reusability of snap toolbar commands
- Improved reusability of snap toolbar commands.
- Ability to change draft snap toolbar icon size from preferences. Without the need to restart FreeCAD after.
2018-01-12 10:29:25 -02:00
Yorik van Havre
249c4a05be Draft: Added property to allow to turn off Shape2DView recomputes if invisible 2018-01-08 15:13:01 -02:00
Yorik van Havre
8382a8f61b Draft: Fixed DXF import 2018-01-08 13:45:10 -02:00
luz.paz
8690d870a5 Misc. typos
+ stepcode typo submitted upsream https://github.com/stepcode/stepcode/pull/372
2018-01-07 18:41:29 -02:00
Yorik van Havre
dd45eddbba Draft: Fixed py3 compatibility issues 2018-01-06 13:19:08 -02:00
Yorik van Havre
4c9c0175b0 Draft: fixed bug in Point tool 2018-01-06 13:09:03 -02:00
Yorik van Havre
f7629821ed Draft: Fixed translation problem in bezcurve 2018-01-05 22:08:39 -02:00
Yorik van Havre
d16ef8763e Arch: Fixed some missing objects in IFC export 2018-01-05 20:04:40 -02:00
Yorik van Havre
c198650bd5 Draft: Fixed problem with french translation 2018-01-05 20:00:32 -02:00
wmayer
90a71f34bc fix utf-8 decoding issue in Draft 2018-01-02 10:24:37 +01:00
luzpaz
5107d86b60 Crowdin: Removing whitespace from widgets
Modified the code so that the whitespace was hardcoded since translators on Crowdin weren't adding the whitespace. Please review if correct. 
+ found some other typos/grammar issues along the way. 
CC @yorikvanhavre
2018-01-01 17:52:12 +01:00
Unknown
a8ecffb652 Misc. typo fixes
Various workbenches
2017-12-23 14:30:30 +01:00
Yorik van Havre
c3ca4bc899 Draft: Fixed bug in DXF import 2017-12-13 15:20:22 -02:00
Yorik van Havre
2cf8e0ffd6 Draft: Fixed default precision value 2017-12-13 10:57:55 -02:00
Unknown
d949210aed 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