Re: Help with taking picture of the N9

2012-01-04 Thread Thorsten Zachmann
On Wednesday, January 04, 2012 18:51:02 Cyrille Berger Skott wrote: > On Wednesday 04 January 2012, Adam Pigg wrote: > > Done > > Thanks, I have updated the banner to use the screenshot instead. The page is about Calligra Mobile but we show office-tools which is more an example for the office-en

Re: Working on deleting anchored objects in Words

2012-01-04 Thread Thorsten Zachmann
Hello, On Wednesday, January 04, 2012 09:49:27 Pierre Stirnweiss wrote: > Indeed, the change tracking system needs to know about it. And secondly, if > you remove a character from the QTextDocument, Qt will create an undo/redo > command internally. If you do not have a corresponding command on yo

Re: text:id is deprecated

2012-01-04 Thread Thorsten Zachmann
On Wednesday, January 04, 2012 11:55:14 Boudewijn Rempt wrote: > On Thursday 15 December 2011 Dec, Boudewijn Rempt wrote: > > It turns out that currently, only the rdf system keeps the actual id > > strings after loading is finished, the other parts of calligra only > > use the id strings to build

Re: Help with taking picture of the N9

2012-01-04 Thread Cyrille Berger Skott
On Wednesday 04 January 2012, Adam Pigg wrote: > Done Thanks, I have updated the banner to use the screenshot instead. -- Cyrille Berger Skott ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request: Update of calligra/index.docbook

2012-01-04 Thread Burkhard Lück
> On Jan. 4, 2012, 1:38 p.m., Jarosław Staniek wrote: > > doc/calligra/index.docbook, line 536 > > > > > > Even better would be: http://techbase.kde.org/Development > > > > And Calligra development pages (b

Re: Help with taking picture of the N9

2012-01-04 Thread Cyrille Berger Skott
Hi, Thanks, but I would prefer something like in the picture: http://www.calligra.org/mobile/ Since it does show the application at the same time. On Wednesday 04 January 2012, Adam Pigg wrote: > The default viewer > > > There is a screenshot app on the nokia store > > http://store.ovi.com/cont

Office pages at kde.org

2012-01-04 Thread Jaroslaw Staniek
Hi, While we're cleaning up the old/obsolete infromation in the docs and userbase, I'd like to remind we also have these pages [1] not reflecting the reality. [1] http://www.kde.org/applications/office -- regards / pozdrawiam, Jaroslaw Staniek  http://www.linkedin.com/in/jstaniek  Kexi & Calligr

Re: Review Request: Update of calligra/index.docbook

2012-01-04 Thread Jarosław Staniek
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103624/#review9530 --- Ship it! Ship It! - Jarosław Staniek On Jan. 4, 2012, 9:41 a

Re: Review Request: Update of calligra/index.docbook

2012-01-04 Thread Jarosław Staniek
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103624/#review9529 --- doc/calligra/index.docbook

Re: Help with taking picture of the N9

2012-01-04 Thread Cyrille Berger Skott
On Saturday 31 December 2011, Adam Pigg wrote: > There is a screenshot app on the nokia store > http://store.ovi.com/content/165633?clickSource=search&pos=4 Hum, I tries this apps and all other free screenshot apps on the store, and they either crash on me, or don't save, or claim to save but I c

Re: text:id is deprecated

2012-01-04 Thread Boudewijn Rempt
On Thursday 15 December 2011 Dec, Boudewijn Rempt wrote: > It turns out that currently, only the rdf system keeps the actual id > strings after loading is finished, the other parts of calligra only > use the id strings to build their mappings during loading, and > recreate them during saving. T

Review Request: Fix whatsThis text in tables ui files

2012-01-04 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103626/ --- Review request for Calligra and Marijn Kruisselbrink. Description ---

Review Request: Update of calligra/index.docbook

2012-01-04 Thread Burkhard Lück
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103624/ --- Review request for Calligra. Description --- All outdated content is

Re: Working on deleting anchored objects in Words

2012-01-04 Thread Pierre Stirnweiss
Indeed, the change tracking system needs to know about it. And secondly, if you remove a character from the QTextDocument, Qt will create an undo/redo command internally. If you do not have a corresponding command on your application undoStack, you'll be out of sync with QTextDocument internal und

Re: Working on deleting anchored objects in Words

2012-01-04 Thread C. Boemann
On Wednesday 04 January 2012 09:34:31 Boudewijn Rempt wrote: > On Wednesday 04 January 2012 Jan, Thorsten Zachmann wrote: > > When there is a anchor belonging to the shape, it also removes the anchor > > from the document. This is done by circumventing the command generation > > of KoTextEditor. I

Re: Working on deleting anchored objects in Words

2012-01-04 Thread Boudewijn Rempt
On Wednesday 04 January 2012 Jan, Thorsten Zachmann wrote: > When there is a anchor belonging to the shape, it also removes the anchor > from > the document. This is done by circumventing the command generation of > KoTextEditor. I do this because there should be no additional commands > gener