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