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