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