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