Re: contribution

2012-05-23 Thread Jaroslaw Staniek
On 23 May 2012 21:22, Oleg Kukharchuk wrote: > Hi all, > > I want to contribute to Calligra development. > > I have more than 2 years experience with C++/Qt development and good > databases knowlages (oracle, sybase, mysql, firebird). > I work as DBA and Linux administrator (programming is my hobb

contribution

2012-05-23 Thread Oleg Kukharchuk
Hi all, I want to contribute to Calligra development. I have more than 2 years experience with C++/Qt development and good databases knowlages (oracle, sybase, mysql, firebird). I work as DBA and Linux administrator (programming is my hobby). So, where I can start?:) -- Best Regards, Oleg Kukh

Re: Building on Windows

2012-05-23 Thread Boudewijn Rempt
On Wednesday 23 May 2012 May, Jaroslaw Staniek wrote: > On 23 May 2012 13:40, Taco H. in den Bosch wrote: > > > Error 1 error C2079: 'QHashNode::key' uses undefined class > > 'KWPageStyle' C:\oss\KDE\include\QtCore\qhash.h 220 1 words > > This is very typical error (msvcs' misfeature') - all you

Re: Building on Windows

2012-05-23 Thread Jaroslaw Staniek
On 23 May 2012 13:40, Taco H. in den Bosch wrote: > Error 1 error C2079: 'QHashNode::key' uses undefined class > 'KWPageStyle' C:\oss\KDE\include\QtCore\qhash.h 220 1 words This is very typical error (msvcs' misfeature') - all you need is to include KWPageStyle's header in that file; having only

Re: Review Request: renaming style and add new style

2012-05-23 Thread Pierre Stirnweiss
Something like AddUnvalidatedStyle or AddDraftStyle. I'll post some more if I think of anything else On Wed, May 23, 2012 at 3:46 PM, C. Boemann wrote: > On Wednesday 23 May 2012 15:41:43 Pierre Stirnweiss wrote: > > And since this list uses the styleModel, I see the use case now, even if > in >

Re: Review Request: renaming style and add new style

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 15:41:43 Pierre Stirnweiss wrote: > And since this list uses the styleModel, I see the use case now, even if in > my mind it is a bit verging on the abuse of the model. > I am not so sure about the stylesModel API pollution (method > AddNewParagraphStyle) however. Is there

Re: Review Request: renaming style and add new style

2012-05-23 Thread Pierre Stirnweiss
And since this list uses the styleModel, I see the use case now, even if in my mind it is a bit verging on the abuse of the model. I am not so sure about the stylesModel API pollution (method AddNewParagraphStyle) however. Is there a way to make clearer what this really is? Such things otherwise te

Re: Review Request: renaming style and add new style

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 15:25:26 Pierre Stirnweiss wrote: > But is this to be used only in the styleManager dialog then? What for, the > preview? Yes for the list in the style manager dialog ___ calligra-devel mailing list calligra-devel@kde.org https://

Re: Review Request: renaming style and add new style

2012-05-23 Thread Pierre Stirnweiss
But is this to be used only in the styleManager dialog then? What for, the preview? On Wed, May 23, 2012 at 2:52 PM, C. Boemann wrote: > On Wednesday 23 May 2012 14:42:52 Pierre Stirnweiss wrote: > > I am not now in a position to do a proper review for the moment. However > a > > couple of ques

Re: Review Request: renaming style and add new style

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 14:42:52 Pierre Stirnweiss wrote: > I am not now in a position to do a proper review for the moment. However a > couple of questions: > > - what is it you are trying to do with these "other" paragraph styles? > - why inserting them is not done through the kotext's styleMan

Re: Review Request: renaming style and add new style

2012-05-23 Thread Pierre Stirnweiss
I am not now in a position to do a proper review for the moment. However a couple of questions: - what is it you are trying to do with these "other" paragraph styles? - why inserting them is not done through the kotext's styleManager like the "standard" paragraph styles and directly into the model

Re: Review Request: renaming style and add new style

2012-05-23 Thread C. Boemann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104962/#review14078 --- As I asked you submit midway through you work i know it's not d

Re: Review Request: renaming style and add new style

2012-05-23 Thread mojtaba shahi
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/104962/ --- (Updated May 23, 2012, 12:12 p.m.) Review request for Calligra. Changes

Re: Building on Windows

2012-05-23 Thread Boudewijn Rempt
On Wednesday 23 May 2012 May, Taco H. in den Bosch wrote: > Hi Boudewijn, > > If you have read my mail carefully then you know that I have only created > my own project files because the official build instructions do not seem to > work for me. Hey, I don't dispute that you created your own bu

