]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/wx-console/TODO
- wxbRestorePanel : when the director is building tree, changes are made to the...
[bacula/bacula] / bacula / src / wx-console / TODO
1 FEATURES
2 --------
3
4 GTK : Fix 100% CPU usage when waiting for results
5
6 wxbMainFrame : Add some text in front of the command window such as 
7    "Command: " so that the user knows he can type into the 
8    command window (or command line)
9    
10 wxbRestorePanel : Select the first client when clicked on start button.
11
12 wxbRestorePanel : Reconsider start button's labels.
13
14 general : Show nice messages when errors occurs.
15
16 wxbMainFrame : use more often status text
17
18 wxbRestorePanel : Add a Cancel Restore button
19    (may need to implement BNET_BREAK to break current command)
20
21 wxbRestorePanel : However, if one double clicks on a directory X in the left 
22      "tree" window when the directory is not yet open, instead of 
23      selecting the directory and everything below, it opens the 
24      directory and nothing is selected.
25      
26 wxbRestorePanel : abort restore if there's no client.
27
28 general : Allow the user to quit however the state is (kill thread if necessary)
29
30 VC++ : crashing when there's no configuration file, or server is unreachable
31
32 [postponed to July:]
33
34 wxbRestorePanel : Add buttons to mark/unmark directories/files.
35
36 wxbRestorePanel : Add a button to force to refresh the whole tree
37
38 wxbRestorePanel : Put titles above the Client drop down 
39      box and the Backup date drop down box. It isn't immediately 
40      obvious that the dates correspond to the backup dates.
41
42 wxbRestorePanel : There needs to be some way of marking/unmarking a range of 
43      files selected with shift-click or multiple files selected 
44      with ctl-click. The GTX console uses a button to mark/unmark 
45      the selected entries.
46      
47 wxbRestorePanel : Is there any way to add a width adjustment handle between 
48      the tree view window and the file view window so that the 
49      width of the tree view can be changed?
50
51 general : Implement reconnecting
52
53 wxbRestorePanel : Use ".default job=RestoreFiles" to get defaults parameters
54         when changing a restore parameter fails.
55
56 console_thread : Allow the user to choose his config file.
57
58 wxbDataParser : Add a boolean in the constructor to avoid storing data is 
59     will not be used.
60
61 wxbTableParser : Replace wxHashMap by wxArray
62
63 wxbRestorePanel : Check if commands ran successfully (cd, mark, mods...).
64
65 GTK : Improve look
66
67 wxblistctrl/wxbtreectrl : Find why events are not forwarded correctly 
68   to parent' parent, and correct bad actual implementation.
69    (remove wxbTreeListPanel)
70
71 general : find out why I had to modify string.cpp and string.h
72   + In include/wx/string.h, replace line 195 by
73       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
74   + In src/common/string.cpp, replace line 167 by
75       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
76
77 mingw : correct findlib stat blocks and block size
78         (Note : nothing to do with wx-console)
79
80 wxbRestorePanel : Check more carefully which job we just have run
81    (needs director modification).
82    
83 wxbRestorePanel : Add a timeout when waiting for commands results
84
85 general : make a good documentation with snapshots
86
87 BUGS
88 ----
89
90 wxRestorePanel : When you double-click an a folder in the list, 
91       the list is then refreshed two times (instead of one) 
92       in the new directory