fux.mario | 3 Jul 2007 18:48

[kde-edu]: Existing Websites

Good morning

Here are the two websites I mentioned at the panel discussion at akademy 2007:

http://www.opensourceschools.org
http://www.schoolforge.net

griits
Mario
Carsten Niehaus | 5 Jul 2007 11:12
Picon
Picon

[kde-edu]: Moving libscience back to Kalzium

Moin

I am thinking about moving all of libscience back to 
kdeedu/kalzium/libscience/ so that I am able to break the API as often as I 
want. Would somebody oppose to this?

Carsten
_______________________________________________
kde-edu mailing list
kde-edu <at> mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu
Carsten Niehaus | 5 Jul 2007 11:13
Picon
Picon

[kde-edu]: Plasma engine or applets depending on stuff in kdeedu

Moin

Plasma-engines depend on Plasma (and thus on kdebase):

     class ChemicalDataEngine : public Plasma::DataEngine

My engine also depends on libscience (in libkdeedu). As we don't have a module 
like "libkdeedu" (as in "kdepimlibs") I can't just check for it in CMake. 
Therefor I would (when the plasmoid is outside of kdeedu) depend on the whole 
kdeedu-module or somehow create a "findlibkdeedu.cmake" file in case the 
distribution installs libkdeedu seperatly. 

The other way around (the Plasma stuff being inside kdeedu) kdeedu would 
depend on kdebase which is equally stupid.

Actually, I don't see how they (applet and engine) belong to kdeedu (beside 
the technical dependency on libscience). 
Ok, given I will place the code somewhere in kdeextragear or something, it 
might be easiest for me to simply have a local copy of libscience.

Comments/Ideas?

Carsten

_______________________________________________
kde-edu mailing list
kde-edu <at> mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu
(Continue reading)

Carsten Niehaus | 5 Jul 2007 11:23
Picon
Picon

Re: [kde-edu]: Moving libscience back to Kalzium

Am Donnerstag, 5. Juli 2007 11:12:57 schrieb Carsten Niehaus:
> Moin
>
> I am thinking about moving all of libscience back to
> kdeedu/kalzium/libscience/ so that I am able to break the API as often as I
> want. Would somebody oppose to this?

Perhaps I should be a bit more clear about my motives:

I plan to break the API in libscience in the future (but _after_ KDE 4.0.0 is 
out). This is not allowed in libs, of course. So when I do not move 
libscience now I will not change the API until KDE 5.0 is out.
I cannot break the API right now because of time-constrains. So for me there 
are two possible ways:

a) do nothing
b) move libscience now and change/improve it in a few month

Only Kalzium is using libscience so in effect, nothing changes when I am 
moving libscience now.

Carsten
_______________________________________________
kde-edu mailing list
kde-edu <at> mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu
Kevin Krammer | 5 Jul 2007 11:35
Picon
Picon

Re: [kde-edu]: Moving libscience back to Kalzium

On Thursday 05 July 2007, Carsten Niehaus wrote:
> Am Donnerstag, 5. Juli 2007 11:12:57 schrieb Carsten Niehaus:
> > Moin
> >
> > I am thinking about moving all of libscience back to
> > kdeedu/kalzium/libscience/ so that I am able to break the API as often as
> > I want. Would somebody oppose to this?
>
> Perhaps I should be a bit more clear about my motives:
>
> I plan to break the API in libscience in the future (but _after_ KDE 4.0.0
> is out). This is not allowed in libs, of course. So when I do not move
> libscience now I will not change the API until KDE 5.0 is out.

I think this only applies to kdelibs and kdepimlibs, i.e. official public 
libraries.
AFAIK it does not apply to module libraries.

Cheers,
Kevin

--

-- 
Kevin Krammer, KDE developer, xdg-utils developer
KDE user support, developer mentoring
_______________________________________________
kde-edu mailing list
kde-edu <at> mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu
(Continue reading)

Carsten Niehaus | 5 Jul 2007 11:42
Picon
Picon

Re: : Moving libscience back to Kalzium

