Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Version upgrade 3.00 #46

Merged
merged 69 commits into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
69 commits
Select commit Hold shift + click to select a range
b093d4e
Fix
elB4RTO Jul 30, 2023
c052648
Removed Herb and Candy themes
elB4RTO Aug 4, 2023
581c096
Renamed themes
elB4RTO Aug 4, 2023
cfe586d
Redesigned configs section
elB4RTO Aug 25, 2023
42de6a6
Update
elB4RTO Aug 25, 2023
e26b548
Improvements
elB4RTO Aug 25, 2023
73d57b2
Updated icons assets
elB4RTO Aug 26, 2023
f26af04
Updated resources.qrc
elB4RTO Aug 26, 2023
b9c2092
Update
elB4RTO Aug 26, 2023
e6ae3ed
Restyled light/dark themes
elB4RTO Aug 26, 2023
3a0b7bc
Update ui files
elB4RTO Aug 26, 2023
c560328
Code improvements
elB4RTO Aug 27, 2023
3857afe
Fix
elB4RTO Aug 27, 2023
3062547
Fix
elB4RTO Aug 27, 2023
b7eb842
Update
elB4RTO Aug 27, 2023
5a6503c
Updated translation files
elB4RTO Aug 27, 2023
34dff8d
Updated translation resources
elB4RTO Aug 27, 2023
59687ca
Updated documentation
elB4RTO Aug 27, 2023
e250411
Updated build scripts
elB4RTO Aug 27, 2023
df2f24e
Improvements
elB4RTO Aug 27, 2023
d05ea9a
Improvements
elB4RTO Aug 27, 2023
4f98cb5
Improvements
elB4RTO Aug 27, 2023
501a49a
Updated charts themes
elB4RTO Aug 27, 2023
5bbd276
Improvements
elB4RTO Aug 27, 2023
94db384
Improvements
elB4RTO Aug 27, 2023
020d2d5
Code improvements
elB4RTO Sep 9, 2023
edcd950
Improvements
elB4RTO Sep 9, 2023
33b30a7
Introduced use of custom dialogs in games
elB4RTO Sep 9, 2023
d18083c
Fix
elB4RTO Sep 9, 2023
fe9fd2f
Moved themes variables to GlobalConfigs namespace
elB4RTO Sep 9, 2023
5fd03b8
Update
elB4RTO Sep 9, 2023
1d47c0a
Added doc comments to GlobalConfigs
elB4RTO Sep 9, 2023
84053cb
Introduced CraplogParserInterface
elB4RTO Sep 10, 2023
1baddb3
Updated conf file
elB4RTO Sep 10, 2023
65c0317
Improvements
elB4RTO Sep 10, 2023
008a6c1
Fix
elB4RTO Sep 10, 2023
eaa5bf0
Fix
elB4RTO Sep 10, 2023
bdeea86
Fix
elB4RTO Sep 10, 2023
c6aaf88
Introduced GameDialog for games
elB4RTO Sep 10, 2023
cae0d8b
Renamed main dialogs
elB4RTO Sep 10, 2023
4267c60
Fix
elB4RTO Sep 10, 2023
086f24d
Fix
elB4RTO Sep 10, 2023
3f043ad
Improvements
elB4RTO Sep 10, 2023
6a8877e
Added stylesheets to the dialogs
elB4RTO Sep 10, 2023
393d2cd
Updated documentation
elB4RTO Sep 10, 2023
294eb79
Updated translation files
elB4RTO Sep 10, 2023
2889817
Updated translation resources
elB4RTO Sep 10, 2023
e37f154
Code improvements
elB4RTO Sep 16, 2023
de80ad2
Code improvements
elB4RTO Sep 16, 2023
0866519
Added comilers warning flags to CMakeLists
elB4RTO Sep 16, 2023
b476a2d
Fixed compilers warnings
elB4RTO Sep 16, 2023
48b97bf
Tests improvements
elB4RTO Sep 17, 2023
8dd6dc0
Improvements and fixes
elB4RTO Sep 17, 2023
e9f1a20
Upgrade to C++20
elB4RTO Sep 24, 2023
d345e0c
Upgrade to Qt6
elB4RTO Sep 24, 2023
f0525b9
Version upgrade
elB4RTO Sep 24, 2023
da00c18
Updated CMakeLists.txt
elB4RTO Sep 24, 2023
15c945f
Fixes
elB4RTO Sep 24, 2023
103d46f
Improvements and fixes
elB4RTO Sep 24, 2023
48b053e
Fixes
elB4RTO Oct 7, 2023
f284930
Fix
elB4RTO Oct 8, 2023
82fb24f
Fix
elB4RTO Oct 10, 2023
21a40e9
Cod improvements
elB4RTO Oct 22, 2023
09f5841
Added HOW_TO_COMPILE.md
elB4RTO Oct 22, 2023
52489d0
Updated CMakeLists
elB4RTO Oct 22, 2023
ce66379
Updated HOW_TO_COMPILE
elB4RTO Oct 22, 2023
206cbf9
Updated WIN build script
elB4RTO Oct 22, 2023
43a2e5e
Updated Docker build scripts
elB4RTO Oct 22, 2023
3197d56
Updated documentation
elB4RTO Oct 22, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM debian:latest

