Commit Graph

30446 Commits

Author SHA1 Message Date
0penBrain
f9fb72fdc8 [Bugfix]Sketcher/Point-on-object: do not substitute constraint if conditions are not OK 2022-09-24 16:05:23 +02:00
wandererfan
f970a321b2 [TD]fix StackTop and StackBottom 2022-09-24 08:18:38 -04:00
marioalexis
4c0781e0f1 Spreadsheet: Check Python types using Base::PyTypeCheck 2022-09-24 05:10:34 +02:00
marioalexis
6bff8ee833 Gui: Check Python types using Base::PyTypeCheck 2022-09-24 05:10:34 +02:00
marioalexis
7aa200b965 App: Check Python types using Base::PyTypeCheck 2022-09-24 05:10:34 +02:00
marioalexis
ce91630ab1 Base: Add helper function to check Python types 2022-09-24 05:10:34 +02:00
Uwe
fbd444eecc [.github] disable another check
- whitespace/semicolon is not very useful for us but clutters the PRs
2022-09-24 05:06:44 +02:00
Uwe
9fd89be501 [App] silence some CI whitespace warnings 2022-09-24 04:59:38 +02:00
Uwe
c74309fa94 [.github] disable a check
- runtime/indentation_namespace is not very useful for us but clutters the PRs
2022-09-24 04:58:08 +02:00
Uwe
1b2aa0459e [Addon] fix typo
spotted by the CI spellchecker
2022-09-23 14:44:41 +02:00
Roy-043
c4dab221b0 Part: Measure preferences: Improve UI texts 2022-09-23 14:41:54 +02:00
Adrian Insaurralde Avalos
44e475f00d [Sketcher] adjust some icons to better follow art style guide [skip-ci] 2022-09-23 14:40:24 +02:00
Chris Hennes
7bf7c45706 Addon Manager: Support setting min Python version 2022-09-22 20:45:39 -05:00
Chris Hennes
3937da0c46 App: Add support for 'discussion' URL attribute 2022-09-22 10:53:59 -05:00
Chris Hennes
ef6aacc318 App: Add support for <date> metadata element 2022-09-22 10:27:47 -05:00
wmayer
7470d800fd Base: fix const-correctness and include required header 2022-09-22 15:58:58 +02:00
Chris Hennes
abd601a147 Addon Manager: Show package dependencies 2022-09-21 14:44:35 -05:00
Chris Hennes
321fb6693e Core: Add missing xml namespace property to metadata output 2022-09-21 08:44:38 -05:00
Yorik van Havre
05be0db634 Merge pull request #7506 from Roy-043/Draft-Fix-several-path-array-issues
Draft: Fix several path array issues
2022-09-21 10:21:55 +02:00
Yorik van Havre
f88341ccff Merge pull request #7359 from Roy-043/Draft-Improve-In-Command-shortcut-Undo-implementation
Draft: Improve In-Command-shortcut Undo implementation
2022-09-21 10:20:23 +02:00
Chris Hennes
c5f50b3b25 Mesh: Add boost/regex.hpp to Mesh's PreCompiled.h 2022-09-20 16:47:27 -05:00
Chris Hennes
21c360248f Addon Manager: Switch custom repo prefs to a table 2022-09-20 15:59:17 -05:00
Chris Hennes
0d8b4df3ef Addon Manager: Migrate to managed pref page class 2022-09-20 15:59:17 -05:00
wmayer
d022e27f12 Mesh: split OBJ reader and writer from MeshIO 2022-09-20 20:22:30 +02:00
Chris Hennes
1d077ccba7 Addon Manager: Fix macro missing warings 2022-09-20 09:05:05 -05:00
Chris Hennes
9c10e9a860 Sketcher: Remove unnecessary translations
Several of the strings in TaskSketcherSolverAdvanced.ui should not be translated as they are later replaced in code.
2022-09-19 22:32:02 -05:00
wmayer
6e0f43df92 Spreadsheet: Handle language change event for context-menu 2022-09-18 19:36:24 +02:00
marioalexis
be8b5f345c Base: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
d50449b521 Web: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
87dfe33833 TechDraw: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
36968c835d Sketcher: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
67dc3c5cd1 Raytracing: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
10211b284c Points: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
a5d878e498 Path: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
acdfde774a Part: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
6dc262d44c Mesh: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
471de88d7b Inspection: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
d9793ec45a Import: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
834f79845b Fem: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
ff1b4eff05 Gui: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
209c78d43e App: Replace C cast 2022-09-18 11:06:51 -05:00
Uwe
6edcbcd367 [Part/PD] few clang formatting fixes 2022-09-18 13:33:41 +02:00
Uwe
769a575281 Revert "[PD] simplify code for wedges"
This reverts commit ace31ffb213f27ab268cc508e748b4da7e615730.

On MSVC this compiled and works. I have no clue why not also with Clang. Reverting for now.
2022-09-18 13:31:09 +02:00
Uwe
eb150bcfd4 [PD] simplify code for wedges 2022-09-18 12:32:14 +02:00
Ethan Chappel
31fa2de09f Gui: Add format parameter for wedgeXmin 2022-09-18 12:06:39 +02:00
wandererfan
5cae6597b3 [TD]position view within clip group 2022-09-17 09:07:30 -04:00
Roy-043
f6122965f2 Draft: Fix several path array issues 2022-09-17 10:08:41 +02:00
wandererfan
3600a6806d [TD]limit zoom out 2022-09-16 13:18:52 -04:00
Chris Hennes
3eb8a8f133 Addon Manager: Update language for success message 2022-09-16 09:21:20 -05:00
Chris Hennes
115ce25a7d Addon Manager: Implement browse for icon 2022-09-16 09:20:46 -05:00