Stefan Tröger
eb601df236
Fix undo/redo while checking link integrity
2017-06-19 15:37:09 +02:00
Stefan Tröger
9fbf118cdd
Group tests and fixes
2017-06-19 15:37:09 +02:00
Stefan Tröger
0487b66738
Links ensure uncyclic graph and correct groups
2017-06-19 15:37:09 +02:00
Stefan Tröger
f0f7125a11
Group: ensure single group only
2017-06-19 15:37:09 +02:00
Stefan Tröger
26200f95f5
Parent groups are irelevant, not only parent geofeaturegroups
2017-06-19 15:37:09 +02:00
Stefan Tröger
8079cf43d2
Drag&Drop: Tree is responsible for undo/redo
...
The user expects to undo the drag and drop action with a single click (as it happens with a single drag&drop action). Hence the command must be handled by the tree, not the viewproviders.
2017-06-19 15:37:09 +02:00
Stefan Tröger
81f91387c8
Fix collecting of cs relevant links
2017-06-19 15:37:09 +02:00
Stefan Tröger
183a4b4ef3
GeoFeatureGroup: Handle drag into document
2017-06-19 15:37:09 +02:00
Stefan Tröger
aa0d25f54f
Groups: Handle add and remove object correctly
2017-06-19 15:37:09 +02:00
Stefan Tröger
53ff196c2e
GeoFeatureGroup: add object adds relevant links
2017-06-19 15:37:09 +02:00
Stefan Tröger
bdf981e770
Unify and fix group handling in geofeaturegroups
2017-06-19 15:37:09 +02:00
Stefan Tröger
bbabe833e9
DependencyGraph: grouping & unflatten is optional
...
Property group "User parameter:BaseApp/Preferences/DependencyGraph" has two booleans to enable subgraphing and unflatten (by default on): "Unflatten", "GeoFeatureSubgraphs"
2017-06-19 15:37:09 +02:00
Stefan Tröger
25df3c549d
DependencyGraph: Fix colors and unflatten
2017-06-19 15:37:09 +02:00
Stefan Tröger
aaea43603e
DependencyGraph: Add colors to coordinate systems
2017-06-19 15:37:09 +02:00
Stefan Tröger
e192f32bcc
DependencyGraph: Subgraphs are identified by label
2017-06-19 15:37:09 +02:00
Stefan Tröger
4e25d2db16
DependencyGraph: Add unflatten step
2017-06-19 15:37:09 +02:00
Stefan Tröger
e20aae688e
DependencyGraph: Show origins correctly
2017-06-19 15:37:09 +02:00
Stefan Tröger
f08ab52724
DependencyGraph: Show GeoFeatureGroups as subgraph. fixes #0002142
2017-06-19 15:37:09 +02:00
Stefan Tröger
35c4c5e56a
Consistently name origins
2017-06-19 15:37:09 +02:00
Stefan Tröger
6b2558d954
Sketcher: Use correct global placements
2017-06-19 15:37:09 +02:00
Stefan Tröger
80e74aec06
Introduce global placement calculations
2017-06-19 15:37:09 +02:00
Stefan Tröger
f3358ad77a
Fix drag&drop of geofeature groups. fixes #0002835 fixes #0002796
2017-06-19 15:37:09 +02:00
wmayer
9ccb01e95f
fix bug with multiple object names in selection view when selecting in tree view
2017-06-19 14:59:32 +02:00
wmayer
6e1a6d8310
fix bug in pr774, improve whitespaces
2017-06-19 13:32:27 +02:00
Alexander Lin
c3c94e8698
Fix 'shrink curve' misbehaviors for Sketcher Extend
2017-06-19 13:07:55 +02:00
Alexander Lin
c51d0b4e16
Adds extend feature to Mod/Sketcher
...
Fixes #1187
2017-06-19 13:07:37 +02:00
Felis Catus
2ea961f490
Sketcher Extend Icon
2017-06-19 13:07:18 +02:00
wmayer
57128dd7ad
fix -Wsign-compare
2017-06-19 12:50:55 +02:00
Jean-Marie Verdun
d940bdc89e
Accelerate VBO rendering (bareleye model goes from about 18fps to 34fps on a Macbook Pro)
...
Fix crashes related to VBO buffer expansion by reallocating the buffers when needed
2017-06-19 12:40:04 +02:00
Bernd Hahnebach
0af2e1b2b8
FEM: mesh tools, group elements, return empty tuple instead of None
2017-06-19 10:49:28 +02:00
Bernd Hahnebach
3886850a60
FEM: element set search, fix indent for mesh group search
2017-06-19 10:49:28 +02:00
Bernd Hahnebach
c97a3d1219
FEM: prerequisite checks, fix material reference shape type check
2017-06-19 10:49:28 +02:00
wmayer
1b08ae0613
fix UNV reader by checking for CR or CR+LF in group names and removing them
2017-06-19 10:39:37 +02:00
wmayer
63f9e6c528
quantities must be expressed in units m,g,s for MKS and internal scheme
2017-06-18 23:43:42 +02:00
wmayer
5475368ea4
various fixes from pr813:
...
fix crash due to invalifated iterator
minor performance improvement
do not connect twice automatically connected signal-slot
fix compiler warning
2017-06-18 21:25:31 +02:00
wmayer
b1495bdf38
improve readability, minor performance improvements
2017-06-18 18:01:27 +02:00
Abdullah Tahiri
25a28b0851
Sketcher: redundant autoconstraint avoidance - Edit control checkbox
...
fixes #3079
2017-06-18 17:37:27 +02:00
Abdullah Tahiri
c093cb1821
Sketcher: redundant avoidance - remove old inferior mechanism
2017-06-18 17:37:27 +02:00
Abdullah Tahiri
93721e8ca9
Sketcher: extension of redundant avoidance to indirect coincidence
2017-06-18 17:37:27 +02:00
Abdullah Tahiri
497478fabe
horiz/vert redundant autoconstraint avoidance extended to Polyline tool
2017-06-18 17:37:27 +02:00
Abdullah Tahiri
90028d4ced
Sketcher: avoid horiz and vertical autoconstraint redundants on line creation
2017-06-18 17:37:27 +02:00
sliptonic
2147798063
Path: fix potential crash bug.
2017-06-18 17:32:16 +02:00
Itai Nahshon
634cbf1566
Add Units schemaTranslate for Unit::Velocity.
...
Independent of scale, use only mm/min or in/min because it is compatible
with GCODE feed rate units.
(My use case is definition os feed-rates in PathLoadTool.py).
2017-06-18 17:11:49 +02:00
Itai Nahshon
03c3db5636
Use the current UnitsSchema for the tool table.
2017-06-18 17:11:49 +02:00
Itai Nahshon
ccd56242ec
Set the maimum tool RPM to 100,000. The default 100 is too small.
2017-06-18 17:11:49 +02:00
Peter Lama
408b14310f
Fem: py3 fixes
...
Needed for unit tests to pass
2017-06-18 16:45:55 +02:00
Peter Lama
17031e2a24
Path: py3 fixes
...
Needed for unit tests to pass
2017-06-18 16:33:20 +02:00
wmayer
f6a086dde0
add comment to source code
2017-06-18 16:23:29 +02:00
wmayer
619fb173df
fix crash when argument list of openTransaction() is empty
2017-06-18 16:20:12 +02:00
wmayer
fe1f0dce3c
due to branding reasons avoid a direct mentioning of FreeCAD
2017-06-18 15:52:21 +02:00