Fix keysequence strings for Mac again
authorManuel Nickschas <sputnick@quassel-irc.org>
Wed, 2 Jun 2010 14:18:06 +0000 (16:18 +0200)
committerManuel Nickschas <sputnick@quassel-irc.org>
Wed, 2 Jun 2010 14:18:06 +0000 (16:18 +0200)
commit5fdea974f0c3cc72715d968c0f616ba7e02677d6
tree2b800ac605af619eb23ef531c6eb1eb0a0b97418
parent1ee776b44047785839ac9657c371459750d9cfdd
Fix keysequence strings for Mac again

Qt actually offers QKeySequence::NativeText to do Mac special casing for toString().
So it makes sense to use that. We now also simulate Qt's behavior for modifier names, that is,
on Mac those will be unicode symbols and no '+' is set between keys. Also the order should be
the commonly used one now (I hope).
src/qtui/settingspages/keysequencewidget.cpp
src/qtui/settingspages/shortcutsmodel.cpp
src/qtui/settingspages/shortcutssettingspage.cpp