]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/TODO
- wxbUtils : Created this class, containing general functions like WaitForEnd
[bacula/bacula] / bacula / src / wx-console / TODO
index 87e4c5a455ac817dba83e5e9b00062bee96fc6fe..ec7c76df72b0af60644076dc24afec91fd0af358 100644 (file)
@@ -1,39 +1,58 @@
-FEATURES
---------
+general : Show nice messages boxes when errors occurs.
 
-wxbTableParser : Replace wxHashMap by wxArray
+Win32 : Crash when quitting while trying to connect
 
-console_thread : Show a nice message when config file is not found.
+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 modify in Makefile.in wx-console target
+  
+Mac OS X : Ask kern for the status of this distribution (who is
+  the package releaser ?)
 
-wxbRestorePanel : Add buttons to mark/unmark directories/files.
+wxbRestorePanel : Add images in add/remove/refresh buttons
 
-wxbRestorePanel : Add a button to force to refresh the whole tree
+wxbRestorePanel : disable controls when working or (better) queue events
+  (see commented out code in wxbrestorepanel (marked with EVTQUEUE))
 
-wxbRestorePanel : Add a timeout when waiting for commands results
+wxbMainFrame : When exiting using menu, a messagebox is shown to ask the
+  user if he want to quit because the connection is lost.
 
-wxbMainFrame : Automatically scroll to the last lines of console control.
+wxbUtils : add clients, jobs, filesets, pools... list
 
-wxbRestorePanel : Check if commands ran successfully (cd, mark, mods...).
+[postponed to July:]
 
-GTK : Improve look
+wxbConfigFileEditor : create a more precise editor, with something like
+   a tree structure
 
-wxbRestorePanel : Use ".default job=RestoreFiles" to get defaults parameters
-       when changing a restore parameter fails.
+wxbRestorePanel : When cancelling, check for commands results
 
-console_thread : Allow the user to choose his config file.
+wxbRestorePanel : Add a way to cancel restore when building tree
+   (needs director modifications)
 
-wxbRestorePanel : Implement BNET_BREAK to break current command
+wxbMainFrame : set focus to type control when clicking on console
 
-general : Implement reconnecting
+wxbConfigPanel : Create a dialog for selecting dates and paths.
 
-general : Allow the user to quit however the state is (kill thread if necessary)
+wxbMainFrame : use more often status text
 
-wxbDataParser : Add a boolean in the constructor to avoid storing data is 
+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 wxbTreeListPanel)
+   (remove handler parameter in wxTreeCtrl/wxListCtrl constructor)
 
 general : find out why I had to modify string.cpp and string.h
   + In include/wx/string.h, replace line 195 by
@@ -44,14 +63,18 @@ general : find out why I had to modify string.cpp and string.h
 mingw : correct findlib stat blocks and block size
         (Note : nothing to do with wx-console)
 
-wxbRestorePanel : Check more carefully which job we just have run
-   (needs director modification).
+wxbRestorePanel : The + only appears when one selects a directory, 
+   to indicate it has subdirectories
 
-general : make a good documentation with snapshots
+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.
 
-BUGS
-----
+bacula-dir : Progress status when building tree.
 
-wxRestorePanel : When you double-click an a folder in the list, 
-      the list is then refreshed two times (instead of one) 
-      in the new directory
\ No newline at end of file
+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