Overall diff for GSoC tasks so far
ClosedPublic

Authored by asagtani on Jun 16 2018, 6:42 PM.

Details

Reviewers
jjazeix
Group Reviewers
GCompris: Activities
Summary

Code ready for review.

Diff Detail

Repository
R2 GCompris
Lint
Lint Skipped
Unit
Unit Tests Skipped
asagtani created this revision.Jun 16 2018, 6:42 PM
Restricted Application added a project: KDE Edu. · View Herald TranscriptJun 16 2018, 6:42 PM
Restricted Application added a subscriber: kde-edu. · View Herald Transcript
asagtani requested review of this revision.Jun 16 2018, 6:42 PM
jjazeix added inline comments.Jun 17 2018, 8:01 AM
src/activities/drawing/ActivityInfo.qml
3

add your name here

26

you need to complete the whole file here

src/activities/drawing/ColorDialogue.qml
1

should be named ColorDialog.qml

44

color, you can use the full name for the variable instead of abbrevations

src/activities/drawing/Drawing.qml
112

you can probably find a way to have only one SaveToFilePrompt used

155

string?

392

real?

877

"enabled ? 1 : 0"?

894

"enabled ? 1 : 0"?

src/activities/drawing/FoldablePanels.qml
107

qsTr()

117

can you factorise it on a separate file? All the tabs should have more or less the same behaviour?

148

qsTr()

413

go to the line

src/activities/drawing/LoadDrawings.qml
29

indentation

44

go to the line

src/activities/drawing/TextInputTool.qml
1

TextInputTool.qml

24

not sure you need all the import on all files

src/activities/drawing/drawing.js
45

not a good variable name

asagtani marked 16 inline comments as done.Jun 17 2018, 11:11 AM
jjazeix accepted this revision.Jul 3 2020, 4:40 PM
This revision is now accepted and ready to land.Jul 3 2020, 4:40 PM
jjazeix closed this revision.Jul 3 2020, 4:40 PM