| informationsyndicateUTC clock | event counters The last message was received 1.07 years ago at 21:49 on Feb 24, 2009 0 messages so far today, 0 messages yesterday 0 messages so far this week, 0 messages last week 0 messages so far this month, 0 messages last month 149 messages since the first one, 1.93 years ago, for an average of 4.73 days between messages recent messages date | project | content | link |
|---|
| 21:36 on Feb 24, 2009 | KDE | Commit by capel :: r931142 parley/trunk/KDE/kdeedu/parley/src/practice/ (4 files): Various fixes for flashcard UI: - Key shortcuts now work and are remappable.
- Clicking on the card makes it flip (as per multiple requests)
- Actions that don't make sense in flashcard mode are hidden. Problems remaining:
- The new actions ('I know it' and 'I don't know it') don't show up in the navigation menu. This has to do with the new parleypracticeui.rc file not being parsed for some reason. They do, however, show up in the shorts config menu. BUG:179196
| # | | 09:26 on Feb 24, 2009 | KDE | Commit by capel :: r930794 parley/trunk/KDE/kdeedu/parley/src/practice/ (3 files in 3 dirs): After using the flashcard mode pretty extensively, I found out that the prompts will eat anything between < and >'s that is put into the entry, causing confusion.
Here is a simple fix -- they are just escaped to < and > | # | | 03:38 on Jan 01, 2009 | KDE | Commit by capel :: r903993 parley/trunk/KDE/kdeedu/parley/src/practice/timer.cpp: Adding a license and copyright notice -- they were missing due to an oversight from before. | # | | 02:15 on Sep 07, 2008 | KDE | Commit by capel :: r857950 parley/trunk/KDE/kdeedu/parley/src/practice/modeindependent.cpp: Detects an invalid theme, shows a message saying that, and aborts to avoid crashing messily.
It still crashes messily on exit, but that's a known and pre-existing bug. | # | | 13:49 on Aug 18, 2008 | KDE | Commit by capel :: r848808 parley/trunk/KDE/kdeedu/parley/src/practice/themes/theme_requirements.txt: Update the link and add the practice mode creation guide.
Final Summer of Code commit! | # | | 10:44 on Aug 18, 2008 | KDE | Commit by capel :: r848716 parley/trunk/KDE/kdeedu/parley/src/practice/themes/ (3 files): Adding previews | # | | 10:31 on Aug 18, 2008 | KDE | Commit by capel :: r848693 parley/trunk/KDE/kdeedu/parley/src/practice/ (22 files in 5 dirs): Documentation! | # | | 05:30 on Aug 18, 2008 | KDE | Commit by capel :: r848559 parley/trunk/KDE/kdeedu/parley/src/practice/themes/CMakeLists.txt: Updated cmakelists.txt to install the new theme. | # | | 04:49 on Aug 18, 2008 | KDE | Commit by capel :: r848550 parley/trunk/KDE/kdeedu/parley/src/practice/themes/ (clean.desktop clean_theme.svgz): Adding new theme. This version is identicle to the default except that all the elements are invisible on the svg -- less useful for debugging, but prettier, too. | # | | 11:54 on Aug 17, 2008 | KDE | Commit by capel :: r848316 parley/trunk/KDE/kdeedu/parley/src/practice/ (13 files in 5 dirs): Fixes the bug in the progress bar.
Additionally, I fixed a future bug: if a new theme would have moved an element out of an active area and into main, it would have broke. Now, the code will detect and fix this. | # | | 10:30 on Aug 17, 2008 | KDE | Commit by capel :: r848205 parley/trunk/KDE/kdeedu/parley/src/practice/modeindependent.cpp: Fixes silly errors in the previous commit. | # | | 10:27 on Aug 17, 2008 | KDE | Commit by capel :: r848201 parley/trunk/KDE/kdeedu/parley/src/practice/modeindependent.cpp: Makes the generic "Enter Translation:" mode specific ("Select Synonym:" for synonym practice, etc). | # | | 11:10 on Aug 16, 2008 | KDE | Commit by capel :: r847800 libkdeedu/trunk/KDE/kdeedu/ (20 files in 7 dirs): Conjugation is now complete. it uses personalpronouns + tense for the prompt when available, but it falls back to a generic description when a pronoun isn't.
Enabling of Hint and Show Solution in all modes. Deletion of the Hint class (it was unused -- the hint KAction superceded it).
Various small bugfixes.
Fix to make keduvocpersionalpronoun more reliable. | # | | 14:58 on Aug 15, 2008 | KDE | Commit by capel :: r847524 parley/trunk/KDE/kdeedu/parley/src/practice/ (messagebox.cpp messagebox.h): Adding messagebox files | # | | 14:56 on Aug 15, 2008 | KDE | Commit by capel :: r847522 parley/trunk/KDE/kdeedu/parley/src/ (10 files in 5 dirs): Finishing touches on article trainer -- it now works!
Fix for a multiple choice style practices bug.
Made MessageBox, a class to make static labels in a theme. Moved all labels into the code so they can be i18n'ed.
Minor cosmetic fixes in answervalidator.
Updates to the theme to keep it in sync with code changes.
Techbase theme requirements has also been updated. | # | | 12:33 on Aug 15, 2008 | KDE | Commit by capel :: r847463 libkdeedu/trunk/KDE/kdeedu/libkdeedu/keduvocdocument/ (8 files): Articles are now saved, as are plural personal pronouns.
The personal pronouns were victim of my KEduVocWordFlag change, but the articles were victim of an API mixup: KEduVocIdentifier.articles() returned by value, and kvtml2reader was modifying the return value. Returning by reference solves the problem.
Additionally I added some code to hopefully catch the null-d-pointer bug in KEduVocWordType. | # | | 12:31 on Aug 15, 2008 | KDE | Commit by capel :: r847465 parley/trunk/KDE/kdeedu/parley/src/ (5 files in 3 dirs): Fixes for article trainer, as well as some general bug-prevention code. | # | | 15:59 on Aug 14, 2008 | KDE | Commit by capel :: r847055 parley/trunk/KDE/kdeedu/parley/src/practice/ (10 files in 3 dirs): Fix of the final nasty flashcard bug (and more image related small bugs)! Flashcard mode now completely works!
Code cleanup. Code robustness++ Small API change
Change in theme requirements: the background surrounding active areas is called 'mode_background' (eg written_background) instead of 'mode_box'. The combination of mode + image_box and mode_image + box caused a nasty naming conflict (which was part of the flashcard problem).
The techbase page has been updated. | # | | 14:37 on Aug 14, 2008 | KDE | Commit by capel :: r847035 parley/trunk/KDE/kdeedu/parley/src/practice/ (6 files): Fix for the switch-between-image-mode-and-non-image-mode bug. It required a small redesign, but it didn't take as long as I feared.
The list of nasty bugs is diminishing... | # | | 13:44 on Aug 14, 2008 | KDE | Commit by capel :: r847029 parley/trunk/KDE/kdeedu/parley/src/ (5 files in 3 dirs): Fixed a sync bug (the first question now works) Fixed a mode-selector bug.
Updated TODO | # |
|