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