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