Commit Graph

23641 Commits

Author SHA1 Message Date
Uwe
998056364d [Part] Task*: remove unused includes - part 1
- also some sorting
2022-09-26 03:05:23 +02:00
Uwe
42a19ab883 [Part] So*: remove unused includes
- also some sorting
2022-09-26 00:33:53 +02:00
Uwe
412a5a982b [Part] Dlg*: remove unused includes - part 2/2
- also some sorting
2022-09-26 00:04:46 +02:00
Uwe
219ddd0ec5 [Part] Dlg*: remove unused includes - part 1
- also some sorting
2022-09-25 21:42:37 +02:00
wmayer
73f885a37d Addon Manager: [skip ci] fix typo 2022-09-25 12:37:32 +02:00
wmayer
e2a552a9c6 Sketcher: [skip ci] remove unused includes 2022-09-25 11:09:29 +02:00
Uwe
2ef4b7a06b [Gui] fix some CI warnings
- narrowing conversion from 'unsigned long' to signed type 'int' is implementation-defined
- floating point literal has suffix 'f', which is not uppercase
- narrowing conversion from 'double' to 'float'
- Slots named on_foo_bar are error prone
- also tome Clang style fixes

(see here for the reports: https://github.com/FreeCAD/FreeCAD/pull/7522/commits/d9c2efcc)
2022-09-24 19:58:11 +02:00
Chris Hennes
2849d7bec3 Addon Manager: Manually convert property to binary data 2022-09-24 11:45:15 -05:00
0penBrain
5cd2160bf5 Sketcher/constraints: improve command opening management
TODO : do same in CmdSketcherConstrainTangent::substituteConstraintCombinations
2022-09-24 16:05:23 +02:00
0penBrain
e4916d8057 Sketcher: fix misleading indentation 2022-09-24 16:05:23 +02:00
0penBrain
189875b769 [Bugfix]Sketcher/Point-on-object: do not substitute constraint if conditions are not OK 2022-09-24 16:05:23 +02:00
wandererfan
74c1fed8a6 [TD]fix StackTop and StackBottom 2022-09-24 08:18:38 -04:00
marioalexis
14db1b7c98 Spreadsheet: Check Python types using Base::PyTypeCheck 2022-09-24 05:10:34 +02:00
marioalexis
fa6cf56020 Gui: Check Python types using Base::PyTypeCheck 2022-09-24 05:10:34 +02:00
Uwe
6013781b23 [Addon] fix typo
spotted by the CI spellchecker
2022-09-23 14:44:41 +02:00
Roy-043
faef448019 Part: Measure preferences: Improve UI texts 2022-09-23 14:41:54 +02:00
Adrian Insaurralde Avalos
af198507f5 [Sketcher] adjust some icons to better follow art style guide [skip-ci] 2022-09-23 14:40:24 +02:00
Chris Hennes
94498816bd Addon Manager: Support setting min Python version 2022-09-22 20:45:39 -05:00
Chris Hennes
cc17bd4335 App: Add support for 'discussion' URL attribute 2022-09-22 10:53:59 -05:00
Chris Hennes
4f51123626 App: Add support for <date> metadata element 2022-09-22 10:27:47 -05:00
Chris Hennes
9e1ed4a68a Addon Manager: Show package dependencies 2022-09-21 14:44:35 -05:00
Yorik van Havre
3c7782b127 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
f26260e658 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
8ce0e325cd Mesh: Add boost/regex.hpp to Mesh's PreCompiled.h 2022-09-20 16:47:27 -05:00
Chris Hennes
7f6116cf17 Addon Manager: Switch custom repo prefs to a table 2022-09-20 15:59:17 -05:00
Chris Hennes
78a4033929 Addon Manager: Migrate to managed pref page class 2022-09-20 15:59:17 -05:00
wmayer
6cb454354b Mesh: split OBJ reader and writer from MeshIO 2022-09-20 20:22:30 +02:00
Chris Hennes
bf7732cbca Addon Manager: Fix macro missing warings 2022-09-20 09:05:05 -05:00
Chris Hennes
73c586ba52 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
891637f00e Spreadsheet: Handle language change event for context-menu 2022-09-18 19:36:24 +02:00
marioalexis
544d5a27b8 Web: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
d206116c3d TechDraw: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
734dfc47c6 Sketcher: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
03cba01da4 Raytracing: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
4bf23b89b7 Points: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
f4423cfabe Path: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
34f070cf9b Part: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
9eadb9fbc5 Mesh: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
d239f94c3f Inspection: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
816ce9063d Import: Replace C cast 2022-09-18 11:06:51 -05:00
marioalexis
72962ed923 Fem: Replace C cast 2022-09-18 11:06:51 -05:00
Uwe
78cc184d50 [Part/PD] few clang formatting fixes 2022-09-18 13:33:41 +02:00
Uwe
884c11b4e9 Revert "[PD] simplify code for wedges"
This reverts commit dd574d5c68.

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
dd574d5c68 [PD] simplify code for wedges 2022-09-18 12:32:14 +02:00
Ethan Chappel
e4259cd851 Gui: Add format parameter for wedgeXmin 2022-09-18 12:06:39 +02:00
wandererfan
b3dfdc568a [TD]position view within clip group 2022-09-17 09:07:30 -04:00
Roy-043
9142d4ac5e Draft: Fix several path array issues 2022-09-17 10:08:41 +02:00
wandererfan
541025b938 [TD]limit zoom out 2022-09-16 13:18:52 -04:00
Chris Hennes
3396265c42 Addon Manager: Update language for success message 2022-09-16 09:21:20 -05:00
Chris Hennes
489fc140a2 Addon Manager: Implement browse for icon 2022-09-16 09:20:46 -05:00