Uwe
|
8faf86e2b5
|
[Reverse Eng] Gui: remove unused headers
- also enable precompiled headers
- also some sorting
|
2022-12-11 04:22:59 +01: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 |
|
wmayer
|
d231a7c7db
|
Reen: modernize C++11
* use nullptr
|
2022-03-23 19:26:15 +01:00 |
|
wmayer
|
4977e55e51
|
App: Optimize includes to reduce compile time
|
2022-03-07 15:53:58 +01:00 |
|
luz paz
|
6715e62e37
|
ReverseEngineering: Issue #0004473: Expose openCommand() to translation
Continuing the work to expose the undo/redo functionality to translation. This commit does so for the ReverseEngineering Wb.
Ticket: https://tracker.freecadweb.org/view.php?id=4473
|
2020-12-01 14:53:35 +01:00 |
|
wmayer
|
dbe292496b
|
ReverseEngineering: [skip ci] fix minor compiler warning
|
2020-03-05 18:57:53 +01:00 |
|
wmayer
|
593f02db63
|
ReverseEngineering: improve workflow of fitting of B-spline surface
|
2020-03-05 16:29:09 +01:00 |
|
Mateusz Skowroński
|
317bcd59c9
|
Use QString's multi-arg overload to save memory allocations. [-Wclazy-qstring-arg] Thanks Clazy!
|
2019-02-11 15:39:14 +01:00 |
|
wmayer
|
5f87cdbf9e
|
fix -Wextra in Reen
|
2016-09-23 18:25:49 +02:00 |
|
wmayer
|
f44df3cdf0
|
do not use doCommand without using format string, add overloaded method of runCommand
|
2016-09-15 18:53:37 +02:00 |
|
Mateusz Skowroński
|
cd2db00f22
|
QString::fromAscii() is obsolete in Qt5. Replace it with fromLatin1().
This change is Qt4/Qt5 neutral.
|
2016-01-05 16:07:25 +01:00 |
|
wmayer
|
94a62e015c
|
+ allow to set u/v dirs for B-Spline fit
|
2015-11-06 16:43:58 +01:00 |
|
wmayer
|
0bb6dc4cf1
|
+ add task dialog to perform B-Spline fit
|
2015-11-06 14:30:26 +01:00 |
|