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
1972dfe5a3
Base: Replace C cast
2022-09-18 11:06:51 -05: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
marioalexis
0382f276a2
Gui: Replace C cast
2022-09-18 11:06:51 -05:00
marioalexis
9ccb9eecb2
App: 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
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
Chris Hennes
dc2bf6c754
Gui: Add importing CFG to PrefPack dialog
2022-09-15 22:44:18 -05:00
luzpaz
277ad4f7c4
[FEM] tweak function docstrings in resulttools.py
...
- migrate to pep8 compatible docstrings
- tweak source comment whitespace
2022-09-16 03:12:50 +02:00
0penBrain
9f8f38faef
CI: allow manual launch of CI
2022-09-16 03:11:40 +02:00
Uwe
2d61e15112
[Part] fix bold italic measurement text
...
- bold and italic font did not work for measurement text, see https://github.com/FreeCAD/FreeCAD/pull/7148#issuecomment-1247989284
2022-09-16 03:09:24 +02:00
wandererfan
5d0549aa7f
[TD]fix handling of high precision mice/touchpads
2022-09-15 18:21:07 -04:00
wandererfan
3996a537a9
[TD]use QGraphicsView anchor for zoom
2022-09-15 18:21:07 -04:00
Chris Hennes
ebb32633d8
Addon Manager: Fix bug when pip call fails
2022-09-15 16:39:13 -05:00
Chris Hennes
36332ff9a3
Core: Add QPdfWriter to QtAll PCH on Windows
2022-09-15 16:37:38 -05:00
Chris Hennes
9c9a7f035c
Addon Manager: Spelling
2022-09-15 14:06:15 -05:00
Chris Hennes
5ce07933e9
Addon Manager: Clean up backup directories
2022-09-15 13:12:54 -05:00
Chris Hennes
d6289e3211
Addon Manager: Fix bug with missing git in devmode
2022-09-15 13:12:54 -05:00
wmayer
860e50b589
Gui: code refactoring of dock window setup
2022-09-15 16:03:41 +02:00
Yorik van Havre
b5842966c1
Merge remote-tracking branch 'gitlab/master'
2022-09-15 15:40:33 +02:00
Yorik van Havre
5472d71855
Arch: Allow to override IFC importer with the BIM WB version
2022-09-15 15:30:03 +02:00
Yorik van Havre
c7d0cf044c
Arch: Housecleaning - Moving IFC getPreferences() to helper module
2022-09-15 14:22:07 +02:00
wandererfan
3cb442b1c3
[TD]fix printall banner page
2022-09-15 07:48:03 -04:00
wmayer
48aafc3f8b
Inspection: support display of lines, avoid explicit type checks
2022-09-15 11:46:20 +02:00
wmayer
2462f4c7a0
App: move from float to double for accuracy parameter, add a virtual method to determine a default accuracy
2022-09-15 09:52:14 +02:00
0penBrain
718be391f7
Gui: when customizing shortcuts, warn user if command isn't in use with message box
2022-09-14 15:01:54 -05:00
berniev
75acacd1b7
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
d7792826b4
column limit
2022-09-14 13:21:04 -05:00
Yorik van Havre
8ed0ba5e45
Merge pull request #7483 from adrianinsaval/fcinfo-patch
...
[tools] fix `fcinfo -g` script
2022-09-14 13:00:08 +02:00
wmayer
b5e8a2c28d
Mesh: implemment mechanism to load MeshGui module when exporting to 3MF file
2022-09-14 12:05:32 +02:00
Uwe
d6afbb5718
[Sketcher] rename a variable to please spellchecker
...
- also some code style improvements
2022-09-14 09:54:07 +02:00
Ajinkya Dahale
655e8b6504
[Sketcher] Fix Typo in comment
...
threated -> treated
2022-09-14 00:34:57 -05:00