add Enter Key; good order for Next item

Authored by stefant on Jun 17 2016, 6:31 PM.

Description

add Enter Key; good order for Next item

Details

Committed
stefantJun 17 2016, 6:31 PM
Parents
R2:72f90d47f168: portrait view updated
Branches
Unknown
Tags
Unknown
Restricted Application added a subscriber: jjazeix. ยท View Herald TranscriptJun 17 2016, 6:32 PM

for ActivityInfo.qml, difficulty should be put to 2, qsTr() for translatable strings and createdInVersion should be 7000 (I updated it after you created the branch).
Can you remove tools/menus/crane.qml and tools/menus/resource/crane.svg of your branch?
I think it would look nice if you can add an animation for the cable when changing item (NumberAnimation on x,y with a duration)?
If you do a winning move, change quickly and go back to the winning, you go up 2 levels.

/src/activities/crane/crane.js
54

you can initialize them directly in the qml file

61

Can't you use Core.shuffle() to shuffle the arrays?

114

It's getNextIndex before index?

135

I think it would be easier if names[i] were url+allNames[i] and then you can use indexOf() method of the array