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