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