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
---
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
> 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
---
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
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
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
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
---
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/
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
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
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
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
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
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
>
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;
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
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
17 matches
Mail list logo