bgbsww
7f2d2050bd
Single char constants
2024-01-22 11:29:41 -05:00
bgbsww
26dbd32c15
lint / review cleanups
2024-01-22 11:01:19 -05:00
bgbsww
0a4ec777ad
apply Comp to Comparator name change
2024-01-21 16:06:32 -05:00
bgbsww
2ede6a667e
Merge branch 'main' into bgbsww-toponaming-makeElementFace
2024-01-21 15:52:31 -05:00
bgbsww
d405fdadc4
Add tests, reformat to modern C++, clean
2024-01-21 15:34:46 -05:00
Chris Hennes
e11a65813c
Materials: Correct PreCompiled.h includes in Gui
2024-01-21 09:52:55 -07:00
Chris Hennes
de46393711
Materials: Correct PreCompiled.h includes in App
2024-01-21 09:52:55 -07:00
wandererfan
f178206a2f
[TD]handle View rotation in ExtensionPack circle centerlines
2024-01-21 09:28:19 -05:00
marioalexis
336bf03ada
Fem: Call base class handleChangedProperyType function
2024-01-20 20:20:56 -07:00
Ajinkya Dahale
04bc6f8006
[Sketcher] Visualize B-spline in edit mode
...
Instead of the control polygon, or "join the dots" for interpolated splines.
2024-01-20 18:45:18 -07:00
wandererfan
a4c55b9ec8
[TD]protect against stretch factor == 0
2024-01-20 18:58:55 -05:00
wandererfan
d1297ebf85
[TD]handle equal section line end points
2024-01-20 18:58:55 -05:00
marioalexis
56d4214317
Fem: Improve self weight constraint - fixes #11652
2024-01-20 08:57:46 -07:00
sliptonic
fc1b138db2
Merge pull request #12041 from Ondsel-Development/fixorderbywidget
...
fixes #12029
2024-01-19 12:12:46 -06:00
Roy-043
62c951112d
Merge pull request #12042 from Roy-043/Draft-DraftGui.py-make-type-of-self.facecolor-consistent
...
Draft: DraftGui.py make type of self.facecolor consistent
2024-01-19 18:59:20 +01:00
sliptonic
8e48165b16
fixes #12029
2024-01-19 11:31:53 -06:00
Roy-043
c155edcd87
Draft: DraftGui.py make type of self.facecolor consistent
...
Since V0.19 self.facecolor had two types: integer (initial value) or QColor. With this PR it is again always a QColor.
2024-01-19 18:31:11 +01:00
Chris Hennes
297dff5e9b
Merge pull request #12007 from chennes/toponamingElementNameComparator
...
App/Toponaming: Add Comparator for mapped elements
2024-01-19 09:20:59 -06:00
Chris Hennes
f2fbac8e5e
Merge pull request #12024 from Ondsel-Development/property_rightclick
...
Core : Tree: Add 'Properties' action in contextual menu. Opens a prop…
2024-01-19 08:58:54 -06:00
Kacper Donat
1a4639f71f
Gui: Fix scroll behaviour in preference pages selector
...
This fixes problem with scroll jumping after selecting page on bottom of
the pages tree view. It was caused by collapsing group of the current
item and then re-expanding it few lines after.
Fixes : #12000
2024-01-19 08:27:05 -06:00
Paddle
f7798327cf
Core: PropertyEditor : save properly the size of the first column.
2024-01-19 10:49:33 +01:00
Paddle
21905c0d62
Core: add property command, that shows property view.
2024-01-19 10:26:00 +01:00
wandererfan
62bd9b5e4a
[TD]fix Complex Section scale with DPGI base
2024-01-18 13:27:29 -05:00
wandererfan
238e8acda5
[TD]fix Section scale for DPGI base views
2024-01-18 13:27:29 -05:00
Roy-043
5e67755b4f
Multiply textheight by DefaultAnnoScaleMultiplier
2024-01-18 15:43:15 +01:00
Roy-043
be03a9cebf
Arch: implement new get_param functions
...
Additionally 2 Arch_Window bugs were fixed:
* If the W1 value was changed the box tracker was not repositioned relative to the cursor.
* The WindowColor was not applied because of a typo in the code. De current default color is quite dark BTW.
Note that all dimensional values that were not really defaults, but just the last entered values, have been removed from preferences-archdefaults.ui. As a result the layout looks a bit strange. That will be improved in a next PR.
2024-01-18 15:43:15 +01:00
sliptonic
4e53dcc7ac
Merge pull request #11939 from davidgilkaufman/restMachiningFromGcode
...
[Path] Rest machining from gcode
2024-01-18 07:49:54 -06:00
Chris Hennes
b818224943
Merge pull request #11980 from 3x380V/fix_material_qt6
...
Material: fix Qt6 build failure
2024-01-17 21:36:14 -06:00
Chris Hennes
f0f5a0a5bc
Merge pull request #11994 from 3x380V/avoid_fmtlib
...
Tests: Avoid use of fmtlib when not needed
2024-01-17 21:35:23 -06:00
Zheng, Lei
e425b5b2db
Toponaming move makEFace as makeElementFace and dependencies
2024-01-17 20:38:50 -05:00
Paddle
af76942a0b
Sketcher: polyline: fix ESC exit tool
2024-01-17 13:53:04 -03:00
Paddle
8b888814e6
Sketcher: bspline: fix ESC exit tool
2024-01-17 13:53:04 -03:00
wandererfan
0e53aafa86
[Import]fix rounding errors in dxf export
2024-01-17 11:33:50 -05:00
Paddle
56bf4e7ebd
Core : Tree: Add 'Properties' action in contextual menu. Opens a property dialog.
2024-01-17 17:00:55 +01:00
Paddle
ec7e3ea364
Sketcher: Define double click on edges : Select the whole wire.
2024-01-17 11:05:28 -03:00
Paddle
e5dcbf1f45
Sketcher: add isPeriodicBsplineCurve helper function
2024-01-17 11:05:28 -03:00
Roy-043
930059b69f
Merge pull request #12019 from Roy-043/Draft-Task-panel-checkboxes-were-repositioned-by-accident
...
Draft: Task panel checkboxes were repositioned by accident
2024-01-17 11:31:46 +01:00
Roy-043
744ef19866
Draft: Task panel checkboxes were repositioned by accident
...
In a previous PR of mine I have reorganized some lines of code in DraftGui.py without realizing that this would reposition checkboxes. This PR fixes that.
2024-01-17 11:00:40 +01:00
Chris Hennes
36451d1add
Tests/Toponaming: Add tests for ElementNameComparator
...
This verifies the existing functionality, but does not alter it. Two tests are disabled because they represent cases that the current code does not handle correctly. They are edge cases that are not expected in real code.
2024-01-16 19:25:38 -06:00
wandererfan
23e5673f46
[TD]Dimension validation improvements
2024-01-16 20:07:30 -05:00
Chris Hennes
a36f6bbc0a
Merge pull request #11883 from wavexx/pch_build_fix
...
Fix build with precompiled headers
2024-01-16 14:06:34 -06:00
Chris Hennes
210d4e9253
App/Toponaming: ElementNameComparator linter cleanup
...
Does not address cognitive complexity.
2024-01-15 21:50:32 -06:00
Zheng, Lei
3a53a69379
App/Toponaming: Add Comparator for mapped elements
...
This is the original code from the Toponaming branch, modified slightly to update the
method name and correct some grammatical errors in the descriptive comment.
Co-authored-by: Chris Hennes <chennes@pioneerlibrarysystem.org >
2024-01-15 21:28:02 -06:00
marioalexis
7b63799a7e
Fem: Fix constraint arrows - fixes #6073
2024-01-15 19:21:09 -06:00
wandererfan
8db72263be
[TD]fix Balloon parentage in tree
2024-01-15 15:44:12 -05:00
CalligaroV
adb1fcfed8
Preferences: reset preference pages parameters set without using "PrefWidgets" objects
...
Signed-off-by: CalligaroV <vincenzo.calligaro@gmail.com >
2024-01-15 11:28:12 -06:00
marioalexis
bdb82b8f8a
Fem: Remove pipeline node from analysis view provider - fixes #11175
2024-01-15 11:19:09 -06:00
Chris Hennes
f0a734fed0
Part/Toponaming: Refactor makeElementCompound
...
Refactor to address linter issues, breaking up large methods, renaming variables, etc.
2024-01-15 18:17:32 +01:00
Chris Hennes
8124c81a33
Tests/Toponaming: Add tests for makeElementCompound
2024-01-15 18:17:32 +01:00
Chris Hennes
979090169f
App/Toponaming: Add addition TNP methods
2024-01-15 18:17:32 +01:00