Am Donnerstag, 5. Juli 2007 11:35:02 schrieb Kevin Krammer:
> > I plan to break the API in libscience in the future (but _after_ KDE
> > 4.0.0 is out). This is not allowed in libs, of course. So when I do not
> > move libscience now I will not change the API until KDE 5.0 is out.
>
> I think this only applies to kdelibs and kdepimlibs, i.e. official public
> libraries. AFAIK it does not apply to module libraries.

Oh, if that is true my moving plans just became obsolete, of course.

Carsten
_______________________________________________
kde-edu mailing list
kde-edu <at> mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu
Kevin Krammer | 5 Jul 2007 12:16
Picon
Picon

Re: [kde-edu]: Moving libscience back to Kalzium

On Thursday 05 July 2007, Carsten Niehaus wrote:
> Am Donnerstag, 5. Juli 2007 11:35:02 schrieb Kevin Krammer:
> > > I plan to break the API in libscience in the future (but _after_ KDE
> > > 4.0.0 is out). This is not allowed in libs, of course. So when I do not
> > > move libscience now I will not change the API until KDE 5.0 is out.
> >
> > I think this only applies to kdelibs and kdepimlibs, i.e. official public
> > libraries. AFAIK it does not apply to module libraries.
>
> Oh, if that is true my moving plans just became obsolete, of course.

I am pretty sure, but you should probably check with kde-core-devel for 
certainty.

Cheers.
Kevin

--

-- 
Kevin Krammer, KDE developer, xdg-utils developer
KDE user support, developer mentoring
_______________________________________________
kde-edu mailing list
kde-edu <at> mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu
Miguel Marco | 5 Jul 2007 13:41
Picon
Favicon

Re: [kde-edu]: An idea for a new application

El Martes, 12 de Junio de 2007 15:12, Andreas Nicolai escribió:

> For the program:
> - at first you need a mathematical token system that can handle symbolic
> expressions - something like a "Maple-light" version :-)
I think i can help here. I think i could design a data structure to contain 
the expressions we are dealing with, and the ways to operate it. I can't code 
in C++, but i think i could do it in python.

Another idea would be to use the core of a free computer algebra system, such 
as Maxima or Axiom. Maybe it is ot a good idea to add such a dependency, but 
in the other hand we would get rid of this part of the problem ;).

Sincerelly:

Miguel Angel Marco Buzunariz.
Departamento de Matematicas.
Universidad de Zaragoza.

> - next you'll need some tool that translates the mathematical expression
> in token form into a graphical representation (if drag/drop is involved,
> probably QGraphicsItems, but I also like the idea of identical operations
> better), when it comes to nice look and feel, the guys from
> KOffice/KFormula might have some ideas
> - then the mathematical operations (expand parenthesis, make common
> denominator etc.) need to be implemented: requires some way for the user
> to select a term in the equation and apply an operation (or select several
> terms for an inverse expand-parenthesis operation -  how is that operation
> called in english?)
>
(Continue reading)

Xavier Batlle i Pèlach | 7 Jul 2007 22:43
Picon

[kde-edu]: Presentation

Hi,

I have som slides for a presentation of some kde-edu programs. It's in 
catalan. If some one is interested in, it is at 
www.eltercer.cat/kde/edu-jpl.kpr

I can write it in english but some one will have to correct it.

Xavier
Anne-Marie Mahfouf | 8 Jul 2007 08:35
Picon
Favicon

Re: [kde-edu]: Presentation

On Saturday 7 July 2007 22:43:37 Xavier Batlle i Pèlach wrote:
> Hi,
>
> I have som slides for a presentation of some kde-edu programs. It's in
> catalan. If some one is interested in, it is at
> www.eltercer.cat/kde/edu-jpl.kpr
>
> I can write it in english but some one will have to correct it.
>
> Xavier

Thanks a lot! I added a page on the KDE-Edu website where I put your slideshow 
and mine in French which I did in June.
See
http://edu.kde.org/presentations/
Best regards and thanks for sharing your presentation,

Anne-Marie
> _______________________________________________
> kde-edu mailing list
> kde-edu <at> mail.kde.org
> https://mail.kde.org/mailman/listinfo/kde-edu

Gmane