Re: Really missing icons in C 2.5

2012-08-02 Thread Friedrich W. H. Kossebau
Am Donnerstag, 2. August 2012, 17:35:32 schrieb Timothée Giet: > 2012/8/2 Friedrich W. H. Kossebau > > > Hi Timothée, > > > > Am Donnerstag, 2. August 2012, 16:13:46 schrieb Timothée Giet: > > > Hi, > > > > > > Sorry for the late answer, > > > I can give some help on this. > > > > > > I'll sta

Review Request: Fix for artifacts in the path point handles

2012-08-02 Thread Sven Langkamp
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105834/ --- Review request for Calligra. Description --- When editing a path in K

Re: Review Request: Fixed ' may be used uninitialized' warnings

2012-08-02 Thread Matus Uzak
> On July 16, 2012, 5:14 p.m., Friedrich W. H. Kossebau wrote: > > I wonder if it would no be a better fix to add a parameter for the default > > value to the macro STRING_TO_INT, to which the variable gets set if the > > string is empty. Might be more readable code not only to me. > > > > Onl

Re: Review Request: KexiSlider implementation, fixes for new widgets

2012-08-02 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105741/#review16800 --- This review has been submitted with commit 1d89dbd7e0c9dd7ca83

Re: KoXmlReader, this is bug or not

2012-08-02 Thread Elvis Stansvik
2012/8/2 Jaime : > Hi all, > > I think this is again the never ending problem of spaces or not > spaces while parsing xml. > I have not tested your programs, but KoXmlDocument probably will > behave as QDom if you pass false in the KoXmlDocument constructor. You're absolutely right. I just tes

Re: KoXmlReader, this is bug or not

2012-08-02 Thread Jaime
Hi all, I think this is again the never ending problem of spaces or not spaces while parsing xml. I have not tested your programs, but KoXmlDocument probably will behave as QDom if you pass false in the KoXmlDocument constructor. Best Regards. 2012/8/2 Elvis Stansvik : > 2012/8/2 Elvis Stans

Re: KoXmlReader, this is bug or not

2012-08-02 Thread Elvis Stansvik
2012/8/2 Elvis Stansvik : > 2012/8/2 mojtaba shahi Senobari : >> Hi all >> >> I was working with KoXmlReader and at a node ( just include attributes ) i >> try firstChild(). >> >> I except an element, that should be a child of my node, but no result. > > Perhaps what you're looking for is firstChi

Re: Review Request: Add support for EPUB 2.0.1

2012-08-02 Thread Inge Wallin
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/105820/#review16795 --- Fix all minor issues that were pointed out by Zagge. filters/

Re: KoXmlReader, this is bug or not

2012-08-02 Thread Elvis Stansvik
2012/8/2 mojtaba shahi Senobari : > Hi all > > I was working with KoXmlReader and at a node ( just include attributes ) i > try firstChild(). > > I except an element, that should be a child of my node, but no result. Perhaps what you're looking for is firstChildElement() ? I think in DOM, a node

Re: Really missing icons in C 2.5

2012-08-02 Thread Timothée Giet
2012/8/2 Friedrich W. H. Kossebau > Hi Timothée, > > Am Donnerstag, 2. August 2012, 16:13:46 schrieb Timothée Giet: > > Hi, > > > > Sorry for the late answer, > > I can give some help on this. > > > > I'll start with f) and g) as you suggest for now. > > Great :) Do you need some data/info what t

Re: Really missing icons in C 2.5

2012-08-02 Thread Friedrich W. H. Kossebau
Hi Timothée, Am Donnerstag, 2. August 2012, 16:13:46 schrieb Timothée Giet: > Hi, > > Sorry for the late answer, > I can give some help on this. > > I'll start with f) and g) as you suggest for now. Great :) Do you need some data/info what these icons are about and where to get possible vector

Re: Really missing icons in C 2.5

2012-08-02 Thread Timothée Giet
Hi, Sorry for the late answer, I can give some help on this. I'll start with f) and g) as you suggest for now. Cheers Tim 2012/8/2 Friedrich W. H. Kossebau > Am Sonntag, 22. Juli 2012, 21:05:07 schrieb Friedrich W. H. Kossebau: > > Hi, > > > > so after another review of the missing icons, wh

Re: Really missing icons in C 2.5

2012-08-02 Thread Friedrich W. H. Kossebau
Am Sonntag, 22. Juli 2012, 21:05:07 schrieb Friedrich W. H. Kossebau: > Hi, > > so after another review of the missing icons, where I managed to find > solutions for some (see e.g. today's small patch flood :) ), this email now > might have the final list of icons which are definitely missing for

Re: Bad news about the Randa Sprint

2012-08-02 Thread Friedrich W. H. Kossebau
Am Mittwoch, 1. August 2012, 08:50:29 schrieb Boudewijn Rempt: > Hi! > > We've had to pull Calligra out of the Randa sprint. Because of declining > sponsorship income, KDE e.V. simply hasn't got enough money to sponsor > sprints -- only about 10.000 euros a quarter -- and the Randa sprint would >

Re: KoXmlReader, this is bug or not

2012-08-02 Thread mojtaba shahi Senobari
I dont know, where is the problem in KoXmlReader i have just tested if you like this is my test : if (!odfStore->open("meta.xml")) { kDebug(30517) << "Cannot open meta.xml"; delete odfStore; return KoFilter::FileNotFound; } KoXmlDocument doc; QString errorMsg;

Re: KoXmlReader, this is bug or not

2012-08-02 Thread Boudewijn Rempt
Hm, I doubt there is a bug there, really. It's really old code that's been really well tested. I'm not sure I understand what you describe, though. Could you show the code you're talking about? On Thu, 2 Aug 2012, mojtaba shahi Senobari wrote: Hi all I was working with KoXmlReader and  at a

KoXmlReader, this is bug or not

2012-08-02 Thread mojtaba shahi Senobari
Hi all I was working with KoXmlReader and at a node ( just include attributes ) i try firstChild(). I except an element, that should be a child of my node, but no result. I checked and found that the result of firstChild is a KoXmlText. I think in this method (firstChild) programmer has not i