]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/wx-console/CHANGELOG
5fb70ee30d0957cd114d7db261cc88b6622d8e5e
[bacula/bacula] / bacula / src / wx-console / CHANGELOG
1 18-04-2004 :
2  - wxbRestorePanel : The user can now change a part of restore
3     configuration
4
5 17-04-2004 :
6  - wxbRestorePanel modified to use wxbDataParsers
7  - created wxbDataTokenizer, which fetches commands results
8  - modified the way data is passed to panel (no Prints anymore,
9     but wxbDataParsers)
10  - win32 : Makefile.in corrected to use ressource file
11  - win32 : wx-console is now compatible with MinGW.
12  - wxbPanel/wxbMainFrame : Added a locking function (for example, 
13    the user can't type something in the console when a restore
14    is in progress)
15
16 16-04-2004 :
17  - wxbRestorePanel : Allow the user to change the status by 
18    double-clicking on the check mark
19
20 15-04-2004 :
21  - project renamed in wx-console
22  - console_thread : Uses wx-console.conf instead of console.conf
23  - wxbRestorePanel : Change the marked state without redoing a dir
24
25 12-04-2004 :
26  - The source code is now better documented
27  - wxbRestorePanel : Check if a client was selected before
28    entering choose mode
29  - The source code is now right idented (3 spaces by level)
30  - Copyrights changed to Kern Sibbald and John Walker
31  - wxbPanel : super-class access rights problem corrected
32  - wxbRestorePanel : Added "nice" images to indicate restore status