0penBrain
12e2985bf3
Gui: when customizing shortcuts, warn user if command isn't in use with message box
2022-09-14 15:01:54 -05:00
berniev
ae53c9b0a4
Gui: Use auto and range-based for ( #7481 )
...
* On lines where the variable type is obvious from inspection, avoid repeating the type using auto.
* When possible use a ranged for loop instead of begin() and end() iterators
2022-09-14 13:25:13 -05:00
berniev
f7c84dfd09
column limit
2022-09-14 13:21:04 -05:00
Yorik van Havre
495182af06
Merge pull request #7483 from adrianinsaval/fcinfo-patch
...
[tools] fix `fcinfo -g` script
2022-09-14 13:00:08 +02:00
wmayer
a566edfa43
Mesh: implemment mechanism to load MeshGui module when exporting to 3MF file
2022-09-14 12:05:32 +02:00
Uwe
bd47d12ca5
[Sketcher] rename a variable to please spellchecker
...
- also some code style improvements
2022-09-14 09:54:07 +02:00
Ajinkya Dahale
1b2ffdc5f6
[Sketcher] Fix Typo in comment
...
threated -> treated
2022-09-14 00:34:57 -05:00
0penBrain
e7ebe2a053
[Bugfix]Sketcher: prevent dangling state of Shift key if key released out of Quarter
2022-09-13 22:20:15 -05:00
Chris Hennes
68ef28713d
OpenSCAD: Remove aux spline when no twist
2022-09-13 19:59:30 -05:00
Adrian Insaurralde Avalos
8269fdbe70
[tools] fix fcinfo -g script [skip-ci]
...
ZipFile.read returns a bytes-like object so re.sub must be passed byte-like objects arguments when operating on those read files.
2022-09-13 19:38:43 -04:00
HarryvL
3c3e2f63e6
[FEM] added critical strain ratio functionality ( #7467 )
...
* added critical strain ratio functionality
2022-09-14 01:30:17 +02:00
wmayer
0725ea64ce
Inspection: [skip ci] code-refactoring
2022-09-14 00:50:32 +02:00
berniev
e808c88bff
space before initializer
2022-09-13 16:39:14 -05:00
wmayer
70838e224f
Part: implement TopoShape::getLines
2022-09-13 23:14:17 +02:00
wmayer
9c6e38033d
Inspection: support of shape with edges only
2022-09-13 17:05:21 +02:00
wandererfan
acac7decfa
[TD]fix active view on windows
2022-09-13 08:38:32 -04:00
wandererfan
3ca81a7916
[TD]fix PrintAll output to printer
2022-09-12 19:20:07 -04:00
wandererfan
f99ff1b429
[TD]fix missing "= true"
2022-09-12 19:20:07 -04:00
wmayer
7398da7c02
OpenSCAD: add unit test to check for empty 'union'
2022-09-12 14:48:01 +02:00
wmayer
e76358caaf
App: [skip ci] fix -Wsometimes-uninitialized
2022-09-12 14:20:41 +02:00
Chris Hennes
670b11a729
Addon Manager: Clean up extra import
2022-09-11 20:40:23 -05:00
wandererfan
359c808d52
[TD]restore missing isoparameter option
2022-09-11 19:06:02 -04:00
Chris Hennes
74469a8978
Addon Manager: Protect refs to QRegularExpressionValidator
2022-09-11 17:00:44 -05:00
Chris Hennes
8ccd6a1cec
OpenSCAD: Support empty unions and SVG import
2022-09-11 16:48:50 -05:00
0penBrain
c2c45f6ca7
[Bugfix]Sketcher: some user colors aren't taken into account
2022-09-11 22:04:38 +02:00
0penBrain
fdeac88239
[Bugfix]Gui: allow set up expression even if property value is currently being edited
2022-09-11 22:01:26 +02:00
0penBrain
611b86e4a9
PartDesign: improve offset handling of SubShapeBinder
2022-09-11 21:17:22 +02:00
Uwe
7dc2ad742f
[github] disable 2 more checks
...
they are not super useful but clutter the PRs
2022-09-11 21:15:45 +02:00
looooo
c9f175d389
extend find_package(SMESH)
2022-09-11 21:07:57 +02:00
Scott Mudge
a9a9220013
Fixed external SMESH cmake scripts, allowing netgen and gmsh compatibility with VTK 9
...
- moved base SMESH cmake logic to respective cmake script.
- allow BUILD_SMESH, regardless of external SMESH usage, for testing and so on.
2022-09-11 21:07:57 +02:00
Chris Hennes
c7a126ca29
Addon Manager: Support older PySide2 QRegExp
2022-09-11 13:51:26 -05:00
sliptonic
a5cfc9cef3
Merge pull request #7469 from LarryWoestman/bugfix
...
Path: Fixed test00010 sensitivity to terminal column count.
2022-09-10 18:14:16 -05:00
LarryWoestman
8922936b3d
Path: Allow error diff's to be as long as necessary.
2022-09-10 09:29:58 -07:00
LarryWoestman
3347315fad
Path: Fixed test00010 sensitivity to terminal column count.
2022-09-10 09:29:58 -07:00
wandererfan
7bfcdcefd2
[TD]space secondary views by row/columns
2022-09-10 12:00:31 -04:00
wandererfan
a320ecdfe6
[TD]fix PrintAll context menu entry
2022-09-10 12:00:31 -04:00
wandererfan
f42449d95a
[TD]Latin script templates to plain SVG
...
- batch conversion of all latin script template to plain SVG
2022-09-10 08:19:31 -04:00
Chris Hennes
a543a554ca
Addon Manager: Fix bug in dep installation
2022-09-09 23:41:25 -05:00
Wanderer Fan
0fd189a153
[TD]simplify ActiveView
...
- remove copyActiveViewToSvgFile
- use bitmap image instead of Svg
- upgrade Task with crop options
2022-09-09 19:58:40 -04:00
Chris Hennes
60f7514306
Addon Manager: Fix disabling addon
2022-09-09 13:00:11 -05:00
Chris Hennes
9f76d96bb3
Addon Manager: Add note about Other... deps
2022-09-09 13:00:11 -05:00
Chris Hennes
06dda1fda2
Addon Manager: Fix macro other file copy
2022-09-09 13:00:11 -05:00
Chris Hennes
53a642db40
Addon Manager: Cleanup
2022-09-09 13:00:11 -05:00
Chris Hennes
b3dd3b6d00
Addon Manager: Refactor Licenses and People tables
2022-09-09 13:00:11 -05:00
Chris Hennes
9348486a1f
Addon Manager: DevMode content implementation
2022-09-09 13:00:10 -05:00
Chris Hennes
5087b6ca5c
Addon Manager: Implement content addition dialogs
2022-09-09 13:00:10 -05:00
Chris Hennes
669d0ac13b
Addon Manager: Add person editor
2022-09-09 13:00:10 -05:00
Chris Hennes
5afdfea01b
Addon Manager: Add license selector
2022-09-09 13:00:10 -05:00
Chris Hennes
2524e8081a
Addon Manager: Sketch out basics of Developer Mode
2022-09-09 13:00:10 -05:00
wandererfan
5cafa954d4
[TD]fix misspelled preference key
2022-09-09 13:02:08 -04:00