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