Roy-043
db970b0ab3
Merge pull request #11387 from Roy-043/Draft-more-file-extensions-also-in-caps
...
Draft: more file extensions also in caps
2023-11-14 10:34:14 +01:00
Roy-043
6837bf2756
Merge pull request #11379 from Roy-043/Draft-remove-the-tolerance-preference
...
Draft: remove the tolerance preference
2023-11-14 10:33:10 +01:00
Pesc0
352fdc2d22
Add convenience scripts to install conda development environment. ( #11386 )
...
* add remaining env updates
Co-authored-by: Jacob Oursland <jacob.oursland@gmail.com >
Co-authored-by: Adrián Insaurralde Avalos <36372335+adrianinsaval@users.noreply.github.com >
2023-11-14 05:50:18 -03:00
alexbeer2048
6373760845
Fix windows uninstaller issue #10971 and #11232 ( #11268 )
...
* Move MultiUser install mode default registry key to the uninstaller registry entry
Lets the uninstaller detect the correct context for each installed version. related to #10971
* Fix uninstaller doesn't use correct shell context when installed for current user
related to #10971
* Update installer init checks for previously installed versions
Use shell context determined by the MultiUser plugin. related to #10971
* fix: Perform installer version checks after install mode selection
Perform installer version checks after install mode selection to ensure that they are done for the correct reg root key. Fixes #10971 .
* Call version check method also in silent mode
* Add TrimQuotes macro to installer utilities
Also remove FileCheck macro
* Update comment in gui.nsh
* Change Windows installer/uninstaller FileDescription entry
related to #11232
2023-11-13 23:48:13 -03:00
Roy-043
aee9fcf6c6
Arch: more file extensions also in caps
2023-11-14 00:14:20 +01:00
Roy-043
3f7dedf8a4
Typos
2023-11-14 00:04:33 +01:00
Roy-043
7ac0a44136
Draft: more file extensions also in caps
2023-11-13 23:12:18 +01:00
Abdullah Tahiri
4ff00ef998
SketcherGui: Compiler warning fix
2023-11-13 21:09:13 +01:00
Abdullah Tahiri
0525cee4ee
SketcherGui: DSH Default - return reference in ShapeConstraint helpers
2023-11-13 20:52:04 +01:00
Ajinkya Dahale
131c74045a
[PD] Set revolution taskview items based on method
2023-11-14 00:20:20 +05:30
Ajinkya Dahale
2ae3c82606
[PD] Support two-angle/up-to-face groove
...
Elements copied from revolution and pocket feature.
2023-11-14 00:20:20 +05:30
Ajinkya Dahale
4c80e567c6
[PD] Use enum class for revolution method
2023-11-14 00:20:20 +05:30
Ajinkya Dahale
0829c96549
[PD] Update revolution properties based on method
2023-11-14 00:20:20 +05:30
Ajinkya Dahale
7e09589942
[PD] Refactor FeatureRevolution further
...
New methods created to reduce size of `execute`.
Use BRepPrimAPI instead of BRepFeat whenever possible since otherwise there are
some limitations.
2023-11-14 00:20:19 +05:30
Ajinkya Dahale
6b1a1e1508
[PartDesign] Refactor mode support in revolution
...
Encodes support for "two angles".
Clarifies that up-to-first and up-to-last is not supported.
2023-11-14 00:20:19 +05:30
Ajinkya Dahale
a7da1003fc
[PartDesign] Some more dummy functionality for revolution
...
[PD] Some more setup
[PD] Some refactor in `TaskRevolutionParameters`
2023-11-14 00:20:19 +05:30
Ajinkya Dahale
b41e592441
[PartDesign] Add some dummy options for revolution
...
These options correspond to "up to face" and "2 angles". They are expected to do
nothing right now. However there is also some experimental code for "up to face"
in this commit, whose behavior is not confirmed.
2023-11-14 00:20:19 +05:30
wandererfan
69761e72d2
[TD]fix regression on Links with scale
2023-11-13 12:21:10 -05:00
sliptonic
b998ea29bd
Merge pull request #11368 from LarryWoestman/staging
...
Path: Rearranged and renumbered some of the tests
2023-11-13 11:19:56 -06:00
Abdullah Tahiri
d9a81dd139
SketcherGui: ArcSlot lints
2023-11-13 18:19:10 +01:00
Abdullah Tahiri
cc1e11482b
SketcherGui: Fix lints
2023-11-13 18:18:50 +01:00
Adrián Insaurralde Avalos
94f7398f36
Add OndselSolver as git submodule
...
also update github actions to pull submodules
2023-11-13 12:17:20 -05:00
Roy-043
17f2146887
Draft: remove the tolerance preference
...
The tolerance function now derives its value from the precision preference.
Additonally:
Removed the epsilon() function. It did not make sense and was not used.
2023-11-13 18:07:37 +01:00
sliptonic
13792dcdb6
Merge pull request #11356 from mwganson/pythoneditor
...
[Python editor] match current indentation for next line when pressin…
2023-11-13 11:06:49 -06:00
Abdullah Tahiri
686dafc108
Gui: ReportView - include notifier string
...
=========================================
Console error, warnings, ... allow for a notifiername. This appears separately in the notification area. However, the report view ignores it.
This commit prepends the notifier string separated by a semicolon, if not empty.
It solves the problem that, if the message did not include the notifier, this was not indicated in the Report View.
If the message included the notifier, then it was duplicated in the notification area.
2023-11-13 12:04:53 -05:00
tmksw
39f76dde67
Gui: Do not add non-existing files to open recent menu
2023-11-13 14:03:36 -03:00
wmayer
0ea46f03c8
Base: fix several reported lint warnings
2023-11-13 12:01:26 -05:00
wmayer
93edd65c12
Base: fix indentation of documentation
2023-11-13 12:01:26 -05:00
wmayer
9a98b898a4
Base: apply clang format
2023-11-13 12:01:26 -05:00
wmayer
e85c383bff
Base: apply clang format
2023-11-13 12:01:26 -05:00
wmayer
41528339e4
Base: Add to pre-commit hooks
2023-11-13 12:01:26 -05:00
sliptonic
5fe6e46080
Merge pull request #11337 from yorikvanhavre/start-timeformat
...
Start: Fixed default time format
2023-11-13 10:59:49 -06:00
wmayer
33f08ef2fe
Gui: restore old behaviour to set up main window
2023-11-13 13:55:44 -03:00
wmayer
a20a053b60
Gui: only use primary screen to restore main windows settings
2023-11-13 13:55:44 -03:00
sliptonic
c83f9273fe
Merge pull request #11223 from wwmayer/Part_format_xml
...
Part: format XML files
2023-11-13 10:52:03 -06:00
sliptonic
23381893fd
Merge pull request #11136 from FlachyJoe/fix_11135
...
PD: Pad to the base shape
2023-11-13 10:46:54 -06:00
Paddle
2f30b63b9d
ArcSlot DSH : implement the Arc slot tool with tool parameters support.
2023-11-13 15:05:36 +01:00
wmayer
dce0deca9b
Gui: getter Gui::MainWindow::isRestoringWindowState possibly mismarked as a slot [-Wclazy-const-signal-or-slot]
2023-11-13 14:36:56 +01:00
Paddle
6e4da8cc82
Circle DSH : Implement tool parameters.
2023-11-13 14:00:18 +01:00
Paddle
c5853fae9d
Ellipse DSH : add cursor texts and remove showInternal checkbox.
2023-11-13 14:00:18 +01:00
Paddle
02dd9dba10
Ellipse DSH : Implement tool parameters.
2023-11-13 14:00:18 +01:00
Paddle
c613f3bbac
Arc DSH : implement tool parameters.
2023-11-13 14:00:18 +01:00
Paddle
0936499e5b
DSH : modify drawDoubleAtCursor so that it can draw an angle.
2023-11-13 14:00:18 +01:00
Paddle
58aa2d5cec
Adds areColinear function to Utils.
2023-11-13 14:00:18 +01:00
Paddle
71637aeec1
Adds CircleEllipseConstructionMethod.
2023-11-13 14:00:18 +01:00
wmayer
8b1695b162
Tests: fix failure in InventorBuilder_Tests_run
2023-11-13 13:21:19 +01:00
wmayer
1140c33952
RE: Allow to create planes from several selected meshes, remove ... from menu text
2023-11-13 10:38:41 +01:00
LarryWoestman
657511e9f3
Path: Rearranged and renumbered some of the tests
2023-11-12 16:45:06 -08:00
Roy-043
dfcfdad040
Merge pull request #11366 from Roy-043/Draft-remove-unused-dimorientation-and-saveonexit-prefs
...
Draft: remove unused dimorientation and saveonexit prefs
2023-11-12 21:24:30 +01:00
Roy-043
29fda5e974
Draft: remove unused dimorientation and saveonexit prefs
2023-11-12 20:54:25 +01:00