Re: Calligra on Windows: QtDBus

2012-05-23 Thread Ivan Miraglia
I am sorry for my late response, I am currently on holiday and I do not have the opportunity to read my emails very often. First of all, I want to point out a couple of things to be more clear. * I am using Microsoft Visual Studio 2010. I used the instructions at the folowing link http://communit

Re: Building on Windows

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 13:40:04 Taco H. in den Bosch wrote: > Hi Boudewijn, > > If you have read my mail carefully then you know that I have only created > my own project files because the official build instructions do not seem to > work for me. At least one issue that I encountered is verified

Re: Building on Windows

2012-05-23 Thread Taco H. in den Bosch
Hi Boudewijn, If you have read my mail carefully then you know that I have only created my own project files because the official build instructions do not seem to work for me. At least one issue that I encountered is verified by Ivan Miraglia as a known issue, so others may be too. I would pr

Re: - ODF usability limitation / current support

2012-05-23 Thread matus . uzak
.. I could have been more specific why it doesn't make sense to have an annotation inside of a paragraph or a list in ODP files. :) The reason is that MS PowerPoint file formats only provide the information that there's a comment/annotation on slideN on position (x,y). It's shape independent, so I

- ODF usability limitation / current support

2012-05-23 Thread matus . uzak
Hi, I could use some help from our ODF gurus. I tried to fix a few annotation related issues on PPTX files reported on the test server with the following result. The current status is that we only support annotations as created by OOo/LO, that means instead of . I would guess the reason is inte

Re: Important must read: Splitting UI out of KoDocument

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 10:17:49 Dag wrote: > Onsdag den 23. maj 2012 09:23:20 C. Boemann skrev: > > On Wednesday 23 May 2012 06:44:11 Marijn Kruisselbrink wrote: > > > On Tuesday, May 22, 2012 08:50:10 PM C. Boemann wrote: > > > > On Tuesday 22 May 2012 20:45:15 Marijn Kruisselbrink wrote: > > >

Re: Important must read: Splitting UI out of KoDocument

2012-05-23 Thread Dag
Onsdag den 23. maj 2012 09:23:20 C. Boemann skrev: > On Wednesday 23 May 2012 06:44:11 Marijn Kruisselbrink wrote: > > On Tuesday, May 22, 2012 08:50:10 PM C. Boemann wrote: > > > On Tuesday 22 May 2012 20:45:15 Marijn Kruisselbrink wrote: > > > > On Monday, May 21, 2012 11:17:32 PM C. Boemann wrot

Re: Reminder: Calligra 2.4.2 and Calligra 2.5 Alpha tagging on Friday

2012-05-23 Thread Boudewijn Rempt
On Wednesday 23 May 2012 May, Cyrille Berger Skott wrote: > Hi, > > I will be tagging 2.4.2 and 2.5 Alpha this Friday. So no big merge on that > day > for the calligra/2.4 and master branches. Also, if you have some free time, > it > would be a good idea to look at the commit in the 2.4 to do

Re: Important must read: Splitting UI out of KoDocument

2012-05-23 Thread C. Boemann
On Wednesday 23 May 2012 06:44:11 Marijn Kruisselbrink wrote: > On Tuesday, May 22, 2012 08:50:10 PM C. Boemann wrote: > > On Tuesday 22 May 2012 20:45:15 Marijn Kruisselbrink wrote: > > > On Monday, May 21, 2012 11:17:32 PM C. Boemann wrote: > > > > Such a big branch has a tendency to bit rot quic

Re: Important must read: Splitting UI out of KoDocument

2012-05-23 Thread Boudewijn Rempt
On Wednesday 23 May 2012 May, Thorsten Zachmann wrote: > I fixed it by removing the commented out code and using the setCanvas > correctly > so that it is called also when opening the first document. Ah, nice! That will probably work for most of the similar cases. -- Boudewijn Rempt http://ww

Re: Important must read: Splitting UI out of KoDocument

2012-05-23 Thread Boudewijn Rempt
On Wednesday 23 May 2012 May, Jaroslaw Staniek wrote: > Apart from testing of the runtime, any plans to use the reviewboard > for this review? No. It's not ready for that. -- Boudewijn Rempt http://www.valdyas.org, http://www.krita.org, http://www.boudewijnrempt.nl __

Re: Important must read: Splitting UI out of KoDocument

2012-05-23 Thread Boudewijn Rempt
On Wednesday 23 May 2012 May, Marijn Kruisselbrink wrote: > Well, I haven't quite studied what the effects of the KoDocument/KoPart split > are; so if you have some hints on how to get to a view from a KoDocument > instance after the refactor, the rest of at least the part of the code saving >