]> git.sur5r.net Git - bacula/bacula/blob - bacula/src/wx-console/TODO
- wxbRestorePanel : Width adjustments between the tree view window and the file view...
[bacula/bacula] / bacula / src / wx-console / TODO
1 general : Show nice messages boxes when errors occurs.
2
3 console_thread : Allow the user to choose his director when there's multiple
4     directors.
5
6 Win32 : Crash when quitting while trying to connect
7
8 Mac OS X : "You must first get a unique identifier for your application, 
9   a so called creator, a four letter constant. All you need to know about
10   this step is at http://developer.apple.com/dev/cftype/" (wxWiki)
11   To modify in Makefile.in wx-console target
12   
13 Mac OS X : Ask kern for the status of this distribution (who is
14   the package releaser ?)
15
16 wxbRestorePanel : List's columns not resized correctly in the first directory.
17
18 [postponed to July:]
19
20 wxbConfigFileEditor : create a more precise editor, with something like
21    a tree structure
22
23 wxbRestorePanel : When cancelling, check for commands results
24
25 wxbRestorePanel : Add a way to cancel restore when building tree
26    (needs director modifications)
27
28 wxbMainFrame : set focus to type control when clicking on console
29
30 global : create a general class which keeps clients, jobs, 
31         filesets, pools... list, and with functions like WaitForEnd.
32
33 wxbConfigPanel : Create a dialog for selecting dates and paths.
34
35 wxbMainFrame : use more often status text
36
37 wxbRestorePanel : Ask Kern for a dot command which gives restore
38   dates for a client (with an interval, last 20 for example, or last
39   40 excluding last 20).
40
41 wxbRestorePanel : Add buttons to mark/unmark directories/files.
42
43 wxbRestorePanel : Add a button to force to refresh the whole tree
44
45 wxbRestorePanel : There needs to be some way of marking/unmarking a range of 
46      files selected with shift-click or multiple files selected 
47      with ctl-click. The GTX console uses a button to mark/unmark 
48      the selected entries.
49      
50 wxbRestorePanel : Use ".default job=RestoreFiles" to get defaults parameters
51         when changing a restore parameter fails.
52
53 wxbDataParser : Add a boolean in the constructor to avoid storing data which 
54     will not be used.
55
56 wxbRestorePanel : Check if commands ran successfully (cd, mark, mods...).
57
58 GTK : Improve look
59
60 wxblistctrl/wxbtreectrl : Find why events are not forwarded correctly 
61   to parent' parent, and correct bad actual implementation.
62    (remove wxbSplitterWindow)
63
64 general : find out why I had to modify string.cpp and string.h
65   + In include/wx/string.h, replace line 195 by
66       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
67   + In src/common/string.cpp, replace line 167 by
68       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
69
70 mingw : correct findlib stat blocks and block size
71         (Note : nothing to do with wx-console)
72
73 wxbRestorePanel : The + only appears when one selects a directory, 
74    to indicate it has subdirectories
75
76 wxbRestorePanel : Add a timeout when waiting for commands results
77
78 wxbRestorePanel : Be sure of which job we just have run (not suppositions
79    as I'm doing now) : needs director modification.
80
81 bacula-dir : Progress status when building tree.
82
83 bacula-dir : correct director to handle correctly + marked status
84    (In fact there is a bug in the director : If you mark a directory
85    (not a file), and then unmark it, its parents keep the "+" status.)
86
87 general : make a good documentation with snapshots