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