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