Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
GCompris
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
27
Issues
27
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Education
GCompris
Commits
089219fd
Commit
089219fd
authored
Aug 16, 2020
by
Shubham Mishra
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
xdetails, add multiple datasets
parent
8516b8f7
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
149 additions
and
1 deletion
+149
-1
src/activities/details/ActivityInfo.qml
src/activities/details/ActivityInfo.qml
+1
-0
src/activities/details/Details.qml
src/activities/details/Details.qml
+1
-1
src/activities/details/resource/1/Data.qml
src/activities/details/resource/1/Data.qml
+52
-0
src/activities/details/resource/2/Data.qml
src/activities/details/resource/2/Data.qml
+46
-0
src/activities/details/resource/3/Data.qml
src/activities/details/resource/3/Data.qml
+49
-0
No files found.
src/activities/details/ActivityInfo.qml
View file @
089219fd
...
...
@@ -39,4 +39,5 @@ ActivityInfo {
credit
:
qsTr
(
"
The images are from Wikimedia Commons.
"
)
section
:
"
discovery arts
"
createdInVersion
:
4000
levels
:
"
1,2,3
"
}
src/activities/details/Details.qml
View file @
089219fd
...
...
@@ -25,7 +25,7 @@ import "../babymatch"
Babymatch
{
id
:
activity
useMultipleDataset
:
true
onStart
:
focus
=
true
onStop
:
{}
...
...
src/activities/details/resource/1/Data.qml
0 → 100644
View file @
089219fd
/* GCompris - Data.qml
*
* Copyright (C) 2020 Shubham Mishra <email.shivam828787@gmail.com>
*
* Authors:
* Shubham Mishra <email.shivam828787@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Play with paintings.
"
)
difficulty
:
2
data
:
[
[
"
qrc:/gcompris/src/activities/details/resource/board/board1_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board2_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board3_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board4_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board5_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board6_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board7_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board8_0.qml
"
]
]
}
src/activities/details/resource/2/Data.qml
0 → 100644
View file @
089219fd
/* GCompris - Data.qml
*
* Copyright (C) 2020 Shubham Mishra <email.shivam828787@gmail.com>
*
* Authors:
* Shubham Mishra <email.shivam828787@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Play with simple photographs.
"
)
difficulty
:
3
data
:
[
[
"
qrc:/gcompris/src/activities/details/resource/board/board9_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board10_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board11_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board12_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board13_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board14_0.qml
"
]
]
}
src/activities/details/resource/3/Data.qml
0 → 100644
View file @
089219fd
/* GCompris - Data.qml
*
* Copyright (C) 2020 Shubham Mishra <email.shivam828787@gmail.com>
*
* Authors:
* Shubham Mishra <email.shivam828787@gmail.com>
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation; either version 3 of the License, or
* (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
*
* You should have received a copy of the GNU General Public License
* along with this program; if not, see <http://www.gnu.org/licenses/>.
*/
import
GCompris
1.0
Data
{
objective
:
qsTr
(
"
Play with complex photographs.
"
)
difficulty
:
4
data
:
[
[
"
qrc:/gcompris/src/activities/details/resource/board/board15_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board16_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board17_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board18_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board19_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board20_0.qml
"
],
[
"
qrc:/gcompris/src/activities/details/resource/board/board21_0.qml
"
]
]
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment