Skip to content

Commit

Permalink
Replaced the bugtracker link with a link to the GitHub repository.
Browse files Browse the repository at this point in the history
Rewrote the paragraph about support in the documentation.
Prepared release of version 1.10.4.
  • Loading branch information
TimoKunze committed Jan 21, 2018
1 parent b0eeff1 commit a0b9860
Show file tree
Hide file tree
Showing 16 changed files with 50 additions and 41 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
Version 1.10.4 - 21/01/2018

- Upgraded to WTL 10.
- Integrated the GitHub repository into the documentation and the About dialog.



Version 1.10.3 - 07/01/2018

- Project published on GitHub.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<p align=center>
<a href="https://github.com/TimoKunze/ButtonControls/releases/tag/1.10.3">
<img alt="Release 1.10.3 Release" src="https://img.shields.io/badge/release-1.10.3-0688CB.svg">
<a href="https://github.com/TimoKunze/ButtonControls/releases/tag/1.10.4">
<img alt="Release 1.10.4 Release" src="https://img.shields.io/badge/release-1.10.4-0688CB.svg">
</a>
<a href="https://github.com/TimoKunze/ButtonControls/releases">
<img alt="Download ButtonControls" src="https://img.shields.io/badge/download-latest-0688CB.svg">
Expand Down
2 changes: 1 addition & 1 deletion help/ANSI/Doxygen/private docs CHM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ButtonControls"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.10.3.202
PROJECT_NUMBER = 1.10.4.207

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion help/ANSI/Doxygen/private docs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ButtonControls"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.10.3.202
PROJECT_NUMBER = 1.10.4.207

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion help/ANSI/Doxygen/public docs CHM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ButtonControls"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.10.3.202
PROJECT_NUMBER = 1.10.4.207

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion help/ANSI/Doxygen/public docs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ButtonControls"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.10.3.202
PROJECT_NUMBER = 1.10.4.207

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion help/Unicode/Doxygen/private docs CHM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ButtonControls"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.10.3.202
PROJECT_NUMBER = 1.10.4.207

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion help/Unicode/Doxygen/private docs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ButtonControls"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.10.3.202
PROJECT_NUMBER = 1.10.4.207

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion help/Unicode/Doxygen/public docs CHM.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ButtonControls"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.10.3.202
PROJECT_NUMBER = 1.10.4.207

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
2 changes: 1 addition & 1 deletion help/Unicode/Doxygen/public docs.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ PROJECT_NAME = "TimoSoft ButtonControls"
# This could be handy for archiving the generated documentation or
# if some version control system is used.

PROJECT_NUMBER = 1.10.3.202
PROJECT_NUMBER = 1.10.4.207

