Feed Advanced Search

Oct 29 2019

timotheegiet added a comment to T1543: Background music.

All features completed, bugs fixed, and thoroughly tested.
@jjazeix can you please merge it to master ?

Oct 29 2019, 2:51 AM · GCompris

Oct 27 2019

timotheegiet triaged T10125: Remove old words images as Low priority.

I added a note about this in gcompris-data repository ( https://cgit.kde.org/gcompris-data.git/commit/?id=e0537083aebc8136c123cfe4094d43ccdb43bd30 ).
Let's keep those images a little longer for retro-compatibility with pre-0.95 versions of GCompris.

Oct 27 2019, 4:59 PM · GCompris
timotheegiet updated the task description for T11924: release 0.97.
Oct 27 2019, 4:05 PM · GCompris
timotheegiet updated the task description for T11924: release 0.97.
Oct 27 2019, 4:03 PM · GCompris
timotheegiet updated the task description for T11924: release 0.97.
Oct 27 2019, 3:22 PM · GCompris
jjazeix added subtasks for T11924: release 0.97: T1543: Background music, T7828: Chess: add list of taken pieces.
Oct 27 2019, 2:55 PM · GCompris
jjazeix added a parent task for T1543: Background music: T11924: release 0.97.
Oct 27 2019, 2:55 PM · GCompris
jjazeix created T11924: release 0.97.
Oct 27 2019, 2:52 PM · GCompris
jjazeix updated subscribers of T11922: Fix GCompris neon build.
Oct 27 2019, 1:21 PM · GCompris
jjazeix created T11922: Fix GCompris neon build.
Oct 27 2019, 1:21 PM · GCompris

Oct 26 2019

amankumargupta added a comment to T1543: Background music.

@jjazeix @timotheegiet AFAIR, I once experimented with adding metadata to a piece of music and yes, it gets lost when converted to other formats. If we can extract the metadata in the conversion script and add it back once converted, it would be nice.

Oct 26 2019, 10:09 AM · GCompris
amankumargupta added a comment to T1543: Background music.

So, getting back on this, this is the checklist of things to do:

  1. Fix bug: if starting GCompris with music disabled, enabling it doesn't work (no music played) until restarting the application.
  2. Add volume slider for background music and audio effects.
  3. Display the author and license info of each track.
  4. Consider the format of the music according to the platform.
  5. Add unit test for the ApplicationSettings changes.
Oct 26 2019, 4:28 AM · GCompris

Oct 22 2019

timotheegiet added a comment to T1543: Background music.

All rcc files updated on the server with proper tags (artist, title, year and copyright in comments) :)

Oct 22 2019, 6:51 PM · GCompris
timotheegiet added a comment to T1543: Background music.

For the copyright info I'll add them in the COMMENTS tag.

Oct 22 2019, 6:28 PM · GCompris
timotheegiet added a comment to T1543: Background music.

Indeed, here I found a way to transfer metadata to aac using id3v2 command line, at least for ARTIST, TITLE and YEAR.
This should be usable for mp3 too, I'll update the script accordingly.

Oct 22 2019, 6:24 PM · GCompris
jjazeix added a comment to T1543: Background music.

it does not seem to be the case. I updated the script to keep metadata from ogg to mp3 conversion, but didn't manage yet to find something for aac :/

Oct 22 2019, 6:21 PM · GCompris
timotheegiet added a comment to T1543: Background music.

Thanks, I'll add the tags to ogg files; I've read ffmpeg should keep them during conversion by default, I'll double check and update the rcc on the server.

Oct 22 2019, 5:21 PM · GCompris
jjazeix added a comment to T1543: Background music.

https://doc.qt.io/qt-5/qml-qtmultimedia-audio.html#metaData-prop
Audio can be tagged using:

vorbiscomment -w colors.ogg -t "ARTIST=Gregoire Giet" -t "TITLE=colors" -t "COPYRIGHT=CC-BY-SA 3.0" -t "DATE=2011"
Oct 22 2019, 4:29 PM · GCompris

