]> git.sur5r.net Git - bacula/bacula/commit
dhb I have the issue of m_medialist and m_brestore resolved. The only one
authorDirk H Bartley <dbartley@schupan.com>
Sun, 25 Mar 2007 15:05:08 +0000 (15:05 +0000)
committerDirk H Bartley <dbartley@schupan.com>
Sun, 25 Mar 2007 15:05:08 +0000 (15:05 +0000)
commit6d158575d9b2b45a51aebe90166d0eabf184e697
treeb7f10886318e81bc3708a04ef4bd00a15367897d
parent3c541c3c23755f3437f07c09ac55b2e54424a9f0
dhb  I have the issue of m_medialist and m_brestore resolved.  The only one
     used was the m_medialist to populate after the console connected.  So now
     I created a virtual function for clicked and double clicked in BatStack.
     All classes that want to do something based on a click in it's widget
     in the page selector can just use the virtual function.
     So in medialist, a single click will populate if not populated, and a double
     will repopulate from a clear.

git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4414 91ce42f0-d328-0410-95d8-f526ca767f89
bacula/src/qt-console/batstack.cpp
bacula/src/qt-console/batstack.h
bacula/src/qt-console/mainwin.cpp
bacula/src/qt-console/mainwin.h
bacula/src/qt-console/medialist/medialist.cpp
bacula/src/qt-console/medialist/medialist.h