Commit Graph

8933 Commits

Author SHA1 Message Date
Yorik van Havre
8c59d59c48 Arch: alternate export method for schedules 2016-10-15 12:22:37 -03:00
wmayer
a68364e913 issue #0002712: Can't use more than one decimal in dimension 2016-10-15 16:27:38 +02:00
Yorik van Havre
c3a6ac7a7d Arch: Fixed misc bugs in schedule 2016-10-14 17:16:58 -03:00
wmayer
ccbd0f02af extend function to mark all selected objects for recompute or all objects of a document 2016-10-14 21:40:05 +02:00
Yorik van Havre
5fa34f519e Arch: Added wave properties to panels 2016-10-14 15:55:09 -03:00
wmayer
3e041850f7 when using --single-instance option make relative path names absolute 2016-10-14 18:01:11 +02:00
Yorik van Havre
d515fbc05a added export button to arch schedule UI 2016-10-13 18:57:20 -03:00
Yorik van Havre
b8163a03dc Arch: Added NodesOffset property to Structures 2016-10-12 20:20:09 -03:00
Yorik van Havre
33c7ec80c8 Added "mark to recompute" action to tree view 2016-10-12 17:35:01 -03:00
wwmayer
ba4f981f3b Merge pull request #308 from bblacey/travis-mac
macOS builds on Travis Optimizations/Cleanup in advance of 10/31 Trav…
2016-10-12 15:25:21 +02:00
Bruce B. Lacey
ceb75f0afd macOS builds on Travis Optimizations/Cleanup in advance of 10/31 Travis infrastructure changes
- Leverage FreeCAD/freecad.rb formula --with-packing-utils option
   - Set -DFREECAD_USE_EXTERNAL_PIVY=ON
   - Minimize brew update to reduce build time
   - Eject 3DxWare image after install for appdmg packaging compatability
   - Removed libgdal work-around (no longer needed)
   - Set the GitHub upload asset retention to 1 for sgrogan ;)
