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