Commit Graph

11466 Commits

Author SHA1 Message Date
wandererfan
fd426a856a Use Page Label for Tab Text 2018-10-22 15:34:13 -03:00
wandererfan
4f93ae9431 Fix Rotation not applied after restore
- DrawAnnotation was not applying Rotation
  property after restore from saved file.
2018-10-22 15:34:13 -03:00
looooo
c05666dd1c py3: Draft: use proper way to test if property is available
if the attribute is not available py3 raises: `<class 'AssertionError'>: The enum is empty`. For py2 hasattr simple returns False. Similar changes should be applied also to other places.
2018-10-22 15:25:00 -03:00
wmayer
5f6a6cde9c fix bug in PropertyPlacementList::RestoreDocFile 2018-10-22 12:06:54 +02:00
wmayer
27691eb8bd fixes 0003638: Importing CSV-files produces an empty spreadsheet without the data 2018-10-18 23:32:32 +02:00
looooo
31123b4ead py3: arch: fix unicode problems #3590 2018-10-17 11:28:16 +02:00
wandererfan
7f6be0a265 Change tool from cylinder to prism
- cutting with cylinder produced too many
  short bsplines from HLR.  Straight cut
  from prism reduces these and speeds up
  HLR significantly.
2018-10-17 11:25:49 +02:00
Bernd Hahnebach
d8eb9dd470 FEM: code formating, cut lines with more than 200 diggits 2018-10-17 11:23:05 +02:00
Bernd Hahnebach
ef87ae4d36 FEM: ccx solver, add gemetry check analysis 2018-10-17 11:23:05 +02:00
Bernd Hahnebach
601e4b5034 FEM: print message, fix 2018-10-17 11:23:05 +02:00
Bernd Hahnebach
1a01ef0d37 FEM: inout modules, delete not used and not needed variable 2018-10-17 11:23:05 +02:00
luz.paz
892c64823f FEM: Typos 2018-10-17 11:23:04 +02:00
luz.paz
73fd1b5063 FEM: Grammar and organization fixes 2018-10-17 11:23:04 +02:00
wmayer
170913fbb4 make constraint validation consistent to evaluation 2018-10-16 23:21:40 +02:00
wmayer
058211148f set the cloned shape the tip of the created body 2018-10-16 19:39:07 +02:00
wmayer
9c996a41ae fixes 0003610: App::PropertyFloatList not updating in Spreadsheet 2018-10-13 14:02:03 +02:00
wandererfan
2a85174148 Fix #3634 Lost formatSpec on save/restore 2018-10-13 02:10:53 +02:00
wmayer
7d14d2d66e fix -Wunused-variable 2018-10-12 22:17:29 +02:00
luz.paz
ce91b1f766 Misc. typo fix
Found via `codespell`
2018-10-11 16:21:28 -04:00
wandererfan
4bcfb4a1cd Fix #3623 Display of Ft/In Dimensions 2018-10-11 21:59:20 +02:00
wandererfan
bc9ffa5b41 Correct tree icon for Angle3Pt 2018-10-11 21:59:05 +02:00
wandererfan
d9d9baf5fc Add @mario52's templates 2018-10-11 21:58:47 +02:00
wmayer
5fd900d661 implement mustExecute for Raytracing features 2018-10-11 15:51:11 +02:00
wmayer
6cf9f8c43d fixes 0003629: FEM, input file is not written if the FreeCAD document name has none standard letters 2018-10-11 12:40:16 +02:00
wmayer
97244a77e7 Py3: fix opening file 2018-10-11 12:06:07 +02:00
wmayer
4768028827 + fix cutting or selecting mesh in perspective projection mode 2018-10-11 10:48:27 +02:00
Amritpal Singh
8ab3a13d33 Fixed FreeCAD crashes. 2018-10-10 10:45:57 -03:00
wmayer
e450387d36 implement Cut, Copy, Paste messages in SheetView 2018-10-10 08:25:34 +02:00
wmayer
3ea9b6ca70 implement cut/copy/paste in spreadsheet view 2018-10-09 00:02:53 +02:00
wmayer
dbb96de677 Win32-specific optimization in Points module 2018-10-08 18:50:03 +02:00
Abdullah Tahiri
d9015da662 Sketcher: Avoid transfering angle constraints
=============================================

Angle constraints are internally coded using the diverging points of the segments (PointPos != none) in normal 2 segment angle constraints.

This creates a problem with the mechanism to transfer enpoints on angle deletion.

fixes #3589
2018-10-08 15:16:27 +02:00
wmayer
bf4dd7920e emit signal when starting and finishing to save a document 2018-10-08 14:03:00 +02:00
ickby
b84edf59af Make document observer testcases work in cmd line mode 2018-10-08 11:06:25 +02:00
ickby
761881fe99 Expose edit signals to Gui observer 2018-10-08 11:06:04 +02:00
ickby
835c75421f Add python document observer for GUI documents 2018-10-08 11:04:56 +02:00
ickby
7a71379c58 Expose dynamic property signals to python observer 2018-10-08 11:02:31 +02:00
ickby
ccb108dc3d Improve document observer tests by checking parameters of each call, not only the last one 2018-10-08 11:01:52 +02:00
ickby
b08738c15b Expose document property changes to python document observer 2018-10-08 11:01:07 +02:00
ickby
617114a072 Fix and test the new signals 2018-10-08 10:58:39 +02:00
wmayer
5ba61973c0 improve trace support of Shape binder 2018-10-07 22:11:53 +02:00
paullee
deedc12ee0 Tweak makeRailing(None) to (re)-create Railing and insert back to Stairs.Additions
Discussion:-

https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&p=260767#p260767
2018-10-07 13:48:33 -03:00
paullee
88e8e3131a Default Stairs (i.e. without Base Dwire etc.) also have Railings created
Discussion:-

https://forum.freecadweb.org/viewtopic.php?f=23&t=29358&sid=55d32dc42111afa6c7fdf7b0fc0f3ab7&start=90#p260764
2018-10-07 13:48:33 -03:00
paul
7b2cd33048 Merge pull request #1 from luzpaz/ArchStairs_Improvement_9
Typo fix for Archstair_Improvement9
2018-10-07 13:48:33 -03:00
wmayer
2df34a3c99 for inner loop use a different iterator variable than for outer loop, remove superfluous argument from Message() 2018-10-06 19:42:58 +02:00
wmayer
f5a920fed2 avoid throwing exception in intersectCC 2018-10-05 22:17:20 +02:00
wmayer
7f4cbee47d improve unicode handling when setting Start page 2018-10-05 15:36:34 +02:00
wmayer
907b6f2a8f improve mesh decimation 2018-10-05 15:07:27 +02:00
lorenz
1faca7ee67 StartPage - handle should always return unicode 2018-10-05 11:33:30 +02:00
lorenz
e965b1a8d7 py3: fix unicode problem 2018-10-05 11:33:17 +02:00
Markus Lampert
5249432217 Removed experimental wb from build 2018-10-05 11:30:45 +02:00