]> 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)
commitd5caa43183fba79408d549ce356b000b13f5d8f9
treef929aabaec71117576cad5c10235255dc9b564cf
parent581dc99cc5edeafa64264f3f362a25b11d1a65bb
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