]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/wx-console/TODO
Add -w parameter to wx-console to change the temporary directory.
[bacula/bacula] / bacula / src / wx-console / TODO
1 console_thread: Find an alternate way to get error messages, without using
2   a temporary file. (See Kern's mail 15.11.04 - 17:32)
3
4 general : Show nice messages boxes when errors occurs.
5
6 general : Bug reported by Kern:
7   I tried loading my current backup into the restore window. It
8   consisted of something like 10 jobs and was pretty big.  It was all
9   loaded, I double clicked on a directory, which was then marked, then
10   I opened it and clicked on subdirectory to unmark it, and I saw the
11   X appear on the top directory with a small check, then I'm not sure if I
12   clicked again, but my whole OS froze -- at first I could still move the
13   mouse a bit (very slowly) then after 30 seconds *everything* was dead.
14   I had to do a power off to get my system back.
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