]> git.sur5r.net Git - bacula/bacula/commitdiff
Update TODO
authorKern Sibbald <kern@sibbald.com>
Wed, 23 May 2007 07:53:11 +0000 (07:53 +0000)
committerKern Sibbald <kern@sibbald.com>
Wed, 23 May 2007 07:53:11 +0000 (07:53 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4883 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/qt-console/TODO

index 0f32a0e80ae0891d93baf3ec8478330b4b209112..2a05252b75ac7e6c79a4ab74ff3b105b54851398 100644 (file)
@@ -19,15 +19,35 @@ closing would bring the previous one back.
 Is there a way to query the director/database for whether a storage is currently
 mounted so I am not presenting both mount and unmount to the user??
 
+   Yes, but it requires being able to directly connect to the SD (at least
+   for the moment).
+  
+
 Is there a way to identify a slot as having a cleaning tape???
 (Kern says more work needs to be done in bacula with autochangers)
+  
+    Yes, there is a cleaning prefix for Volume labels defined in 
+    the DIR (not currently available to bat). Typically it is CLNxxx
+    and by looking at the database, you can see these cleaning
+    volumes.
 
 See if there is a solution to images fun with designer other than:
 %s/<iconset>[\.\/]*:images/<iconset>images/g
 %s/<iconset>images/<iconset>..\/images/g
 
+    Images that are in the binary are referenced with :/images/... 
+    This is a Qt convention.  If the image is in a file, it
+    can be referenced directly, but for the most part, I prefer
+    images in the binary (not lost, not accidently deleted, no 
+    installation problems, ...
+
 Think about good ways to clean up the Console creation part of the
 loop creating pages.
+
+    I don't think it is bad as it is.   There is, however, a construct
+    called a Factory that could more or less automate this in one
+    big for loop.
+
 ========================================================
 This release or next:
 
@@ -39,6 +59,9 @@ A window showing a list of schedule resources.
 A list of message resources??
 
 Kern discussed windows showing statistics like web based interfaces.
+
+    I think the above is very important.
+
 ========================================================
 Future Releases :
 
@@ -69,6 +92,9 @@ thing to make it happen:  the "dir" is a member of Console
 director/console to use.  Currently they always use the single
 global one defined in the mainWin class (if I remember right).
 
+   I'm working on this (kes).  It is not so simple, but moving forward
+   gradually ...
+
 ============================================================
 DONE:
 ============================================================