Commit Graph

17359 Commits

Author SHA1 Message Date
0penBrain
90044b1283 Add basic ability that PartDesign doesn't switch to Task panel when activated => Add a 'SwitchToTask' boolean parameter to Mod/PartDesign and set to 'false' to prevent switching 2019-07-13 12:56:09 -03:00
sasobadovinac
8edf6c3ec9 lgtm configuration file 2019-07-13 12:54:28 -03:00
paullee0
ed45c51f77 Change ArchWall WidthsOfWall attribute to OverrideWidth
- following discussion at github
2019-07-13 12:52:20 -03:00
paullee0
b7907e0fd8 ArchWall_DraftGeomUtils Multi-Width support added
Discussion:- https://forum.freecadweb.org/viewtopic.php?f=23&t=36772&p=319829#p319829
2019-07-13 12:52:20 -03:00
sliptonic
bbdbe0e491 Merge pull request #2337 from Russ4262/helix_sort
[Path] PathHelix: Add simple x,y path sorting
2019-07-12 19:12:14 -05:00
Yorik van Havre
c4d43eab4c AddonManager: Better support of non-github addons 2019-07-12 16:45:31 -03:00
Russell Johnson
90f31d9023 PathHelix: Add simple x,y path sorting
Same PathUtils.sort_jobs() method copied from PathDrilling
Change feedback comment to debug category
2019-07-12 10:05:18 -05:00
sliptonic
67a0688f08 Merge pull request #2331 from Russ4262/4th_axis_analysis_fix
[Path] 4th-axis rotation analysis Z-orientation fix
2019-07-12 08:36:15 -05:00
wandererfan
20f352ac65 [TD] Improve CenterMark handling on print 2019-07-12 06:45:34 -04:00
Russell Johnson
b0410c2b56 4th-axis rotation analysis Z-orientation fix
orientation == 'Z' was failing in some cases due to undefined "axis" variable. "axis" declaration was commented out in an earlier commit. Declaration now restored for all orientations.
2019-07-12 01:17:26 -05:00
Yorik van Havre
8932d9296e Arch: Lightweight mode for Arch References 2019-07-11 19:37:10 -03:00
luz.paz
ba9d945308 [Draft] source comment typo fix 2019-07-11 19:17:07 +02:00
luz.paz
aa50d00caf [Arch] typo fixes 2019-07-11 19:17:07 +02:00
luz.paz
a0f5f52caf Misc. typo fixes
Found via `codespell -q 2`
2019-07-11 19:17:07 +02:00
wmayer
8e48002865 Set Move as default drop action 2019-07-11 19:08:11 +02:00
Yorik van Havre
3e326fe2e2 Draft: Fixed clone bugs 2019-07-11 12:44:04 -03:00
sliptonic
7e1c2ede61 Merge pull request #2332 from mlampert/refactor/pylint3-cleanup
Path: more pylint3 cleanup
2019-07-10 18:25:38 -05:00
wmayer
7539b8314e make print preview working for > Qt 5.9 2019-07-11 00:06:38 +02:00
Yorik van Havre
09bfdb02bf AddonManager: Provisions to support different git hosting platforms than github 2019-07-10 18:29:02 -03:00
Bernd Hahnebach
c844d537f1 FEM: unit tests, fix round failure on windows by setting fix float numbers 2019-07-10 22:08:09 +02:00
Yorik van Havre
3dc7df22cf AddonManager: Handled exception when unable to download from url 2019-07-10 11:29:32 -03:00
Yorik van Havre
06f8975576 Fixed indent 2019-07-10 13:08:43 +02:00
luz.paz
4724704038 [AddonManager] Added CurvedShapes WB Logo 2019-07-10 13:08:43 +02:00
Markus Lampert
db275288d9 pylint3 cleanup of unit tests 2019-07-09 21:41:33 -07:00
Markus Lampert
c0770e7b72 pylint3 cleanup of (most) post processors 2019-07-09 21:12:46 -07:00
Markus Lampert
12a3c66d4d Added pylint3 exceptions for PathSimulatorGui and PathSurface due to their noisiness. 2019-07-09 20:01:47 -07:00
Markus Lampert
db67c4b4c1 Cleaned up Path op utilities 2019-07-09 19:48:26 -07:00
Markus Lampert
ce5e1daa59 Added tooltips to depths transfer buttons. 2019-07-09 19:04:36 -07:00
Yorik van Havre
7e72031926 Draft: discard unsupported curve types in intersection snap 2019-07-09 17:33:03 -03:00
Yorik van Havre
993e0d5032 Arch/Draft: Fixed remaining bugs from latest commits 2019-07-09 15:07:00 -03:00
Yorik van Havre
cef27c7a72 Draft: Added button to working plane task panel to orient the view to the WP 2019-07-09 12:29:32 -03:00
Yorik van Havre
e0935f2a2e Arch: panel layers with negative thickness are not drawn 2019-07-09 12:06:59 -03:00
Yorik van Havre
94f30f8284 Arch: wall layers with negative thickness are not drawn 2019-07-09 11:58:30 -03:00
wmayer
fbade76af5 save&restore standard meshing parameters 2019-07-09 13:05:45 +02:00
carlopav
498075e73f [Draft] Bezcurve fix to display length
Added property Length to bezcurve objects.
2019-07-08 22:21:58 -03:00
easyw
70fd92d624 improved import/export compatibility w prop cads
thread related
https://forum.freecadweb.org/viewtopic.php?f=3&t=37469#p318651
2019-07-08 22:17:15 -03:00
Yorik van Havre
46f253d5d0 Draft: General grid fixes
- Killed 'double-grid' bug
- Consistent one grid per view, be it new doc or new view
- Grid recreated when needed on each snap use
- Misc optimizations
2019-07-08 22:07:14 -03:00
Yorik van Havre
e21a6c0366 Arch: Fixed bug in ArchIFC 2019-07-08 20:57:46 -03:00
Yorik van Havre
4986a56712 Draft: Fixed ghost not appearing in scale tool 2019-07-08 19:56:05 -03:00
Yorik van Havre
01bd70631f Arch: Added message to inform user of workaround against non-editable wall baselines 2019-07-08 19:10:00 -03:00
Yorik van Havre
947c3b4573 Arch: Fixed bug in Join Walls command 2019-07-08 18:41:02 -03:00
Yorik van Havre
c9612bc314 Merge branch 'master' of github.com:FreeCAD/FreeCAD 2019-07-08 18:29:00 -03:00
Yorik van Havre
0b0fc6c3cf Draft: Fixed bug in edit mode - Fixes #4047 2019-07-08 18:28:41 -03:00
sliptonic
2d0aa23f13 Merge pull request #2329 from mlampert/bugfix/ocl-import-recovery
Path: Fixed import of ocl
2019-07-08 16:24:09 -05:00
Yorik van Havre
de3578202b Draft: Fixed wrong units display in snapping dimensions 2019-07-08 17:38:31 -03:00
Yorik van Havre
2dd4781fc4 Arch: Allow to load and save full GuiDocument data from non-GUI mode 2019-07-08 17:30:50 -03:00
wmayer
2acda4884b show version info when using external smesh library 2019-07-08 16:54:49 +02:00
sliptonic
b8442d83a0 Merge branch 'master' into bugfix/ocl-import-recovery 2019-07-08 08:26:51 -05:00
wmayer
1b0d03e4ab Parametric refinement feature 2019-07-08 14:37:00 +02:00
wmayer
61b0755c89 automatically redirect to tip object in case body display mode is set to Tip and a face was selected to create a new sketch 2019-07-08 11:46:09 +02:00