X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=bacula%2Fsrc%2Fqt-console%2FTODO;h=aa2ab983ae3c1e6d6beede00b0bd0fcf718f04e6;hb=17e321d78966f34752f91c6cbcc997acdf22b665;hp=e58ec87b6b2b13b7c96f5b0078815e009b3feadc;hpb=1e7f8874d7414cf9ec803060c0d777def457bde8;p=bacula%2Fbacula diff --git a/bacula/src/qt-console/TODO b/bacula/src/qt-console/TODO index e58ec87b6b..aa2ab983ae 100644 --- a/bacula/src/qt-console/TODO +++ b/bacula/src/qt-console/TODO @@ -1,11 +1,6 @@ dhb ==================================================== -Add context sensitive options for most commands -status dir on page select director item -All items with jobid= that I thought could work from joblist are done. -As well as many more -update slots scan -see COMMANDS file +can "schedule" be a member of job_defs and populated?? ========LOW priority items: Human readable in joblist for purged, joblevel and job type. @@ -13,29 +8,17 @@ Human readable in joblist for purged, joblevel and job type. Possibly a stack of past screens so that when you open a window from another, 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?? - -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) - -See if there is a solution to images fun with designer other than: -%s/[\.\/]*:images/images/g -%s/images/..\/images/g - -Think about good ways to clean up the Console creation part of the -loop creating pages. ======================================================== This release or next: -A window showing a list of jobs and defaults. Defaults can be gotten in manner -similar to what the first restore window does. - -A window showing a list of schedule resources. +A page showing a list of schedule resources. -A list of message resources?? +A page list of message resources?? Kern discussed windows showing statistics like web based interfaces. + + I think the above is very important. + ======================================================== Future Releases : @@ -51,10 +34,28 @@ cancelled graphically. Add a status client window. Keep updating showing what file is being processed. +Documentation, Documentation, Documentaion. Help. Add help documentation. +Have context sensitve help. + bRestore add code to get working. May be in brestore, find a file by name, find a directory by name +Interfaces to commands like bextract, bscan, bcopy, btape????? + +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. + +Migration Jobs?? =========================================================== NOT SURE =========================================================== @@ -66,9 +67,50 @@ 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 ... + +Create edit pool interface. + This is done from config file + +============================================================ +CALLING GOOD: +============================================================ +See if there is a solution to images fun with designer other than: +%s/[\.\/]*:images/images/g +%s/images/..\/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, ... + Utilizing designer to select the main.qrc resource file seems to do the + job. Designer then puts the : in front of images and work. + +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. + Probably not neccesary for the time being. ============================================================ DONE: ============================================================ +Use settings object to size the restore window. Similar to the saving of the +state of the main window. + +Add context sensitive options for most commands +see COMMANDS file + +A window showing a list of jobs and defaults. Defaults can be gotten in manner +similar to what the first restore window does. + +status dir on page select director item +All items with jobid= that I thought could work from joblist are done. +As well as many more +update slots scan +Preferences for the messages timer. + Get the 5 second bring to bottom of console to stop joblist cancel a running job.