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