0
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected 1 day ago.
May 17, 2023 — May 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved buttons on the right side and removed Close button for HelpBrowser.
Frederic Bergeron
as fbergeron
More... about 14 years ago
Added Online Help.
Frederic Bergeron
as fbergeron
More... about 14 years ago
Added remaining items in Preferences Dialog.
Frederic Bergeron
as fbergeron
More... about 14 years ago
Added revealing sequences list in Preferences Dialog. Enabled panning using a QScrollArea widget.
Frederic Bergeron
as fbergeron
More... about 14 years ago
Improved layout of PreferencesDialog.
Frederic Bergeron
as fbergeron
More... about 14 years ago
Began working on PreferencesDialog.
Frederic Bergeron
as fbergeron
More... about 14 years ago
Undo changesd committed in r922:923. They should have been done on the fremantle branch. Fixed bug tracker url and variables in deb control file.
Frederic Bergeron
as fbergeron
More... about 14 years ago
Merged r922:923 from qt4/trunk to fremantle/trunk.
Frederic Bergeron
as fbergeron
More... about 14 years ago
Commented everything except About Dialog.
Frederic Bergeron
as fbergeron
More... about 14 years ago
Created fremantle branch from qt4's trunk.
Frederic Bergeron
as fbergeron
More... over 14 years ago
Implemented Statistics::removeTermData(). More... over 14 years ago
Kept working on the handling of translations marked for deletion. More... over 14 years ago
Began handling translations marked for deletion. More... over 14 years ago
Integrated Comment class. More... over 14 years ago
Added uid and isMarkedForDeletion to Translation class. Added Comment class (not used yet) that adds uid and isMarkedForDeletion for comments. Added BiUidKey. Changed the Statistics so that they use a BiUidKey instead of a TermUid for key. This should allow the stats to move along when cut-pasting terms to a different location. More... over 14 years ago
Set lastRepetionDate to null value for new terms. Initialize progress data before starting original quiz. Increased width of progress bar. Added tick marks to schedule's slider. Relocated N/A string to QObject context. Added language prefixes in Util::languageCodeList array. More... over 14 years ago
Fixed Total column bug width in PropertiesPanel. Removed ContentListView class.
Frederic Bergeron
as fbergeron
More... over 14 years ago
Display N/A value for average and deviation when there is no value to compute. More... over 14 years ago
Fixed uninitialized variable bug in SuccessRateDistribution graph. More... over 14 years ago
Added SuccessRateDistribution graph. More... over 14 years ago
Added lastRepetitionDate, successCount, and missCount statistics. More... over 14 years ago
Consider terms translated in more than 2 languages in doRemoveItem(). Still incomplete. Added comments to Vocabulary methods. More... over 14 years ago
When cut-pasting items, copy the identifiers. Otherwise, we lose stats that were associated to them. More... over 14 years ago
Bug fix: Prevented addition of null translations when loading data. More... over 14 years ago
Display progress data for selected term in Vocabulary Manager. Small refactoring : removed commented and old code. More... over 14 years ago
Slightly refactored Quiz class by removing getCurrentEasinessFactor() and his friends. More... over 14 years ago
Display week number in schedule. Fixed minor bugs and refactoring. More... over 14 years ago
Added Softpedia logo. Added warning when importing glossary files. Added link to blog. More... over 14 years ago
Draw schedule and EF Distribution graphes in function of QFontMetrics. More... over 14 years ago
Display EF value count and standard deviation in EF Distribution Graph. More... over 14 years ago