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