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