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