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