From: Dirk H Bartley Date: Sun, 5 Aug 2007 19:48:29 +0000 (+0000) Subject: continuing to refine, attmpting to make the font size a bit larger to X-Git-Tag: Release-7.0.0~5896 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=846202ab662ccfd5c7ecad423dc983deb7ead32f;p=bacula%2Fbacula continuing to refine, attmpting to make the font size a bit larger to improve readability. git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@5290 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/qt-console/help/clients.html b/bacula/src/qt-console/help/clients.html index 2c8983ce6a..bcf0e22429 100644 --- a/bacula/src/qt-console/help/clients.html +++ b/bacula/src/qt-console/help/clients.html @@ -14,6 +14,7 @@

The Clients Interface

+

The Clients interface will show a list of clients and to allow the user to right click on a client to popup a context sensitive menu. The list of diff --git a/bacula/src/qt-console/help/console.html b/bacula/src/qt-console/help/console.html index 4f748f9194..532f35f7eb 100644 --- a/bacula/src/qt-console/help/console.html +++ b/bacula/src/qt-console/help/console.html @@ -14,6 +14,7 @@

The Console

+

The Console is the interface that displays all of the text that would normally be displayed in bconsole. Use the command window that by default is @@ -22,10 +23,10 @@ with bconsole.

There are 2 icons in the taskbar which are designed to run console commands. -

Use the status +

Use the status icon in the taskbar to run the status dir command. -

Use the messages Use the messages icon in the taskbar to run the messages command.

There will be no attempt to document console commands here. An alphabetic list of diff --git a/bacula/src/qt-console/help/filesets.html b/bacula/src/qt-console/help/filesets.html index 1025417883..c5da35c5f7 100644 --- a/bacula/src/qt-console/help/filesets.html +++ b/bacula/src/qt-console/help/filesets.html @@ -14,6 +14,7 @@

The Filesets Interface

+

The Filesets interface will show a list of filesets and to allow the user to right click on a fileset to popup a context sensitive menu. The list of diff --git a/bacula/src/qt-console/help/help.cpp b/bacula/src/qt-console/help/help.cpp index b36143d1bb..1e238a0283 100644 --- a/bacula/src/qt-console/help/help.cpp +++ b/bacula/src/qt-console/help/help.cpp @@ -47,6 +47,7 @@ Help::Help(const QString &path, const QString &file, QWidget *parent) : textBrowser->setSearchPaths(QStringList() << path << ":/images"); textBrowser->setSource(file); + //textBrowser->setCurrentFont(mainWin->m_consoleHash.values()[0]->get_font()); connect(textBrowser, SIGNAL(sourceChanged(const QUrl &)), this, SLOT(updateTitle())); connect(closeButton, SIGNAL(clicked()), this, SLOT(close())); diff --git a/bacula/src/qt-console/help/index.html b/bacula/src/qt-console/help/index.html index f4861d76d5..ec1405c868 100644 --- a/bacula/src/qt-console/help/index.html +++ b/bacula/src/qt-console/help/index.html @@ -18,15 +18,16 @@

Welcome to the BAT

Contents.

- -

The Console -

The Clients List -

The Jobs Interface -

The Job List -

The Job Plot -

The Media -

The Storage -

The two Restore Interfaces + + +

The Console Interface +

The Clients List Interface +

The Jobs Interface +

The Job List Interface +

The Job Plot Interface +

The Media Interface +

The Storage Interface +

The two Restore Interfaces

What is the BAT.

diff --git a/bacula/src/qt-console/help/joblist.html b/bacula/src/qt-console/help/joblist.html index a299b86d28..596f219178 100644 --- a/bacula/src/qt-console/help/joblist.html +++ b/bacula/src/qt-console/help/joblist.html @@ -14,6 +14,7 @@

The JobList Interface

+

The JobList interface will display a table of job id's which are instances of a job being run. The table will display data for each job that is stored in the diff --git a/bacula/src/qt-console/help/jobplot.html b/bacula/src/qt-console/help/jobplot.html index 71b194229d..9fac451732 100644 --- a/bacula/src/qt-console/help/jobplot.html +++ b/bacula/src/qt-console/help/jobplot.html @@ -14,6 +14,7 @@

The Job Plot Interface

+

The Job Plot interface will have all of the same selection widgets as the Job List interface. It will also have widgets that will effect the plot's diff --git a/bacula/src/qt-console/help/jobs.html b/bacula/src/qt-console/help/jobs.html index 6ea46d222f..9d4bbe94ac 100644 --- a/bacula/src/qt-console/help/jobs.html +++ b/bacula/src/qt-console/help/jobs.html @@ -14,6 +14,7 @@

The Jobs Interface

+

The Jobs interface will show the list of job resources. The data displayed for each job in this list are the defaults for the resource as defined in diff --git a/bacula/src/qt-console/help/media.html b/bacula/src/qt-console/help/media.html index bc8143055e..28c597d716 100644 --- a/bacula/src/qt-console/help/media.html +++ b/bacula/src/qt-console/help/media.html @@ -14,6 +14,7 @@

The Media Interface

+

The Media interface will display a tree structure of pools, and under each pool branch, will be items representing the volumes in the pool. The display diff --git a/bacula/src/qt-console/help/restore.html b/bacula/src/qt-console/help/restore.html index de8e3c93b9..40e537789f 100644 --- a/bacula/src/qt-console/help/restore.html +++ b/bacula/src/qt-console/help/restore.html @@ -12,6 +12,7 @@

Bat User's Guide


+

The Two Restore Interfaces

@@ -21,7 +22,7 @@ opportunity to select files and directories and then run the restore job.

The Standard Restore Interface

-

Start the standard restore procedure by either pressing the restore button +

Start the standard restore procedure by pressing the restore button in the task bar. There are also two options in the joblist context sensitive menu to start a restore. They are restore from time or restore from job. @@ -78,7 +79,7 @@ some controlling widgets for the interface. The top pane contains a vertical splitter with 4 widgets for viewing the cataloged information. The left widget is for viewing and further sub selecting of jobs. The second pane is for viewing the directory tree. The third is for -viewing a list of files in a selected directory that has been selected. Then +viewing a list of files in a directory that has been selected. Then lastly the fourth widget is for viewing a table of versions of a single file that has been selected from the file widget. diff --git a/bacula/src/qt-console/help/storage.html b/bacula/src/qt-console/help/storage.html index 1e83629bef..7ab32169cd 100644 --- a/bacula/src/qt-console/help/storage.html +++ b/bacula/src/qt-console/help/storage.html @@ -14,6 +14,7 @@

The Storage Interface

+

The Storage interface will show a list of storage resoruces and to allow the user to right click on a storage to popup a context sensitive menu. The list of