]> git.sur5r.net Git - bacula/bacula/commitdiff
Labels were reversed.
authorDirk H Bartley <dbartley@schupan.com>
Sat, 5 May 2007 12:43:00 +0000 (12:43 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Sat, 5 May 2007 12:43:00 +0000 (12:43 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4703 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/TODO
bacula/src/qt-console/restore/prerestore.cpp
bacula/src/qt-console/run/runcmd.ui

index 741a1737869dade6ac60574c32020eff0feedcbd..09334799d012b125ebb3c343fe1b1c661f408b70 100644 (file)
@@ -2,11 +2,8 @@ dhb
 ====================================================
 Color code Media Red->Error Append->green Full/Used->Yellow
 
-Possilbe: Turn run and label into docked pages. (remove button bar buttons??)
-
-Resolve issue of connection during restore selection.  Could go with preempt
-
-Where and bootstrap are confused in runjobs of restore.
+Resolve issue of connection during restore selection.  Could go with preempt of
+connections.
 
 User preferences.  With log to stdout options.
 Have settings for defaults of limits on joblist
@@ -16,6 +13,7 @@ Test restore and get anything not working, working.
 
 Get restore into stack.
   Should the jobs dialog be turned into a page as well??
+Possilbe: Turn run and label into docked pages. (remove button bar buttons??)
 
 Update README  describe bat.conf.example to bat.conf
 
@@ -101,6 +99,9 @@ global one defined in the mainWin class (if I remember right).
 ============================================================
 DONE:
 ============================================================
+Where and bootstrap are confused in runjobs of restore.
+   This was just the labels.
+
 Create list of what does not work.
 From what I can tell, just the restore window on the left.
 
index b6cd0839a1d5352d8d0fa36df844aec4968cff83..43897d769b0e8bcdfb2eac4fb9bb6b0412981892 100644 (file)
@@ -86,7 +86,7 @@ void prerestorePage::okButtonPushed()
              .arg(storageCombo->currentText());
 
    /* ***FIXME*** */
-   printf("preRestore command \"%s\"\n", cmd.toUtf8().data());
+   //printf("preRestore command \"%s\"\n", cmd.toUtf8().data());
    m_console->write(cmd);
    m_console->display_text(cmd);
    /* Note, do not turn notifier back on here ... */
index 2e3131ec97219c2c908ea78fb10304f4e73f496a..d14cc9be002a5c7c4b543f84365f65956f365c60 100644 (file)
        <item row="8" column="0" >
         <widget class="QLabel" name="label_5" >
          <property name="text" >
-          <string>Bootstrap:</string>
+          <string>Where:</string>
          </property>
          <property name="openExternalLinks" >
           <bool>true</bool>
        <item row="7" column="0" >
         <widget class="QLabel" name="label_12" >
          <property name="text" >
-          <string>Where:</string>
+          <string>Bootstrap:</string>
          </property>
          <property name="buddy" >
           <cstring>bootstrap</cstring>