Commit Graph

15273 Commits

Author SHA1 Message Date
Yorik van Havre
eb485ad8c1 Merge branch 'master' of github.com:FreeCAD/FreeCAD 2018-11-27 16:10:56 -02:00
Yorik van Havre
f0f99138a7 Draft: Fixed DXF import of texts 2018-11-27 16:10:42 -02:00
luz.paz
cfbfa9dc6b Misc. typo, grammar, and whitespace fixes
[skip ci]
2018-11-27 15:02:58 -03:00
wmayer
70049f1b6b Py3: Port Wizard shaft to Python 3 2018-11-27 18:13:35 +01:00
Abdullah Tahiri
92b216f7e5 Missing ExceptionProducer init for RestoreError 2018-11-27 13:23:44 -03:00
Bernd Hahnebach
19a548b834 FEM: results, initialize Stats with the appropriate lenght on obj. creation 2018-11-27 13:23:00 -03:00
Bernd Hahnebach
3ced344e20 FEM: results, fix stats setting 2018-11-27 13:23:00 -03:00
wandererfan
a159df9fe5 Fix coverity CID 184293 2018-11-27 13:21:18 -03:00
wandererfan
44f9d33b4a Fix Arrowheads on vertical dimensions
- arrowheads sometimes point in wrong direction
  depending on selection order
2018-11-27 13:21:18 -03:00
Yorik van Havre
38640895c1 Arch: Fixed missing 'Create Group' option in BuildingParts 2018-11-26 20:08:15 -02:00
wmayer
1647eee92c add specialized exception type for bad graphs 2018-11-26 14:15:19 +01:00
wmayer
88a35a05bb show folder choosing file dialog for StartPage preferences 2018-11-26 13:22:53 +01:00
Bernd Hahnebach
bbee961239 FEM: special character, Python seams not to like the ü of Jürgen even it is an comment 2018-11-26 09:10:17 -03:00
Bernd Hahnebach
f988ea32ad FEM: code formating, more format changes 2018-11-26 09:10:17 -03:00
Bernd Hahnebach
bbcc6d0c34 FEM: code formating, flake8 2018-11-26 09:10:17 -03:00
Bernd Hahnebach
3ff1293201 FEM: code formating, print function 2018-11-26 09:10:17 -03:00
luz.paz
912bce593b FEM: make file headers title use the same schema in all fem(gui)objects/
Cherrypicked from femtemp f3212888c50d
+ 2 femobject uniformity fixes

fem(gui)objects leftover header copyright fix
2018-11-26 09:10:17 -03:00
luz.paz
a1b811f171 FEM: solver, make uniform copyright and developer info
.
2018-11-26 09:10:17 -03:00
luz.paz
15e203881b FEM: solver, make file header title use the same schema in all solver modules
Made uniform all __title__ doxy \addtogroup blocks
2018-11-26 09:10:17 -03:00
wmayer
b7bfb06cea fix crash if origin feature doesn't exist when trying to create dependency graph 2018-11-26 13:09:11 +01:00
Yorik van Havre
3d8d9c4b94 Arch: Fixed default axis bubble size 2018-11-22 14:25:37 -02:00
Yorik van Havre
3910a6b97f Material: Fixed encoding bug 2018-11-22 11:45:06 -02:00
triplus
b4fa7e855c Notepad reliability
Notepad save/load functionality should work without the need to enable "Authorize FreeCAD to access the internet".

