Feed Advanced Search

Oct 29 2019

timotheegiet added a comment to D17507: Chess activity: display list of taken pieces.

Here are my little changes (adapted the overlay color and size, the captured pieces size, and add hide-on-click-overlay).

Oct 29 2019, 9:02 PM · GCompris: Improvements, KDE Edu
timotheegiet added a comment to T11932: Addition of a "try again" voice.

Good plan then :)
Actually we'll record those voices tomorrow, will be easier.
I'll update the voices rcc on the server after that.

Oct 29 2019, 7:53 PM · GCompris: Improvements
timotheegiet added a comment to T1543: Background music.

Since aman managed to fix the remaining bug, I'd say it's good to merge now.

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

Ok, the "missing track" issue is fixed, at the cost of bringing back the "restart needed to re-enable music if started without" bug.
As I noted in the commit comment, ideally fixing both would be best, but if not possible it's less bad to keep the restart-needed issue than the missing track one.

Oct 29 2019, 5:46 PM · GCompris
timotheegiet committed R2:7aa72c7bbf74: cleaning extra spaces (authored by timotheegiet).
cleaning extra spaces
Oct 29 2019, 5:36 PM
timotheegiet committed R2:6e30a564ec89: background-music, fix music looping order (authored by timotheegiet).
background-music, fix music looping order
Oct 29 2019, 5:36 PM
timotheegiet added a comment to D17507: Chess activity: display list of taken pieces.

Do you plan to do the changes to add the pop-up as I described, or should I do it?

Oct 29 2019, 2:39 PM · GCompris: Improvements, KDE Edu
timotheegiet added a comment to T11932: Addition of a "try again" voice.

Good idea; Here we can record voice for English, French and Malayalam, will be done today.

Oct 29 2019, 2:05 PM · GCompris: Improvements
timotheegiet added a comment to T1543: Background music.

Ouch, actually I found a last remaining bug: when the music reaches the end of last track in the list, it restarts on track 2 instead of track 1... (it doesn't happen when using the "Next" button, only when playing normally).
I'll look at it.

Oct 29 2019, 3:53 AM · GCompris
timotheegiet committed R862:381071e25dab: background-music, fix again missing accent in tag (authored by timotheegiet).
background-music, fix again missing accent in tag
Oct 29 2019, 3:35 AM
timotheegiet committed R862:0933bc2e87da: background-music, fix wrong title tag (authored by timotheegiet).
background-music, fix wrong title tag
Oct 29 2019, 3:23 AM
timotheegiet committed R862:e54fb0954395: background-music, missing accent in tags (authored by timotheegiet).
background-music, missing accent in tags
Oct 29 2019, 3:23 AM
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
timotheegiet committed R2:dc1d8967de59: core, set better default volume for fx and music (authored by timotheegiet).
core, set better default volume for fx and music
Oct 29 2019, 2:25 AM
timotheegiet committed R2:442e575a4936: menu, core, finish backgroundMusic integration (authored by timotheegiet).
menu, core, finish backgroundMusic integration
Oct 29 2019, 2:25 AM
timotheegiet committed R2:618a297c5a36: core, more logic layout for GCComboBox (authored by timotheegiet).
core, more logic layout for GCComboBox
Oct 29 2019, 2:25 AM

Oct 28 2019

timotheegiet committed R862:d0bf30d51632: background-music, use id3v2 copyright tag (authored by timotheegiet).
background-music, use id3v2 copyright tag
Oct 28 2019, 4:37 PM

Oct 27 2019

timotheegiet committed R862:e0537083aebc: words, add note about obsolete image files (authored by timotheegiet).
words, add note about obsolete image files
Oct 27 2019, 5:25 PM
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 closed T3546: Feature Eraser Opacity switch as Resolved.

task resolved long time ago, closing it.

Oct 27 2019, 4:34 PM · Krita: Next Features (Needs Documentation)
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
timotheegiet added a comment to D17507: Chess activity: display list of taken pieces.

Like I said in previous comment, I'd like to have the list of taken pieces in a separate pop-up view.
For this I would add a new button with a new icon (here is a proposal).

Oct 27 2019, 2:52 PM · GCompris: Improvements, KDE Edu

Oct 24 2019

timotheegiet added a comment to D24863: GCompris compilation with gradle.

Tested for 64bit:
I updated the script and it works ok, except again openssl is not working (same error as yesterday).
If I use instead the prebuilt libs from KDAB it works.

Oct 24 2019, 1:48 PM · KDE Edu

Oct 23 2019

timotheegiet added a comment to D24863: GCompris compilation with gradle.

Found solution: we need to copy the files as libcrypto_1_1.so and libssl_1_1.so :)

