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