RUN apt-get update
RUN apt-get install -y build-essential cmake zlib1g-dev qttools5-dev-tools libqt5core5a libqt5gui5 libqt5widgets5 libqt5charts5-dev libqt5sql5 libqt5network5 qttools5-dev
RUN apt-get install -y build-essential cmake zlib1g-dev qt6-tools-dev qt6-tools-dev-tools qt6-charts-dev libqt6core6 libqt6gui6 libqt6widgets6 libqt6charts6 libqt6sql6 libqt6network6
RUN apt-get clean

WORKDIR /tmp/logdoctor
Expand All @@ -12,6 +12,6 @@ RUN bash -c "scripts/DOCKER_private.sh"
WORKDIR /
RUN rm -rf /tmp/logdoctor

LABEL logdoctor.version=2.05
LABEL logdoctor.version=3.00

ENTRYPOINT /usr/bin/logdoctor
42 changes: 42 additions & 0 deletions HOW_TO_COMPILE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,42 @@
# How to compile

<br/>

### Requirements / Dependencies

- C++ 20
- Qt6 *(Framework 6.2+, Linguist, Widgets, Charts, Sql, Network)*
- CMake
- gcc / clang / msvc<br/><br/>

<br/>

### Compilation steps

- Prepare a build folder:
<br/>`mkdir build && cd build`<br/><br/>
- Prepare **CMake**'s build files:
<br/>`cmake ../logdoctor -DCMAKE_BUILD_TYPE=MinSizeRel`<br/><br/>
- Use **CMake** to compile the entire project:
<br/>`cmake --build ./ --target all`<br/><br/>

#### Additional steps

- **Linux** / **BSD**:
- No additional steps. Once compiling is done, you can move the executable file wherever you want and execute it from there.<br/><br/>

- **Windows**:
- Create a new folder and move the executable in it:
<br/>`mkdir LogDoctor && move LogDoctor.exe .\LogDoctor`<br/><br/>
- Add the needed libraries to the executable's folder:<br/>
- You need to know the path of your Qt installation, default is *C:\Qt*<br/>
- You need to know which compiler you used
<br/>`cd C:\<path>\<to>\Qt\<version>\<compiler>\bin`<br/><br/>
- Deploy libraries using Qt's additional tool:
<br/>`windeployqt.exe C:\<path>\<to>\<LogDoctor>`<br/><br/>
- You can now move the executable's folder wherever you want and execute LogDoctor from there.<br/><br/>

- **Mac OS**:
- No additional steps. Once compiling is done, you can use the app bundle to execute LogDoctor.

