Skip to content

Commit

Permalink
Background Updates fixes Issue #11
Browse files Browse the repository at this point in the history
This updates some of the background information files that are out-of-date with the current program.
  • Loading branch information
dave-kaye committed Nov 20, 2022
1 parent c9e3b20 commit a803051
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 6 deletions.
10 changes: 9 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
2019-03-14 Ilya Portnov <portnov84@rambler.ru>
* QCheckers 0.9.0 released.
* Move to Qt5 for better HiDPI support.
* Support of SVG for themes, so that the board is scalable now.
* Change UI a bit: use docker widgets, that can be rearranged or resized.
* Indicate moves by blipping fields where from and where to the move was done.

2005-12-29 Artur Wiebe <wibix@gmx.de>
* KCheckers 0.8.1 released.
* toplevel.cc, view.h: Removed unused slots.
* Renamed info to histrory.
* Renamed info to history.
* history.cc: Removed useless code.

2005-12-19 Artur Wiebe <wibix@gmx.de>
Expand Down
9 changes: 5 additions & 4 deletions src/common.h
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,16 @@


#define APPNAME "QCheckers"
#define VERSION "0.8.1"
#define VERSION "0.9.0"
#define EXT "pdn"


#define HOMEPAGE "http://qcheckers.wibix.de"
#define HOMEPAGE "https:/portnov.github.io/qcheckers"
#define COPYRIGHT "(c) 2002-2003, Andi Peredri (andi@ukr.net)<br>" \
"(c) 2004-2005, Artur Wiebe (wibix@gmx.de)"
"(c) 2004-2007, Artur Wiebe (wibix@gmx.de)"
#define CONTRIBS "Sebastien Prud'homme (prudhomme@laposte.net)<br>" \
"Guillaume Bedot (guillaume.bedot@wanadoo.fr)"
"Guillaume Bedot (guillaume.bedot@wanadoo.fr)<br>" \
"Ilya V. Portnov (portnov84@rambler.ru)"

#ifndef PREFIX
#define PREFIX "/usr/local"
Expand Down
2 changes: 1 addition & 1 deletion src/toplevel.cc
Original file line number Diff line number Diff line change
Expand Up @@ -508,7 +508,7 @@ void myTopLevel::slot_about()
"<a href=\""HOMEPAGE"\">"HOMEPAGE"</a><br><br>"
"Contributors:<br>"CONTRIBS"<br><br>"
"This program is distributed under the terms "
"of the GNU General Public License.";
"of the GNU General Public License Version 2.";

information(tr("About"), text);
}
Expand Down

0 comments on commit a803051

Please sign in to comment.