Commit Graph

15786 Commits

Author SHA1 Message Date
Eric Trombly
397813f8b9 initial work for modifying path of imported gcode 2020-03-16 10:17:32 -05:00
wmayer
595a0ae4d4 Cloud: fix build failure under Linux caused by 275f302e0d26 2020-03-16 15:22:26 +01:00
wandererfan
f55e724891 [TD]fix crash when Section deleted during creation
- if the Section is deleted while the section dialog
  is still in progress, further processing in the
  dialog would cause a crash.
- should have "update intent" locks to prevent this
2020-03-16 08:57:08 -04:00
wandererfan
7100eb4ba3 [TD]synchronize defaults in code and prefs 2020-03-16 08:57:08 -04:00
MA-LAPTOP\apeltauer
1bd639bb52 merge cloud wb modfications 2020-03-16 12:24:40 +01:00
Bernd Hahnebach
04330da245 FEM: hide all vtk post objects on task panel open of result and gmsh mesh 2020-03-16 11:05:08 +01:00
Bernd Hahnebach
e4486f0c2a FEM: Python base VP, better check in get icon 2020-03-16 11:05:01 +01:00
Bernd Hahnebach
799070a3dc FEM: do not use base vp for result mesh object, fixes some problems 2020-03-16 11:04:54 +01:00
Bernd Hahnebach
1ac896a824 FEM: improve imports 2020-03-16 11:04:48 +01:00
dulouie
134c841e08 Sketcher: fix contraints cmd crosshair color 2020-03-16 09:34:21 +01:00
Bernd Hahnebach
480622a9a9 FEM: improve some licence headers and doxygen docu 2020-03-16 06:44:00 +01:00
Patrick Felixberger
fdfee417fa Updated grbl post processor 2020-03-16 00:11:24 +01:00
sliptonic
2430ab4866 Merge pull request #3148 from Schildkroet/millface-drilling-improvements
[Path] Millface & drilling improvements
2020-03-15 09:43:41 -05:00
sliptonic
af75e19c4c Merge pull request #3171 from dubstar-04/fixes/post
[Path] - Handle Post Processing Operations with Dressups
2020-03-15 09:42:16 -05:00
sliptonic
7e689279da Merge pull request #3172 from dubstar-04/fixes/LinuxCNC_Post
[Path] - Use PathUtil to check if op is active.
2020-03-15 09:39:32 -05:00
donovaly
80e26b01a3 [TD] sanitize Scale preferences
- take care that custom scale is only in effect if the scale type is 'Custom'
- use UnitSpinBox for Template Mark
- use uniform width for all scale edits
- also use UnitSpinBox for Balloon Kink
2020-03-15 09:15:14 -04:00
donovaly
0cc3a2778b [TD] use icons uniform in all dialogs
(preferences and task)

