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
034279a02a
whitespace improvement
2018-10-17 11:20:18 +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
4f56186d1b
remove unused shiboken wrapper for Base::Quantity
2018-10-16 19:31:33 +02:00
wmayer
6e0a90c8f2
enable FREECAD_RELEASE_PDB by default, cleanup cmake file, improve whiespaces
2018-10-15 20:11:58 +02:00
wmayer
8a0790f54d
fix possible build failure if oCCT is not used
2018-10-15 20:10:42 +02:00
wmayer
c290b9fe6e
add option to save document directly to target file
2018-10-15 20:09:43 +02:00
wmayer
2877face0c
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
9c996a41ae
fixes 0003610: App::PropertyFloatList not updating in Spreadsheet
2018-10-13 14:02:03 +02:00
wmayer
a9e9bc21e4
fixes 0003341: Undoing is missing steps
2018-10-13 12:21:17 +02:00
wandererfan
2a85174148
Fix #3634 Lost formatSpec on save/restore
2018-10-13 02:10:53 +02:00
wmayer
3fbc448d4d
remove unused checkbox from Placement dialog
2018-10-13 01:51:05 +02:00
mwganson
c4a05ee604
shorten placement dialog height so there is not so much scrolling required
2018-10-13 01:36:25 +02:00
mwganson
38e5170fd0
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
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
ff82dc81d1
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
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
wmayer
addb742b3c
minor fixes
2018-10-08 12:27:03 +02:00
luz.paz
fc91ba8ad9
typo/grammar fixes
2018-10-08 11:06:41 +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
ickby
65d6d5cc33
Expose onBeforeChange to python document observer
2018-10-08 10:52:52 +02:00
Stefan Tröger
e338fe6b70
Expose transaction events to document observer
2018-10-08 10:49:39 +02:00
Stefan Tröger
e571a6e07a
Add signals for recomputed objects
2018-10-08 10:43:32 +02:00
Priit Laes
afe2305762
travis: ccache compilation also requires xsltproc
2018-10-08 10:40:13 +02:00
Priit Laes
21fc16aadd
travis: Install eigen3 via package from Ubuntu repository
2018-10-08 10:40:03 +02:00
Priit Laes
1e017d3340
travis: Drop references to Ubuntu 12.04
2018-10-08 10:39:53 +02:00
Priit Laes
26b3dc1779
travis: Reduce number of packages installed via apt
...
Use `--no-install-recommends` to only install needed packages.
2018-10-08 10:39:35 +02:00
mwganson
5109f51b2d
issue 3443, suppress generation of new document when documents are loaded via command line
2018-10-07 23:27:44 +02:00
wmayer
a7c082760d
keep corner of navi cube when changing language
2018-10-07 22:39:33 +02:00