From: Dirk H Bartley Date: Mon, 21 May 2007 12:12:55 +0000 (+0000) Subject: Update TODO add PREFS X-Git-Tag: Release-7.0.0~6280 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=2f9ba08bc2a0dc8b00e76136475efdd166bd8ade;p=bacula%2Fbacula Update TODO add PREFS git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4865 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/PREFS b/bacula/src/qt-console/PREFS new file mode 100644 index 0000000000..8985954d6d --- /dev/null +++ b/bacula/src/qt-console/PREFS @@ -0,0 +1,9 @@ +To create a preference variable + +Create member in mainwin.h +use designer to add the widget to modify in prefs.ui +modify the following functions in mainwin.cpp +MainWin::setPreferences() +prefsDialog::accept() +MainWin::readPreferences() + diff --git a/bacula/src/qt-console/TODO b/bacula/src/qt-console/TODO index e58ec87b6b..ba10dec7cc 100644 --- a/bacula/src/qt-console/TODO +++ b/bacula/src/qt-console/TODO @@ -8,6 +8,9 @@ update slots scan see COMMANDS file ========LOW priority items: +Use settings object to size the restore window. Similar to the saving of the +state of the main window. + 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,