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