Oct 15 2019

timotheegiet added a comment to T1543: Background music.

I updated the music set on the gcompris-data repository, and uploaded the .rcc files to the server.
Let me know if you find any issue with that new set.

Oct 15 2019, 8:11 PM · GCompris
jjazeix added a comment to T1543: Background music.

Can you add a unit test for the ApplicationSettings changes?
I did one new comment in https://phabricator.kde.org/R2:d3224edb5edc6f21dab3880351e11683f9e60a99
At some places, can you take a look if you can use algorithms instead of while/for loops (using filter for example if it works to do the difference between filtered music and all music)?

Oct 15 2019, 7:08 PM · GCompris

Oct 10 2019

amankumargupta added a comment to T1543: Background music.

That's great to hear! :D

Oct 10 2019, 2:51 PM · GCompris
timotheegiet added a comment to T1543: Background music.

Tested quickly, it seems to work fine.

Oct 10 2019, 1:46 PM · GCompris

Oct 9 2019

amankumargupta added a commit to T1543: Background music: R2:5e73ef65d3f4: Update the playlist selection dialog message.
Oct 9 2019, 4:34 PM · GCompris

Oct 8 2019

dekumar triaged T11844: numbers with dice, fix score overiding as Normal priority.
Oct 8 2019, 5:50 PM · GCompris
dekumar triaged T11843: explore world animals, add goal as Normal priority.
Oct 8 2019, 5:39 PM · GCompris
dekumar triaged T11842: operate a canal rock, add goal as Normal priority.
Oct 8 2019, 5:37 PM · GCompris
dekumar triaged T11841: The fifteen game, add goal as Normal priority.
Oct 8 2019, 5:32 PM · GCompris
dekumar triaged T11840: graph coloring activity add manual. as Normal priority.
Oct 8 2019, 5:28 PM · GCompris
dekumar triaged T11839: Fix overriding issue in complete the puzzle activity. as Normal priority.
Oct 8 2019, 5:21 PM · GCompris
amankumargupta added a comment to T1543: Background music.

The final feature is done as well!
Further steps:

  1. Needs testing by other members.
  2. Discuss more features if needed.
  3. Update music names on the server.
  4. Update the design if required.
  5. Probably merge in master for next release, if possible.
Oct 8 2019, 1:26 PM · GCompris
amankumargupta added a commit to T1543: Background music: R2:d3224edb5edc: Change the background music playlist as soon as it is changed.
Oct 8 2019, 1:23 PM · GCompris

Oct 7 2019

amankumargupta added a comment to T1543: Background music.

The feature to filter background musics and save/load them to play is implemented. At present, the changes get into effect after the software is restarted.
Next thing to do is to dynamically change the playlist in GCAudio element for background music to make the changes get into effect immediately.

Oct 7 2019, 4:54 PM · GCompris
amankumargupta added a commit to T1543: Background music: R2:7d86370129cb: Added feature to filter the background musics and save/load them.
Oct 7 2019, 4:52 PM · GCompris

Oct 6 2019

