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