]> git.sur5r.net Git - bacula/bacula/commitdiff
Win -- add help files to installer + stop any running bacula-fd before install
authorKern Sibbald <kern@sibbald.com>
Sat, 6 Feb 2010 16:12:12 +0000 (17:12 +0100)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:49:26 +0000 (16:49 +0200)
bacula/src/host.h.in
bacula/src/qt-console/help/help.cpp
bacula/src/qt-console/mainwin.cpp
bacula/src/qt-console/make-win32
bacula/src/version.h

index d3615e9bf664d1eaa4c41c9ced27aac66276ca92..6da98286a33fc8369c4ebaee2f6e32f6eb7cb8a6 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2000-2009 Free Software Foundation Europe e.V.
+   Copyright (C) 2000-2010 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
 /*
  * Define Host machine
  *
- *  Version $Id$
- *
  */
 
 #define HOST_OS  "@host@@post_host@"
 #define BACULA   "@BACULA@"
 #define DISTNAME "@DISTNAME@"
 #define DISTVER  "@DISTVER@"
+#ifdef HAVE_WIN32
+#define HELPDIR   "c://Program Files//Bacula//help"
+#else
 #define HELPDIR  "@htmldir@"
+#endif
index fe6f6662b4d491c2b8e78f084a6330eeb05806d5..8fb127820416965b7e9dfae9a8ec449f439cda9c 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2009 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2010 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
  *
  *   Kern Sibbald, May MMVII
  *
- *  $Id$
  */ 
 
 #include "bat.h"
 #include "help.h"
 
+/*
+ * Note: HELPDIR is defined in src/host.h
+ */
+
 Help::Help(const QString &path, const QString &file, QWidget *parent) :
         QWidget(parent)
 {
index 13640735fd845a6a3a21a1b664394917d91588a7..8859416f52738eb7300c78a15d9e11af99d386a4 100644 (file)
@@ -1,7 +1,7 @@
 /*
    Bacula® - The Network Backup Solution
 
-   Copyright (C) 2007-2009 Free Software Foundation Europe e.V.
+   Copyright (C) 2007-2010 Free Software Foundation Europe e.V.
 
    The main author of Bacula is Kern Sibbald, with contributions from
    many others, a complete list can be found in the file AUTHORS.
@@ -27,7 +27,6 @@
 */
 
 /*
- *   Version $Id$
  *
  *  Main Window control for bat (qt-console)
  *
index 4b4ed4a27d27e2278b482d0ee909377eb947a0cc..b75ff1723b87be0e8052bedbbacccccc9aac3fbf 100755 (executable)
@@ -15,4 +15,9 @@ if test -d ../win32/release32; then
    cp -f debug/bat.exe ../win32/release32
    cp -f ${DEPKGS}/depkgs-mingw32/lib/qt/QtGui4.dll ../win32/release32
    cp -f ${DEPKGS}/depkgs-mingw32/lib/qt/QtCore4.dll ../win32/release32
+   rm -rf ../win32/release32/help
+   mkdir ../win32/release32/help
+   cp -f help/*.html ../win32/release32/help/
+   cp -f images/status.png ../win32/release32/help/
+   cp -f images/mail-message-new.png ../win32/release32/help/
 fi
index a72041ca451a952aecd8776a76dae2a4c3b8adf2..245fcfe62892e88513878b2b87f3248ad8d72620 100644 (file)
@@ -1,8 +1,8 @@
 
 #undef  VERSION
-#define VERSION "5.1.0"
-#define BDATE   "26 January 2010"
-#define LSMDATE "26Jan10"
+#define VERSION "5.1.1"
+#define BDATE   "06 February 2010"
+#define LSMDATE "06Feb10"
 
 #define PROG_COPYRIGHT "Copyright (C) %d-2010 Free Software Foundation Europe e.V.\n"
 #define BYEAR "2010"       /* year for copyright messages in progs */