[Kde-games-devel] KGoldrunner problems with pause shortcut translation
Albert Astals Cid
aacid at kde.org
Mon Jul 28 19:59:21 CEST 2008
Hi, same as kbreakout and kblackbox, kgoldrunner suffers from shortcuts not
being translated because toString(QKeySequence::PortableText) is being used
instead of toString(QKeySequence::NativeText)
I've not fixed it because there are two other problems that have a bit bigger
impact and i did not have time to see if they broke something else.
The first problem is that initStatusBar(); is called before setupGUI() so the
part of pauseKeys of initStatusBar is still using the non-user-set shortcuts.
The other is that KGoldrunner::optionsConfigureKeys is not being called when
shortcuts are configured as i see it was the intention.
Albert
More information about the kde-games-devel
mailing list