2016-10-11 21:43:37 -07:00
Yorik van Havre
c8059f2631 Draft: removed debug message 2016-10-11 19:29:08 -03:00
wmayer
356723f121 revert some unneeded changes on netgen plugin 2016-10-11 20:54:36 +02:00
looooo
9f7848aeac missing #if NETGEN_VERSION < 6 2016-10-11 20:54:36 +02:00
looooo
73b6fdfed7 update smesh-netgen interface to netgen version 6.1 2016-10-11 20:54:36 +02:00
Bruce B. Lacey
77cfdfffa6 Fix FindNETGEN.cmake to properly set netgen search path to HOMEBREW_PREFIX, when using homebrew, instead of the netgen cellar 2016-10-10 13:38:21 -03:00
Yorik van Havre
413ce83d00 Arch: allow to toggle nodes on/off when editing structures - issue #2356 2016-10-10 11:45:07 -03:00
Yorik van Havre
f8bb9ec90f Arch: Added tools to extend and connect nodes - issue #2356 2016-10-10 00:21:35 -03:00
Yorik van Havre
e8e10ed05d Arch: Allow to manually edit structural nodes - issue #2356 2016-10-09 23:18:23 -03:00
Yorik van Havre
9914f3690e Arch: Allow planar structural nodes for slabs - issue #2356 2016-10-09 23:17:49 -03:00
wmayer
58359dd0ba issue #0002723: Vertex ordering of Face 2016-10-09 23:33:23 +02:00
wmayer
776c0bd720 fix crash when creating a second view and closing the first view while the dragger task panel is open 2016-10-09 22:16:21 +02:00
wmayer
f712e1cfc3 move disabling of some commands to task panel 2016-10-09 19:45:30 +02:00
Yorik van Havre
0704ad0b71 Draft: Fixed parametric dimensions - fixes #1804, #2614 2016-10-09 14:20:05 -03:00
wmayer
3cac7be520 issue #0002724: Redirecting messages to Python console apply issue. 2016-10-09 18:47:11 +02:00
wmayer
ff1b9dde41 issue #0002687: zoomin/out during transform 2016-10-09 18:32:18 +02:00
wmayer
c1b1646e2e remove superfluous semicolons 2016-10-09 14:00:58 +02:00
wmayer
a90907530f issue #0002714: Segfault in PropertyLinkSubList::Save 2016-10-09 13:49:57 +02:00
wwmayer
f2a84b0364 Merge pull request #305 from bblacey/develop
Exit application with non-zero general error status code if an except…
2016-10-09 11:18:34 +02:00
Bruce B. Lacey
400891fcfe Exit application with non-zero general error status code if an exception is raised 2016-10-08 15:57:50 -07:00
Keith Sloan
e0b9e29db9 Tidy up of text command support 2016-10-08 22:15:28 +02:00
wmayer
b4020f2cc8 fix bug in generation script 2016-10-08 18:48:27 +02:00
wmayer
b17ae2a922 fix warnings in smesh 2016-10-08 18:23:04 +02:00
wmayer
68ea7fdac5 fix coverity issues 2016-10-08 17:43:30 +02:00
wmayer
6d3e2a396a set -Wextra as default 2016-10-08 15:28:51 +02:00
wmayer
09028b0a7f + fix -Wunused-parameter 2016-10-08 15:13:56 +02:00
wmayer
8a21cd4daa fix crash in DocumentIndex::cloneViewProvider 2016-10-08 12:48:34 +02:00
wmayer
9ac1810ea3 Fix issues:
+ improve formatting
+ remove superfluous semicolons
+ comment unused parameters
+ rename Initialisation to Initialization
+ rename Deinitialisation to Finalization
+ remove spaces
2016-10-08 12:48:34 +02:00
Stefan Tröger
3a51404dd5 Extenions: Drop virtual inheritance
Due to problems onthe windows platform the virtual inheritance approach must be dropped. NExt to the already reimplemented proeprty interface the Type interface is reimplemented too. This change allows to revert some earlier changes.
2016-10-08 12:48:34 +02:00
Stefan Tröger
a79b48bbcc Fix rebase errors 2016-10-08 12:48:34 +02:00
Stefan Tröger
790413fdce Extensions: Windows fixes 2016-10-08 12:48:34 +02:00
Stefan Tröger
558e128b39 Extensions: Revert few changes after restructuring 2016-10-08 12:48:34 +02:00
Stefan Tröger
b7d2943217 Remove accidently added .orig files 2016-10-08 12:48:34 +02:00
Stefan Tröger
15b14783d1 Extensions: Handle static/dynamic cast
After the change of the virtual inheritance position in the inheritance chain some
formally added dynamic_cast's can be reverted to the old behaviour
2016-10-08 12:48:34 +02:00
Stefan Tröger
b101b11c67 Extensions: Fix rebase error 2016-10-08 12:48:34 +02:00
Stefan Tröger
3977ce71c6 Extensions: Add type safety to PropertyData again 2016-10-08 12:48:34 +02:00
Stefan Tröger
22fa3b3922 Extension: Fix order-of-initialisation crash
FreeCADs property system utilises some pointer math to calculate the offset between
property and base class. Due to virtual inheritance of th ePropertyContainer the memory
layout has been changed to rather random, which has lead to crashes dependend on the
order of object initialisation.

The solution is to not make PropertyContaner virtual but a class below, Base::Persitance.
Then the memory layout is random for Persistance, but it is perfectly aligned for the
base class chains from PropertyContainer onwards as well as from Extension onwards.
Hence the proeprty system was changed to take the offset always from those two.
2016-10-08 12:48:34 +02:00
Stefan Tröger
773c79d6b6 Extensions: Fix crash due to wrong reference count 2016-10-08 12:48:34 +02:00
Stefan Tröger
9260b61948 Extension: Dont override PythonFeature proxy name 2016-10-08 12:48:34 +02:00
Stefan Tröger
b27875a777 Extension: Delete extensions correctly 2016-10-08 12:48:34 +02:00