From dd392a5b500f7a45ebe797fe1708b85f6fb8d6a5 Mon Sep 17 00:00:00 2001 From: Willem Liu Date: Thu, 28 Apr 2011 20:16:03 +0200 Subject: [PATCH] Added donation plug in about box --- easylist.pro.user | 2 +- mainform.cpp | 11 +++++--- mainform.h | 1 + qtc_packaging/debian_fremantle/changelog | 42 +++++++++++++++--------------- 4 files changed, 31 insertions(+), 25 deletions(-) diff --git a/easylist.pro.user b/easylist.pro.user index 7a55e88..a2b3fc8 100755 --- a/easylist.pro.user +++ b/easylist.pro.user @@ -2,7 +2,7 @@ ProjectExplorer.Project.ActiveTarget - 1 + 0 ProjectExplorer.Project.EditorSettings diff --git a/mainform.cpp b/mainform.cpp index 9eac1d8..9ce30da 100755 --- a/mainform.cpp +++ b/mainform.cpp @@ -158,9 +158,14 @@ void MainForm::on_actionAbout_triggered() { qDebug() << "About"; QString aboutText; - aboutText.append("EasyList (c) 2010\n\n"); - aboutText.append("Created by Willem Liu.\n"); - aboutText.append("Created with QtCreator.\n"); + aboutText.append(""); + aboutText.append("EasyList (c) 2010-"); + aboutText.append(QDate::currentDate().toString("yyyy")); + aboutText.append("

"); + aboutText.append("Created by Willem Liu.
"); + aboutText.append("Created with QtCreator.

"); + aboutText.append("Please donate any amount you deem this app is worthy to keep me going on.

"); + aboutText.append(""); QMessageBox::about(this, "EasyList", aboutText); } diff --git a/mainform.h b/mainform.h index d0ab819..c54974c 100755 --- a/mainform.h +++ b/mainform.h @@ -3,6 +3,7 @@ #include #include +#include #include #include #include diff --git a/qtc_packaging/debian_fremantle/changelog b/qtc_packaging/debian_fremantle/changelog index c324fdf..a4fba97 100755 --- a/qtc_packaging/debian_fremantle/changelog +++ b/qtc_packaging/debian_fremantle/changelog @@ -4,88 +4,88 @@ easylist (0.3.24) unstable; urgency=low -- Willem Liu Sat, 26 Mar 2011 11:17:23 +0100 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Added prompt when clicked Uncheck All. -- Willem Liu Sat, 26 Mar 2011 11:17:23 +0100 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Now the list is also saved under its list name. -- Willem Liu Sat, 26 Mar 2011 11:17:23 +0100 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Repackaged to reduce package size. -- Willem Liu Thu, 26 Oct 2010 18:08:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Repackaged to reduce package size. -- Willem Liu Thu, 26 Oct 2010 18:06:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Added warning message box when clear checked message is pressed. -- Willem Liu Thu, 26 Oct 2010 17:47:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Fixed bug when saving to a list template with empty name causes all lists to disappear. -- Willem Liu Thu, 21 Oct 2010 19:19:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Fixed minor bug. Switching to Lists... view didn't save current list item states. * Added notification when saving list as template. -- Willem Liu Thu, 21 Oct 2010 19:19:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Support for multiple lists. * Changed order of menu items. -- Willem Liu Thu, 21 Oct 2010 00:05:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Changed control description. -- Willem Liu Tue, 07 Sep 2010 13:56:12 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Changed changelog to include all previous version changes. -- Willem Liu Tue, 07 Sep 2010 13:56:12 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Fixed sorting problem. -- Willem Liu Thu, 29 Sep 2010 03:12:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Fixed Sort A-Z bug. Caused list to disappear when turned on with option "Checked To Bottom" turned off. -- Willem Liu Thu, 29 Sep 2010 03:11:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Alphabetical sorting now ignores case. * Checked items now have grey text instead of white and are striked through. -- Willem Liu Tue, 28 Sep 2010 17:12:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Alphabetical sorting now possible. * Label "Checked bottom" changed to "Checked to bottom". @@ -93,7 +93,7 @@ easylist (0.3.23) unstable; urgency=low -- Willem Liu Sun, 26 Sep 2010 17:43:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Significantly changed the source code. * Divided in multiple classes. @@ -102,37 +102,37 @@ easylist (0.3.23) unstable; urgency=low -- Willem Liu Wed, 22 Sep 2010 22:46:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Now supports sorting checked items to bottom of the list. -- Willem Liu Thu, 16 Sep 2010 13:43:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Initial Release. -- Willem Liu Tue, 07 Sep 2010 11:56:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Changed binary version number. -- Willem Liu Tue, 07 Sep 2010 11:56:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Added optify file. -- Willem Liu Tue, 07 Sep 2010 11:56:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Initial Release. -- Willem Liu Tue, 07 Sep 2010 11:56:00 +0200 -easylist (0.3.23) unstable; urgency=low +easylist (0.3.24) unstable; urgency=low * Initial Release. -- 1.7.9.5