View Issue Details

IDProjectCategoryView StatusLast Update
0002920FreeCADBugpublic2017-02-24 14:21
Reporterblacey Assigned Toblacey  
PrioritylowSeverityminorReproducibilityalways
Status closedResolutionfixed 
PlatformAppleOSmacOSOS Version10.12 (Sierra)
Product Version0.17 
Target Version0.17 
Summary0002920: FreeCAD is not using the high-resolution application icon on HiDPI displays
DescriptionA while back, a set of high-resolution icon-set (freecad.icns & freecad-docs.icns) were developed and added to the FreeCAD Application Bundle/Package for macOS. Qt, by default, will use the scalable font resources if present however it seems that the Application is overriding the application icon (presented in the task bar or dock) with a lower-resolution icon, most-likely a bitmap icon.


OS: Mac OS X
Word size of OS: 64-bit
Word size of FreeCAD: 64-bit
Version: 0.17.9784 (Git)
Build type: DEBUG
Branch: master
Hash: febb6bf810d8f77903481a7c9d825e7ad906e9ea
Python version: 2.7.13
Qt version: 4.8.7
Coin version: 4.0.0a
OCC version: 7.1.0
Steps To Reproduce1. Launch FreeCAD 0.17 on MacOS
2. Use command-tab to bring up the task bar
3. Examine the FreeCAD icon in comparison with other application icons
TagsHiDPI
FreeCAD Information

Activities

blacey

2017-02-22 23:42

developer  

FreeCADAppIconDemo.jpg (Attachment missing)

blacey

2017-02-24 02:20

developer   ~0008417

This is fixed in PR 551 awaiting merge with master.

blacey

2017-02-24 12:28

developer   ~0008419

Fix committed to master branch.

Related Changesets

FreeCAD: master 28f79440

2017-02-23 03:04:22

blacey

Details Diff
Use scalable application icon resources on macOS

Fixes 0002920
Affected Issues
0002920
mod - src/Gui/Application.cpp Diff File

Issue History

Date Modified Username Field Change
2017-02-22 23:42 blacey New Issue
2017-02-22 23:42 blacey File Added: FreeCADAppIconDemo.jpg
2017-02-22 23:44 blacey Description Updated
2017-02-23 03:02 blacey Assigned To => blacey
2017-02-23 03:02 blacey Status new => assigned
2017-02-24 02:20 blacey Note Added: 0008417
2017-02-24 12:28 blacey Changeset attached => FreeCAD master 28f79440
2017-02-24 12:28 blacey Note Added: 0008419
2017-02-24 12:28 blacey Status assigned => closed
2017-02-24 12:28 blacey Resolution open => fixed
2017-02-24 14:21 Kunda1 Tag Attached: HiDPI