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