Anne-Marie Mahfouf | 1 Oct 2007 09:31
Picon
Favicon

Re: [kde-edu]: Phonon freezes KTouch

Le Sunday 30 September 2007 23:11:03 Andreas Nicolai, vous avez écrit :
> Hi there,
>
> I just compiled the most current kdesupport, kdelibs, kdebase and kdeedu
> SVN versions and found that KTouch was freezing during start up. The
> problem is the Phonon library, after initializing the Xine-backend and
> selecting the output plugin the execution just stopped.
>
> In my local copy I simply commented out the lines where m_player in
> KTouchTrainer is initialized (the lines with Phonon::createPlayer() ), and
> now it works nicely again.
>
> This should be checked and tested when the October KDE4 release is made.
> Given the fact, that Phonon is not quite ready, I would even suggest
> leaving out (= not compile) the sound part in KTouch until KDE's
> sound/multimedia engine works.  What do you think?
>
> Bye,
> Andreas

Any Phonon problem should be debugged and talked to with the Phonon developer. 
Especially from KDE-Edu applications as some rely on sound to work.

What sound should be enabled? Can you hear any other sounds in KDE4? What is 
your libxine version?

Thanks in advance,

Anne-Marie
(Continue reading)

Jeff Shipley | 2 Oct 2007 17:40

[kde-edu]: Hello kde-edu

Hello all,
I am joining this community and planning on working with KTurtle.  I feel
that KTurtle is a very good application that could still use a good bit of
work.

Between now and the KDE 4.0 release, I am planning on mostly polishing,
testing, and bug-fixing KTurtle.

About me:
I have been using Linux (Debian, then Mandrake (now Mandriva), then
Ubuntu) for about 6-7 years now.  When I first started I tried KDE, but
did not like it.  I used GNOME up until a few months ago when I decided to
give KDE another try.  I fell in love.  I like the general feel of KDE and
its applications.

At work, I am working on a multi-platform C++/Qt application.  My
experience with Qt is actually one of the factors in my decision to give
KDE another try.  I have been using C++ for several years, and Qt for the
last year.  I also have experience with C# and a few scripting languages.

If you want to contact me, send me an email  <at> 
jshipley <at> jshipley.homelinux.net .
I also have kde-edu <at> jshipley.homelinux.net and
kturtle <at> jshipley.homelinux.net which go to the same inbox and are
highlighted, so you can also use one of those.
Torsten Rahn | 2 Oct 2007 19:11
Picon
Favicon

Re: [kde-edu]: Hello kde-edu

Hi Jeff,

Welcome to KDE and the KDE Education Project! :-)

It's good to hear that KTurtle will receive even more love now than it has 
received in the past already. 
With the fresh air that has surrounded the other KDE-Edu apps recently that's 
an announcement that is very much welcome.

If you feel like chatting you might also join us on IRC (if you haven't 
already. - Actually I haven't been there myself since a few days, so I don't 
know.): 

#kde-edu on irc.freenode.org

Torsten

Marble Desktop Globe
Can You Feel The Earth Spinning?

http://edu.kde.org/marble 
Jeff Shipley | 2 Oct 2007 23:46

: KTurtle patch

I have a first patch ready.  The turtle pointed up at 0 degrees and moved
clockwise as the degrees increased.

This is different from the way it should work, ie right at 0 degrees and
move counter-clockwise.

I worked this one out during a lecture at school (I probably should have
been listening more, but...)

I don't have a kde svn account yet, so I am asking the good people on this
list to review my patch and check it in for me.

Thank you,
Jeff
Attachment (orientation.patch): text/x-diff, 3744 bytes
_______________________________________________
kde-edu mailing list
kde-edu <at> mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu
Anne-Marie Mahfouf | 3 Oct 2007 12:40
Picon
Favicon

Re: [kde-edu]: KTurtle patch

Le Tuesday 02 October 2007 23:46:47 Jeff Shipley, vous avez écrit :
> I have a first patch ready.  The turtle pointed up at 0 degrees and moved
> clockwise as the degrees increased.
>
> This is different from the way it should work, ie right at 0 degrees and
> move counter-clockwise.
>
> I worked this one out during a lecture at school (I probably should have
> been listening more, but...)
>
> I don't have a kde svn account yet, so I am asking the good people on this
> list to review my patch and check it in for me.
>
> Thank you,
> Jeff

Hi Jeff,

I reviewed the patch which is OK :)
The only thing I windered about was the cmath include but grepping kdelibs I 
found it used a bit versus math.h so it's OK (I was concerned about old 
compilers or non-linux systems)

