]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/wx-console/CHANGELOG
- wxbRestorePanel : implemented the director modification showing jobid when a job...
[bacula/bacula] / bacula / src / wx-console / CHANGELOG
1 06-08-2004 :
2  - wxbRestorePanel : implemented the director modification showing
3      jobid when a job is started.
4
5 28-07-2004 :
6  - wxbRestorePanel : implemented restore before=<Date> parameter.
7
8 17-07-2004 :
9  - wxbRestorePanel & wxbHistoryTextCtrl : Fixed unsigned comparisons.
10  - wxbRestorePanel : Fixed problem when the newly created job is not
11     at the end of the list.
12
13 16-07-2004 :
14  - wxbRestorePanel : Fixed crash when an error occurs while querying
15     restore list (reported by Dan Langille).
16
17 15-07-2004 :
18  - wxbMainFrame : When an unexpected question is in this format 
19     (***? (yes/mod/no):), a list is shown to choose one of these 
20     possibilities.
21  - wxbRestorePanel : Fixed crash when there is no backup available
22      (fresh install) 
23  - wxbHistoryTextCtrl : Created a new text control that keep an history
24      of typed commands.
25
26 14-07-2004 :
27  - wxbMainFrame : Fixed config file problem when changing the default
28      configuration file (Linux)
29
30 03-07-2004 :
31  - wxbConfigPanel : Fixed ?: operator cast problem with gcc 2.95.
32
33 25-06-2004 :
34  - wxbRestorePanel : Fix file size truncated if >100mb.
35
36 14-06-2004 :
37  - wxbConfigPanel : fixed tests
38
39 22-05-2004 :
40  - wxbUtils : Created this class, containing general functions like
41     WaitForEnd
42
43 21-05-2004 :
44  - wxbRestorePanel : Added functions to get/set working status
45
46 17-05-2004 :
47  - wxbRestorePanel : Implemented refresh buttons
48
49 15-05-2004 :
50  - wxbRestorePanel : The user can now mark/unmark a range of files selected
51      with shift-click or multiple files selected with ctl-click, by
52      right-clicking or using buttons.
53  - wxbRestorePanel : Added buttons to mark/unmark directories/files.
54  - wxbRestorePanel : Added buttons to force to refresh the whole tree/list
55
56 14-05-2004 :
57  - wxbMainFrame : Fixed various reconnecting and disconnecting problems.
58  - console_thread : The user can now choose the director to use
59     when there's multiple directors in the configuration file.
60  - wxbRestorePanel : List's columns are now resized correctly in the
61      first directory.
62
63 13-05-2004 :
64  - wxbRestorePanel : Width adjustments between the tree view window
65      and the file view window are now possible.
66
67 10-05-2004 :
68  - wxbTableParser : wxHashMap replaced by wxArray
69
70 09-05-2004 :
71  - wxbMainFrame : reconnecting/disconnecting implemented
72  - wxbMainFrame : Added menus to allow the user to change his config
73       file, and to edit it.
74
75 08-05-2004 :
76  - wxbMainFrame : The user can now choose his configuration file,
77       and his choice is stored in a wxConfig (registry under Win32,
78       file under Linux)...
79  - wxbConfigFileEditor : Created a small text editor
80
81 07-05-2004 :
82  - console_thread : Added support for the new parse_config which
83       returns a status code.
84  - wxbMainFrame/console_thread : A command line parameter now
85       allows the user to choose his config file.
86
87 06-05-2004 :
88  - wxbMainFrame : Corrected font bug in GTK+ 1.2
89  - console_thread : Added support for Mac OS X configuration
90       file location.
91
92 02-05-2004 :
93  - wxbMainFrame : Corrected incorrect casting of thread event
94       functions (reported by Aristedes Maniatis)
95  - wxbRestorePanel : Corrected incorrect casting of event
96       functions (reported by Aristedes Maniatis)
97
98 01-05-2004 :
99  - wxbRestorePanel : Corrected a problem when you double-clicked an 
100       a folder in the list, the list was then refreshed two times
101       (instead of one) in the new directory
102  - wxbRestorePanel : Improved configuration panels' look
103  - wxbRestorePanel : Added titles to configuration panels
104  - wxbMainFrame : If the connection drops unexpectedly, it should say 
105    it lost the connection to the Director and then wait for you to
106    either manually exit or (when it becomes possible) reconnect.
107  - wxbMainFrame : corrected segmentation faults when exiting
108      (to be verified)
109  - wxbMainFrame : the user can quit however the state is
110
111 30-04-2004 :
112  - wxbRestorePanel : Added "Cancel" button to cancel restore at
113      all state of restore process.
114  - wxbMainFrame : Added "Send" button
115  - wxbRestorePanel (first configure) : Changed defaults values when
116      Job Name changes
117  - wxbRestorePanel (first configure) : corrected problem when bad
118      parameters are chosen
119  - wxbRestorePanel : Checking more carefully which job we just have run
120  - wxbRestorePanel : Using wxStopWatch instead of GetTicks to manage
121      timeouts.
122  - wxbMainFrame : Added "Command: " in front of the command window
123      so that the user knows he can type into the command line
124      (thanks to Kern)
125  - wxbMainFrame : Fixed 100% CPU usage in GTK : added buffering when
126      receiving data to print to the console (thanks to Phil)
127  - wxbRestorePanel : Fixed 100% CPU usage in GTK : added sleeps between
128      Yields.
129
130 29-04-2004 :
131  - wxbRestorePanel : Modified the way a restore is started : much
132      more parameters are modifiable.
133  - wxbConfigPanel : Created a generic panel which can be used
134      to setup configuration parameters (for example when restoring)
135
136 27-04-2004 :
137  - wxbMainFrame : others panels are locked when a command is ran
138      directly by typing in the console.
139  - wxbRestorePanel : Updated update interval of the progress bar
140      when restoring
141      
142 26-04-2004 :
143  - Corrected a bug in Windows which causes wx-console to crash when
144      typing quit before exiting the application.
145
146 25-04-2004 :
147  - general : status text is more often used
148  - wxbRestorePanel : restore aborted if there's no client or no fileset
149  - wxbRestorePanel : corrected problem if one double clicks on a
150      directory X in the left "tree" window when the directory is 
151      not yet open, instead of selecting the directory and everything 
152      below, it opens the directory and nothing is selected.
153  - wxbRestorePanel : first client is selected when restore
154      mode starts.
155  - wxbRestorePanel : when the director is building tree, 
156      changes are made to the status in the gauge.
157  - wxbRestorePanel : Cursor set to hourglass when working
158  - wxbMainFrame : Automatically scrolling to the bottom of 
159      console text control.
160
161 24-04-2004 :
162  - wxbMainFrame : When starting wx-console, the initial key 
163       input focus is set into the command window.
164  - wxbMainFrame : the user is now prompted when an 
165       unexpected "question" is asked).
166  - wxbRestorePanel : configure is allowed to change fileset
167  - wxbRestorePanel : using dot commands (.clients, .filesets)
168  - console_thread : implemented prompt and heartbeat messages
169
170 23-04-2004 :
171  - general : Don't concatenate lines in csprint, but in wxbDataParser
172          (necessary for dot commands)
173
174 22-04-2004 :
175  - wxbRestorePanel : improved restore appearance
176  - wxbRestorePanel : configure is allowed to change client
177
178 19-04-2004 :
179  - wxbRestorePanel : Locked configure items until first 
180    configuration is received
181  - wxbRestorePanel : Removed estimate, which slows the restore
182    process
183
184 18-04-2004 :
185  - wxbRestorePanel : wxTreeCtrl::GetParent changed in 
186    GetItemParent (thanks to Luca Berra)
187  - wxbRestorePanel : The user can now change a part of restore
188     configuration
189
190 17-04-2004 :
191  - wxbRestorePanel modified to use wxbDataParsers
192  - created wxbDataTokenizer, which fetches commands results
193  - modified the way data is passed to panel (no Prints anymore,
194    but wxbDataParsers)
195  - win32 : Makefile.in corrected to use ressource file
196  - win32 : wx-console is now compatible with MinGW.
197  - wxbPanel/wxbMainFrame : Added a locking function (for example, 
198    the user can't type something in the console when a restore
199    is in progress)
200
201 16-04-2004 :
202  - wxbRestorePanel : Allow the user to change the status by 
203    double-clicking on the check mark
204
205 15-04-2004 :
206  - project renamed in wx-console
207  - console_thread : Uses wx-console.conf instead of console.conf
208  - wxbRestorePanel : Change the marked state without redoing a dir
209
210 12-04-2004 :
211  - The source code is now better documented
212  - wxbRestorePanel : Check if a client was selected before
213    entering choose mode
214  - The source code is now right idented (3 spaces by level)
215  - Copyrights changed to Kern Sibbald and John Walker
216  - wxbPanel : super-class access rights problem corrected
217  - wxbRestorePanel : Added "nice" images to indicate restore status