<br/>
70 changes: 36 additions & 34 deletions docs/html/annotated.html

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions docs/html/classBWlistException-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>LogDoctor: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -22,7 +22,7 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="dox_logo.png"/></td>
<td id="projectalign">
<div id="projectname">LogDoctor<span id="projectnumber">&#160;2.05</span>
<div id="projectname">LogDoctor<span id="projectnumber">&#160;3.00</span>
</div>
<div id="projectbrief">Parse Apache2/Nginx/IIS logs and view dinamically generated statistics</div>
</td>
Expand All @@ -31,7 +31,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
Expand Down Expand Up @@ -79,7 +79,7 @@
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
12 changes: 6 additions & 6 deletions docs/html/classBWlistException.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>LogDoctor: BWlistException Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -22,7 +22,7 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="dox_logo.png"/></td>
<td id="projectalign">
<div id="projectname">LogDoctor<span id="projectnumber">&#160;2.05</span>
<div id="projectname">LogDoctor<span id="projectnumber">&#160;3.00</span>
</div>
<div id="projectbrief">Parse Apache2/Nginx/IIS logs and view dinamically generated statistics</div>
</td>
Expand All @@ -31,7 +31,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
Expand Down Expand Up @@ -91,13 +91,13 @@
<div class="textblock"><p><a class="el" href="classBWlistException.html" title="BWlistException.">BWlistException</a>. </p>
<p>Exception related to a blacklist/warnlist </p>
</div><hr/>The documentation for this class was generated from the following files:<ul>
<li>logdoctor/modules/exceptions.h</li>
<li>logdoctor/modules/exceptions.cpp</li>
<li>logdoctor/modules/<b>exceptions.h</b></li>
<li>logdoctor/modules/<b>exceptions.cpp</b></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
8 changes: 4 additions & 4 deletions docs/html/classCraphelp-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>LogDoctor: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -22,7 +22,7 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="dox_logo.png"/></td>
<td id="projectalign">
<div id="projectname">LogDoctor<span id="projectnumber">&#160;2.05</span>
<div id="projectname">LogDoctor<span id="projectnumber">&#160;3.00</span>
</div>
<div id="projectbrief">Parse Apache2/Nginx/IIS logs and view dinamically generated statistics</div>
</td>
Expand All @@ -31,7 +31,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
Expand Down Expand Up @@ -82,7 +82,7 @@
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
16 changes: 8 additions & 8 deletions docs/html/classCraphelp.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>LogDoctor: Craphelp Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -22,7 +22,7 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="dox_logo.png"/></td>
<td id="projectalign">
<div id="projectname">LogDoctor<span id="projectnumber">&#160;2.05</span>
<div id="projectname">LogDoctor<span id="projectnumber">&#160;3.00</span>
</div>
<div id="projectbrief">Parse Apache2/Nginx/IIS logs and view dinamically generated statistics</div>
</td>
Expand All @@ -31,7 +31,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
Expand Down Expand Up @@ -91,10 +91,10 @@
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a311257a3a833ec2fa8fe262fbd0646cb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCraphelp.html#a311257a3a833ec2fa8fe262fbd0646cb">helpLogsFormat</a> (const std::string &amp;path, const QFont &amp;font, const int color_scheme_id) const</td></tr>
<tr class="memitem:a311257a3a833ec2fa8fe262fbd0646cb" id="r_a311257a3a833ec2fa8fe262fbd0646cb"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCraphelp.html#a311257a3a833ec2fa8fe262fbd0646cb">helpLogsFormat</a> (const std::string &amp;path, const QFont &amp;font, const int color_scheme_id) const</td></tr>
<tr class="memdesc:a311257a3a833ec2fa8fe262fbd0646cb"><td class="mdescLeft">&#160;</td><td class="mdescRight">Provides help about log formats. <br /></td></tr>
<tr class="separator:a311257a3a833ec2fa8fe262fbd0646cb"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:acf0dd64949a11297fb23aa97971e241a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCraphelp.html#acf0dd64949a11297fb23aa97971e241a">helpLogsFormatDefault</a> (std::string_view file_name, const QFont &amp;font, const int color_scheme_id) const</td></tr>
<tr class="memitem:acf0dd64949a11297fb23aa97971e241a" id="r_acf0dd64949a11297fb23aa97971e241a"><td class="memItemLeft" align="right" valign="top">void&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCraphelp.html#acf0dd64949a11297fb23aa97971e241a">helpLogsFormatDefault</a> (std::string_view file_name, const QFont &amp;font, const int color_scheme_id) const</td></tr>
<tr class="memdesc:acf0dd64949a11297fb23aa97971e241a"><td class="mdescLeft">&#160;</td><td class="mdescRight">Provides help about log formats. <br /></td></tr>
<tr class="separator:acf0dd64949a11297fb23aa97971e241a"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
Expand Down Expand Up @@ -191,13 +191,13 @@ <h2 class="memtitle"><span class="permalink"><a href="#acf0dd64949a11297fb23aa97
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>logdoctor/modules/craphelp/craphelp.h</li>
<li>logdoctor/modules/craphelp/craphelp.cpp</li>
<li>logdoctor/modules/craphelp/<b>craphelp.h</b></li>
<li>logdoctor/modules/craphelp/<b>craphelp.cpp</b></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
10 changes: 5 additions & 5 deletions docs/html/classCrapinfo-members.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>LogDoctor: Member List</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -22,7 +22,7 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="dox_logo.png"/></td>
<td id="projectalign">
<div id="projectname">LogDoctor<span id="projectnumber">&#160;2.05</span>
<div id="projectname">LogDoctor<span id="projectnumber">&#160;3.00</span>
</div>
<div id="projectbrief">Parse Apache2/Nginx/IIS logs and view dinamically generated statistics</div>
</td>
Expand All @@ -31,7 +31,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
Expand Down Expand Up @@ -77,11 +77,11 @@

