Feed Advanced Search

Nov 18 2018

echarruau created T10082: Improve Draw Number behaviour.
Nov 18 2018, 5:15 PM · GCompris: Improvements

Nov 13 2018

echarruau added a project to T10030: Increase OK button size in calendar activity: GCompris: Improvements.
Nov 13 2018, 3:12 PM · GCompris: Improvements
echarruau created T10030: Increase OK button size in calendar activity.
Nov 13 2018, 3:10 PM · GCompris: Improvements

Nov 12 2018

echarruau added a parent task for T10022: Roman numeral gui improvements: T9977: roman_numerals, improve help.
Nov 12 2018, 11:14 AM
echarruau added a subtask for T9977: roman_numerals, improve help: T10022: Roman numeral gui improvements.
Nov 12 2018, 11:14 AM · GCompris: Improvements
echarruau created T10022: Roman numeral gui improvements.
Nov 12 2018, 11:13 AM

Nov 3 2018

echarruau created T9979: Ask KStar to validate/improve solar system..
Nov 3 2018, 1:11 PM · GCompris: Improvements

Aug 27 2018

echarruau committed R2:e5e4872d5ead: replaced tutorial pictures with dummy tutorial pictures and added a tutorial… (authored by echarruau).
replaced tutorial pictures with dummy tutorial pictures and added a tutorial…
Aug 27 2018, 3:32 PM

Aug 26 2018

echarruau committed R2:79551382fea2: replaced introduction by tutorial (authored by echarruau).
replaced introduction by tutorial
Aug 26 2018, 10:10 PM

Aug 24 2018

echarruau committed R2:f2a49047aa96: initial script for checking activities syntaxes (authored by harrymecwan).
initial script for checking activities syntaxes
Aug 24 2018, 8:51 AM

Aug 15 2018

echarruau added a comment to T7667: Script that checks the minimal requirements for a pull request.

Created branch checkActivitiesScripts into kde repository.
The file check_activities_ids_to_escape.txt contains the id elements name to escape when checking if qstr is missing.
check_activities.rb is the main file, it can be used with the "all" option to test all the activities in alpphabetical order.

Aug 15 2018, 7:00 AM · GCompris: Improvements
echarruau updated the task description for T7667: Script that checks the minimal requirements for a pull request.
Aug 15 2018, 6:22 AM · GCompris: Improvements

Aug 13 2018

echarruau committed R2:924cb3ab4b33: deleted uneeded temp file (authored by echarruau).
deleted uneeded temp file
Aug 13 2018, 7:46 AM
echarruau committed R2:6ac7a8bddec7: activities are now presented sorted in alphabetical order and several id… (authored by echarruau).
activities are now presented sorted in alphabetical order and several id…
Aug 13 2018, 7:42 AM
echarruau committed R2:2fc63e973af5: add activity_check scripts (authored by echarruau).
add activity_check scripts
Aug 13 2018, 5:48 AM

Aug 9 2018

echarruau edited projects for T9341: Music activities, bug fixing and small improvements, added: GCompris: Bugs; removed GCompris: Activities.
Aug 9 2018, 7:58 PM · GCompris: Bugs
echarruau updated subscribers of T9341: Music activities, bug fixing and small improvements.
Aug 9 2018, 7:53 PM · GCompris: Bugs
echarruau created T9341: Music activities, bug fixing and small improvements.
Aug 9 2018, 7:52 PM · GCompris: Bugs

Aug 7 2018

echarruau added a comment to R2:62048a38756f: note_names, increased the shift buttons' sizes.

Octave shifting problem see code description

Aug 7 2018, 9:32 PM
echarruau added inline comments to D14653: note_names.
Aug 7 2018, 7:24 AM · KDE Edu, GCompris: Activities

Aug 6 2018

echarruau added inline comments to D14653: note_names.
Aug 6 2018, 9:29 PM · KDE Edu, GCompris: Activities

May 15 2018

echarruau added a member for GCompris: Improvements: echarruau.
May 15 2018, 12:31 PM

Apr 30 2018

echarruau added a comment to T7667: Script that checks the minimal requirements for a pull request.

I have added a few lines to create some element exceptions.
If there are string without qstr and If the elements are in a defined list (see code) there is no warning
I attach the diff from your actual code.

Apr 30 2018, 3:48 PM · GCompris: Improvements
echarruau added a comment to T7667: Script that checks the minimal requirements for a pull request.

To help the other reader than harry to read this thread, the regexp is

Apr 30 2018, 3:02 PM · GCompris: Improvements
echarruau added a comment to T7667: Script that checks the minimal requirements for a pull request.

if you use the regexp I gave you it will detect all the " ...... " patern (anything between quotation marks).
In a first time there will be lots of false error.
But the we can use the groups to identify the element nature to know if we display it or not.

Apr 30 2018, 2:20 PM · GCompris: Improvements

Apr 25 2018

