]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/wx-console/TODO
Some Win32 fixes
[bacula/bacula] / bacula / src / wx-console / TODO
index 638810ea5382275e2f0cc0ed7b185bb6d7418531..4804a7b95cd592cc51c33a5c706f30213dff5699 100644 (file)
@@ -1,42 +1,42 @@
-FEATURES
---------
-
 general : Show nice messages boxes when errors occurs.
 
-console_thread : Check for config file parsing error messages
-    in console file.
-
-console_thread : Allow the user to choose his config file.
-
-console_thread : Allow the user to choose his director when there's multiple
-    directors.
+GTK2 : The console control is not scrolled correctly (wxGTK bug)
 
-Mac OS X : Integrate Mac OS X into the automake process
-  (note : add -DNO_GCC_PRAGMA to CPPFLAGS, build app,
-  define HAVE_MACOSX)
+Win32 : Crash when quitting while trying to connect
 
 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
+  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 ?)
 
-[postponed to July:]
+wxbRestorePanel : Add images in add/remove/refresh buttons
 
-wxbRestorePanel : When cancelling, check for commands results
+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. (doesn't
+  happen on Linux)
 
-general : Do not quit when configuration file not found.
+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
 
-global : create a general class which keeps clients, jobs, 
-       filesets, pools... list, and with functions like WaitForEnd.
-
 wxbConfigPanel : Create a dialog for selecting dates and paths.
 
 wxbMainFrame : use more often status text
@@ -44,39 +44,22 @@ 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 : Add buttons to mark/unmark directories/files.
-
-wxbRestorePanel : Add a button to force to refresh the whole tree
-
-wxbRestorePanel : There needs to be some way of marking/unmarking a range of 
-     files selected with shift-click or multiple files selected 
-     with ctl-click. The GTX console uses a button to mark/unmark 
-     the selected entries.
-     
-wxbRestorePanel : Is there any way to add a width adjustment handle between 
-     the tree view window and the file view window so that the 
-     width of the tree view can be changed?
-
-general : Implement dis/reconnecting
-
+    
 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 is 
+wxbDataParser : Add a boolean in the constructor to avoid storing data which 
     will not be used.
 
-wxbTableParser : Replace wxHashMap by wxArray
-
 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
+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