]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/TODO
Change old get_Jobxxx to getJobxxx
[bacula/bacula] / bacula / src / wx-console / TODO
index 858787c2f6162faae0ceea3052f0ee73ef30a9b7..ee388f92b117c495407c6aee697ff245c095067c 100644 (file)
@@ -1,4 +1,22 @@
+BUGS
+----
+
+Reported by Thorsten (May 15 2005 4:23 PM):
+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:
+- start wx-console -> enter quit -> memory leaks
+- start wx-xonsole in debug mode -> drawing error (empty console screen), one click to a scrollbar -> text is back (fixed, t.engel)
+- after "quit" of console -> director claims unexpected communication interruption
+
+
+Old TODO list
+-------------
+
 general : Show nice messages boxes when errors occurs.
+   
+wxbRestorePanel : list jobs and list jobid=# will probably crash if there
+   is nothing to show (db error or empty table)
+   
+GTK2 : The console control is not scrolled correctly (wxGTK bug)
 
 Win32 : Crash when quitting while trying to connect
 
@@ -16,16 +34,14 @@ wxbRestorePanel : disable controls when working or (better) queue events
   (see commented out code in wxbrestorepanel (marked with EVTQUEUE))
 
 wxbMainFrame : When exiting using menu, a messagebox is shown to ask the
-  user if he want to quit because the connection is lost.
+  user if he want to quit because the connection is lost. (doesn't
+  happen on Linux)
 
 wxbUtils : add clients, jobs, filesets, pools... list, merge patch file (wxbnewutils.patch)
 
-general : add a tab containing messages
-
-wxbMainFrame : Implement command history (accessible with up and down keys)
+general : do not show some commands results (for example .help)
 
-wxbMainFrame : When an unexpected question is in this format (***? (yes/mod/no):),
-   show a list to choose one of these possibilities.
+general : add a tab containing messages
 
 wxbConfigFileEditor : create a more precise editor, with something like
    a tree structure
@@ -40,11 +56,7 @@ wxbMainFrame : set focus to type control when clicking on console
 wxbConfigPanel : Create a dialog for selecting dates and paths.
 
 wxbMainFrame : use more often status text
-
-wxbRestorePanel : Ask Kern for a dot command which gives restore
-  dates for a client (with an interval, last 20 for example, or last
-  40 excluding last 20).
-    
+   
 wxbRestorePanel : Use ".default job=RestoreFiles" to get defaults parameters
        when changing a restore parameter fails.
 
@@ -59,7 +71,7 @@ wxblistctrl/wxbtreectrl : Find why events are not forwarded correctly
   to parent' parent, and correct bad actual implementation.
    (remove handler parameter in wxTreeCtrl/wxListCtrl constructor)
 
-general : find out why I had to modify string.cpp and string.h
+Win32 : find out why I had to modify string.cpp and string.h
   + In include/wx/string.h, replace line 195 by
       #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
   + In src/common/string.cpp, replace line 167 by
@@ -73,11 +85,6 @@ wxbRestorePanel : The + only appears when one selects a directory,
 
 wxbRestorePanel : Add a timeout when waiting for commands results
 
-wxbRestorePanel : Be sure of which job we just have run (not suppositions
-   as I'm doing now) : needs director modification.
-
-bacula-dir : Progress status when building tree.
-
 bacula-dir : correct director to handle correctly + marked status
    (In fact there is a bug in the director : If you mark a directory
    (not a file), and then unmark it, its parents keep the "+" status.)