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