HiDPI support: Difference between revisions

From FreeCAD Documentation
No edit summary
Line 14: Line 14:
== Forum threads ==
== Forum threads ==


* [https://forum.freecadweb.org/viewtopic.php?t=34916 Improve support of high DPI displays]
* [https://forum.freecadweb.org/viewtopic.php?t=34916 Improve support of high DPI displays] - general Qt support
* [https://forum.freecadweb.org/viewtopic.php?&t=48719 Custom cursors and high dpi (Windows and MacOS testers needed)]
* [https://forum.freecadweb.org/viewtopic.php?t=39325 News: Qt 5.14 Is Bringing Significantly Better HiDPI Support] - general Qt support
* [https://forum.freecadweb.org/viewtopic.php?&t=48719 Custom cursors and high dpi (Windows and MacOS testers needed)] - raster cursor image issue
* [https://forum.freecadweb.org/viewtopic.php?t=34853 HiDPI Support in Sketcher View] - selection distance issue
* [https://forum.freecadweb.org/viewtopic.php?t=10512 High DPI Improvements] - PR "High DPI Fixes" https://github.com/FreeCAD/FreeCAD/pull/54, bad quality, 2015
* [https://forum.freecadweb.org/viewtopic.php?t=12123 High dpi] - experimental build with "High DPI Improvements" PR
* [https://forum.freecadweb.org/viewtopic.php?t=41656 GUI font size] - font size issue and the QT_SCALE_FACTOR workaround
* [https://forum.freecadweb.org/viewtopic.php?t=28838 BUG? Cropped icons] - issues with HiDPI on multiple displays
* [https://forum.freecadweb.org/viewtopic.php?t=20977 FreeCAD 0.17 on macOS Update (Qt 5 builds now available)] - issues with HiDPI on OS X after upgrade to Qt5
* [https://forum.freecadweb.org/viewtopic.php?f=3&t=29743 Ticket #3537 - Draft Edit mode not working on MacOS X (HiDPi issue)] - OS X + HiDPI, Qt5
* [https://forum.freecadweb.org/viewtopic.php?t=39975 Menu distorted on MAC external display] - OS X + HiDPI, external display
* [https://forum.freecadweb.org/viewtopic.php?t=19724&start=60 macOS Qt5 plan and status] - OS X dropped support for Qt4, HiDPI issues
* https://www.google.com/search?q=freecad+hidpi+site:forum.freecadweb.org
* https://www.google.com/search?q=freecad+hidpi+site:forum.freecadweb.org



Revision as of 12:43, 20 July 2020

HiDPI support refers to the issue of displaying raster graphics (fonts, cursors, images) on high-resolution displays.

The issue is that the physical size of a display remains the same while its resolution increases.

Issues

  • Raster images (cursors, icons)
  • Fonts (defined in pixels rather than points)
  • Cursor hot point
  • Zoom/Rotate origin
  • Snap distance
  • Selection distance (the hot area around selectable objects)

Forum threads

Relevant changes

Bugtracker Issues

  • Tickets tagged with HiDPI