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