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