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