Uwe
596877584d
[PD] FeatureDressUp.cpp: add missing include
2022-07-03 21:20:01 +02:00
wmayer
0f5725b34a
modernize C++: replace boost::function with std::function
2022-06-30 20:31:55 +02:00
wmayer
2628fb0350
App: fix memory leaks in Enumeration class and simplify code
2022-06-25 18:18:57 +02:00
Uwe
68b02d0641
[PD] re-add accidentally removed code in commit 7bdad502
2022-06-25 16:44:44 +02:00
Uwe
61edc1c0d8
[PD] Hole initialization bugfix
...
- by default there is no hole head cut and therefore its parameter must be initialized as read-only (will be enably when user sets a head cut)
- also fix a typo
- also fix a UI file issue (automatically done by Qt Designer)
2022-06-25 16:36:50 +02:00
andrea
c66aadeb60
removed references to OCC<7
2022-06-25 14:29:24 +02:00
Uwe
814de93e36
[PD] Hole dialog fixes
...
- when there is no profile the change of the hole cut type was not handled
- for the deprecated hole cut types it must also be possible to use custom values
2022-06-25 03:31:27 +02:00
Yorik van Havre
4c34ae7398
Merge pull request #7067 from Kuzma30/add_ts
...
Crowdin Add "new" WB to translations.
2022-06-24 13:50:43 +02:00
marioalexis
15923813d4
PartDesign: Use PyObject_IsTrue in combination with conditional ternary operator
2022-06-22 19:50:03 -04:00
Kuzemko Alexsandr
b99ccc6193
Crowdin Update .ts files with current source.
2022-06-21 17:31:06 +03:00
wmayer
86df83b7a9
PD: several fixes of shape binder:
...
* add action to context-menu to remove an element
* use an exclusive button group to avoid to have several buttons pressed at the same time
* allow to completely clear the support
* when pressing OK/Cancel then operate on the document the shape binder is part of (which isn't necessarily the active document)
* remove obsolete parameter from ViewProviderShapeBinder::highlightReferences()
2022-06-12 14:03:42 +02:00
wmayer
3e6d0e775f
PD: allow to clear the shape when nullifying the Support property
2022-06-12 14:01:19 +02:00
Yorik van Havre
05301abfcb
Merged crowdin translations
2022-06-12 11:56:37 +02:00
wmayer
6639146f2e
PD: allow to set object in shape binder dialog by typing its name
2022-06-12 00:38:48 +02:00
wmayer
cbad816a3f
PD: use WeakPtr to avoid any possible dangling pointers
2022-06-11 23:37:33 +02:00
wmayer
0a5f47fe03
PD: show object label instead of internal name in shape binder dialog
2022-06-11 21:00:15 +02:00
Yorik van Havre
3af0623431
Merged crowdin translations
2022-06-10 11:03:57 +02:00
Uwe
a37ca0e175
[skip CI] [PD] fix typo
2022-06-10 03:39:04 +02:00
Yorik van Havre
56264248eb
Merged crowdin translations
2022-06-09 13:40:35 +02:00
Yorik van Havre
6d479e6cda
Generated ts files
2022-06-08 12:32:59 +02:00
Yorik van Havre
d2f8b7d4e3
Merged crowdin translations
2022-06-08 12:28:54 +02:00
Yorik van Havre
80982cf87b
Merged crowdin translations
2022-06-07 13:34:53 +02:00
Kuzemko Alexsandr
80967344c5
Crowdin Run update.ts with latest source code.
2022-06-07 13:15:44 +03:00
Yorik van Havre
1488714a0f
Merged crowdin translations
2022-06-03 11:26:35 +02:00
Chris Hennes
2c6dcd960e
i18n: Update TS files to ensure Python files are included
2022-06-02 14:57:49 -05:00
Chris Hennes
861233e7f2
i18n: TS files generated by lupdate 6.4.0dev
2022-06-02 13:41:37 -05:00
Chris Hennes
a3b4c2da26
PD: Fix w[z] plot in ShaftWizard
2022-06-01 19:48:42 -04:00
Uwe
154d06bb0d
[PD] fix Shaft wizard
...
- the functionality is now in FC's core, for more info see: https://forum.freecadweb.org/viewtopic.php?p=599044#p599044
and following
2022-06-01 16:13:09 +02:00
Yorik van Havre
9d4ae629a3
Merged crowdin translations
2022-05-31 13:31:52 +02:00
Yorik van Havre
9cbe14f1d5
Merged crowdin translations
2022-05-30 10:01:02 +02:00
Yorik van Havre
047b15cfe5
merged crowdin translations
2022-05-28 12:16:47 +02:00
Yorik van Havre
2dffe82cda
Merged crowdin translations
2022-05-27 11:28:55 +02:00
marioalexis
2e5a9604c5
PartDesign: Remove redundant comparision with null pointer
2022-05-26 02:14:30 +02:00
wmayer
d92c018eb6
PD: fixes #6451 : Face color of PartDesign Body not exported to STEP
2022-05-24 16:42:27 +02:00
Kuzemko Alexsandr
c266f16c53
Update .ts with lupdate ver 6.4.0.
2022-05-23 16:53:07 +02:00
Chris Hennes
c1442ee1d4
PD: Typo fix
2022-05-21 18:09:51 -05:00
wmayer
72e464b1cc
Conda: ssize_t is a POSIX type and thus not necessarily defined on Windows. Currently this causes build failures with Conda + Py3.10.
...
The solution is to get rid off all occurrences of ssize_t in FreeCAD code
2022-05-17 11:43:40 +02:00
wmayer
8b1ed60d17
PD: [skip ci] remove extra semicolon [-Wextra-semi]
2022-05-09 17:32:35 +02:00
Kuzemko Alexsandr
dba95b464c
[PartDesign] Add Q_DECLARE_TR_FUNCTIONS() macro
2022-05-08 14:52:39 -05:00
Kuzemko Aleksandr
901a1c1915
[PartDesign] Fix and expose ViewProvider strings to translation
...
Closes https://github.com/FreeCAD/FreeCAD-translations/issues/24
2022-05-08 14:52:39 -05:00
Kuzemko Alexsandr
3d7eb87a4c
[Partdesign] Fix proposed by @0penBrain ( #32 )
...
*[PartDesign] Add Q_DECLARE_TR_FUNCTIONS to ViewProviderDatum.
*[PartDesign] Small fix for ViewProviderDatum::attach translation
2022-05-05 23:00:24 +02:00
Kuzemko Aleksandr
d9134798cc
[PartDesign] Add individual QString for menu text which exposes text to translation
...
Closes https://github.com/FreeCAD/FreeCAD-translations/issues/125
2022-05-05 23:00:24 +02:00
Yorik van Havre
996994da55
Merged crowdin translations
2022-05-05 15:46:09 +02:00
Yorik van Havre
a62092d498
Updated ts files
2022-05-05 15:20:57 +02:00
Zheng, Lei
8bec44934b
Fix mixed line endings
2022-04-26 12:52:55 -05:00
Ajinkya Dahale
ed370b5fe6
[PD] Do both fuse and cut in FeatureTransformed if applicable
2022-04-23 17:55:18 +02:00
Yorik van Havre
1fbd1fb38d
Merged crowdin translations
2022-04-21 14:18:33 +02:00
Ajinkya Dahale
cad2d2c95b
[PD] Delete "Overlap" property for FeatureTransformed
...
This property became redundant after 9b17ab4a58476f46802179de037a627974cb892b.
2022-04-21 01:21:59 +02:00
wmayer
36f859996c
PD: [skip ci] fixes #6762 : Involute gear tool duplicated in the menu
2022-04-19 17:38:53 +02:00
wmayer
c5bab68332
Gui: add convenience functions to SelectionFilterGate
2022-04-19 15:04:14 +02:00