wmayer
e00a5243ec
Test: [skip ci] make sure tests pass in any order
2022-12-01 22:11:49 +01:00
wmayer
d8e0b73357
Revert "Test: [skip ci] make all example tests pass"
...
This reverts commit cc8a30929a .
2022-12-01 22:04:48 +01:00
wmayer
97ab7714fe
Base: fix InventorBuilder and add more unit tests
2022-12-01 18:05:57 +01:00
0penBrain
5337812e23
Sketcher: TaskSketcherConstraints: defensive support of nested signal blocking
2022-12-01 16:21:50 +01:00
0penBrain
317eee4eb2
Sketcher: correctly restore constraints display according filters
2022-12-01 16:21:50 +01:00
0penBrain
875385ee9d
Sketcher: cleanup TaskSketcherConstraints
2022-12-01 16:21:50 +01:00
0penBrain
087ff75340
Sketcher: also save advanced filters + minor fix
2022-12-01 16:21:50 +01:00
0penBrain
f1f9dcfc05
Sketcher: constraint settings are kept in sync with user parameters
2022-12-01 16:21:50 +01:00
0penBrain
7088930dba
Sketcher: 'HideInternalAlignment' also has effect when constraint filter is disabled
2022-12-01 16:21:50 +01:00
0penBrain
293edba342
Sketcher: settings in Task Constraint are translatable
2022-12-01 16:21:50 +01:00
0penBrain
17144272c7
Sketcher: fix basic issues in Task Constraint
2022-12-01 16:21:50 +01:00
wmayer
cc8a30929a
Test: [skip ci] make all example tests pass
2022-12-01 16:10:19 +01:00
wmayer
1d7369e321
QtTest: [skip ci] enable Qt testing framework
2022-12-01 13:57:00 +01:00
berniev
92e77ce1df
fix invalid unicode
2022-12-01 12:56:58 +01:00
wmayer
63d46325fe
Codespell: [skip ci] ignore Google test framework
2022-12-01 12:38:21 +01:00
berniev
b3274122e3
Introduce GoogleTest C++ unit testing framework
2022-12-01 12:33:14 +01:00
Roy-043
baa485d573
Arch: Fix Arch_Space text position
2022-12-01 12:27:15 +01:00
berniev
34f41572b2
QString.midRef is removed in Qt6
2022-12-01 12:17:49 +01:00
Bruno Bigras
6f1b29769b
fix typo: 'instead if' -> 'instead of'
2022-11-30 21:52:10 -06:00
luz paz
dda171f427
OpenSCAD: remove indentations from test_importCSG.py
...
Follow-up to 3f118b52b
2022-11-30 20:57:34 -06:00
Chris Hennes
3f118b52bc
OpenSCAD: Ensure complex fuse has no extra placement
2022-11-30 18:30:06 -06:00
luz paz
7310ff4bb8
FEM: remove trailing whitespace
2022-11-30 16:24:06 +01:00
luz paz
1803cc0c7e
Addon Manager: tweak markdown
2022-11-30 12:46:02 +01:00
luz paz
21eddcb15e
Addon Manager: Fix trailing whitespace
2022-11-30 12:46:02 +01:00
luz paz
fa98553775
Fix various typos and grammatical issues
2022-11-30 12:45:29 +01:00
luz paz
5b63289c5b
Part: Fix header uniformity + superfluous whitespace
2022-11-30 12:44:31 +01:00
wmayer
e18cb45673
Base: refactoring of InventorBuilder
2022-11-30 12:29:09 +01:00
Zheng, Lei
ebe71e90c0
Gui: hiding detail dependency information in DlgObjectSelection
2022-11-30 01:36:01 +01:00
luz paz
5847c4e95e
Path: fix header uniformity
2022-11-30 01:30:09 +01:00
luz paz
674bd3d6ec
PartDesign: fix header uniformity
2022-11-30 01:28:56 +01:00
wmayer
da7006b889
Points: [skip ci] fix build failure
2022-11-29 18:50:24 +01:00
wmayer
c16b94c669
Base: fix build failure with MSVC, overloaded operator << must be in header file
2022-11-29 18:21:12 +01:00
wmayer
c16e4670fd
Base: refactoring of InventorBuilder
2022-11-29 15:20:43 +01:00
wmayer
b325ab93dc
Base: refactoring of InventorBuilder
2022-11-29 13:28:00 +01:00
Yorik van Havre
c0846e36b4
Start: Set minimum height for notes panel
2022-11-29 12:03:55 +01:00
wmayer
9388cea9c7
Sketcher: [skip ci] don't mix QCheckBox::setChecked() with tristate API
2022-11-29 11:03:29 +01:00
wmayer
ad1cccdd27
Gui/Mod: handle several compiler warnings:
...
* ignore -Wfree-nonheap-object for generated code
* replace 0 with Qt::NoModifier when creating a QKeyEvent
* in Qt 5.14 QCombobox::activated(QString) is deprecated, use textActivated
* don't mix QCheckBox::setChecked() with tristate API
2022-11-29 10:36:02 +01:00
luz paz
95d89622de
Fix header uniformity for various workbenches/directories
...
Also includes some trailing whitespace fixes
2022-11-29 04:48:57 +01:00
Uwe
95f647b9ed
[Points] remove unused includes ( #7900 )
...
- also some sorting
2022-11-29 04:44:35 +01:00
Adrián Insaurralde Avalos
695d156535
[github ci] run build in parallel
2022-11-29 03:57:20 +01:00
Uwe
967cc57350
[Inspection] remove unused includes
...
- also some sorting
2022-11-29 03:34:22 +01:00
Uwe
3e58ada046
[skip ci] [Gui] NaviCube: remove tabs
...
- as detected by the CI
2022-11-29 01:38:34 +01:00
Adrian Insaurralde Avalos
dfaecfa187
[ fixes #7875 ] Gui: use hexagon shape in NaviCube corners
...
makes the corners bigger and therefore easier to click
fix inconsistent NaviCube borders
Co-authored-by: Rexbas <rexbasie@gmail.com >
2022-11-29 01:31:48 +01:00
luz paz
b17c0cce46
Gui: fix header uniformity
...
Make uniform all Gui/ directory headers.
2022-11-28 08:39:38 -06:00
luz paz
aecddeedcc
Image: fix header uniformity
...
Make uniform all Image workbench headers.
2022-11-28 07:42:15 -06:00
Roy-043
78b46891e7
Arch: fix cutplane color ( #7859 )
...
* Arch: fix cutplane color
* Update ArchCutPlane.py
2022-11-28 12:29:13 +01:00
Yorik van Havre
8cd2900dc0
Merge pull request #7866 from Roy-043/Draft-test_creation.py-add-3-tests
...
Draft: test_creation.py add 3 tests
2022-11-28 12:04:00 +01:00
Yorik van Havre
5db3bc29fd
Merge pull request #7885 from Roy-043/Draft-fix-clone-DiffuseColor
...
Draft: fix clone DiffuseColor
2022-11-28 11:46:38 +01:00
Uwe
7b635cda5c
[Image] Gui: remove unused includes
...
- also some sorting
2022-11-28 03:39:34 +01:00
Chris Hennes
1f1abe56b4
Addon Manager: Add unit tests for _fetch_raw_code
2022-11-27 19:38:04 -06:00