View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0002192 | FreeCAD | Feature | public | 2015-07-17 15:35 | 2015-09-01 14:10 |
| Reporter | yorik | Assigned To | yorik | ||
| Priority | normal | Severity | minor | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | ||
| Platform | PC | OS | Debian | OS Version | Testing 64bit |
| Fixed in Version | 0.16 | ||||
| Summary | 0002192: Add units support to the editor of PropertyVector | ||||
| Description | Currently it is not possible to use units in the property editor of Vector properties (Draft Array, Draft Dimension, etc). Probably code from the Placement editor must be adapted. | ||||
| Tags | No tags attached. | ||||
| FreeCAD Information | |||||
|
FreeCAD: master e19e7336 2015-09-01 03:57:29 Details Diff |
Added new property type: App::PropertyVectorDistance This works exactly as a normal PropertyVector, but it uses the Units-enabled GUI editor instead. |
Affected Issues 0002192 |
|
| mod - src/App/Application.cpp | Diff File | ||
| mod - src/App/PropertyGeo.cpp | Diff File | ||
| mod - src/App/PropertyGeo.h | Diff File | ||
| mod - src/Gui/propertyeditor/PropertyItem.cpp | Diff File | ||
|
FreeCAD: master 9846e52e 2015-09-01 13:49:01 Details Diff |
+ fix flaws in class PropertyVectorDistance |
Affected Issues 0002192 |
|
| mod - src/App/PropertyGeo.h | Diff File | ||
|
FreeCAD: master 2aff34ea 2015-09-01 15:47:25 Yorik van Havre Details Diff |
Draft/Arch: Used new PropertyVectorDistance where needed |
Affected Issues 0002192 |
|
| mod - src/Mod/Arch/ArchFrame.py | Diff File | ||
| mod - src/Mod/Arch/ArchSpace.py | Diff File | ||
| mod - src/Mod/Draft/Draft.py | Diff File | ||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2015-07-17 15:35 | yorik | New Issue | |
| 2015-07-17 15:35 | yorik | Status | new => assigned |
| 2015-07-17 15:35 | yorik | Assigned To | => yorik |
| 2015-09-01 02:09 | yorik | Changeset attached | => FreeCAD Master master e19e7336 |
| 2015-09-01 14:10 | yorik | Changeset attached | => FreeCAD Master master 2aff34ea |
| 2015-09-01 14:10 | yorik | Status | assigned => closed |
| 2015-09-01 14:10 | yorik | Resolution | open => fixed |
| 2015-09-01 14:10 | yorik | Fixed in Version | => 0.16 |
| 2015-09-01 14:10 | yorik | Changeset attached | => FreeCAD Master master 9846e52e |
FreeCAD