File: TODO

package info (click to toggle)
langdrill 0.3-8
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, buster
  • size: 568 kB
  • sloc: cpp: 1,377; makefile: 73
file content (21 lines) | stat: -rw-r--r-- 732 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
(Code: --: todo, ++: done)

-- Code beautification. (permamnent)

-- Document with "doxygen" the code. (permamnent)

-- Docment the program better, especially how to write the data files.

++ Simplify the input files by automaticaly detecting newly added lesson 
   sections.

++ Load/Reload buttons to permit changing the definition file without
   restarting the application.

-- Clean the memory allocated for the VDKFileTreeDialog after the window
   is closed. Now the memory is freed by the garbage collector at program
   termination.

-- The Reload should not unselect the current selected lessons, but preserve 
   the current selections. The Load and Reload should be changed not to 
   start a new quizz set, eventually.