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