# The OUTPUT_DIRECTORY tag is used to specify the (relative or absolute)
# base path where the generated documentation will be put.
Expand Down
8 changes: 4 additions & 4 deletions src/AboutDlg.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ LRESULT AboutDlg::OnInitDialog(UINT /*message*/, WPARAM /*wParam*/, LPARAM /*lPa
{
// attach to the controls
controls.author = GetDlgItem(IDC_AUTHOR);
controls.bugtracker.SubclassWindow(GetDlgItem(IDC_BUGTRACKER));
controls.gitHubRepository.SubclassWindow(GetDlgItem(IDC_GITHUB));
controls.homepage.SubclassWindow(GetDlgItem(IDC_HOMEPAGE));
controls.more = GetDlgItem(IDC_MORE);
controls.name = GetDlgItem(IDC_NAME);
Expand Down Expand Up @@ -71,9 +71,9 @@ LRESULT AboutDlg::OnInitDialog(UINT /*message*/, WPARAM /*wParam*/, LPARAM /*lPa
str = TEXT("Browse to ") + str + TEXT("...");
controls.homepage.SetToolTipText((LPCTSTR) str);

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

controls.paypal.SetHyperLink(properties.pOwner->GetPaypalLink());
controls.paypal.SetToolTipText(TEXT("Make a donation to the author of this software."));
Expand Down
4 changes: 2 additions & 2 deletions src/AboutDlg.h
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,8 @@ class AboutDlg :
CStatic specialThanks;
/// \brief <em>Wraps the link label displaying the URL of our website</em>
HyperLinkEx homepage;
/// \brief <em>Wraps the link label displaying the URL of our bugtracker</em>
HyperLinkEx bugtracker;
/// \brief <em>Wraps the link label displaying the URL of the GitHub repository</em>
HyperLinkEx gitHubRepository;

/// \brief <em>Retrieves whether a window handle belongs to one of the dialog's static controls</em>
///
Expand Down
33 changes: 17 additions & 16 deletions src/BtnCtlsA.idl
Original file line number Diff line number Diff line change
Expand Up @@ -18,18 +18,18 @@
/// \section reqs_sec Requirements
///
/// %ButtonControls ANSI runs on the following operating systems:
/// - Windows XP (SP3 or later) - <strong>limited support</strong>
/// - Windows Server 2003 (SP2 or later) - <strong>limited support</strong>
/// - Windows Vista (SP2 or later) - <strong>limited support</strong>
/// - Windows Server 2008 (SP2 or later) - <strong>limited support</strong>
/// - Windows 7 (SP1 or later) - <strong>limited support</strong>
/// - Windows Server 2008 R2 (SP1 or later) - <strong>limited support</strong>
/// - Windows 8 - <strong>limited support</strong>
/// - Windows Server 2012 - <strong>limited support</strong>
/// - Windows 8.1 - <strong>limited support</strong>
/// - Windows Server 2012 R2 - <strong>limited support</strong>
/// - Windows 10 - <strong>limited support</strong>
/// - Windows Server 2016 - <strong>limited support</strong>
/// - Windows XP (SP3 or later)
/// - Windows Server 2003 (SP2 or later)
/// - Windows Vista (SP2 or later)
/// - Windows Server 2008 (SP2 or later)
/// - Windows 7 (SP1 or later)
/// - Windows Server 2008 R2 (SP1 or later)
/// - Windows 8
/// - Windows Server 2012
/// - Windows 8.1
/// - Windows Server 2012 R2
/// - Windows 10
/// - Windows Server 2016
///
/// Some features have additional requirements which are mentioned in the affected feature's
/// documentation.\n
Expand All @@ -39,10 +39,11 @@
///
/// \section support_sec Support
///
/// Although there's no entitlement to support, you've good chances to get help if you either post
/// to the <a href="https://www.timosoft-software.de/forum/viewforum.php?f=25">forums</a> or
/// <a href="mailto:Timo@TimoSoft-Software.de">send me a mail</a>.\n
/// Bugs and feature requests should be entered into the <a href="https://bugtracker.timosoft-software.de">bug tracking system</a>.
/// There's no entitlement to support. Period. However, you have good chances to get help if you post your
/// questions on <a href="https://github.com/TimoKunze/ButtonControls">GitHub</a> or in the
/// <a href="https://www.timosoft-software.de/forum/viewforum.php?f=25">forums</a>.\n
/// Also the project is open source, so feel free to have a look at the source code. You may modify it, but
/// please consider sharing your changes with the rest of the world.
///
/// \section lic_sec License
///
Expand Down
9 changes: 5 additions & 4 deletions src/BtnCtlsU.idl
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,11 @@
///
/// \section support_sec Support
///
/// Although there's no entitlement to support, you've good chances to get help if you either post
/// to the <a href="https://www.timosoft-software.de/forum/viewforum.php?f=25">forums</a> or
/// <a href="mailto:Timo@TimoSoft-Software.de">send me a mail</a>.\n
/// Bugs and feature requests should be entered into the <a href="https://bugtracker.timosoft-software.de">bug tracking system</a>.
/// There's no entitlement to support. Period. However, you have good chances to get help if you post your
/// questions on <a href="https://github.com/TimoKunze/ButtonControls">GitHub</a> or in the
/// <a href="https://www.timosoft-software.de/forum/viewforum.php?f=25">forums</a>.\n
/// Also the project is open source, so feel free to have a look at the source code. You may modify it, but
/// please consider sharing your changes with the rest of the world.
///
/// \section lic_sec License
///
Expand Down
2 changes: 1 addition & 1 deletion src/res/BtnCtls.rc
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@ BEGIN
CONTROL "<SpecialThanks>",IDC_SPECIALTHANKSTO,"Static",WS_GROUP | 0x20,124,144,207,23
LTEXT "Further information:",IDC_MORE,124,181,207,11,0,WS_EX_TRANSPARENT
LTEXT "<Homepage>",IDC_HOMEPAGE,124,192,95,8,SS_NOTIFY,WS_EX_TRANSPARENT
LTEXT "<Bugtracker>",IDC_BUGTRACKER,220,192,50,8,SS_NOTIFY,WS_EX_TRANSPARENT
LTEXT "<GitHub>",IDC_GITHUB,220,192,95,8,SS_NOTIFY,WS_EX_TRANSPARENT
CONTROL 6,IDC_PAYPAL,"Static",SS_BITMAP | SS_NOTIFY | SS_REALSIZEIMAGE,225,204,48,18,WS_EX_TRANSPARENT
END

Expand Down
8 changes: 4 additions & 4 deletions src/res/resource.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@
#define VERSION_MINOR 10
#define VERSION_REVISION1 4
#define VERSION_REVISION2 0
#define VERSION_BUILD 203
#define STRFILEVERSION "1.10.4.203"
#define VERSION_BUILD 207
#define STRFILEVERSION "1.10.4.207"
#define STRPRODUCTVERSION "1.10"
#define STRTIMESTAMP "2018/01/21 18:48:59"
#define STRTIMESTAMP "2018/01/21 19:58:12"

#define IDB_CHECKBOX 1
#define IDB_COMMANDBUTTON 2
Expand Down Expand Up @@ -45,7 +45,7 @@
#define IDC_SPECIALTHANKSTO 158
#define IDC_MORE 159
#define IDC_HOMEPAGE 160
#define IDC_BUGTRACKER 161
#define IDC_GITHUB 161
#define IDC_PAYPAL 162
#define IDC_TOOLBAR 163
#define IDC_DISABLEDEVENTSBOX 164
Expand Down

0 comments on commit a0b9860

Please sign in to comment.