echarruau committed R2:7492a0a06dea: added column to manage password in screen managing pupils and groups (authored by echarruau).
added column to manage password in screen managing pupils and groups
Apr 25 2018, 7:33 PM
echarruau committed R2:fb4768bcf5db: -added password options -added screen Add pupils to group -added All groups… (authored by echarruau).
-added password options -added screen Add pupils to group -added All groups…
Apr 25 2018, 9:30 AM

Apr 23 2018

echarruau committed R2:3b174e00825c: added mockup file in docs directort (uses pencil) (authored by echarruau).
added mockup file in docs directort (uses pencil)
Apr 23 2018, 2:41 PM

Apr 20 2018

echarruau added a comment to T7667: Script that checks the minimal requirements for a pull request.

Could you move the tools into tools directory? And also create a test able to extract the element name when we find a string "......".
You can use the regexp I gave you for that. Thanks.

Apr 20 2018, 2:55 PM · GCompris: Improvements

Apr 16 2018

echarruau committed R2:706919dc21b0: add original mockup file created with pencil (authored by echarruau).
add original mockup file created with pencil
Apr 16 2018, 8:12 PM

Apr 15 2018

echarruau added a comment to T8504: programmingMaze, code clean-up and refactoring..

Is it possible to move the level descriptions from js file to a dedicated configuration file placed in a ressource directory (see babymatch), at the moment the level are described within the js file. I think that we need to separate the data level from the logic level. We want to be able to give just the "board definition" files to other programers to create new levels without breaking the logic.

Apr 15 2018, 1:05 PM · GCompris: Improvements
echarruau added a comment to T8129: ProgrammingMaze loops.

Good proposal!
On think thought, at the moment the level are described within the js file. I think that we need to separate the data level from the logic level and put the level description into a separate "ressource" before to start this new part of programming maze.
Then go for it, this is definitly a nice addition to what you have done so far.

Apr 15 2018, 1:02 PM · GCompris: Improvements

Apr 13 2018

echarruau added a comment to D11357: Provide global config to set number to expose children to(ref: T3173).

I can also see the upercase within smallnumbers which does not make sens.

Apr 13 2018, 10:52 PM · KDE Edu
echarruau added a comment to D11357: Provide global config to set number to expose children to(ref: T3173).

When using GSlider in smallnumber I can not see the max number I have set.

Apr 13 2018, 10:50 PM · KDE Edu
echarruau added a comment to D11357: Provide global config to set number to expose children to(ref: T3173).

I h

Apr 13 2018, 10:39 PM · KDE Edu

Apr 9 2018

echarruau added a comment to T5469: Question and answer activity: allow to create questions and answers activities.

Just added two comments in your proposal. Thanks to have written it, this makes everything easier on my side. You pictured the project like I imagined it.

Apr 9 2018, 12:54 PM · GCompris: Activities

Apr 7 2018

echarruau added a comment to D11357: Provide global config to set number to expose children to(ref: T3173).

True, this was in my mind a temporary solution until we get the server. This is for the classroom indeed.
Maybe we should not loose time then on this and keep our energy for the server instead.

Apr 7 2018, 12:13 PM · KDE Edu
echarruau added a comment to D11357: Provide global config to set number to expose children to(ref: T3173).

We could do something like this.
Having an option in the global setting configuration menu to turn on or turn off "Detailed (or customised) target set for certain activity".
Then in individual activity we would see an additional config icon allowing to set the limitation number or limit the range of questions that would be asked.
Activities that could have a custom setting:
number with dices: (number limited)
learning clocks (limiting to full hours - half - quarters) - (asking hours > than 12 eg: 23:43) etc...
Division (in this case the config dialog needs to be presented in a table way to choose the values presented to the user, this work as been started by nitish)
Guess a number
Number with dominos
Even and Odd Numbers
Numbers in order
Reverscount
ClickOnUppercase (here again with a table which allows to select the letters to be worked with)
ClickOnLowerCase

Apr 7 2018, 12:04 PM · KDE Edu

Apr 6 2018

echarruau added a comment to D11357: Provide global config to set number to expose children to(ref: T3173).

I looked at the code but it does not implement what I had in mind when proposing this change.
The number limit is for me to be assigned for a single activity, not globally.
For example we should be able to tell that for falling dice we limit the numbers to 5 or 6. And for Multiplication that we limit the multiplication table to the table of 4.
It should not be done in the global configuration.

Apr 6 2018, 9:48 PM · KDE Edu

Jan 30 2018

echarruau added a project to T7834: calendar: Improving layout for small screen: GCompris: Improvements.
Jan 30 2018, 4:26 PM · GCompris: Improvements
echarruau created T7834: calendar: Improving layout for small screen.
Jan 30 2018, 4:22 PM · GCompris: Improvements

Jan 23 2018

echarruau added a comment to T7806: Correct layout in Calendar to see the whole month name.

screenshot: https://snag.gy/oaZyvp.jpg

