Chris
6af57389de
Part: fix splitting of a split that is a container / group ( #25293 )
2025-11-18 11:48:40 -06:00
pre-commit-ci[bot]
9fe130cd73
All: Reformat according to new standard
2025-11-11 13:49:01 +01:00
PhoneDroid
db6d1e0c33
[ Part ]: Update SPDX License Identifiers
2025-11-02 16:16:07 -06:00
Max Wilfinger
0be9b79093
Part: Update UI strings for consistency
...
Closes : #22133
2025-08-04 20:14:51 +02:00
Florian Foinant-Willig
b4c41d8c62
Part: Prevent user to remove core properties
2025-04-22 23:52:17 +02:00
wmayer
8eefa7f113
Part: Fix getIcon() of several view providers to return full path name of the icon file
2024-12-20 12:19:47 -05:00
DeflateAwning
1e3179e9bc
Find and replace http://freecad.org to https://freecad.org
...
Find and replace:
http:\/\/(.{0,10})freecad
https://$1freecad
Done in all remaining files (after doing it in SVGs in the last commit)
2023-10-29 22:39:22 -06:00
wmayer
ef9936a940
App: fixes #10460 : App::PropertyPythonObject is not saving data
...
Since Py3.11 the methods names __setstate__ and __getstate__ conflict with the method names added to the object class.
Thus rename them to 'loads' and 'dumps'
2023-09-24 10:56:35 -05:00
luzpaz
38a01939e0
Migrate domain name from freecadweb to freecad ( #9352 )
...
* Migrate domain name from freecadweb to freecad
* Migrate src/Mod/Material files
* Migrate Stylesheet related files
* Migrate *.svg files
* Migrate miscellaneous files
* Migrate some build files
* Migrate recently added TD AR_IRAM template files
Closes #6415
2023-04-24 15:19:20 -05:00
Chris Hennes
52b839a87a
Part: Fix context of Part->Split commands
2023-04-20 22:44:09 -05:00
luz paz
2f1ff7928b
Part: remove trailing whitespace
2022-11-15 14:19:30 -06:00
Chris Hennes
b675920e05
Part: Change _translate to translate
2022-05-31 10:05:44 -05:00
vocx-fc
aa378e6a90
Part: update object and commands for BOP SplitFeatures
...
This includes `BooleanFragments`, `Slice to compound`,
`Slice apart`, and `Boolean XOR`.
Clean up the tooltips of properties and commands.
Clean up the spacing of the code so that lines aren't very long.
2020-10-13 12:49:54 +02:00
vocx-fc
32a5a2dee8
Part: move icons to booleans subdirectory
...
The path to the icons is added to `AppPartGui.cpp`
using `Gui::BitmapFactory().addPath()`, so the icons are found
automatically in their new directories.
2020-10-12 19:54:11 +02:00
luz.paz
17ada69518
Part: [skip ci] fix header uniformity
...
This PR fixes header uniformity across all Part WB files
2019-12-22 00:59:47 +01:00
wmayer
6160d29b09
fixes 0003756: Tooltips should not start with the internal name of the tool
2019-01-01 16:54:12 +01:00
DeepSOIC
5d2fb23b68
Part: add Slice Apart command
2018-12-27 14:30:06 +01:00
Bernd Hahnebach
4cf205995c
Part: BOPTools and CompoundFilter, remove not needed overwrting of setEdit and unsetEdit which prevents some C++ sedEdit modes to work
2017-03-20 10:59:02 -03:00
DeepSOIC
a603402dc0
Part.BOPTools: drag-drop support
...
Drag-drop support for Connect, BooleanFragments and XOR.
2017-03-14 01:51:50 +03:00
looooo
1caeadb4ab
py3: Part: BOPTools:
...
to make the BOPTools available in python3 the way to import these tools had to be changed:
old: ```from Part import BOPTools``` -> new: ```import BOPTools```
this is also changed for python2
2017-03-01 17:12:49 +01:00
Lorenz Hüdepohl
be23f8654b
Fix non-GUI usage in BOPTools
...
Only define the translation related functions if the GUI is up
2017-01-06 18:25:56 +01:00
wmayer
7b631625c7
if UnicodeUTF8 is not defined use a fallback implementation of translate()
2016-12-27 20:12:39 +01:00
Bernd Hahnebach
209d96125c
Part: boolean splitt tools, remove trailing whitspaces
2016-12-21 11:27:42 -02:00
Bernd Hahnebach
780d08c007
Part: boolean splitt tools, add type property to the objects
2016-12-21 11:27:42 -02:00
DeepSOIC
ca4299230a
Part: add BOPTools package
...
Containing implementation of new JoinConnect, as well as new splitting
tools: BooleanFragments, Slice and XOR.
2016-07-29 14:16:54 +03:00