Skip to content

Commit 2c69de6

Browse files
committed
Replaced the bugtracker link with a link to the GitHub repository.
Rewrote the paragraph about support in the documentation. Prepared release of version 1.5.4.
1 parent c9ec16e commit 2c69de6

16 files changed

+52
-42
lines changed

CHANGELOG

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
Version 1.5.4 - 04/02/2018
2+
3+
- Fixed multiple memory leaks.
4+
- Upgraded to WTL 10.
5+
- Integrated the GitHub repository into the documentation and the About dialog.
6+
7+
8+
19
Version 1.5.3 - 15/01/2018
210

311
- Project published on GitHub.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<p align=center>
2-
<a href="https://github.com/TimoKunze/StatusBarControl/releases/tag/1.5.3">
3-
<img alt="Release 1.5.3 Release" src="https://img.shields.io/badge/release-1.5.3-0688CB.svg">
2+
<a href="https://github.com/TimoKunze/StatusBarControl/releases/tag/1.5.4">
3+
<img alt="Release 1.5.4 Release" src="https://img.shields.io/badge/release-1.5.4-0688CB.svg">
44
</a>
55
<a href="https://github.com/TimoKunze/StatusBarControl/releases">
66
<img alt="Download StatusBarControl" src="https://img.shields.io/badge/download-latest-0688CB.svg">

help/ANSI/Doxygen/private docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft StatusBar"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.3.154
26+
PROJECT_NUMBER = 1.5.4.162
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/private docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft StatusBar"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.3.154
26+
PROJECT_NUMBER = 1.5.4.162
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/public docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft StatusBar"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.3.154
26+
PROJECT_NUMBER = 1.5.4.162
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/ANSI/Doxygen/public docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft StatusBar"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.3.154
26+
PROJECT_NUMBER = 1.5.4.162
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/private docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft StatusBar"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.3.154
26+
PROJECT_NUMBER = 1.5.4.162
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/private docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft StatusBar"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.3.154
26+
PROJECT_NUMBER = 1.5.4.162
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/public docs CHM.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft StatusBar"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.3.154
26+
PROJECT_NUMBER = 1.5.4.162
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

help/Unicode/Doxygen/public docs.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft StatusBar"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.5.3.154
26+
PROJECT_NUMBER = 1.5.4.162
2727

2828
# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
2929
# base path where the generated documentation will be put.