amankumargupta updated subscribers of T1543: Background music.
  1. Yes, the overall design can be improved (I think @timotheegiet would surely do it better once it's ready to be merged ;)). I just used the current design to check the working first.
  2. I'll go on to implement the point #3 now.
  3. For the file names, yes, me and @timotheegiet had discussed it on IRC few days back and he'll probably look at it next week :)
  4. Sure, I'd also prefer to rebase it on master before proceeding to #3 and make other changes in the commit as per your comments.
Oct 6 2019, 9:54 AM · GCompris
jjazeix added a comment to T1543: Background music.

Hi, thanks for the update. The design needs to be improved: we should not use a button to display the actual music (except if you plan to use it to select the playable pieces of music (point 3)). We'll also need to clean up the filenames so we have something understandable displayed.

Oct 6 2019, 9:36 AM · GCompris

Oct 2 2019

amankumargupta claimed T1543: Background music.

Points 1 and 2 are done. Kindly test the branch for the above-linked commit.

Oct 2 2019, 7:37 PM · GCompris
amankumargupta added a commit to T1543: Background music: R2:988ca66abbea: Ability to see the playing background music and switch between them.
Oct 2 2019, 7:35 PM · GCompris

Aug 21 2019

timotheegiet accepted D22266: Add multiple datasets to calendar activity.

Thanks, I tested again and can not replicate those issues anymore.
Good for me, waiting for @scagarwal and @amankumargupta to confirm it's ok for them too.

Aug 21 2019, 12:14 PM · GCompris, KDE Edu

Aug 20 2019

AkshayCHD added a comment to D22266: Add multiple datasets to calendar activity.

@timotheegiet Thanks for the review, I've updated the diff trying to resolve all the issues, can you try it out once again :)

Aug 20 2019, 6:45 PM · GCompris, KDE Edu
AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • calendar, resolve minor bugs
Aug 20 2019, 6:43 PM · GCompris, KDE Edu
timotheegiet requested changes to D22266: Add multiple datasets to calendar activity.

I tested the patch on multiple_dataset branch, and noticed several issues.

Aug 20 2019, 12:17 PM · GCompris, KDE Edu

Aug 7 2019

jjazeix closed T1560: Porting to fdroid as Resolved.
Aug 7 2019, 3:55 PM · GCompris
jjazeix added a comment to T1560: Porting to fdroid.

last MR to be pushed: https://gitlab.com/fdroid/fdroiddata/merge_requests/5129 but GCompris is already in the store now

Aug 7 2019, 3:55 PM · GCompris
jjazeix moved T1560: Porting to fdroid from Backlog to Done on the GCompris board.
Aug 7 2019, 3:55 PM · GCompris

Aug 4 2019

AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • calendar, add full date format in find the day questions
Aug 4 2019, 10:53 AM · GCompris, KDE Edu

Jul 22 2019

AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • add comments, remove unnecessary variables
Jul 22 2019, 4:01 PM · GCompris, KDE Edu
amankumargupta requested changes to D22266: Add multiple datasets to calendar activity.
Jul 22 2019, 6:29 AM · GCompris, KDE Edu
amankumargupta added inline comments to D22266: Add multiple datasets to calendar activity.
Jul 22 2019, 6:29 AM · GCompris, KDE Edu

Jul 18 2019

AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • enclose strings in qsTr
Jul 18 2019, 6:32 PM · GCompris, KDE Edu

Jul 17 2019

jjazeix added inline comments to D22266: Add multiple datasets to calendar activity.
Jul 17 2019, 4:57 PM · GCompris, KDE Edu
AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • change file copyrights
Jul 17 2019, 1:53 PM · GCompris, KDE Edu
AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • add tutorials
Jul 17 2019, 1:45 PM · GCompris, KDE Edu

Jul 16 2019

AkshayCHD added inline comments to D22266: Add multiple datasets to calendar activity.
Jul 16 2019, 12:32 PM · GCompris, KDE Edu
AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • enclose strings in qsTr
Jul 16 2019, 12:25 PM · GCompris, KDE Edu

Jul 11 2019

timotheegiet updated the task description for T11198: Localized dataset system.
Jul 11 2019, 3:48 PM · GCompris

Jul 9 2019

timotheegiet added a parent task for T11198: Localized dataset system: T10211: Multiple Dataset Design .
Jul 9 2019, 10:32 AM · GCompris
timotheegiet added a subtask for T10211: Multiple Dataset Design : T11198: Localized dataset system.
Jul 9 2019, 10:32 AM · GCompris
timotheegiet created T11198: Localized dataset system.
Jul 9 2019, 10:31 AM · GCompris

Jul 8 2019

scagarwal requested changes to D22266: Add multiple datasets to calendar activity.
Jul 8 2019, 7:44 AM · GCompris, KDE Edu

Jul 7 2019

jjazeix added inline comments to D22266: Add multiple datasets to calendar activity.
Jul 7 2019, 3:41 PM · GCompris, KDE Edu

Jul 6 2019

amankumargupta added inline comments to D22266: Add multiple datasets to calendar activity.
Jul 6 2019, 6:47 PM · GCompris, KDE Edu

Jul 5 2019

AkshayCHD updated the summary of D22266: Add multiple datasets to calendar activity.
Jul 5 2019, 6:37 PM · GCompris, KDE Edu
AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • Calendar, add dataset configuration documentation comments
Jul 5 2019, 5:48 PM · GCompris, KDE Edu
AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • Calendar, add DialogChooseLevel to activity
  • Calendar, improve date formats
Jul 5 2019, 5:30 PM · GCompris, KDE Edu

Jul 4 2019

AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • Merge branch 'gsoc_akshaychd_calendar_multiple_datasets' of git.kde.org:gcompris into gsoc_akshaychd_calendar_multiple_datasets
Jul 4 2019, 7:39 PM · GCompris, KDE Edu
AkshayCHD reopened D22266: Add multiple datasets to calendar activity.
Jul 4 2019, 7:39 PM · GCompris, KDE Edu
AkshayCHD closed D22266: Add multiple datasets to calendar activity.
Jul 4 2019, 7:37 PM · GCompris, KDE Edu
AkshayCHD updated the diff for D22266: Add multiple datasets to calendar activity.
  • find_the_day, add multiple datasets
Jul 4 2019, 7:25 PM · GCompris, KDE Edu
AkshayCHD added a task to D22266: Add multiple datasets to calendar activity: T10909: Multiple datasets for Calendar Activity.
Jul 4 2019, 1:07 PM · GCompris, KDE Edu
Restricted Application added a project to D22266: Add multiple datasets to calendar activity: KDE Edu.
Jul 4 2019, 1:06 PM · GCompris, KDE Edu

Jun 29 2019

timotheegiet updated images of M146: GCompris multi-dataset mock-up.
Jun 29 2019, 4:10 PM · GCompris

Jun 15 2019

jjazeix added a comment to T11062: don't use GCompris translation in the website.

https://commits.kde.org/websites/gcompris-net/5f862f4d1f2e986d2d6784d7ee9136fe0b581b08 removed the dependency for the language list

Jun 15 2019, 1:24 PM · GCompris
jjazeix added a comment to T11062: don't use GCompris translation in the website.
Jun 15 2019, 1:24 PM · GCompris

Jun 10 2019

jjazeix created T11062: don't use GCompris translation in the website.
Jun 10 2019, 7:01 PM · GCompris

Apr 17 2019

timotheegiet closed T1498: Find a way to have less distortion in images in portait mode in the click_and_draw activity as Resolved.

This is all fixed now, closing as Resolved.

Apr 17 2019, 4:48 PM · GCompris

Apr 12 2019

amankumargupta added a comment to T1543: Background music.

Features to be added:

  1. Show the currently playing music in the main menu config dialog.
  2. Have a left/right arrows to switch between music.
  3. Have a menu like filter from which the user can select only the musics he wants to play.
Apr 12 2019, 11:25 AM · GCompris

Apr 6 2019

jjazeix updated image descriptions of M146: GCompris multi-dataset mock-up.
Apr 6 2019, 7:26 PM · GCompris

Apr 4 2019

jjazeix added a subtask for T10211: Multiple Dataset Design : T10422: Multipledataset description and improvement.
Apr 4 2019, 8:31 PM · GCompris
jjazeix closed T6974: make a version using new Qt software renderer as Resolved.
Apr 4 2019, 8:30 PM · GCompris
jjazeix closed T6974: make a version using new Qt software renderer, a subtask of T9976: release 0.95, as Resolved.
Apr 4 2019, 8:30 PM · GCompris

Mar 24 2019

sanjayshetty added a watcher for GCompris: sanjayshetty.
Mar 24 2019, 11:35 PM

Mar 5 2019

andreask added a watcher for GCompris: andreask.
Mar 5 2019, 12:24 AM

Feb 19 2019

dekumar closed T8512: guesscount activity, missing manual., a subtask of T7029: GCI 2018 task list planning, as Resolved.
Feb 19 2019, 5:44 PM · GCompris

Feb 10 2019

jjazeix closed T7579: release 0.90 as Resolved.
Feb 10 2019, 3:05 PM · GCompris
jjazeix moved T9976: release 0.95 from WIP to Done on the GCompris board.
Feb 10 2019, 3:05 PM · GCompris
jjazeix closed T9976: release 0.95 as Resolved.
Feb 10 2019, 3:05 PM · GCompris

Feb 6 2019

parimalprasoon added a watcher for GCompris: parimalprasoon.
Feb 6 2019, 11:14 AM

Jan 30 2019

timotheegiet added a comment to M146: GCompris multi-dataset mock-up.

Yes sure, greying them in the list as "inactive" is what I meant by disable them. Just needs to add a reminder there that those are disabled by the global filter.

Jan 30 2019, 6:02 PM · GCompris
timotheegiet updated images of M146: GCompris multi-dataset mock-up.
Jan 30 2019, 5:56 PM · GCompris
echarruau added a comment to M146: GCompris multi-dataset mock-up.

"-The only thing that should prevent the user to select a certain difficulty of dataset should be the global difficulty filter (in which case we must display a message to indicate those are disabled by the active filter)." -> or simply "grey" them and put them inactive so that people still know that more difficult objective can be achieved if you change the difficulty level?

Jan 30 2019, 5:55 PM · GCompris
timotheegiet updated images of M146: GCompris multi-dataset mock-up.
Jan 30 2019, 5:55 PM · GCompris
timotheegiet added a comment to M146: GCompris multi-dataset mock-up.

@echarruau :
-This "maximun difficulty selected" entry was initially just meant as an info of what is currently selected in the list. Maybe we could also use it as you suggest to auto-select a range of activities, but this should be better handled by the global difficulty filter (the one we already have).
-The only thing that should prevent the user to select a certain difficulty of dataset should be the global difficulty filter (in which case we must display a message to indicate those are disabled by the active filter).

Jan 30 2019, 5:37 PM · GCompris
echarruau added a comment to M146: GCompris multi-dataset mock-up.

Hi,
Very nice!
Two questions:

  • Will the user be able to change the level difficulty by pressing the Maximum difficulty selected entry button? This would be a nice and easy way to change it if needed?
  • Will the user be able to choose a dataset that is has a difficulty level higher than the maximum difficulty level? Exemple in this case will the user be able to clieck on Table de 6?

Great job

Jan 30 2019, 3:45 PM · GCompris

Jan 26 2019

timotheegiet updated images of M146: GCompris multi-dataset mock-up.
Jan 26 2019, 6:51 PM · GCompris
timotheegiet added a comment to T10211: Multiple Dataset Design .

The mock-up is here : https://phabricator.kde.org/M146

Jan 26 2019, 6:41 PM · GCompris
timotheegiet updated images of M146: GCompris multi-dataset mock-up.
Jan 26 2019, 6:39 PM · GCompris
timotheegiet updated image descriptions of M146: GCompris multi-dataset mock-up.
Jan 26 2019, 6:28 PM · GCompris
timotheegiet updated images of M146: GCompris multi-dataset mock-up.
Jan 26 2019, 6:21 PM · GCompris
timotheegiet updated image descriptions of M146: GCompris multi-dataset mock-up.
Jan 26 2019, 4:19 PM · GCompris
timotheegiet updated images of M146: GCompris multi-dataset mock-up.
Jan 26 2019, 4:16 PM · GCompris