]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/wx-console/TODO
Add support for director monitoring.
[bacula/bacula] / bacula / src / wx-console / TODO
1 general : Show nice messages boxes when errors occurs.
2
3 general : Bug reported by Kern:
4   I tried loading my current backup into the restore window. It
5   consisted of something like 10 jobs and was pretty big.  It was all
6   loaded, I double clicked on a directory, which was then marked, then
7   I opened it and clicked on subdirectory to unmark it, and I saw the
8   X appear on the top directory with a small check, then I'm not sure if I
9   clicked again, but my whole OS froze -- at first I could still move the
10   mouse a bit (very slowly) then after 30 seconds *everything* was dead.
11   I had to do a power off to get my system back.
12    
13 wxbRestorePanel : list jobs and list jobid=# will probably crash if there
14    is nothing to show (db error or empty table)
15    
16 GTK2 : The console control is not scrolled correctly (wxGTK bug)
17
18 Win32 : Crash when quitting while trying to connect
19
20 Mac OS X : "You must first get a unique identifier for your application, 
21   a so called creator, a four letter constant. All you need to know about
22   this step is at http://developer.apple.com/dev/cftype/" (wxWiki)
23   To be modified in Makefile.in wx-console target
24   
25 Mac OS X : Ask kern for the status of this distribution (who is
26   the package releaser ?)
27
28 wxbRestorePanel : Add images in add/remove/refresh buttons
29
30 wxbRestorePanel : disable controls when working or (better) queue events
31   (see commented out code in wxbrestorepanel (marked with EVTQUEUE))
32
33 wxbMainFrame : When exiting using menu, a messagebox is shown to ask the
34   user if he want to quit because the connection is lost. (doesn't
35   happen on Linux)
36
37 wxbUtils : add clients, jobs, filesets, pools... list, merge patch file (wxbnewutils.patch)
38
39 general : do not show some commands results (for example .help)
40
41 general : add a tab containing messages
42
43 wxbConfigFileEditor : create a more precise editor, with something like
44    a tree structure
45
46 wxbRestorePanel : When cancelling, check for commands results
47
48 wxbRestorePanel : Add a way to cancel restore when building tree
49    (needs director modifications)
50
51 wxbMainFrame : set focus to type control when clicking on console
52
53 wxbConfigPanel : Create a dialog for selecting dates and paths.
54
55 wxbMainFrame : use more often status text
56    
57 wxbRestorePanel : Use ".default job=RestoreFiles" to get defaults parameters
58         when changing a restore parameter fails.
59
60 wxbDataParser : Add a boolean in the constructor to avoid storing data which 
61     will not be used.
62
63 wxbRestorePanel : Check if commands ran successfully (cd, mark, mods...).
64
65 GTK : Improve look
66
67 wxblistctrl/wxbtreectrl : Find why events are not forwarded correctly 
68   to parent' parent, and correct bad actual implementation.
69    (remove handler parameter in wxTreeCtrl/wxListCtrl constructor)
70
71 Win32 : find out why I had to modify string.cpp and string.h
72   + In include/wx/string.h, replace line 195 by
73       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
74   + In src/common/string.cpp, replace line 167 by
75       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
76
77 mingw : correct findlib stat blocks and block size
78         (Note : nothing to do with wx-console)
79
80 wxbRestorePanel : The + only appears when one selects a directory, 
81    to indicate it has subdirectories
82
83 wxbRestorePanel : Add a timeout when waiting for commands results
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