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