Skip to content

Commit 7ce9702

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.10.4.
1 parent 364ebda commit 7ce9702

16 files changed

+51
-42
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 1.10.4 - 04/02/2018
2+
3+
- Upgraded to WTL 10.
4+
- Integrated the GitHub repository into the documentation and the About dialog.
5+
6+
7+
18
Version 1.10.3 - 16/01/2018
29

310
- 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/TabStripControl/releases/tag/1.10.3">
3-
<img alt="Release 1.10.3 Release" src="https://img.shields.io/badge/release-1.10.3-0688CB.svg">
2+
<a href="https://github.com/TimoKunze/TabStripControl/releases/tag/1.10.4">
3+
<img alt="Release 1.10.4 Release" src="https://img.shields.io/badge/release-1.10.4-0688CB.svg">
44
</a>
55
<a href="https://github.com/TimoKunze/TabStripControl/releases">
66
<img alt="Download TabStripControl" 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 TabStrip"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.10.3.176
26+
PROJECT_NUMBER = 1.10.4.181
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 TabStrip"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.10.3.176
26+
PROJECT_NUMBER = 1.10.4.181
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 TabStrip"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.10.3.176
26+
PROJECT_NUMBER = 1.10.4.181
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 TabStrip"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.10.3.176
26+
PROJECT_NUMBER = 1.10.4.181
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 TabStrip"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.10.3.176
26+
PROJECT_NUMBER = 1.10.4.181
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 TabStrip"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.10.3.176
26+
PROJECT_NUMBER = 1.10.4.181
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 TabStrip"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.10.3.176
26+
PROJECT_NUMBER = 1.10.4.181
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 TabStrip"
2323
# This could be handy for archiving the generated documentation or
2424
# if some version control system is used.
2525

26-
PROJECT_NUMBER = 1.10.3.176
26+
PROJECT_NUMBER = 1.10.4.181
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/TabStripControl"));
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/TabStripCtlA.idl

Lines changed: 17 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -17,18 +17,18 @@
1717
/// \section reqs_sec Requirements
1818
///
1919
/// %TabStrip ANSI runs on the following operating systems:
20-
/// - Windows XP (SP3 or later) - <strong>limited support</strong>
21-
/// - Windows Server 2003 (SP2 or later) - <strong>limited support</strong>
22-
/// - Windows Vista (SP2 or later) - <strong>limited support</strong>
23-
/// - Windows Server 2008 (SP2 or later) - <strong>limited support</strong>
24-
/// - Windows 7 (SP1 or later) - <strong>limited support</strong>
25-
/// - Windows Server 2008 R2 (SP1 or later) - <strong>limited support</strong>
26-
/// - Windows 8 - <strong>limited support</strong>
27-
/// - Windows Server 2012 - <strong>limited support</strong>
28-
/// - Windows 8.1 - <strong>limited support</strong>
29-
/// - Windows Server 2012 R2 - <strong>limited support</strong>
30-
/// - Windows 10 - <strong>limited support</strong>
31-
/// - Windows Server 2016 - <strong>limited support</strong>
20+
/// - Windows XP (SP3 or later)
21+
/// - Windows Server 2003 (SP2 or later)
22+
/// - Windows Vista (SP2 or later)
23+
/// - Windows Server 2008 (SP2 or later)
24+
/// - Windows 7 (SP1 or later)
25+
/// - Windows Server 2008 R2 (SP1 or later)
26+
/// - Windows 8
27+
/// - Windows Server 2012
28+
/// - Windows 8.1
29+
/// - Windows Server 2012 R2
30+
/// - Windows 10
31+
/// - Windows Server 2016
3232
///
3333
/// Some features have additional requirements which are mentioned in the affected feature's
3434
/// documentation.\n
@@ -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=26">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/TabStripControl">GitHub</a> or in the
43+
/// <a href="https://www.timosoft-software.de/forum/viewforum.php?f=26">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/TabStripCtlU.idl

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

src/res/TabStripCtl.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,124,144,207,23
141141
LTEXT "Further information:",IDC_MORE,124,181,207,11,0,WS_EX_TRANSPARENT
142142
LTEXT "<Homepage>",IDC_HOMEPAGE,124,192,95,8,SS_NOTIFY,WS_EX_TRANSPARENT
143-
LTEXT "<Bugtracker>",IDC_BUGTRACKER,220,192,50,8,SS_NOTIFY,WS_EX_TRANSPARENT
143+
LTEXT "<GitHub>",IDC_GITHUB,220,192,95,8,SS_NOTIFY,WS_EX_TRANSPARENT
144144
CONTROL 3,IDC_PAYPAL,"Static",SS_BITMAP | SS_NOTIFY | SS_REALSIZEIMAGE,225,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 10
11-
#define VERSION_REVISION1 3
11+
#define VERSION_REVISION1 4
1212
#define VERSION_REVISION2 0
13-
#define VERSION_BUILD 176
14-
#define STRFILEVERSION "1.10.3.176"
13+
#define VERSION_BUILD 181
14+
#define STRFILEVERSION "1.10.4.181"
1515
#define STRPRODUCTVERSION "1.10"
16-
#define STRTIMESTAMP "2018/01/16 20:07:26"
16+
#define STRTIMESTAMP "2018/02/04 14:12:52"
1717

1818
#define IDB_TABSTRIP 1
1919
#define IDB_ABOUT 2
@@ -41,7 +41,7 @@
4141
#define IDC_SPECIALTHANKSTO 158
4242
#define IDC_MORE 159
4343
#define IDC_HOMEPAGE 160
44-
#define IDC_BUGTRACKER 161
44+
#define IDC_GITHUB 161
4545
#define IDC_PAYPAL 162
4646
#define IDC_TOOLBAR 163
4747
#define IDC_DISABLEDEVENTSBOX 164

0 commit comments

Comments
 (0)