]> git.sur5r.net Git - bacula/bacula/commitdiff
various updates/fixes.
authorNicolas Boichat <nicolas@boichat.ch>
Fri, 25 Jun 2004 16:03:53 +0000 (16:03 +0000)
committerNicolas Boichat <nicolas@boichat.ch>
Fri, 25 Jun 2004 16:03:53 +0000 (16:03 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1445 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/wx-console/CHANGELOG
bacula/src/wx-console/TODO
bacula/src/wx-console/wxbutils.cpp

index 2bc918afb7dd184637a908de84d129680f95f814..702bd494108a344f6d3a87509e70aecc33210578 100644 (file)
@@ -1,3 +1,9 @@
+25-06-2004 :
+ - wxbRestorePanel : Fix file size truncated if >100mb.
+
+14-06-2004 :
+ - wxbConfigPanel : fixed tests
+
 22-05-2004 :
  - wxbUtils : Created this class, containing general functions like
     WaitForEnd
index ec7c76df72b0af60644076dc24afec91fd0af358..858787c2f6162faae0ceea3052f0ee73ef30a9b7 100644 (file)
@@ -5,7 +5,7 @@ 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 ?)
@@ -18,9 +18,14 @@ wxbRestorePanel : disable controls when working or (better) queue events
 wxbMainFrame : When exiting using menu, a messagebox is shown to ask the
   user if he want to quit because the connection is lost.
 
-wxbUtils : add clients, jobs, filesets, pools... list
+wxbUtils : add clients, jobs, filesets, pools... list, merge patch file (wxbnewutils.patch)
 
-[postponed to July:]
+general : add a tab containing messages
+
+wxbMainFrame : Implement command history (accessible with up and down keys)
+
+wxbMainFrame : When an unexpected question is in this format (***? (yes/mod/no):),
+   show a list to choose one of these possibilities.
 
 wxbConfigFileEditor : create a more precise editor, with something like
    a tree structure
index d30954ecc73492084414aadf3d78ab6c851279ef..4c914a341cebc4ff379ad4f11ba0a0ee985fb064 100644 (file)
@@ -31,6 +31,8 @@
 
 #include "wxbtableparser.h"
 
+/* A macro named Yield is defined under MinGW */
+#undef Yield
 
 bool wxbUtils::inited = false;