<div dir="ltr"><div>Thank you!</div><div><br></div><div>I've pushed these 2 files.</div><div><br></div><div>Regarding the sheet, I'll take a look soon too, I've already fixed the note_names not running.<br></div><div><br></div><div>Cheers,</div><div><br></div><div>Johnny<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le dim. 12 juin 2022 à 09:11, Franklin Weng <<a href="mailto:franklin@goodhorse.idv.tw">franklin@goodhorse.idv.tw</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div><br></div><div><br></div><div>I've done testing GCompris qt.  I also found some translation errors and fixed them.  Please update the po files in both trunk and stable since I no longer have svn access right.</div><div><br></div><div><br></div><div>Thanks, Franklin</div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Johnny Jazeix <<a href="mailto:jazeix@gmail.com" target="_blank">jazeix@gmail.com</a>> 於 2022年4月28日 週四 上午3:54寫道:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div dir="ltr"><div>Hi,</div><div><br></div></div><div>thanks for testing!</div><div><br></div><div><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le mer. 27 avr. 2022 à 21:31, Daniel Shahaf <<a href="mailto:danielsh@apache.org" target="_blank">danielsh@apache.org</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Daniel Shahaf wrote on Wed, Apr 27, 2022 at 18:10:02 +0000:<br>
> Johnny Jazeix wrote on Sat, Apr 23, 2022 at 17:25:37 +0200:<br>
> > Due to deprecation of QtQuick.Controls 1 in previous versions of Qt and the<br>
> > fact that it will be removed in Qt 6, I've started to update the code to<br>
> > use QtQuick.Controls 2 (<br>
> > <a href="https://invent.kde.org/education/gcompris/-/merge_requests/108" rel="noreferrer" target="_blank">https://invent.kde.org/education/gcompris/-/merge_requests/108</a>).<br>
> > Ideally, it should be transparent for the users.<br>
> <br>
> Found a few bugs, but I don't know whether they're new in this version<br>
> or not.<br>
> <br>
> Environment is the Android 64b apk below (reports itself as v2.4) on<br>
> Android 11.  It's a friend's device and I'm reporting this on their<br>
> behalf.<br>
> <br>
> 0. Bugs <a href="https://bugs.kde.org/show_bug.cgi?id=446848" rel="noreferrer" target="_blank">https://bugs.kde.org/show_bug.cgi?id=446848</a> "Gcompris say<br>
> alphabet letter names instead of actual letter sound" and<br>
> <a href="https://bugs.kde.org/show_bug.cgi?id=428863" rel="noreferrer" target="_blank">https://bugs.kde.org/show_bug.cgi?id=428863</a> "The letter sounds should be<br>
> the phonemes, not the letter names" seem to be duplicates of each other.<br>
> <br>
> 1. Hebrew translation of the help of one activity had some lines start<br>
> with a solitary ק, as though it were a bullet point.  I can't find that<br>
> in the po files though (in either trunk or branches/stable), and<br>
> unfortunately I didn't make a note of what activity it was.  I think it<br>
> might have been "Mirror the given image".<br>
<br></blockquote><div><br></div><div>We use html tags (<ul><li></li></ul>) for the keyboard controls in the Help which add a bullet point.</div><div>Sometimes there is only one item in the list. I haven't found the 
ק.</div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Aside: I tried to open that activity in a self-compiled 2.4 (the<br>
release, not the packages from this thread) on Linux, and got a brief<br>
screen flash (I think that was the screen greying out and showing the<br>
"two arrows in a circle" graphic briefly) followed by colorful<br>
7-pointed-stars on the activity's tile.  On subsequent tries I got only<br>
the colorful stars without the screen flash.  On stderr I got this:<br>
<br>
qrc:/gcompris/src/activities/path_encoding/PathEncoding.qml:12:1: Type GridPath unavailable<br>
qrc:/gcompris/src/activities/path_encoding/GridPath.qml:99:9: Type MapView unavailable<br>
qrc:/gcompris/src/activities/path_encoding/MapView.qml:9:1: module "QtQml.Models" is not installed<br>
<br>
So, two issues:<br>
<br>
1. The activity doesn't start.  (Probably missing dependency or<br>
something?  Should I install /usr/lib/x86_64-linux-gnu/qt6/qml/QtQml/Models/libmodelsplugin.so<br>
from my OS packages?)<br>
<br></blockquote><div><br></div><div>Yes, this is a missing package. I don't know which one exactly but when I tested on Ubuntu 20.04, I installed:</div><div>g++ cmake git libssl-dev     qml-module-qtquick-controls2 qtdeclarative5-private-dev qtbase5-private-dev qtquickcontrols2-5-private-dev libqt5svg5-dev qml-module-qtmultimedia qml-module-qtgraphicaleffects qt5-qmake qtcreator qtdeclarative5-dev qtdeclarative5-dev qtmultimedia5-dev qtquickcontrols2-5-dev qttools5-dev qttools5-dev-tools libqt5multimedia5-plugins qml-module-qtsensors libqt5quickparticles5 qml-module-qtquick2 qml-module-qtquick-particles2 libqt5sensors5-dev libqt5sensors5 </div><div><br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
2. There's no error message about that.  I'd have expected an on-screen<br>
message.<br>
<br></blockquote><div><br></div><div>It's an internal qml error due to a missing dependency. I'll take a look to find on how to show it on screen but it should not happen to end users so it's not on the top of my list :).<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
----<br>
<br>
Also, with the same self-compiled 2.4 on Linux, in the settings screen,<br>
the "Localized voices" label looks like an unclickable checkbox, because<br>
the "X" / "V" graphic is to its right.  That makes sense in LTR<br>
languages, but for RTL languages, where the "X" / "V" graphic of<br>
checkboxes is placed to the _right_ of the checkbox's text, the<br>
placement is misleading.<br>
<br></blockquote><div><br></div><div>I've created <a href="https://phabricator.kde.org/T15482" target="_blank">https://phabricator.kde.org/T15482</a> to write all the inconsistencies we have for RTL language, can you take a look and add other issues?</div><div>For example, the authors in the help are written: "<name <<a href="http://email.com" target="_blank">email.com</a>" where we expect "name <email>". What is the correct form in Hebrew for this?</div><div><br></div><div>Cheers,</div><div><br></div><div>Johnny<br></div><div> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
Cheers,<br>
<br>
Daniel<br>
</blockquote></div></div></div>
</blockquote></div><br clear="all"><br>-- <br><div dir="ltr"><div dir="ltr"><div>Franklin Weng<br></div><div>中華民國軟體自由協會理事長</div><div>LibreOffice 導入專家、訓練專家</div><div>LibreOffice 認證委員會委員</div></div></div>
</blockquote></div>