Commit Graph

11830 Commits

Author SHA1 Message Date
Markus Lampert
1f81dde99d Fixed PathGui.QuantitySpinButton to default to a noop in case underlying property doesn't exist (makes UI code cleaner) 2017-10-22 11:24:58 -07:00
Markus Lampert
6797d5b4b5 Extracted Job Settings into their own implementation file. 2017-10-22 11:24:58 -07:00
Markus Lampert
9cec64880f Switched Depths page to use QuantitySpinBox instead of InputField. 2017-10-22 11:24:58 -07:00
Markus Lampert
f3d48abe2f Refactored QuantitySpinBox handling into separate class. 2017-10-22 11:24:58 -07:00
Markus Lampert
73eb24ae20 Fixed clearance height value. 2017-10-22 11:24:58 -07:00
Markus Lampert
0e8d1903cc Switched PageHeight to use QuantitySpinBox. 2017-10-22 11:24:58 -07:00
Markus Lampert
87cf84151e Switched default values into Settings spreadsheet. 2017-10-22 11:24:58 -07:00
Markus Lampert
ead2eb4e46 Replaced job default-properties with setting spreadsheet and set expressions for heights and rapid speeds. 2017-10-22 11:24:58 -07:00
Markus Lampert
51ed2f752d Added tooltips for defaults in export dialog. 2017-10-22 11:24:58 -07:00
Markus Lampert
d63da36026 Fixed default tool controller creation if job template doesn't include TCs. 2017-10-22 11:24:58 -07:00
Markus Lampert
2040150523 Added job default values to template export. 2017-10-22 11:24:58 -07:00
Markus Lampert
ec664c3c21 Added default values for heights and rapid feed rates for new tools. 2017-10-22 11:24:58 -07:00
wmayer
3499ac62f9 improvements of wait cursor
make filtering of modal dialogs working with Qt5
save/restore filter flags
don't filter events for File > Export
when using showPreferences don't show wait cursor
2017-10-22 19:49:56 +02:00
Nikolay Nizov
769e93973c Draft: Fix dimensions of parametric circles 2017-10-21 16:20:38 +03:00
wmayer
725a5b6545 method to get paths between two objects 2017-10-20 18:26:18 +02:00
wmayer
489c8c9aef unit test for backlinks on expressions 2017-10-19 23:49:01 +02:00
wmayer
e06ae2cfde when resetting expression on angle convert value back to radian 2017-10-19 23:47:51 +02:00
Eneen
c397aee9ed Added RevitNavigationStyle 2017-10-19 18:52:27 +02:00
wmayer
85d0369c0a ArchCommands.fixDAG has been removed in the past and now fails the unit tests 2017-10-19 14:13:36 +02:00
Bernd Hahnebach
891fa6e52c Arch, import ifc, print debug for each obj in a new line
- use ,end='' for any print without continue in the next code line
- add a print('') at the end of the product loop
2017-10-19 13:30:53 +02:00
Bernd Hahnebach
5b84a264e9 Arch: ifc import, fix fit view on import since bb initializion seams to have changed to infinity 2017-10-19 13:30:53 +02:00
Bernd Hahnebach
e1bcab8f4c FEM: unit test, better material object identifier 2017-10-19 13:30:53 +02:00
Bernd Hahnebach
20e24975f5 FEM: code formating, trailing whitespaces and flake8 2017-10-19 13:30:53 +02:00
Bernd Hahnebach
585a28c433 FEM: gmsh tools, comment some debug prints if they do not have any content 2017-10-19 13:30:53 +02:00
Unknown
ef46b7cc6b FEM: various typos 2017-10-19 13:30:53 +02:00
WandererFan
3d7a4b9db6 Fix 3215 - ViewDetail does not handle Scale correctly 2017-10-19 13:24:19 +02:00
WandererFan
4e474cf60b Handle variable UoM schemes in Dimensions 2017-10-19 13:24:08 +02:00
microelly2
571aab7849 import svg with colors 2017-10-19 13:18:02 +02:00
wmayer
ecdf9fdadf fixes #0002429: text labels for Sweep and Loft operations 2017-10-18 21:34:08 +02:00
wmayer
f5b6694c83 fixes #0002434: merge sketches produces sketch on XY plane when original sketches were on XZ 2017-10-18 21:17:15 +02:00
wmayer
dcaf263e4c issue #0002080: Attempt to remove FEM analysis result (displacement & stress) results in false warning 2017-10-18 19:50:59 +02:00
wmayer
c1542e2401 issue #0002080: Attempt to remove FEM analysis result (displacement & stress) results in false warning 2017-10-18 19:46:20 +02:00
wmayer
7c4dc0d669 allow the user to proceed if default settings for revolution/groove raises an exception 2017-10-18 12:52:04 +02:00
wmayer
6e898575c2 various fixes:
+ fix invalid cast
+ some minor optimizations
+ improve exception handling
2017-10-18 12:33:41 +02:00
wmayer
2486e959b9 increase minimum deviation for tessellation to avoid to freeze the GUI 2017-10-18 10:40:02 +02:00
Pablo Gil
4a8cd391b5 typo fix 2017-10-17 20:00:49 +02:00
wmayer
3bd425df26 fixes #0003169: Mesh Design WB tools does not work on translated object 2017-10-17 19:13:09 +02:00
wmayer
9aab910981 add derived unit electric potential 2017-10-16 21:56:13 +02:00
wmayer
9c2528a982 fixes #0003169: Mesh Design WB tools does not work on translated object 2017-10-16 20:13:43 +02:00
wmayer
6786bb4c79 issue #0002613: Create symmetric geometry with conic 2017-10-16 15:56:32 +02:00
wmayer
c9fb7985f9 issue #0002613: Create symmetric geometry with conic 2017-10-16 15:49:05 +02:00
wmayer
520ec2c095 issue #0002613: Create symmetric geometry with conic 2017-10-16 15:31:04 +02:00
wmayer
fb1fcf3885 extend InventorBuilder 2017-10-16 11:03:21 +02:00
wmayer
930089c6f0 on project save go through all mdi views until one handles the GetCamera message 2017-10-16 10:39:51 +02:00
luzpaz
e9ee1e60b3 UML: misc typo 2017-10-16 08:35:00 +02:00
sliptonic
2a7ba6f61f Path: fix bug in polar array 2017-10-15 15:32:50 -05:00
wmayer
46d516b465 fix coverity issue 2017-10-15 21:08:04 +02:00
wmayer
1abc3ab82d fix -Winconsistent-missing-override 2017-10-15 20:26:10 +02:00
wmayer
8b2fcf3677 fix several kind of warnings:
+ fix -Wparentheses/-Wlogical-op-parentheses
+ fix -Wunused-variable
+ disable -Wundefined-var-template due to many false-positives (clang)
+ fix -Winconsistent-missing-override
+ fix -Wmaybe-uninitialized
2017-10-15 19:12:07 +02:00
Ian Rees
33b3a202ed Fix LaTeX include used for Doxygen docs 2017-10-15 16:33:25 +02:00