src/AboutDlg.cpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ LRESULT AboutDlg::OnInitDialog(UINT /*message*/, WPARAM /*wParam*/, LPARAM /*lPa
4242
{
4343
// attach to the controls
4444
controls.author = GetDlgItem(IDC_AUTHOR);
45-
controls.bugtracker.SubclassWindow(GetDlgItem(IDC_BUGTRACKER));
45+
controls.gitHubRepository.SubclassWindow(GetDlgItem(IDC_GITHUB));
4646
controls.homepage.SubclassWindow(GetDlgItem(IDC_HOMEPAGE));
4747
controls.more = GetDlgItem(IDC_MORE);
4848
controls.name = GetDlgItem(IDC_NAME);
@@ -71,9 +71,9 @@ LRESULT AboutDlg::OnInitDialog(UINT /*message*/, WPARAM /*wParam*/, LPARAM /*lPa
7171
str = TEXT("Browse to ") + str + TEXT("...");
7272
controls.homepage.SetToolTipText((LPCTSTR) str);
7373

74-
controls.bugtracker.SetHyperLink(TEXT("https://bugtracker.timosoft-software.de/"));
75-
controls.bugtracker.SetLabel(TEXT("Report a bug"));
76-
controls.bugtracker.SetToolTipText(TEXT("Open up the bugtracker to report a bug or feature request..."));
74+
controls.gitHubRepository.SetHyperLink(TEXT("https://github.com/TimoKunze/StatusBarControl"));
75+
controls.gitHubRepository.SetLabel(TEXT("Fork me on GitHub"));
76+
controls.gitHubRepository.SetToolTipText(TEXT("Browse the GitHub repository..."));
7777

7878
controls.paypal.SetHyperLink(properties.pOwner->GetPaypalLink());
7979
controls.paypal.SetToolTipText(TEXT("Make a donation to the author of this software."));

src/AboutDlg.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,8 @@ class AboutDlg :
9494
CStatic specialThanks;
9595
/// \brief <em>Wraps the link label displaying the URL of our website</em>
9696
HyperLinkEx homepage;
97-
/// \brief <em>Wraps the link label displaying the URL of our bugtracker</em>
98-
HyperLinkEx bugtracker;
97+
/// \brief <em>Wraps the link label displaying the URL of the GitHub repository</em>
98+
HyperLinkEx gitHubRepository;
9999

100100
/// \brief <em>Retrieves whether a window handle belongs to one of the dialog's static controls</em>
101101
///

src/StatBarA.idl

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,18 @@
1515
/// \section reqs_sec Requirements
1616
///
1717
/// %StatusBar ANSI runs on the following operating systems:
18-
/// - Windows XP (SP3 or later) - <strong>limited support</strong>
19-
/// - Windows Server 2003 (SP2 or later) - <strong>limited support</strong>
20-
/// - Windows Vista (SP2 or later) - <strong>limited support</strong>
21-
/// - Windows Server 2008 (SP2 or later) - <strong>limited support</strong>
22-
/// - Windows 7 (SP1 or later) - <strong>limited support</strong>
23-
/// - Windows Server 2008 R2 (SP1 or later) - <strong>limited support</strong>
24-
/// - Windows 8 - <strong>limited support</strong>
25-
/// - Windows Server 2012 - <strong>limited support</strong>
26-
/// - Windows 8.1 - <strong>limited support</strong>
27-
/// - Windows Server 2012 R2 - <strong>limited support</strong>
28-
/// - Windows 10 - <strong>limited support</strong>
29-
/// - Windows Server 2016 - <strong>limited support</strong>
18+
/// - Windows XP (SP3 or later)
19+
/// - Windows Server 2003 (SP2 or later)
20+
/// - Windows Vista (SP2 or later)
21+
/// - Windows Server 2008 (SP2 or later)
22+
/// - Windows 7 (SP1 or later)
23+
/// - Windows Server 2008 R2 (SP1 or later)
24+
/// - Windows 8
25+
/// - Windows Server 2012
26+
/// - Windows 8.1
27+
/// - Windows Server 2012 R2
28+
/// - Windows 10
29+
/// - Windows Server 2016
3030
///
3131
/// Some features have additional requirements which are mentioned in the affected feature's
3232
/// documentation.\n
@@ -36,10 +36,11 @@
3636
///
3737
/// \section support_sec Support
3838
///
39-
/// Although there's no entitlement to support, you've good chances to get help if you either post
40-
/// to the <a href="https://www.timosoft-software.de/forum/viewforum.php?f=20">forums</a> or
41-
/// <a href="mailto:Timo@TimoSoft-Software.de">send me a mail</a>.\n
42-
/// Bugs and feature requests should be entered into the <a href="https://bugtracker.timosoft-software.de">bug tracking system</a>.
39+
/// There's no entitlement to support. Period. However, you have good chances to get help if you post your
40+
/// questions on <a href="https://github.com/TimoKunze/StatusBarControl">GitHub</a> or in the
41+
/// <a href="https://www.timosoft-software.de/forum/viewforum.php?f=20">forums</a>.\n
42+
/// Also the project is open source, so feel free to have a look at the source code. You may modify it, but
43+
/// please consider sharing your changes with the rest of the world.
4344
///
4445
/// \section lic_sec License
4546
///

src/StatBarU.idl

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,11 @@
3838
///
3939
/// \section support_sec Support
4040
///
41-
/// Although there's no entitlement to support, you've good chances to get help if you either post
42-
/// to the <a href="https://www.timosoft-software.de/forum/viewforum.php?f=20">forums</a> or
43-
/// <a href="mailto:Timo@TimoSoft-Software.de">send me a mail</a>.\n
44-
/// Bugs and feature requests should be entered into the <a href="https://bugtracker.timosoft-software.de">bug tracking system</a>.
41+
/// There's no entitlement to support. Period. However, you have good chances to get help if you post your
42+
/// questions on <a href="https://github.com/TimoKunze/StatusBarControl">GitHub</a> or in the
43+
/// <a href="https://www.timosoft-software.de/forum/viewforum.php?f=20">forums</a>.\n
44+
/// Also the project is open source, so feel free to have a look at the source code. You may modify it, but
45+
/// please consider sharing your changes with the rest of the world.
4546
///
4647
/// \section lic_sec License
4748
///

src/res/StatBar.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ BEGIN
140140
CONTROL "<SpecialThanks>",IDC_SPECIALTHANKSTO,"Static",WS_GROUP | 0x20,52,144,207,23
141141
LTEXT "Further information:",IDC_MORE,52,181,207,11,0,WS_EX_TRANSPARENT
142142
LTEXT "<Homepage>",IDC_HOMEPAGE,52,192,95,8,SS_NOTIFY,WS_EX_TRANSPARENT
143-
LTEXT "<Bugtracker>",IDC_BUGTRACKER,148,192,50,8,SS_NOTIFY,WS_EX_TRANSPARENT
143+
LTEXT "<GitHub>",IDC_GITHUB,148,192,95,8,SS_NOTIFY,WS_EX_TRANSPARENT
144144
CONTROL 3,IDC_PAYPAL,"Static",SS_BITMAP | SS_NOTIFY | SS_REALSIZEIMAGE,153,204,48,18,WS_EX_TRANSPARENT
145145
END
146146

src/res/resource.h

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,12 +8,12 @@
88

99
#define VERSION_MAJOR 1
1010
#define VERSION_MINOR 5
11-
#define VERSION_REVISION1 3
11+
#define VERSION_REVISION1 4
1212
#define VERSION_REVISION2 0
13-
#define VERSION_BUILD 154
14-
#define STRFILEVERSION "1.5.3.154"
13+
#define VERSION_BUILD 162
14+
#define STRFILEVERSION "1.5.4.162"
1515
#define STRPRODUCTVERSION "1.5"
16-
#define STRTIMESTAMP "2018/01/15 22:35:18"
16+
#define STRTIMESTAMP "2018/02/04 00:03:00"
1717

1818
#define IDB_STATUSBAR 1
1919
#define IDB_ABOUT 2
@@ -43,7 +43,7 @@
4343
#define IDC_SPECIALTHANKSTO 158
4444
#define IDC_MORE 159
4545
#define IDC_HOMEPAGE 160
46-
#define IDC_BUGTRACKER 161
46+
#define IDC_GITHUB 161
4747
#define IDC_PAYPAL 162
4848
#define IDC_TOOLBAR 163
4949
#define IDC_DISABLEDEVENTSBOX 164

0 commit comments

Comments
 (0)