Oct 23 2019, 3:06 PM · KDE Edu
timotheegiet added a comment to D24863: GCompris compilation with gradle.

Ouch, looks like there is now an issue with openssl :(
when trying to download voices and stuff, error message: "Erreur de téléchargement (code : 99) : TLS initialisation failed"

Oct 23 2019, 2:24 PM · KDE Edu
timotheegiet accepted D24863: GCompris compilation with gradle.

Tested here with Qt 5.12.5, works ok.
notes: I didn't use the options -DANDROID_PLATFORM=android-21 -DANDROID_API_LEVEL=21 , and instead edited our AndroidManifest.xml.cmake with minSdkVersion 22 (as 21 won't work with openssl 1.1.1) and target 28 (as required now by play store).

Oct 23 2019, 2:16 PM · KDE Edu

Oct 22 2019

timotheegiet committed R862:9e9ded4f427c: background-music, add commented alternative rcc binary path (authored by timotheegiet).
background-music, add commented alternative rcc binary path
Oct 22 2019, 7:03 PM
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 committed R862:da1031152d09: background-music, add copyright info in COMMENTS tag (authored by timotheegiet).
background-music, add copyright info in COMMENTS tag
Oct 22 2019, 6:44 PM
timotheegiet committed R862:de6135643bcb: background-music, keep tag for both aac and mp3 (authored by timotheegiet).
background-music, keep tag for both aac and mp3
Oct 22 2019, 6:44 PM
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
timotheegiet committed R862:3e1dd47564f5: background-music, add metadata in ogg files (authored by timotheegiet).
background-music, add metadata in ogg files
Oct 22 2019, 5:33 PM
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

Oct 17 2019

timotheegiet committed R2:c90ae3499114: binary_bulb, fix starting in portrait mode (authored by timotheegiet).
binary_bulb, fix starting in portrait mode
Oct 17 2019, 5:06 PM

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

Oct 13 2019

timotheegiet committed R862:2a8a39ecb673: background-music, new music set (authored by timotheegiet).
background-music, new music set
Oct 13 2019, 11:54 PM

Oct 10 2019

timotheegiet added a comment to T1543: Background music.

Tested quickly, it seems to work fine.

Oct 10 2019, 1:46 PM · GCompris

Oct 1 2019

timotheegiet committed R2:7e2c9c140f3c: target, update target style (authored by timotheegiet).
target, update target style
Oct 1 2019, 3:59 PM
timotheegiet committed R2:29ec70fd9a80: target, new background and cross (authored by timotheegiet).
target, new background and cross
Oct 1 2019, 3:59 PM
timotheegiet committed R2:cde8acdf8087: target, update arrow style (authored by timotheegiet).
target, update arrow style
Oct 1 2019, 3:59 PM

Sep 23 2019

timotheegiet committed R2:64f1b6949425: note_names, add speed setting (authored by timotheegiet).
note_names, add speed setting
Sep 23 2019, 8:12 PM
timotheegiet committed R2:74c6e4a6e8c6: Algebra, add speed setting (authored by Aiswarya Kaitheri Kandoth <aiswaryakk29@gmail.com>).
Algebra, add speed setting
Sep 23 2019, 8:12 PM
timotheegiet committed R2:6e4399141cf2: gletters, remove variable not needed anymore (authored by Aiswarya Kaitheri Kandoth <aiswaryakk29@gmail.com>).
gletters, remove variable not needed anymore
Sep 23 2019, 8:12 PM
timotheegiet committed R2:d201a4a0fa8f: smallnumbers2, add speed setting (authored by Aiswarya Kaitheri Kandoth <aiswaryakk29@gmail.com>).
smallnumbers2, add speed setting
Sep 23 2019, 8:12 PM
timotheegiet committed R2:261d7ff9d998: smallnumbers, add speed setting (authored by Aiswarya Kaitheri Kandoth <aiswaryakk29@gmail.com>).
smallnumbers, add speed setting
Sep 23 2019, 8:12 PM

Sep 21 2019

