From ca93eeec970ae2f6b3dbc89b25363a1b0f60e5b5 Mon Sep 17 00:00:00 2001 From: Nicolas Boichat Date: Fri, 25 Jun 2004 16:03:53 +0000 Subject: [PATCH] various updates/fixes. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@1445 91ce42f0-d328-0410-95d8-f526ca767f89 --- bacula/src/wx-console/CHANGELOG | 6 ++++++ bacula/src/wx-console/TODO | 11 ++++++++--- bacula/src/wx-console/wxbutils.cpp | 2 ++ 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/bacula/src/wx-console/CHANGELOG b/bacula/src/wx-console/CHANGELOG index 2bc918afb7..702bd49410 100644 --- a/bacula/src/wx-console/CHANGELOG +++ b/bacula/src/wx-console/CHANGELOG @@ -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 diff --git a/bacula/src/wx-console/TODO b/bacula/src/wx-console/TODO index ec7c76df72..858787c2f6 100644 --- a/bacula/src/wx-console/TODO +++ b/bacula/src/wx-console/TODO @@ -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 diff --git a/bacula/src/wx-console/wxbutils.cpp b/bacula/src/wx-console/wxbutils.cpp index d30954ecc7..4c914a341c 100644 --- a/bacula/src/wx-console/wxbutils.cpp +++ b/bacula/src/wx-console/wxbutils.cpp @@ -31,6 +31,8 @@ #include "wxbtableparser.h" +/* A macro named Yield is defined under MinGW */ +#undef Yield bool wxbUtils::inited = false; -- 2.39.5