Cyrille Berger | 8 Jan 2007 21:16

[kde-edu]: Moving kdeeduplot to kdelibs ?

Hi,
I am in need of widget to plot data for krita, and I would like to know if it 
would be possible to move libkdeedu/kdeeduplot/ to kdelibs ?

PS: please don't forget to press "answer all", I am not subscribed to the 
list :)
--

-- 
Cyrille Berger
Jason Harris | 9 Jan 2007 15:53

Re: [kde-edu]: Moving kdeeduplot to kdelibs ?

That's great, I'd be happy to see kdeeduplot in kdelibs.  Although it 
may be necessary to do some refactoring.  I didn't make use of 
namespaces, or a d pointer for example.  I can make the changes, but I 
won't have time to do so right away.

regards,
Jason

Cyrille Berger wrote:
> Hi,
> I am in need of widget to plot data for krita, and I would like to know if it 
> would be possible to move libkdeedu/kdeeduplot/ to kdelibs ?
> 
> PS: please don't forget to press "answer all", I am not subscribed to the 
> list :)
Cyrille Berger | 9 Jan 2007 17:16

Re: [kde-edu]: Moving kdeeduplot to kdelibs ?

> That's great, I'd be happy to see kdeeduplot in kdelibs.
ok I will ask on kde-core-devel then :)

> Although it  may be necessary to do some refactoring.  I didn't make use of
> namespaces, or a d pointer for example.  I can make the changes, but I
> won't have time to do so right away.
if it's just namespaces and d-pointer, I guess I can do it. If you have other 
ideas in mind, one of the main drawback of beeing in kdelibs is to have to 
keep API/ABI stability after KDE4.0 has been release.

--

-- 
Cyrille Berger
Carsten Niehaus | 11 Jan 2007 17:46
Picon
Picon

[kde-edu]: Diff to d-ptr-ify KPlotObject

Moin

Right before sending this files I managed to rm kplotobject.cpp... Therefore 
the .cpp-diff is lost and 50% of my work as well. I am in a good mood right 
now...

Well, I am no longer motivated to port kplotobject.cpp a second time today so 
perhaps somebody takes this diff as a good starting point to d-pointer-ify 
KPlotObject

Carsten
Attachment (kplotobject.h.diff): text/x-diff, 7404 bytes
_______________________________________________
kde-edu mailing list
kde-edu <at> mail.kde.org
https://mail.kde.org/mailman/listinfo/kde-edu
Albert Astals Cid | 11 Jan 2007 20:22
Picon
Favicon
Gravatar

Re: [kde-edu]: Diff to d-ptr-ify KPlotObject

A Dijous 11 Gener 2007 17:46, Carsten Niehaus va escriure:
> Moin
>
> Right before sending this files I managed to rm kplotobject.cpp...
> Therefore the .cpp-diff is lost and 50% of my work as well. I am in a good
> mood right now...
>
> Well, I am no longer motivated to port kplotobject.cpp a second time today
> so perhaps somebody takes this diff as a good starting point to
> d-pointer-ify KPlotObject

PlotPrivate should not be in the .h file as it's private :-D

Albert

>
> Carsten
Albert Astals Cid | 14 Jan 2007 18:25
Picon
Favicon
Gravatar

: foreach over containers

Hi, this is just a mail to explain how foreach works.

when you do
foreach( X, container<T> )
the thing that is returned to be put on X is a element of type "const T".
So X can either be
T
const T
const &T
the best of the three is const &T as it avoids calling the copy constructor.

If you look closely, you sill see that the only of the three that returns the 
real value in the container is const &T, that means you can not modify the 
container elements using a foreach, you have to use iteratots for modifying 
the container contents.

And we have some code that tries to do that on 
libkdeedu/kdeeducore/keduvocdocument.cpp

for example
    foreach( KEduVocExpression exp, m_vocabulary )
      exp.removeTranslation(index);
is a no-op

Peter, can you fix it?

Albert

P.S: I'm sending a simple example code for the non believers ;-)
(Continue reading)

eslic | 15 Jan 2007 19:41

[kde-edu]: mEDUXa is behind schedule but keep going

Hi all,

mEDUXa's deployment is taking longer than we though. Meanwhile we are fixing 
some of the major bugs we have found. This delay will make our community 
project to take the first step behind schedule.

By now, you can know what we are doing reading my blog:

www.agustin.ejerciciosresueltos.com

Bye
--

-- 
Agustín Benito Bethencourt
eslic <at> ejerciciosresueltos.com
abenito <at> grupocpd.com
www.grupocpd.com
www.agustin.ejerciciosresueltos.com
Peter Hedlund | 14 Jan 2007 21:37
Favicon

Re: : foreach over containers

Hi Albert,

On Sunday 14 January 2007 09:25, Albert Astals Cid wrote:
>     foreach( KEduVocExpression exp, m_vocabulary )
>       exp.removeTranslation(index);

I was just working on this piece of code yesterday and realized that it's not 
working. Thanks for providing an explanation. I will find a better solution.

Peter
eslic | 16 Jan 2007 13:07

: meduxa's apps

Hi all,

here you have an article about mEDUXa:

http://www.grupocpd.com/archivos_documentos/info_meduxa/meduxa_project_released/PloneArticle_view

at the end of the article we have included two documents with the apps 
included in mEDUXa. Although it is in spanish, the names are the original 
ones so you will undestand it.

Bye

--

-- 
Agustín Benito Bethencourt
eslic <at> ejerciciosresueltos.com
abenito <at> grupocpd.com
www.grupocpd.com
www.agustin.ejerciciosresueltos.com
Anne-Marie Mahfouf | 17 Jan 2007 15:58
Picon
Favicon

[kde-edu]: Towards KDE4 - your feedback

Hi all,

KDE is getting prepared for KDE4. Some internal organization is changing and 
now a group of people is been built to share the load of managing the release 
cycle. 

I volunteered for being the release coordinator for the kdeedu module and 
Jason Harris will help with the overall release schedule and the review of 
KDE-Edu applications. Jason also volonteered in moderating and communicating.

You can take part as well, see 
http://lists.kde.org/?l=kde-core-devel&m=116896485509920&w=2
The more we work as a team the best our module will be and the better impact 
KDE4 will make.

KDE-Edu features and time frame
------------------------------------------------
Several programs have been actively developed already for KDE4. I started a 
wiki page 
http://wiki.kde.org/tiki-index.php?page=KDE-Edu+features+plan
Could you please state roughly how much time you need to finish implementing 
the features you have in mind?

New programs
---------------------
I am very keen of having a KEduca replacement as all contacts I had with 
teachers made it a wish. Enrique, did you start something? 
KVerbos: Arnold, what do you think you can achieve for KDE4?
KMathTool: not sure if it'll ever be ready - would need a team work

(Continue reading)


Gmane