marcuspollio
|
e7993e053f
|
Address feedback
|
2024-05-15 14:27:18 +12:00 |
|
wmayer
|
d150fa7164
|
modernize C++: avoid bind
In many cases std::bind() is kept because the code is much simpler
|
2023-08-08 21:10:16 +02:00 |
|
wmayer
|
68d22d864b
|
modernize C++: move from boost::bind to std::bind
|
2023-08-08 17:36:13 +02:00 |
|
wmayer
|
3608ee7f51
|
PD: modernize C++11
* use nullptr
|
2022-03-23 19:26:14 +01:00 |
|
Uwe
|
02c8b0452e
|
[PD] some more work to remove unused includes
|
2022-02-21 02:50:16 +01:00 |
|
donovaly
|
2ac84872ec
|
[PD] make pointers to the UI std::unique_ptr
Same as PR #4293, just for PartDesign
as noted in https://github.com/FreeCAD/FreeCAD/pull/4271#discussion_r554673632
the pointer to the UI should be a unique pointer.
This PR does this for all PartDesign dialogs that don't already use a unique_ptr.
|
2021-02-05 18:01:57 +01:00 |
|
wmayer
|
f3b460e42e
|
boost: fix for boost < 1.60
|
2020-06-15 19:38:39 +02:00 |
|
wmayer
|
4ec45b545e
|
boost 1.73.0: The practice of declaring the Bind placeholders (_1, _2, ...) in the global namespace is deprecated
|
2020-06-12 17:51:33 +02:00 |
|
Zheng, Lei
|
11a93a0578
|
PartDesign changes
* Mostly for supporting in-place editing
* Add new SubShapeBinder that support cross coordinate system,
external, and sub-object binding
|
2019-08-17 15:15:47 +02:00 |
|
Abdullah Tahiri
|
e82c154d1d
|
PartDesign: PCH GUI
|
2019-05-02 07:12:51 +02:00 |
|
Mateusz Skowroński
|
43a4a5938c
|
Fix files encoding. Go from ISO8859-1 to UTF-8.
|
2015-09-21 19:50:49 -03:00 |
|
wmayer
|
a5e27444d0
|
+ minor issue solved with message label of linear pattern panel
|
2014-07-22 11:08:43 +02:00 |
|
logari81
|
68995739d6
|
PartDesign: add messages frame in the task view of Transform/Pattern features
|
2012-09-14 12:51:59 +02:00 |
|