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