- also uniform wording
2020-03-15 09:14:48 -04:00
wmayer
471ca75273 [skip ci] fix copy&paste errors 2020-03-15 11:59:22 +01:00
Bernd Hahnebach
9650d94221 FEM: gmsh vp, hide post pipeline too 2020-03-14 21:51:43 +01:00
Bernd Hahnebach
5214c81ed4 FEM: some modules, better document handling 2020-03-14 21:45:24 +01:00
Bernd Hahnebach
9d76f458a8 FEM: fem mesh 2 mesh, fix example code 2020-03-14 21:45:18 +01:00
Bernd Hahnebach
1c822dcf6e FEM: solver frame work, get rid of Active Document code 2020-03-14 21:45:11 +01:00
Bernd Hahnebach
4df9ddc48e FEM: solver base writer, add document as attribut 2020-03-14 21:45:01 +01:00
Bernd Hahnebach
b4727622a9 FEM: ccx tools, better document handling 2020-03-14 21:44:55 +01:00
Bernd Hahnebach
af25ac9612 FEM: ccx unit tests, fix create result method 2020-03-14 21:44:49 +01:00
Bernd Hahnebach
817eb41aef FEM: extend coding conventions 2020-03-14 21:44:40 +01:00
Russell Johnson
8e9d704556 4th-axis fixes and improvements
Fix rotational orientation of pockets.  Need to apply same fix to ProfileFaces.
Fix final depth issue based upon error in rotational orientation fixed here.
Add property, `LimitDepthToFace` to facilitate easier pockets and face profiling on rotational-enabled operations.
Hide rotational support properties when operations do not use rotation.
Remove unnecessary property, `B_AxisErrorOverride`, and delete dead code that used it.
2020-03-14 11:36:21 -05:00
wmayer
cbee07d53a PartDesign: fix issues of PR #3108
* in the undo/redo list use an object's label and not the internal name
* check by the transaction ID instead of name to open a transaction to make the workbenches independent of implementation details of the core system
* when rejecting a task do not call undo() because this is not the same as aborting a pending transaction
* this also fixes the warning: <App> Document.cpp(1182): Cannot commit transaction while transacting
2020-03-14 14:51:45 +01:00
Zheng, Lei
e9bbae0a89 PartDesign: fix task dressup/transformed creation cancel 2020-03-14 14:51:45 +01:00
donovaly
f344791939 add icons for line style
- also break a too long tooltip
2020-03-14 08:05:47 -04:00
donovaly
74b6249b28 add missing tooltips
- also some wording improvements
2020-03-14 08:05:47 -04:00
donovaly
4cdf567023 [TD] add missing signal/slot for decimals
- also update some tooltips
2020-03-14 08:05:47 -04:00
Tobias Ellinghaus
ccabe852b3 TD: Fix decimal separator of dimensions
When the system separator isn't '.' we want to make sure to use it.
2020-03-14 08:04:49 -04:00
Daniel Wood
b1d9d9f98d [Path] - Use PathUtil to check if op is active.
Just a bit of house keeping.
2020-03-14 10:56:29 +00:00
Daniel Wood
d364eaead6 [Path] - Handle Post Processing Operations with Dressups 2020-03-14 10:49:23 +00:00
Patrick Felixberger
935071f810 Fixed rounding bug 2020-03-13 16:15:28 +01:00
mwganson
938dd27cae [Spreadsheet] fix tooltip to show newline instead of \n characters 2020-03-13 15:40:30 +01:00
mwganson
f6f80256c8 [Spreadsheet] add tooltip for alias line edit. Also, per user request, make it so when creating a new spreadsheet it is open for viewing/editing 2020-03-13 15:40:30 +01:00
mwganson
e2e0018df6 [Spreadsheet] fix minor bug where failure to set alias message appears erroneously. Fixes #4287 2020-03-13 15:40:30 +01:00
donovaly
9f106983c6 [TD] wording fixes and improvement for HLR prefs 2020-03-13 09:05:40 -04:00
Tobias Ellinghaus
cfc04404b6 Fix label of angular dimensions
According to ISO 129-1 labels of angular dimensions may never be upside
down (that is also true for other labels but not relevant for this
commit).
2020-03-13 09:02:37 -04:00
donovaly
cc0ae914c6 improve another tooltip as discussed:
https://forum.freecadweb.org/viewtopic.php?f=35&t=21857&p=376366#p376381
2020-03-13 09:01:43 -04:00
donovaly
391cd78afe some more wording 2020-03-13 09:01:43 -04:00
donovaly
4fe75ceb01 another improvement 2020-03-13 09:01:43 -04:00
donovaly
6d85cb908c [TD] wording fixes and improvement for advanced prefs 2020-03-13 09:01:43 -04:00
donovaly
36406ec937 better UI names for arrow ends,
see https://forum.freecadweb.org/viewtopic.php?f=35&t=21857&p=376366#p376381
2020-03-13 09:01:06 -04:00
donovaly
23bf029d66 [TD] fix arrow end None for dimensions
This was not merged from my PR to PR #3153

- also uniform the combobox appearance in the preferences
2020-03-13 09:01:06 -04:00
wandererfan
99a9964231 [TD]support App::Link in View Source 2020-03-13 09:00:14 -04:00
Bernd Hahnebach
2e4ee3e706 FEM: examples, some code improvements 2020-03-13 09:19:27 +01:00
Bernd Hahnebach
b3d75d977e FEM: extend code conventions 2020-03-13 09:19:20 +01:00