<p>This is the complete list of members for <a class="el" href="classCrapinfo.html">Crapinfo</a>, including all inherited members.</p>
<table class="directory">
<tr class="even"><td class="entry"><a class="el" href="classCrapinfo.html#a3707760e62f63ebd1f6ecf34f3d3191d">Crapinfo</a>(const int window_theme_id, const QString &amp;version, const QString &amp;exec_path, const QString &amp;conf_path, const QString &amp;logdoc_path, QWidget *parent=nullptr)</td><td class="entry"><a class="el" href="classCrapinfo.html">Crapinfo</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
<tr class="even"><td class="entry"><a class="el" href="classCrapinfo.html#a8dcb2ce3d5d374f14aef725e94971d7d">Crapinfo</a>(const QString &amp;version, const QString &amp;exec_path, const QString &amp;conf_path, const QString &amp;logdoc_path, QWidget *parent=nullptr)</td><td class="entry"><a class="el" href="classCrapinfo.html">Crapinfo</a></td><td class="entry"><span class="mlabel">explicit</span></td></tr>
</table></div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
29 changes: 11 additions & 18 deletions docs/html/classCrapinfo.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<head>
<meta http-equiv="Content-Type" content="text/xhtml;charset=UTF-8"/>
<meta http-equiv="X-UA-Compatible" content="IE=11"/>
<meta name="generator" content="Doxygen 1.9.7"/>
<meta name="generator" content="Doxygen 1.9.8"/>
<meta name="viewport" content="width=device-width, initial-scale=1"/>
<title>LogDoctor: Crapinfo Class Reference</title>
<link href="tabs.css" rel="stylesheet" type="text/css"/>
Expand All @@ -22,7 +22,7 @@
<tr id="projectrow">
<td id="projectlogo"><img alt="Logo" src="dox_logo.png"/></td>
<td id="projectalign">
<div id="projectname">LogDoctor<span id="projectnumber">&#160;2.05</span>
<div id="projectname">LogDoctor<span id="projectnumber">&#160;3.00</span>
</div>
<div id="projectbrief">Parse Apache2/Nginx/IIS logs and view dinamically generated statistics</div>
</td>
Expand All @@ -31,7 +31,7 @@
</table>
</div>
<!-- end header part -->
<!-- Generated by Doxygen 1.9.7 -->
<!-- Generated by Doxygen 1.9.8 -->
<script type="text/javascript">
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699&amp;dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
Expand Down Expand Up @@ -91,16 +91,16 @@
<table class="memberdecls">
<tr class="heading"><td colspan="2"><h2 class="groupheader"><a id="pub-methods" name="pub-methods"></a>
Public Member Functions</h2></td></tr>
<tr class="memitem:a3707760e62f63ebd1f6ecf34f3d3191d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCrapinfo.html#a3707760e62f63ebd1f6ecf34f3d3191d">Crapinfo</a> (const int window_theme_id, const QString &amp;version, const QString &amp;exec_path, const QString &amp;conf_path, const QString &amp;logdoc_path, QWidget *parent=nullptr)</td></tr>
<tr class="memdesc:a3707760e62f63ebd1f6ecf34f3d3191d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class constructor. <br /></td></tr>
<tr class="separator:a3707760e62f63ebd1f6ecf34f3d3191d"><td class="memSeparator" colspan="2">&#160;</td></tr>
<tr class="memitem:a8dcb2ce3d5d374f14aef725e94971d7d" id="r_a8dcb2ce3d5d374f14aef725e94971d7d"><td class="memItemLeft" align="right" valign="top">&#160;</td><td class="memItemRight" valign="bottom"><a class="el" href="classCrapinfo.html#a8dcb2ce3d5d374f14aef725e94971d7d">Crapinfo</a> (const QString &amp;version, const QString &amp;exec_path, const QString &amp;conf_path, const QString &amp;logdoc_path, QWidget *parent=nullptr)</td></tr>
<tr class="memdesc:a8dcb2ce3d5d374f14aef725e94971d7d"><td class="mdescLeft">&#160;</td><td class="mdescRight">Class constructor. <br /></td></tr>
<tr class="separator:a8dcb2ce3d5d374f14aef725e94971d7d"><td class="memSeparator" colspan="2">&#160;</td></tr>
</table>
<a name="details" id="details"></a><h2 class="groupheader">Detailed Description</h2>
<div class="textblock"><p><a class="el" href="classCrapinfo.html" title="Crapinfo.">Crapinfo</a>. </p>
<p>Displays informations </p>
</div><h2 class="groupheader">Constructor &amp; Destructor Documentation</h2>
<a id="a3707760e62f63ebd1f6ecf34f3d3191d" name="a3707760e62f63ebd1f6ecf34f3d3191d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a3707760e62f63ebd1f6ecf34f3d3191d">&#9670;&#160;</a></span>Crapinfo()</h2>
<a id="a8dcb2ce3d5d374f14aef725e94971d7d" name="a8dcb2ce3d5d374f14aef725e94971d7d"></a>
<h2 class="memtitle"><span class="permalink"><a href="#a8dcb2ce3d5d374f14aef725e94971d7d">&#9670;&#160;</a></span>Crapinfo()</h2>