https://forum.freecadweb.org/viewtopic.php?f=10&t=30340&start=110#p269908
2018-11-22 10:24:44 -03:00
Yorik van Havre
eead77a897 Draft: Fixed buggy ghost tracker 2018-11-21 18:37:39 -02:00
Yorik van Havre
7aa61cca0d More readable splash image 2018-11-21 18:37:01 -02:00
wmayer
f7c8f9c808 fix ViewProjMatrix::getProjectionMatrix 2018-11-20 19:21:15 +01:00
Yorik van Havre
d24c6a9da3 Changed splash screen, to remind us of it... 2018-11-20 14:15:42 -02:00
Yorik van Havre
3b7e5492c2 Merge branch 'master' of github.com:FreeCAD/FreeCAD 2018-11-20 12:40:27 -02:00
Yorik van Havre
88f47ee725 Fixed coverity issues
169009 Bad use of null-like value
169005 Bad use of null-like value
169003 Bad use of null-like value
169000 Bad use of null-like value
168998 Bad use of null-like value
168996 Structurally dead code
2018-11-20 12:37:32 -02:00
wmayer
fa5b47df16 Fix scan coverity issues:
CID 184350:  Null pointer dereferences
2018-11-20 15:11:43 +01:00
Mateusz Skowroński
11da78f582 Explicitly set CMake's CMP0072 to OLD. 2018-11-20 09:44:11 +01:00
Yorik van Havre
63bb7db4a6 Fixed coverity issues
184348 Bad use of null-like value
175794 Copy-paste error
172913 Copy-paste error
169506 Structurally dead code
169504 Bad use of null-like value
169013 Copy-paste error
2018-11-19 19:36:50 -02:00
Yorik van Havre
31b896ad07 Fixed coverity issues
184298 Bad use of null-like value
183849 Bad use of null-like value
183846 Bad use of null-like value
183845 Copy-paste error
183844 Bad use of null-like value
2018-11-19 19:17:56 -02:00
wmayer
a41a130704 some additions to pR 1794:
add a special XMLAttributeError class to indicate an error when accessing a missing attribute
in PropertyContainer::Restore make error handling more flexible
2018-11-19 19:07:56 +01:00
Abdullah Tahiri
6bffbf801c remove forgoten exception 2018-11-19 11:31:10 +01:00
Abdullah Tahiri
36d748c29e Example implementation 2018-11-19 11:31:10 +01:00
Abdullah Tahiri
7cfae563c3 Extension of XMLReader to facilitate partial restores 2018-11-19 11:31:10 +01:00
Abdullah Tahiri
012e35253a fix exception catching by reference 2018-11-19 11:31:09 +01:00
Abdullah Tahiri
bf6f2b855d Property: dropping isorderrelevant boolean member in favour of bit in the status of the properties 2018-11-19 11:31:09 +01:00
Abdullah Tahiri
a7e0b93dd1 Example code of propagating the result of the partial restore 2018-11-19 11:31:08 +01:00
Abdullah Tahiri
ff0b5a288f ZipStream: Change precision from 12 to 16 decimals
==================================================

Fixes:
https://forum.freecadweb.org/viewtopic.php?f=3&t=32212&start=10#p269080
2018-11-19 11:31:08 +01:00
Abdullah Tahiri
af7d75c43f SketchObject: Activate relevant propertylist order 2018-11-19 11:31:08 +01:00
Abdullah Tahiri
829420df93 PropertyGeometryList: enable a partial recover on certain errors 2018-11-19 11:31:07 +01:00
Abdullah Tahiri
856dbf377f App:Geometry make LineSegments do a best effort for recovering erroneus data 2018-11-19 11:31:07 +01:00
Abdullah Tahiri
36cdcf270d make App::Property aware of whether the order on the list is relevant or not 2018-11-19 11:31:07 +01:00
Abdullah Tahiri
83bee99cde New Base::Exception type RestoreError 2018-11-19 11:31:07 +01:00
wandererfan
3ec65a32ec Fix View position in ClipGroup 2018-11-19 10:12:09 +01:00
wandererfan
fdb6bc7c76 Fix #3699 ClipGroup Regression from v0.17 2018-11-19 10:12:08 +01:00
wandererfan
deeceead68 Fix #3698 Detail of Section View 2018-11-19 10:12:08 +01:00
wmayer
a0795e1236 improve whitespaces 2018-11-19 10:03:50 +01:00