Skip to content

Commit

Permalink
Expand documentation to cover the generalized system information view
Browse files Browse the repository at this point in the history
  • Loading branch information
vkrause committed Jun 25, 2018
1 parent 988abb2 commit 95f59a0
Show file tree
Hide file tree
Showing 6 changed files with 26 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/manual/gammaray-codec-browser.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
/*!
\contentspage {Tools}
\previouspage {Network}
\nextpage {Standard Paths}
\nextpage {System Information}
\page gammaray-codec-browser.html

\title Text Codecs
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/gammaray-manual.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@
\li \l{Mime Types}
\li \l{Network}
\li \l{Text Codecs}
\li \l{Standard Paths}
\li \l{System Information}
\endlist
\li \l{Object Inspection}
\list
Expand Down
2 changes: 1 addition & 1 deletion docs/manual/gammaray-object-inspection.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

/*!
\contentspage {GammaRay User Manual}
\previouspage {Standard Paths}
\previouspage {System Information}
\nextpage {Properties}
\page gammaray-object-inspection.html

Expand Down
24 changes: 21 additions & 3 deletions docs/manual/gammaray-standard-paths.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,20 +16,38 @@
*/

/*!
\contentspage {Standard Paths}
\contentspage {System Information}
\previouspage {Text Codecs}
\nextpage {Object Inspection}
\page gammaray-standard-paths.html

\title Standard Paths
\title System Information

\section1 Overview

The standard paths view provides access to the infromation of QStandardPaths. For each
The system information view shows a number of information about the environment the
inspected application runs in, such as the used Qt build, the standard paths and the
environment variables.

\section2 Qt Installation

The \uicontrol Qt tab shows information about the Qt build used by the inspected application.
This includes the version as well as information about the build configuration and architecture,
as well as the installation location of Qt. You can also find details about the platform the
application runs on (OS, version, architecture, etc) here. All information here is retrieved
via QLibraryInfo and QSysInfo and therefore reflects Qt's view.

\section2 Standard Paths

The standard paths view provides access to the information of QStandardPaths. For each
standard location (see QStandardPaths::StandardLocation) it shows the readable and writable
locations as seen by the target process.

\image gammaray-standard-paths.png

\section2 Environment Variables

The \uicontrol Environment tab shows a table of all environment variables and their corresponding
value, as seen by QProcessEnvironment::systemEnvironment() in the target process.
*/

2 changes: 1 addition & 1 deletion docs/manual/gammaray-tools.qdoc
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,6 @@
\li \l{Mime Types}
\li \l{Network}
\li \l{Text Codecs}
\li \l{Standard Paths}
\li \l{System Information}
\endlist
*/
2 changes: 1 addition & 1 deletion docs/manual/style/qt5-sidebar.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,6 @@ <h2>Tools</h2>
<li><a href="gammaray-mime-types.html">Mime Types</a></li>
<li><a href="gammaray-network.html">Network</a></li>
<li><a href="gammaray-codec-browser.html">Text Codecs</a></li>
<li><a href="gammaray-standard-paths.html">Standard Paths</a></li>
<li><a href="gammaray-standard-paths.html">System</a></li>
</ul>
</div>

0 comments on commit 95f59a0

Please sign in to comment.