I see that you have a svn account so I leave it to you to commit!

Anne-Marie

_______________________________________________
kde-edu mailing list
kde-edu <at> mail.kde.org
(Continue reading)

Benoit Jacob | 3 Oct 2007 10:45
Picon
Favicon

Re: [kde-edu]: KTurtle patch

Hi Annma,

I confirm that <cmath> is the proper name under which c++ programs should 
include the standard math header. You do raise a good about comptibility 
with old compilers; I have no clue whether there are problems in that 
respect; all I know is that I include <cmath> in Eigen and nobody ever 
reported problems (and Eigen has been used on many different platforms).

Cheers,
Benoit

On Wed, 3 Oct 2007, Anne-Marie Mahfouf wrote:

> Le Tuesday 02 October 2007 23:46:47 Jeff Shipley, vous avez écrit :
> I have a first patch ready.  The turtle pointed up at 0 degrees and moved
> clockwise as the degrees increased.
>
> This is different from the way it should work, ie right at 0 degrees and
> move counter-clockwise.
>
> I worked this one out during a lecture at school (I probably should have
> been listening more, but...)
>
> I don't have a kde svn account yet, so I am asking the good people on this
> list to review my patch and check it in for me.
>
> Thank you,
> Jeff

Hi Jeff,
(Continue reading)

Anne-Marie Mahfouf | 3 Oct 2007 13:56
Picon
Favicon

[kde-edu]: Fwd: kmplot


----------  Message transmis  ----------

Sujet : kmplot
Date : mercredi 3 octobre 2007
De : Dieter Kunz <dp.kunz <at> t-online.de>
À : annma <at> kde.org

Hallo,
I have a question to kmplot.
Is it possible to write the name of the graph in the drawin at the 
belonging graph ?
Thanks
D. Kunz

-------------------------------------------------------
RalfGesellensetter | 3 Oct 2007 13:53
Picon
Picon

Re: [kde-edu]: Fwd: kmplot

Am Mittwoch, 3. Oktober 2007 13:56:22 schrieb Anne-Marie Mahfouf:
> Hallo,
> I have a question to kmplot.
> Is it possible to write the name of the graph in the drawin at the
> belonging graph ?
> Thanks
> D. Kunz

Hi, not that I knew of. I just tried it - all I could find out: 
If you click on the graph in the lower right corner the correspoding 
definition (like f(x)= x^2) appears. This tells me: As there is no graphical 
representation of terms (as provided by GeoGebra using TeX-style libs), it 
wouldn't make sense. Rather edit the exported graph in GIMP or Inkscape or 
Krita...

Regards
Ralf
Ralf Gesellensetter | 3 Oct 2007 13:52
Picon

Re: [kde-edu]: Fwd: kmplot

Am Mittwoch, 3. Oktober 2007 13:56:22 schrieb Anne-Marie Mahfouf:
> Hallo,
> I have a question to kmplot.
> Is it possible to write the name of the graph in the drawin at the
> belonging graph ?
> Thanks
> D. Kunz

Hi, not that I knew of. I just tried it - all I could find out: 
If you click on the graph in the lower right corner the correspoding 
definition (like f(x)= x^2) appears. This tells me: As there is no graphical 
representation of terms (as provided by GeoGebra using TeX-style libs), it 
wouldn't make sense. Rather edit the exported graph in GIMP or Inkscape or 
Krita...

Regards
Ralf
Jeff Shipley | 3 Oct 2007 16:52

Re: : KTurtle patch

Right, it's just a C vs C++ thing.  <math.h> is the C way of doing things,
and <cmath> is the C++ way.  Either should work on pretty much any C++
compiler.

--
Jeff

> Hi Annma,
>
> I confirm that <cmath> is the proper name under which c++ programs should
> include the standard math header. You do raise a good about comptibility
> with old compilers; I have no clue whether there are problems in that
> respect; all I know is that I include <cmath> in Eigen and nobody ever
> reported problems (and Eigen has been used on many different platforms).
>
> Cheers,
> Benoit
>
> On Wed, 3 Oct 2007, Anne-Marie Mahfouf wrote:
>
>> Le Tuesday 02 October 2007 23:46:47 Jeff Shipley, vous avez écrit :
>> I have a first patch ready.  The turtle pointed up at 0 degrees and
>> moved
>> clockwise as the degrees increased.
>>
>> This is different from the way it should work, ie right at 0 degrees and
>> move counter-clockwise.
>>
>> I worked this one out during a lecture at school (I probably should have
>> been listening more, but...)
(Continue reading)


Gmane