On Tue, 31 May 2005, Daniele Venzano wrote:

If I could spare some time I would gladly help with tipptrainer, as i think it is a good package. Unfortunately I'm just enough encumbered as I am...
Perhaps you might just try to include the Italian stuff ready for running.
I just kept the kurses and po file you sendet me once.  If you tell me, that
I just have to put these files into the build directory and it runs out
of the box I could include it with the next Debian package.  But I would
prefer if someone gives you CVS access and there would be a new minor
version of TippTrainer including all recent patches.

I attached a patch to this mail which was suggested by Uwe Steinmann
<[EMAIL PROTECTED]> (thanks Uwe!) and which is included in the Debian
package which was uploaded one hour ago.  I also switched to a new
build system for Debian packages (CDBS) which transparently lists all
patches against the provided upstream source in debian/patches.
I have done this for the comfort of upstream in addition to the mail
I sended you for every patch I included.

But before removing tipptrainer from Sarge, please consider also that it is
As I said before: TippTrainer will not be removed from sarge because the
bug was not release critical.

quite light as resources consumption, and this is good in all those places (and they are many!) where open source software is used on older hardware where the latest QT library is just too much.
Lets see what happens with this piece of software.  I hope it can survive
the "hard days" where it is not maintained upstream in the Debian world
until someone else will grab it up.

Kind regards

         Andreas.

--
http://fam-tille.de
--- src/lektion.cpp.orig        2004-08-08 16:04:31.000000000 +0200
+++ src/lektion.cpp     2005-06-09 08:31:21.279783056 +0200
@@ -287,6 +287,7 @@
 }
 
 void Lektion::updateStatusbar(const wxString& generic, long wrong, long 
correct) {
+  parent = Hauptfenster::getPtr();
   parent->SetStatusText(generic,0);
   wxString s2;
   s2 << _("Wrong") << _T(": ") << wrong;

Reply via email to