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