wmayer
426bc01188
add runtime option to choose between native and Qt file dialogs
2018-11-30 12:37:26 +01:00
plgarcia
792bb8282a
Drags and drop with groups
2018-11-29 21:25:28 +01:00
Yorik van Havre
e3de72b131
Arch: Cosmetic fix to IFC prefs page
2018-11-29 16:34:42 -02:00
DeepSOIC
82fd0a8db6
Gui: Gesture: add option to disable tilt
...
On Qt5, using pinch will inevitably cause tilt. It's annoying, so it is disabled by default.
In the future, it's best to introduce some kind of threshold to overcome for the tilt to be triggered.
2018-11-29 15:29:27 -03:00
DeepSOIC
b09fb97ad8
Gui: Gesture: fix tilt angle sign
2018-11-29 15:29:27 -03:00
DeepSOIC
46d0d4c80c
Gui: Gesture: QPinchGesture angle - sign, degrees, make cumulative
...
fixes pinch gesture rotation part on Qt5 (tested only on windows, Qt4 and Qt5)
2018-11-29 15:29:27 -03:00
Yorik van Havre
623a1b5ce8
Arch: Cosmetic fixes to arch material UI
2018-11-29 16:10:20 -02:00
Yorik van Havre
e677afd5c6
Arch: Refactored file detection code in Arch References
2018-11-29 11:13:31 -02:00
luz.paz
7d6e9c4f40
Misc. typo fix in src/Mod/Arch/ImportIFC.py
2018-11-29 09:46:18 -03:00
wmayer
1dded002ca
Improve automatic search for matching Shiboken2 config file
2018-11-28 23:05:13 +01:00
Yorik van Havre
0939f17d6a
Arch: Added IFC export option to disable IfcRectangleProfileDefs
2018-11-28 18:27:12 -02:00
Yorik van Havre
03e7083dd5
Draft: Fixed wrong moving of BuildingParts
2018-11-28 16:51:02 -02:00
Yorik van Havre
0de83e8b90
Arch: Reference object now uses file in current dir if not found in stored path
2018-11-28 16:50:13 -02:00
Yorik van Havre
8f62c85a6c
Arch: Fixed bug in BuildingPart placement
2018-11-28 14:57:36 -02:00
Yorik van Havre
081e318829
Arch: Fixed buggy view restore system in BuildingPart
2018-11-28 14:28:21 -02:00
wmayer
4d6bcdcb0d
If option USE_QT_FILEDIALOG is used then for Qt5 we still have to set QFileDialog::DontUseNativeDialog
2018-11-28 15:50:21 +01:00
Yorik van Havre
4e77cee5ee
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2018-11-27 16:10:56 -02:00
Yorik van Havre
c0567a5990
Draft: Fixed DXF import of texts
2018-11-27 16:10:42 -02:00
luz.paz
4dc201e086
Misc. typo, grammar, and whitespace fixes
...
[skip ci]
2018-11-27 15:02:58 -03:00
wmayer
1dbbb4371b
Py3: Port Wizard shaft to Python 3
2018-11-27 18:13:35 +01:00
Abdullah Tahiri
a27e333852
Missing ExceptionProducer init for RestoreError
2018-11-27 13:23:44 -03:00
Bernd Hahnebach
5ba7942660
FEM: results, initialize Stats with the appropriate lenght on obj. creation
2018-11-27 13:23:00 -03:00
Bernd Hahnebach
16ee138017
FEM: results, fix stats setting
2018-11-27 13:23:00 -03:00
wandererfan
d7d52336ba
Fix coverity CID 184293
2018-11-27 13:21:18 -03:00
wandererfan
6c3a4450e8
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
ea66fcc55f
Arch: Fixed missing 'Create Group' option in BuildingParts
2018-11-26 20:08:15 -02:00
wmayer
7ceac311b3
add specialized exception type for bad graphs
2018-11-26 14:15:19 +01:00
wmayer
42b689b464
show folder choosing file dialog for StartPage preferences
2018-11-26 13:22:53 +01:00
Bernd Hahnebach
c24ff17840
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
f3c5c9a70b
FEM: code formating, more format changes
2018-11-26 09:10:17 -03:00
Bernd Hahnebach
0ed87a5775
FEM: code formating, flake8
2018-11-26 09:10:17 -03:00
Bernd Hahnebach
72db8632ab
FEM: code formating, print function
2018-11-26 09:10:17 -03:00
luz.paz
d150dec132
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
bf779155d4
FEM: solver, make uniform copyright and developer info
...
.
2018-11-26 09:10:17 -03:00
luz.paz
432ae644ee
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
29eeb6c2d8
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
73df4e6fc0
Arch: Fixed default axis bubble size
2018-11-22 14:25:37 -02:00
Yorik van Havre
652e1dbdd0
Material: Fixed encoding bug
2018-11-22 11:45:06 -02:00
triplus
9fc8446c95
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
54dd7c621d
Draft: Fixed buggy ghost tracker
2018-11-21 18:37:39 -02:00
Yorik van Havre
3f585f4cf6
More readable splash image
2018-11-21 18:37:01 -02:00
wmayer
608d42d3cd
fix ViewProjMatrix::getProjectionMatrix
2018-11-20 19:21:15 +01:00
Yorik van Havre
a3129d3335
Changed splash screen, to remind us of it...
2018-11-20 14:15:42 -02:00
Yorik van Havre
0f2830609c
Merge branch 'master' of github.com:FreeCAD/FreeCAD
2018-11-20 12:40:27 -02:00
Yorik van Havre
024540dbbe
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
36e3d5ef66
Fix scan coverity issues:
...
CID 184350: Null pointer dereferences
2018-11-20 15:11:43 +01:00
Mateusz Skowroński
82fbdbb327
Explicitly set CMake's CMP0072 to OLD.
2018-11-20 09:44:11 +01:00
Yorik van Havre
3799b2a306
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
b1d6770ffb
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
ddb20468ad
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