[Development] Debug Qt on Mac

2014-08-24 Thread Jan Sundermeyer
After compiling Qt from git on mac, debugging an application which was build against that Qt-version does not allow debugging of Qt-functions though of all other internal application functions. Seems that the build is not linked against the debug-version of the qt libs. How can that be done ? _

[Development] QFont: change substitutions

2014-08-24 Thread Jan Sundermeyer
Qt uses substitute fonts when a character is not present in the principal font. Apparently the substitute fonts are not always to the users taste, so they like to change the substitution. QT offers a function for it (QFont::substitutes), however it would be tedious to fill a substitution list from

[Development] Not-working shortcuts for QAction on osx

2014-08-25 Thread Jan Sundermeyer
Qt 5.x QAction apparently does not work with a number of shortcuts (though they are shown as valid shortcuts in the menu): alt+space, esc , possibly cmd+/ Is this known ? Is there a work-around ? Jan ___ Development mailing list Development@qt-projec

[Development] QFont: change substitutions

2014-09-08 Thread Jan Sundermeyer
Qt uses substitute fonts when a character is not present in the principal font. Apparently the substitute fonts are not always to the users taste, so they like to change the substitution. QT offers a function for it (QFont::substitutes), however it would be tedious to fill a substitution list from