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