<div class="memitem">
<div class="memproto">
Expand All @@ -111,12 +111,6 @@ <h2 class="memtitle"><span class="permalink"><a href="#a3707760e62f63ebd1f6ecf34
<tr>
<td class="memname">Crapinfo::Crapinfo </td>
<td>(</td>
<td class="paramtype">const int&#160;</td>
<td class="paramname"><em>window_theme_id</em>, </td>
</tr>
<tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">const QString &amp;&#160;</td>
<td class="paramname"><em>version</em>, </td>
</tr>
Expand Down Expand Up @@ -160,7 +154,6 @@ <h2 class="memtitle"><span class="permalink"><a href="#a3707760e62f63ebd1f6ecf34
<p>Class constructor. </p>
<dl class="params"><dt>Parameters</dt><dd>
<table class="params">
<tr><td class="paramname">window_theme_id</td><td>The ID of the theme in use on the main window </td></tr>
<tr><td class="paramname">version</td><td>The version of LogDoctor actually running </td></tr>
<tr><td class="paramname">exec_path</td><td>The path of the executable </td></tr>
<tr><td class="paramname">conf_path</td><td>The path of the configuration file </td></tr>
Expand All @@ -173,13 +166,13 @@ <h2 class="memtitle"><span class="permalink"><a href="#a3707760e62f63ebd1f6ecf34
</div>
</div>
<hr/>The documentation for this class was generated from the following files:<ul>
<li>logdoctor/modules/crapinfo/crapinfo.h</li>
<li>logdoctor/modules/crapinfo/crapinfo.cpp</li>
<li>logdoctor/modules/crapinfo/<b>crapinfo.h</b></li>
<li>logdoctor/modules/crapinfo/<b>crapinfo.cpp</b></li>
</ul>
</div><!-- contents -->
<!-- start footer part -->
<hr class="footer"/><address class="footer"><small>
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.7
Generated by&#160;<a href="https://www.doxygen.org/index.html"><img class="footer" src="doxygen.svg" width="104" height="31" alt="doxygen"/></a> 1.9.8
</small></address>
</body>
</html>
Loading