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