]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/wx-console/TODO
9408f38eb2c3534cb2c8e2e4c2dfb785d567e2d1
[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 : Add images in add/remove/refresh buttons
14
15 wxbRestorePanel : disable controls when working
16
17 [postponed to July:]
18
19 wxbConfigFileEditor : create a more precise editor, with something like
20    a tree structure
21
22 wxbRestorePanel : When cancelling, check for commands results
23
24 wxbRestorePanel : Add a way to cancel restore when building tree
25    (needs director modifications)
26
27 wxbMainFrame : set focus to type control when clicking on console
28
29 global : create a general class which keeps clients, jobs, 
30         filesets, pools... list, and with functions like WaitForEnd.
31
32 wxbConfigPanel : Create a dialog for selecting dates and paths.
33
34 wxbMainFrame : use more often status text
35
36 wxbRestorePanel : Ask Kern for a dot command which gives restore
37   dates for a client (with an interval, last 20 for example, or last
38   40 excluding last 20).
39     
40 wxbRestorePanel : Use ".default job=RestoreFiles" to get defaults parameters
41         when changing a restore parameter fails.
42
43 wxbDataParser : Add a boolean in the constructor to avoid storing data which 
44     will not be used.
45
46 wxbRestorePanel : Check if commands ran successfully (cd, mark, mods...).
47
48 GTK : Improve look
49
50 wxblistctrl/wxbtreectrl : Find why events are not forwarded correctly 
51   to parent' parent, and correct bad actual implementation.
52    (remove handler parameter in wxTreeCtrl/wxListCtrl constructor)
53
54 general : find out why I had to modify string.cpp and string.h
55   + In include/wx/string.h, replace line 195 by
56       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
57   + In src/common/string.cpp, replace line 167 by
58       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
59
60 mingw : correct findlib stat blocks and block size
61         (Note : nothing to do with wx-console)
62
63 wxbRestorePanel : The + only appears when one selects a directory, 
64    to indicate it has subdirectories
65
66 wxbRestorePanel : Add a timeout when waiting for commands results
67
68 wxbRestorePanel : Be sure of which job we just have run (not suppositions
69    as I'm doing now) : needs director modification.
70
71 bacula-dir : Progress status when building tree.
72
73 bacula-dir : correct director to handle correctly + marked status
74    (In fact there is a bug in the director : If you mark a directory
75    (not a file), and then unmark it, its parents keep the "+" status.)
76
77 general : make a good documentation with snapshots