Commit Graph

15003 Commits

Author SHA1 Message Date
wandererfan
3ca8eb0989 Use Page Label for Tab Text 2018-10-22 15:34:13 -03:00
wandererfan
8280d551a9 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
Peter Eszlari
8933374b4d Linux: add XDG metadata files 2018-10-22 15:29:53 -03:00
looooo
44c2f19e38 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
9bb360bb75 fix bug in PropertyPlacementList::RestoreDocFile 2018-10-22 12:06:54 +02:00
wmayer
1243b2543e put USE_OLD_DAG around use of backlinks 2018-10-22 12:06:22 +02:00
wmayer
a8b7390805 fixes 0003486: Improve VRML export for more complex structures 2018-10-21 20:53:19 +02:00
wmayer
c950d1f093 improve whitespaces 2018-10-19 22:25:55 +02:00
wmayer
7b86681678 fixes 0003638: Importing CSV-files produces an empty spreadsheet without the data 2018-10-18 23:32:32 +02:00
wmayer
3a6afac8b2 improve whitespaces 2018-10-18 23:31:55 +02:00
looooo
1e6818b6fb py3: arch: fix unicode problems #3590 2018-10-17 11:28:16 +02:00
wandererfan
a281832627 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
Przemo Firszt
5eac507240 Add conditional python-matplotlib requirement depending on fedora ver
Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2018-10-17 11:24:33 +02:00
Przemo Firszt
162dfe5737 Set revision and url in nightly builds
This is quick & dirty fix to a problem with revision number and date when
building from the tarball. The tarballs don't have all the git info
required to recognise build type and set revision/date properly, so it
will be done "manually" using sed. That change doesn't affect anything
except fedora rpmbuild or COPR builds.

Signed-off-by: Przemo Firszt <przemo@firszt.eu>
2018-10-17 11:24:33 +02:00
Bernd Hahnebach
5e3b10c92f FEM: code formating, cut lines with more than 200 diggits 2018-10-17 11:23:05 +02:00
Bernd Hahnebach
40d0db3176 FEM: ccx solver, add gemetry check analysis 2018-10-17 11:23:05 +02:00
Bernd Hahnebach
76cc1308e1 FEM: print message, fix 2018-10-17 11:23:05 +02:00
Bernd Hahnebach
5981cf07b1 FEM: inout modules, delete not used and not needed variable 2018-10-17 11:23:05 +02:00
luz.paz
f5523dd830 FEM: Typos 2018-10-17 11:23:04 +02:00
luz.paz
d6d7b36aeb FEM: Grammar and organization fixes 2018-10-17 11:23:04 +02:00
wmayer
1c1dfe2215 whitespace improvement 2018-10-17 11:20:18 +02:00
wmayer
0b12ceec84 make constraint validation consistent to evaluation 2018-10-16 23:21:40 +02:00
wmayer
20298c45d2 set the cloned shape the tip of the created body 2018-10-16 19:39:07 +02:00
wmayer
0c63ab4234 remove unused shiboken wrapper for Base::Quantity 2018-10-16 19:31:33 +02:00
wmayer
47536dcd37 enable FREECAD_RELEASE_PDB by default, cleanup cmake file, improve whiespaces 2018-10-15 20:11:58 +02:00
wmayer
19b399015e fix possible build failure if oCCT is not used 2018-10-15 20:10:42 +02:00
wmayer
9d3ad415aa add option to save document directly to target file 2018-10-15 20:09:43 +02:00
wmayer
e79a19828e avoid to degenerate the view frustum if there is only a single point in the scene 2018-10-15 14:08:46 +02:00
wmayer
c6745d1b5b fixes 0003610: App::PropertyFloatList not updating in Spreadsheet 2018-10-13 14:02:03 +02:00
wmayer
571f75204a fixes 0003341: Undoing is missing steps 2018-10-13 12:21:17 +02:00
wandererfan
cb30a82969 Fix #3634 Lost formatSpec on save/restore 2018-10-13 02:10:53 +02:00
wmayer
715ab0596e remove unused checkbox from Placement dialog 2018-10-13 01:51:05 +02:00
mwganson
e1c18f0153 shorten placement dialog height so there is not so much scrolling required 2018-10-13 01:36:25 +02:00
mwganson
404f9e019d placement task -- for user's convenience copy distance or angle to clipboard when user shift+clicks Selected points button 2018-10-13 01:11:39 +02:00
wmayer
7527c7d149 fix -Wunused-variable 2018-10-12 22:17:29 +02:00
luz.paz
125f41e3e8 Misc. typo fix
Found via `codespell`
2018-10-11 16:21:28 -04:00
wandererfan
f6e9faa62c Fix #3623 Display of Ft/In Dimensions 2018-10-11 21:59:20 +02:00
wandererfan
eaf987625e Correct tree icon for Angle3Pt 2018-10-11 21:59:05 +02:00
wandererfan
a373280946 Add @mario52's templates 2018-10-11 21:58:47 +02:00
wmayer
22ddbe0f8d fixes 0003632: Drawing lines on top of an image will not save the work (Reason: ' &' in the file name) 2018-10-11 21:50:32 +02:00
wmayer
68c644104a implement mustExecute for Raytracing features 2018-10-11 15:51:11 +02:00
wmayer
23d64fa7b7 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
ae7c53b951 Py3: fix opening file 2018-10-11 12:06:07 +02:00
wmayer
04faa8f497 + fix cutting or selecting mesh in perspective projection mode 2018-10-11 10:48:27 +02:00
Amritpal Singh
ff05101b68 Fixed FreeCAD crashes. 2018-10-10 10:45:57 -03:00
wmayer
6178c79581 implement Cut, Copy, Paste messages in SheetView 2018-10-10 08:25:34 +02:00
wmayer
22513600dd implement cut/copy/paste in spreadsheet view 2018-10-09 00:02:53 +02:00
wmayer
0e948db5a3 Win32-specific optimization in Points module 2018-10-08 18:50:03 +02:00
Abdullah Tahiri
e66849378b 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
dc023afc84 emit signal when starting and finishing to save a document 2018-10-08 14:03:00 +02:00