Jan 23 2018, 4:45 PM
echarruau created T7806: Correct layout in Calendar to see the whole month name.
Jan 23 2018, 4:44 PM
echarruau added a comment to D9644: Explore activities: Fix progress bar overriding on resizing.

Here is a screenshot.
for my computer the pig is behing the bar and a part of the cat also.

Jan 23 2018, 3:07 PM · GCompris: Improvements, KDE Edu
echarruau added a comment to D9757: Mining for gold: Fix layout for vertical mode.

Tested. Change works well, carriage size is changing when horizontal size smaller than vertical, and placed at the right place.
Validated for me.

Jan 23 2018, 3:02 PM · KDE Edu, GCompris: Improvements

Sep 10 2017

echarruau added a comment to D7679: Bug fix for ID-T5935.

I discussed with Johnny about the application.
The way we think it should be is the following.

  • Finding the right size of the image to dispatch the images on the totality of the screen available,
  • Images and text should not overlap.
  • Using flow to dispatch the images

Emmanuel

Sep 10 2017, 1:47 PM · KDE Edu, GCompris: Improvements
echarruau added a comment to D7679: Bug fix for ID-T5935.

Hi,
I don't think we need to decrease any image in size.
For me we should keep the game as it is in version 0.80 and do a very simple change.
Here is how it is at the moment
https://snag.gy/27IvYr.jpg
Here is how I think it should look like.
https://snag.gy/NQ8jBw.jpg
I did not see the code in details but for me this is just a z order change.
The game was already quite nicely designed for small screen. I am not sure you have to apply more change than this one.
What do you think?
Emmanuel

Sep 10 2017, 12:16 PM · KDE Edu, GCompris: Improvements

Sep 6 2017

echarruau added a comment to D7679: Bug fix for ID-T5935.

Hi,
Sorry but with this patch the images are really small for mobile phones like mine, this is not that readable anymore.
Could you do the following?
Keep the same size as before, put the image as a lower z order than the text above, and apply a semi transparent color to the cloud. This would be great!
Thanks :)

Sep 6 2017, 6:53 PM · KDE Edu, GCompris: Improvements

Aug 29 2017

echarruau requested changes to D7604: Descripton Panel sliding back on closing, in Explore farm animals.
Aug 29 2017, 1:56 PM · GCompris

Aug 28 2017

echarruau added a comment to D7544: Animal picture pop-up feature addition in "Explore Farm Animals" activity.

After discussion this is a good idea for small screens. I do not see anything to comment in the code.
Good work.

Aug 28 2017, 9:04 AM · GCompris: Improvements

Jun 4 2017

echarruau added inline comments to R2:87ec4702d715: Oware: Add tutorial component and minor changes 1. Added tutorial component….
Jun 4 2017, 2:01 PM

Jun 3 2017

echarruau added a watcher for GCompris: echarruau.
Jun 3 2017, 3:43 PM

May 28 2017

echarruau added a comment to T6173: calendar activity.

Some more ideas.

  • Find a month starting a mondy and having 31 days
  • Find the month between June and August
  • Select all the months having 30 days
May 28 2017, 6:47 PM · GCompris: Activities

Feb 5 2017

echarruau added a comment to D4127: multiplication_tables, normal mode completed.

Hi Nitish,

Feb 5 2017, 10:27 PM

Feb 4 2017

echarruau added a comment to D4127: multiplication_tables, normal mode completed.

Sorry for these messages that repeat themself, I did not use the right place to fill up my comments in phabricator.
It should now be ok.

Feb 4 2017, 2:20 PM
echarruau updated D4127: multiplication_tables, normal mode completed.
Feb 4 2017, 2:18 PM
echarruau updated D4127: multiplication_tables, normal mode completed.
Feb 4 2017, 2:11 PM
echarruau updated D4127: multiplication_tables, normal mode completed.
Feb 4 2017, 2:10 PM

Oct 20 2016

echarruau created T4106: Create an activity data editor.
Oct 20 2016, 8:57 PM

Sep 24 2016

echarruau created T3850: Provide objective to user.
Sep 24 2016, 9:51 PM

Aug 18 2016

echarruau closed T3477: GComprisNetwork as Resolved.
Aug 18 2016, 12:16 PM
echarruau created T3477: GComprisNetwork.
Aug 18 2016, 12:12 PM

Jul 5 2016

echarruau created T3176: symmetry activity: difficulty not enough progressivity.
Jul 5 2016, 10:25 PM · GCompris: Improvements
echarruau created T3175: hexagon activity: avoiding the possibilty to find the strawburry while brushing the screen.
Jul 5 2016, 10:18 PM · GCompris
echarruau created T3174: Multiplication activity: provide a way to select which tables will be asked to the players.
Jul 5 2016, 10:08 PM · GCompris: Improvements
echarruau created T3173: Provide a global configuration to set the maximum number to expose children to.
Jul 5 2016, 9:41 PM · GCompris: Improvements