[Ipe-discuss] Version 25
Johan Ingvast
ingvast at md.kth.se
Fri Dec 2 13:40:58 CET 2005
Otfried Cheong wrote:
>
> A bug - will be fixed in next release. (If you can't wait, I'll attach
> the fix at the bottom.)
>
> "ipekeys.ts" should be "ipekeys.qm" (the .ts file is the source file).
> Does this actually work? I wasn't sure that the qm file format is
> compatible between Qt 3 and Qt 4 (and the QTranslator no longer has the
> ability to save the translations).
It does work.
> ------------------- the 'x' fix -----------------------
> In initui.cpp, change the 3 lines starting with "QAction *panHereAct ="
> to:
>
> QAction *panHereAct = new IpeAction(ECmdHere, tr("Pan &here"), this);
> panHereAct->setShortcut(Key("x", "view|Pan here"));
> connect(panHereAct, SIGNAL(triggered(int)), SLOT(SnapCmd(int)));
Thanks for the patch, I'll apply it.
When I'm at it. Good job! and thanks for applying the feature of having
defaults in the stylesheet. (and of course all other features and fixes)
/johan
More information about the Ipe-discuss
mailing list