timotheegiet committed R2:7febf1334d74: gletters, adjust again speed values (authored by timotheegiet).
gletters, adjust again speed values
Sep 21 2019, 7:33 PM
timotheegiet committed R2:d47f7d0aca59: gletters, always drop new item if no item left on screen (authored by timotheegiet).
gletters, always drop new item if no item left on screen
Sep 21 2019, 7:33 PM
timotheegiet committed R2:2a9c5f9e6687: readingh, add speed option (authored by Aiswarya Kaitheri Kandoth <aiswaryakk29@gmail.com>).
readingh, add speed option
Sep 21 2019, 2:36 PM
timotheegiet committed R2:7672e6230b66: gletters, adjust speed variables (authored by timotheegiet).
gletters, adjust speed variables
Sep 21 2019, 2:36 PM
timotheegiet committed R2:83b030f73b35: wordsgame, fix typo in english dataset (authored by timotheegiet).
wordsgame, fix typo in english dataset
Sep 21 2019, 2:36 PM

Sep 17 2019

timotheegiet committed R2:cb476c30ef59: target, fix answer validation (authored by timotheegiet).
target, fix answer validation
Sep 17 2019, 5:09 PM

Sep 16 2019

timotheegiet committed R2:36ad150ba9e6: gletters, add speed setting (authored by timotheegiet).
gletters, add speed setting
Sep 16 2019, 9:36 PM

Sep 15 2019

timotheegiet updated the task description for T11660: requirements for Krita on plasma wayland.
Sep 15 2019, 3:19 PM · Plasma on Wayland
timotheegiet created T11660: requirements for Krita on plasma wayland.
Sep 15 2019, 2:32 PM · Plasma on Wayland

Sep 1 2019

timotheegiet committed R2:ae28467c58af: gletters, ml dataset, remove letters that need more than one key press (authored by Aiswarya Kaitheri Kandoth <aiswaryakk29@gmail.com>).
gletters, ml dataset, remove letters that need more than one key press
Sep 1 2019, 1:13 PM

Aug 21 2019

timotheegiet accepted D22548: add multiple datasets to number in order activity.
Aug 21 2019, 12:18 PM · GCompris: Improvements, KDE Edu
timotheegiet accepted D23115: target, add multiple datasets.

Thanks. To me it looks good.
Though waiting for others comments too.

Aug 21 2019, 12:16 PM · GCompris: Improvements, KDE Edu
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

timotheegiet added a comment to D23115: target, add multiple datasets.

Tested, all works as expected.
There is still the star level associated with the datasets which need to be properly set, as on most of the datasets you added...
Beside this, the rest looks ok.

Aug 20 2019, 4:32 PM · GCompris: Improvements, KDE Edu
timotheegiet added a comment to D22548: add multiple datasets to number in order activity.

Tested, for me it's good to merge.
I wait for other mentors advices on the code before pushing the "Accept Revision" button.

Aug 20 2019, 12:41 PM · GCompris: Improvements, 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
timotheegiet added reviewers for D23115: target, add multiple datasets: GCompris, timotheegiet, amankumargupta, scagarwal, asagtani.
Aug 20 2019, 11:05 AM · GCompris: Improvements, KDE Edu

Aug 15 2019

timotheegiet committed R924:92044fff3552: downloads, split one translation line for modularity (authored by timotheegiet).
downloads, split one translation line for modularity
Aug 15 2019, 4:38 PM

Aug 11 2019

timotheegiet committed R2:001d527008a1: advanced_colors, new butterfly images (authored by timotheegiet).
advanced_colors, new butterfly images
Aug 11 2019, 5:34 PM

Aug 8 2019

timotheegiet added a comment to D22548: add multiple datasets to number in order activity.

Actually I agree with Johnny's comment about alphabet-sequence activity; better not add dataset to it and instead see how we can improve its pedagogical side.

Aug 8 2019, 11:32 AM · GCompris: Improvements, KDE Edu

Aug 5 2019

timotheegiet committed R924:2d26c6d89b9a: donation, add thank you image (authored by timotheegiet).
donation, add thank you image
Aug 5 2019, 6:50 PM
timotheegiet committed R2:6ef91356e496: appstream, improve donation link (authored by timotheegiet).
appstream, improve donation link
Aug 5 2019, 6:39 PM
timotheegiet committed R2:2b99f6d31703: appstream, improve donation link (authored by timotheegiet).
appstream, improve donation link
Aug 5 2019, 5:32 PM
timotheegiet committed R2:d5cd7fad4f80: colors, update images to new guidelines (authored by timotheegiet).
colors, update images to new guidelines
Aug 5 2019, 1:41 PM

Aug 2 2019

timotheegiet committed R2:7b81bac5a549: multiple_dataset, update text bar style and layout (authored by timotheegiet).
multiple_dataset, update text bar style and layout
Aug 2 2019, 12:46 PM
timotheegiet committed R2:e72414fee63a: multiple_dataset, add activity config icon (authored by timotheegiet).
multiple_dataset, add activity config icon
Aug 2 2019, 12:29 PM

