5
I Use This!
Moderate Activity

Commits : Listings

Analyzed about 3 hours ago. based on code collected about 3 hours ago.
Nov 29, 2024 — Nov 29, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Added lesson rename button (works) and delete lesson button (not yet). Rather ugly. And renaming is so easy by double-clicking... throw them out again right away?
fregl
as Frederik Gladhorn
More... over 18 years ago
Layout fixes. Mainly tab order. More... over 18 years ago
Selecting the right lesson at start finally works. Now only need to pass that on to the table model.
fregl
as Frederik Gladhorn
More... over 18 years ago
SVN_SILENT made messages (.desktop file) More... over 18 years ago
Crash prevention More... over 18 years ago
Now the sort/filter model behaves better, but there are still some issues, e.g. "undo" a sort. More... over 18 years ago
icon name spec fixes
Aaron Seigo
as Aaron J. Seigo
More... over 18 years ago
Cleanup, move some connects to initLessonList.
fregl
as Frederik Gladhorn
More... over 18 years ago
Moved lesson list initialization into its own function initLessonList().
fregl
as Frederik Gladhorn
More... over 18 years ago
Work on the entry dialog. Mostly handling of larger table selections. More... over 18 years ago
Add enum for m_lessonSelectionCombo.
fregl
as Frederik Gladhorn
More... over 18 years ago
kvoctrain crashed when started without any file in the history.
fregl
as Frederik Gladhorn
More... over 18 years ago
Usage labels work again in the entry dialog More... over 18 years ago
Goodbye unused obsolete code More... over 18 years ago
Delete obsolete files and code for combobox validation. More... over 18 years ago
Work on last query date and query count editing. More... over 18 years ago
Work on last query date editing More... over 18 years ago
Removed lessonview as friend of lessonmodel, was innecessary.
fregl
as Frederik Gladhorn
More... over 18 years ago
Set sort order by lesson to get a sensible default from the sort-filter-proxy-thingy.
fregl
as Frederik Gladhorn
More... over 18 years ago
SVN_SILENT made messages (.desktop file) More... over 18 years ago
Better behavior when no lesson is selected. Cleanup.
fregl
as Frederik Gladhorn
More... over 18 years ago
Add tooltips for lesson stuff.
fregl
as Frederik Gladhorn
More... over 18 years ago
Make New lesson button work. Delete all <no lesson> stuff in favor of adding vocabulary without a lesson to " Default lesson". This should still be compatible with all old files and old vers ions will still be able to read the files. Because the <no lesson> is away KVTLessonModel no longer needs an internal lesso n list but is again directly using the data from m_doc. KVTLessonView now has a slot to add a new lesson. The old way still works (property dialog) but currently does not update the lessonview.
fregl
as Frederik Gladhorn
More... over 18 years ago
Changed lesson list to QTreeView because list cannot handle checkboxes. Added combobox for lesson edit selection, added kvtlessonview class to update the lesson selection when loading. Remove the all entry from lesson list (replaced by combo box).
fregl
as Frederik Gladhorn
More... over 18 years ago
adapt to the recent KEduVocArticle changes More... over 18 years ago
Improved typedefs for query selections More... over 18 years ago
Cleanup More... over 18 years ago
Don't define the same enum twice More... over 18 years ago
follow the recent KEduVocDocument API changes More... over 18 years ago
More efficient use of QDateTime More... over 18 years ago