]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/TODO
- wxbRestorePanel : implemented restore before=<Date> parameter.
[bacula/bacula] / bacula / src / wx-console / TODO
index 2d3eebce8b848cbc21eeb3c91556247d4efac9d4..6271e032e865911eb7e0d6cb0e4f64529472e85b 100644 (file)
@@ -1,14 +1,88 @@
+general : Show nice messages boxes when errors occurs.
 
-wxbRestorePanel : Allow the user to choose where he wants to restore his files
+wxbRestorePanel : Be sure of which job we just have run (not suppositions
+   as I'm doing now): implement the director modification.
+   
+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)
 
-wxbPanel/wxbMainFrame : Add a locking function (for example, deny the user to type something in the console when a restore is in progress)
+Win32 : Crash when quitting while trying to connect
 
-wxbRestorePanel : Check more carefully which job we just have run.
+Mac OS X : "You must first get a unique identifier for your application, 
+  a so called creator, a four letter constant. All you need to know about
+  this step is at http://developer.apple.com/dev/cftype/" (wxWiki)
+  To be modified in Makefile.in wx-console target
+  
+Mac OS X : Ask kern for the status of this distribution (who is
+  the package releaser ?)
 
-console_thread : Allow the user to choose his config file.
+wxbRestorePanel : Add images in add/remove/refresh buttons
 
-(old build params : )
--lgcc -lodbc32 -lwsock32 -lwinspool -lwinmm -lshell32 -lcomctl32 -lctl3d32 -ladvapi32 -lopengl32 -lglu32 -lole32 -loleaut32 -luuid 
--lkernel32 -lcomdlg32 -lgdi32 -lrpcrt4 -luser32 -lz
+wxbRestorePanel : disable controls when working or (better) queue events
+  (see commented out code in wxbrestorepanel (marked with EVTQUEUE))
 
--fno-pcc-struct-return -Os -fno-rtti -fno-exceptions
+wxbMainFrame : When exiting using menu, a messagebox is shown to ask the
+  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 completion (tab)
+
+wxbConfigFileEditor : create a more precise editor, with something like
+   a tree structure
+
+wxbRestorePanel : When cancelling, check for commands results
+
+wxbRestorePanel : Add a way to cancel restore when building tree
+   (needs director modifications)
+
+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.
+
+wxbDataParser : Add a boolean in the constructor to avoid storing data which 
+    will not be used.
+
+wxbRestorePanel : Check if commands ran successfully (cd, mark, mods...).
+
+GTK : Improve look
+
+wxblistctrl/wxbtreectrl : Find why events are not forwarded correctly 
+  to parent' parent, and correct bad actual implementation.
+   (remove handler parameter in wxTreeCtrl/wxListCtrl constructor)
+
+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
+      #if defined(__VISUALC__) // && defined(_MT) && !defined(_DLL)
+
+mingw : correct findlib stat blocks and block size
+        (Note : nothing to do with wx-console)
+
+wxbRestorePanel : The + only appears when one selects a directory, 
+   to indicate it has subdirectories
+
+wxbRestorePanel : Add a timeout when waiting for commands results
+
+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.)
+
+general : make a good documentation with snapshots