Aug 1 2019

timotheegiet updated the task description for T11304: Having a dedicated KDE server/service/location for public gpg keys of tarballers & Co..
Aug 1 2019, 1:37 PM · Sysadmin

Jul 30 2019

timotheegiet committed R924:098abda42b46: downloads, update infos for Android (authored by timotheegiet).
downloads, update infos for Android
Jul 30 2019, 5:28 PM
timotheegiet committed R924:f8e25a7891d7: more notes about windows store (authored by timotheegiet).
more notes about windows store
Jul 30 2019, 5:28 PM
timotheegiet committed R924:7c54cf9946c1: news translation, eu and pt_BR for 20190303 (authored by timotheegiet).
news translation, eu and pt_BR for 20190303
Jul 30 2019, 5:28 PM
timotheegiet committed R924:3a818fca17d5: buy, add anchor for donations (authored by timotheegiet).
buy, add anchor for donations
Jul 30 2019, 5:28 PM
timotheegiet committed R924:e8df1746df1f: downloads, add note about the Windows store requiring Windows 10 (authored by timotheegiet).
downloads, add note about the Windows store requiring Windows 10
Jul 30 2019, 5:28 PM

Jul 25 2019

timotheegiet requested changes to D22548: add multiple datasets to number in order activity.

Why did you duplicate the svg images from planegame in the alphabet-sequence activity (cloud, cloud_storm and tuxhelico) ?
It is not needed and only increase the size of the package.

Jul 25 2019, 2:12 PM · GCompris: Improvements, KDE Edu

Jul 17 2019

timotheegiet committed R2:e480d59a1d73: categories, simplify logic for buttons icons (authored by timotheegiet).
categories, simplify logic for buttons icons
Jul 17 2019, 12:48 PM
timotheegiet committed R2:5dfd80ec06ef: categories, adapt button for icons (authored by timotheegiet).
categories, adapt button for icons
Jul 17 2019, 12:35 PM

Jul 11 2019

timotheegiet updated the task description for T11198: Localized dataset system.
Jul 11 2019, 3:48 PM · GCompris
timotheegiet closed T11199: drawnumbers and drawletters: add an option to change level manually as Resolved.

Done in d1a474fcfe97f5cced744a2720505d9e15fc607c

Jul 11 2019, 1:31 PM · GCompris: Improvements
timotheegiet claimed T11199: drawnumbers and drawletters: add an option to change level manually.
Jul 11 2019, 1:30 PM · GCompris: Improvements
timotheegiet committed R2:d1a474fcfe97: number_sequence, add option to go to next level manually (authored by timotheegiet).
number_sequence, add option to go to next level manually
Jul 11 2019, 1:09 PM
timotheegiet committed R2:690c4b875fae: android, build for 64bit (authored by timotheegiet).
android, build for 64bit
Jul 11 2019, 11:34 AM

Jul 9 2019

timotheegiet committed R2:e9763f4c5934: categories, add categories icons (authored by timotheegiet).
categories, add categories icons
Jul 9 2019, 8:00 PM
timotheegiet committed R2:242e968bf0f5: categories, improve style for keyboard navigation (authored by timotheegiet).
categories, improve style for keyboard navigation
Jul 9 2019, 3:30 PM
timotheegiet committed R2:49f5862e74a6: categories, new button style and improved layout (authored by timotheegiet).
categories, new button style and improved layout
Jul 9 2019, 2:18 PM
timotheegiet moved T11199: drawnumbers and drawletters: add an option to change level manually from Backlog to Junior Jobs on the GCompris: Improvements board.
Jul 9 2019, 10:38 AM · GCompris: Improvements
timotheegiet created T11199: drawnumbers and drawletters: add an option to change level manually.
Jul 9 2019, 10:38 AM · GCompris: Improvements
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 2 2019

timotheegiet committed R37:70958faf0440: snapshot docker, add new icon for snapshot (authored by timotheegiet).
snapshot docker, add new icon for snapshot
Jul 2 2019, 3:41 PM
timotheegiet added a comment to T11156: Enable physical keyboard on Android for gletters and others.

Thanks for the patch, it has a few different things than what I tried so it might work.
I'll make the test apk when I'm back, check with them and forward the result.

Jul 2 2019, 8:57 AM · GCompris: Bugs

Jun 29 2019

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

Jun 28 2019

timotheegiet triaged T11156: Enable physical keyboard on Android for gletters and others as Normal priority.
Jun 28 2019, 5:01 PM · GCompris: Bugs