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