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