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