Commit Graph

30639 Commits

Author SHA1 Message Date
Markus Lampert
5ca5a94f5e Move Path.Base and Path.Base.Gui refactoring 2022-10-11 21:43:09 -07:00
Markus Lampert
f1596599ee Added PropertyBag compatibility layer to support existing ToolBits 2022-10-11 21:43:09 -07:00
Markus Lampert
9de105e597 Started moving base classes into Path.Base module 2022-10-11 21:43:09 -07:00
Markus Lampert
9ab28b4ec2 Renamed Path.Tools module to Path.Tool 2022-10-11 21:43:08 -07:00
Markus Lampert
29255f0ffd Removed deprecated and obsolete Path.Tool and Path.Tooltable 2022-10-11 21:43:08 -07:00
Markus Lampert
9b7e50ba07 Removed obsolete path profile implementations 2022-10-11 21:43:08 -07:00
Markus Lampert
45f2765418 Moved all Path operations with model and gui into Path.Op module 2022-10-11 21:43:08 -07:00
Markus Lampert
289c1f8c87 Moved dressups into Path.Dressup module 2022-10-11 21:43:08 -07:00
Markus Lampert
7fe03f2b78 Fixed PathPost when post processing is cancelled 2022-10-11 21:43:08 -07:00
Markus Lampert
20d2d4c8d0 Moved Path ToolBit and Controller into Path.Tools module 2022-10-11 21:43:08 -07:00
Markus Lampert
1d27fb00ec Moved post processing files into new Path python module 2022-10-11 21:43:08 -07:00
Markus Lampert
8c05a46174 Moved PathAdaptive into new Path.Op module 2022-10-11 21:43:08 -07:00
Markus Lampert
eeaed7363a Fixed path log unit tests 2022-10-11 21:43:08 -07:00
Markus Lampert
233c92b79e Moved PathLog to Path.Log and import it by default 2022-10-11 21:43:08 -07:00
Markus Lampert
7e643c563b Added python based Path module and pull in PathApp namespace 2022-10-11 21:43:08 -07:00
Markus Lampert
7992f3ed00 Renamed Path c++ python module to PathApp 2022-10-11 21:43:08 -07:00
Yorik van Havre
c7255bec86 Merge pull request #7591 from Roy-043/Arch-Improve-handling-of-window-hosts
Arch: Improve handling of window hosts
2022-10-11 14:25:24 +02:00
Yorik van Havre
cc352ba4a6 Merge pull request #7593 from AjinkyaDahale/techdraw-fix-snap-issue
[TD] Explicitly call `std::signbit`
2022-10-11 14:21:39 +02:00
Ajinkya Dahale
024114cb40 [TD] Explicitly call std::signbit
Snaps are failing because `signbit` isn't declared. Probably because of
42136ff0c48ae54edc48d1eff0cc9438f21e6786.
2022-10-11 11:56:40 +05:30
Ajinkya Dahale
1b7fbe087a [Sketcher] [planegcs] Add references for equations
Some equations were mentioned by just the number without telling the resource they were from. The book was found couple years ago but not mentioned here.
2022-10-11 08:07:47 +02:00
Uwe
0cf9277abf [salome] StdMeshers_CartesianParameters3D: fix a typo
- found by the spell-checker CI
2022-10-11 02:37:46 +02:00
Uwe
a25bdf15b9 use explicit prefix std:: for vectors
- also add potentially missing include
- this commit is an attempt to fix #7585
2022-10-11 01:44:24 +02:00
Roy-043
0e2b2bcf85 Arch: Improve handling of window hosts 2022-10-10 21:19:54 +02:00
Paddle
1232a1d00a Sketcher: Control edit, change the text of 'Show grid' checkbox to 'Grid. 2022-10-10 08:50:56 -07:00
Paddle
12b91f323a Sketcher: Remove 'Edit controls' widget 'Grid Size' LABEL. 2022-10-10 08:50:56 -07:00
0penBrain
dc9e4db491 Gui: use default app text color for Python code instuctions highlighting
This allows to deal with OS native dark themes
 In such cases, Python instructions were black on a dark background
2022-10-10 07:33:41 -07:00
0penBrain
4f17fa7387 Gui: fix default color of report view messages in preferences 2022-10-10 07:33:41 -07:00
Yorik van Havre
9c24f0f5b8 Merged crowdin translations 2022-10-10 11:06:08 +02:00
Yorik van Havre
4ba1b0e4dc Updated ts files 2022-10-10 10:19:30 +02:00
Uwe
ce93dce31f [TD] Gui, PreCompiled.h: add missing OCC files 2022-10-10 03:00:57 +02:00
Uwe
bf3d7f64ca [Base, Sketcher] remove redundant boolean checks 2022-10-10 02:49:17 +02:00
Uwe
2dd9f90f57 [Spread] Gui: remove unused includes
- also sort includes
2022-10-10 01:04:07 +02:00
Chris Hennes
3988c6a627 Gui: Add spreadsheet colors to prefererence pack 2022-10-09 16:32:01 -05:00
Uwe
f1079e14ec [Spread] remove unused includes
- also sort includes
- also additions to precompiled header
2022-10-09 20:31:31 +02:00
Uwe
dead33662d [Spread] remove unused file
- not used, not commented and no copyright
2022-10-09 20:18:12 +02:00
Uwe
aee2e64c2e [TD] [skip CI] PreCompiled.h: add comments 2022-10-09 20:05:45 +02:00
Uwe
f66263ec37 [TD] Gui, Dlg*: remove unused includes
- also sort includes
- also two whitespace changes
2022-10-09 19:14:31 +02:00
Uwe
afc4451a50 [TD] Gui, everything but Q*, Task* and ViewP*: remove unused includes
- also sort includes
2022-10-09 17:20:00 +02:00
wmayer
ea4a6948be Gui: add class TaskDialogPy 2022-10-09 14:26:42 +02:00
Uwe
a722122807 [TD] Gui, A*-C*: remove unused includes
- also sort includes
- also an addition to precompiled header
- TaskCenterLine: remove unused code that interferes with used code with the same name
2022-10-09 03:34:53 +02:00
luz paz
31d301772c [skip ci] codespell: correct ignore list entry
All codespell ignore words should be lowercase.
2022-10-08 20:56:22 +02:00
wmayer
9f2d7ec51f TD: [skip ci] adding missing Qt header to PCH 2022-10-08 19:06:34 +02:00
wmayer
26a25329dd Gui: [skip ci] do not change link property when canceling dialog 2022-10-08 18:57:59 +02:00
Uwe
4d73bd5a50 [TD] DrawD* - DrawT*: remove unused includes - part 2/2
- also sort includes
- also additions to precompiled header
2022-10-08 17:21:26 +02:00
Uwe
0e9a9466e2 [TD] TaskSurfaceFinishSymbols.cpp: add missing include
- (I will not understand why this compiles for me without any warning also without this include)
2022-10-08 16:51:47 +02:00
Uwe
4a5cac2c52 [TD] DrawD* - DrawT*: remove unused includes - part 1
- also sort includes
2022-10-08 16:33:16 +02:00
wmayer
f52ea84fbf App: [skip ci] for the dependency graph use orange color to indicate links that go out of scope 2022-10-08 16:29:36 +02:00
chris
6ad204fefb macos fix for #7550 2022-10-08 06:14:18 -07:00
wmayer
6df7cf1afa Path: [skip ci] replace QRegExp with QRegularExpression 2022-10-08 14:07:22 +02:00
wmayer
a7dc5c23e4 TD: replace QRegExp with QRegularExpression 2022-10-08 13:33:10 +02:00