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