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