View Issue Details

IDProjectCategoryView StatusLast Update
0003538FreeCADGeneralpublic2019-06-17 06:39
ReporterKunda1 Assigned Toblacey  
PriorityhighSeveritymajorReproducibilityalways
Status closedResolutionfixed 
Product Version0.18 
Target Version0.18Fixed in Version0.18 
Summary0003538: MacOSX 10.13 not in the 'About FreeCAD' dialog
DescriptionCode ref: https://github.com/FreeCAD/FreeCAD/blob/master/src/Gui/Splashscreen.cpp#L341-L347


#if QT_VERSION >= 0x050600
        case QSysInfo::MV_10_12:
            return QString::fromLatin1("Mac OS X 10.12");
#endif
        default:
            return QString::fromLatin1("Mac OS X");
    }
Additional InformationWhat is the minimum version of Qt that is needed for MacOS 10.13 ?
Also, we should probably backport this to 0.17
Forum thread: https://forum.freecadweb.org/viewtopic.php?f=3&t=29743&p=244384#p244384
TagsmacOS
FreeCAD Information

Related Changesets

FreeCAD: master 2ca81da4

2018-07-28 09:06:15

wmayer

Details Diff
fixes 0003538: MacOSX 10.13 not in the 'About FreeCAD' dialog Affected Issues
0003538
mod - src/Gui/Splashscreen.cpp Diff File

Issue History

Date Modified Username Field Change
2018-07-14 12:05 Kunda1 New Issue
2018-07-14 12:05 Kunda1 Status new => assigned
2018-07-14 12:05 Kunda1 Assigned To => blacey
2018-07-14 12:05 Kunda1 Tag Attached: MacOSX
2018-07-14 12:07 Kunda1 Description Updated
2018-07-14 12:09 Kunda1 Additional Information Updated
2018-07-14 16:23 Kunda1 Additional Information Updated
2018-07-28 14:07 wmayer Status assigned => closed
2018-07-28 14:07 wmayer Resolution open => fixed
2018-07-28 14:07 wmayer Fixed in Version => 0.18
2018-07-28 14:07 wmayer Note Added: 0011558
2019-06-17 06:39 Kunda1 Changeset attached => FreeCAD master 2ca81da4
2020-11-13 14:08 Kunda1 Tag Renamed MacOSX => macOS