]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/wx-console/TODO
Remove an entry.
[bacula/bacula] / bacula / src / wx-console / TODO
1 general : Show nice messages boxes when errors occurs.
2
3 console_thread : Allow the user to choose his director when there's multiple
4     directors.
5
6 Win32 : Crash when quitting while trying to connect
7
8 Mac OS X : Problem if config file in Mac file format (new line = ASCII 13).
9
10 Mac OS X : "You must first get a unique identifier for your application, 
11   a so called creator, a four letter constant. All you need to know about
12   this step is at http://developer.apple.com/dev/cftype/" (wxWiki)
13   To modify in Makefile.in wx-console target
14   
15 Mac OS X : Ask kern for the status of this distribution (who is
16   the package releaser ?)
17
18 [postponed to July:]
19
20 wxbConfigFileEditor : create a more precise editor, with something like
21    a tree structure
22
23 wxbRestorePanel : When cancelling, check for commands results
24
25 general : Do not quit when configuration file not found.
26
27 wxbRestorePanel : Add a way to cancel restore when building tree
28    (needs director modifications)
29
30 wxbMainFrame : set focus to type control when clicking on console
31
32 global : create a general class which keeps clients, jobs, 
33         filesets, pools... list, and with functions like WaitForEnd.
34
35 wxbConfigPanel : Create a dialog for selecting dates and paths.
36
37 wxbMainFrame : use more often status text
38
39 wxbRestorePanel : Ask Kern for a dot command which gives restore
40   dates for a client (with an interval, last 20 for example, or last
41   40 excluding last 20).
42
43 wxbRestorePanel : Add buttons to mark/unmark directories/files.
44
45 wxbRestorePanel : Add a button to force to refresh the whole tree
46
47 wxbRestorePanel : There needs to be some way of marking/unmarking a range of 
48      files selected with shift-click or multiple files selected 
49      with ctl-click. The GTX console uses a button to mark/unmark 
50      the selected entries.
51      
52 wxbRestorePanel : Is there any way to add a width adjustment handle between 
53      the tree view window and the file view window so that the 
54      width of the tree view can be changed?
55
56 general : Implement dis/reconnecting
57
58 wxbRestorePanel : Use ".default job=RestoreFiles" to get defaults parameters
59         when changing a restore parameter fails.
60
61 wxbDataParser : Add a boolean in the constructor to avoid storing data is 
62     will not be used.
63
64 wxbTableParser : Replace wxHashMap by wxArray
65
66 wxbRestorePanel : Check if commands ran successfully (cd, mark, mods...).
67
68 GTK : Improve look
69
70 wxblistctrl/wxbtreectrl : Find why events are not forwarded correctly 
71   to parent' parent, and correct bad actual implementation.
72    (remove wxbTreeListPanel)
73
74 general : find out why I had to modify string.cpp and string.h
75   + In include/wx/string.h, replace line 195 by
76       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
77   + In src/common/string.cpp, replace line 167 by
78       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
79
80 mingw : correct findlib stat blocks and block size
81         (Note : nothing to do with wx-console)
82
83 wxbRestorePanel : The + only appears when one selects a directory, 
84    to indicate it has subdirectories
85
86 wxbRestorePanel : Add a timeout when waiting for commands results
87
88 wxbRestorePanel : Be sure of which job we just have run (not suppositions
89    as I'm doing now) : needs director modification.
90
91 bacula-dir : Progress status when building tree.
92
93 bacula-dir : correct director to handle correctly + marked status
94    (In fact there is a bug in the director : If you mark a directory
95    (not a file), and then unmark it, its parents keep the "+" status.)
96
97 general : make a good documentation with snapshots