Re: Unit test coverage

2010-12-12 Thread Pierre Stirnweiss
I have never really looked deep into how unit tests are set. Is there somewhere something I can read to give me more insight into this. For example, how is the coverage of a file calculated? Pierre On Sun, Dec 12, 2010 at 10:43 AM, Cyrille Berger Skott wrote: > On Sunday 12 December 2010, Cyril

Re: Developer Sprint

2010-12-23 Thread Pierre Stirnweiss
I won't be able to fill in the doodle until the 10th of January. I am already on holiday and will go back to work on the 10th. I don't have access to my calendar. If organisation can't wait untill then, then i'll just pray that the chosen date is not conflicting with anything. Pierre On Tue, Dec

Re: Merge request of text layout restructuring

2011-01-12 Thread Pierre Stirnweiss
Hi, I am back from holidays. I have for the moment problems with my Virtualbox 4 installation which keeps crashing on me as soon as I push it a bit. That means I'll have difficulties for reviewing the patch right now. I am considering trying a development set-up on Windows until Virtualbox is stabi

Re: Merge request of text layout restructuring

2011-01-12 Thread Pierre Stirnweiss
? PierreSt On Wed, Jan 12, 2011 at 2:59 PM, Cyrille Berger Skott wrote: > On Wednesday 12 January 2011, Pierre Stirnweiss wrote: > > Hi, I am back from holidays. I have for the moment problems with my > > Virtualbox 4 installation which keeps crashing on me as soon as I push it > a &

Re: Merge request of text layout restructuring

2011-01-12 Thread Pierre Stirnweiss
On Wed, Jan 12, 2011 at 3:13 PM, Boudewijn Rempt wrote: > On Wednesday 12 January 2011, Pierre Stirnweiss wrote: > > I have already seen that one. But I have also seen on the dot comments > (in > > the article about KDE on windows) that calligra is not compiling and that > &

Re: 2.4 Release Plan

2011-01-13 Thread Pierre Stirnweiss
On Thu, Jan 13, 2011 at 2:51 PM, Inge Wallin wrote: > On Thursday, January 13, 2011 14:15:01 Cyrille Berger Skott wrote: > > On Thursday 13 January 2011, Tomas Mecir wrote: > > > As a disclaimer, I'm not active in Calligra development currently, so > > > my opinion may not be entirely relevant, b

Re: Merge request of text layout restructuring

2011-01-14 Thread Pierre Stirnweiss
Well, I have only looked at the code through gitweb, which seems not to allow an easy way of finding the relevant diff to master (maybe I am using the tool incorrectly): the commits specific to this branch do not seem to be highlighted. I have looked at the commits "Move text run around attributes

Re: Merge request of text layout restructuring

2011-01-14 Thread Pierre Stirnweiss
:45 Pierre Stirnweiss wrote: > > Well, I have only looked at the code through gitweb, which seems not to > > allow an easy way of finding the relevant diff to master (maybe I am > using > > the tool incorrectly): the commits specific to this branch do not seem to > > be hig

Re: words - call for help

2011-01-14 Thread Pierre Stirnweiss
If my memory is not betraying me (being past 30 you can never be sure of this any more ;)), what you are looking for (to check current implementation) is in plugins/textshape/dialogs. There should be something called styleWidget, styleModel, (or similar names). PierreSt On Fri, Jan 14, 2011

Re: Calligra Sprint 1.4.-3.4.

2011-01-15 Thread Pierre Stirnweiss
I don't seem to be able to log in anymore. Could our beloved admin have a look for me please? In the mean time, here is my info: flight cost: about 120EUR, both accomodation and sponsorship needed. PierreSt On Sat, Jan 15, 2011 at 5:28 AM, Thorsten Zachmann wrote: > Hello all, > > looks like no

Re: Re: koffice-essen branch interesting for a story in the Commit Digest?

2011-01-16 Thread Pierre Stirnweiss
I'd be delighted to see a calligra news dated for the 19th of December. I like this date a lot, since it's my birthday ;) But no pressure ;) Pierre On Sun, Jan 16, 2011 at 1:59 PM, Boudewijn Rempt wrote: > On Sun, 16 Jan 2011, Alexander van Loon wrote: > > > If possible I’d like to include it

Re: Combined startup view and file menu

2011-01-20 Thread Pierre Stirnweiss
I like this idea a lot. PierreSt (who is still struggling to set a development environment in Windows. God the Linux package managers are a bless) On Thu, Jan 20, 2011 at 7:38 AM, Mani N C wrote: > I like the way Recent Documents are grouped and listed. > > For me the side pane looks clutt

kplato compile problem on windows

2011-01-23 Thread Pierre Stirnweiss
As some of may know, I am trying to get Calligra to compile on Windows MSVC2010. I have encountered a couple of problems, which were easy enough to solve (with the help of SaroEngels). The one I am facing now is apparently way more complicated: in kplato/libs/kernel/kpappointment.h we have the fol

Re: kplato compile problem on windows

2011-01-24 Thread Pierre Stirnweiss
The functions it is complaining about are the ones from QMap/QMultiMap PierreSt On Mon, Jan 24, 2011 at 9:19 AM, Thorsten Zachmann wrote: > On Monday, January 24, 2011 08:57:15 Pierre Stirnweiss wrote: > > As some of may know, I am trying to get Calligra to compile on Windows > &

Re: kplato compile problem on windows

2011-01-24 Thread Pierre Stirnweiss
krev Jan Hambrecht: > > On 24.01.2011 08:57, Pierre Stirnweiss wrote: > > > As some of may know, I am trying to get Calligra to compile on Windows > > > MSVC2010. I have encountered a couple of problems, which were easy > > > enough to solve (with the help of SaroEngels). &g

Re: kplato compile problem on windows

2011-01-24 Thread Pierre Stirnweiss
But then, would it be possible to instantiate an AppointmentIntervalList from outside? Pierre On Mon, Jan 24, 2011 at 10:28 AM, Pierre Stirnweiss < pstirnwe...@googlemail.com> wrote: > I can try the nepomuk solution (using KPLATO_EXPORT on each methods of the > class instead of

Re: kplato compile problem on windows

2011-01-24 Thread Pierre Stirnweiss
> > > > (Personnally, I would go for Jan's solution and hide the QMap, because I > don't > like to inherits from the containers, but I guess it is a matter of taste > :) ) > > Which wouldn't *need* to add a AppointmentIntervalListBase, would it? Pierre _

Re: kplato compile problem on windows

2011-01-24 Thread Pierre Stirnweiss
do we have a consensus on one solution over the other? PierreSt On Mon, Jan 24, 2011 at 10:51 AM, Dag Andersen wrote: > Mandag 24 januar 2011 10:37:00 skrev Cyrille Berger Skott: > > On Monday 24 January 2011, Pierre Stirnweiss wrote: > > > I can try the nepomuk solution (u

Re: kplato compile problem on windows

2011-01-25 Thread Pierre Stirnweiss
On Mon, Jan 24, 2011 at 3:53 PM, Pierre Stirnweiss < pstirnwe...@googlemail.com> wrote: > On Mon, Jan 24, 2011 at 3:48 PM, Dag Andersen wrote: > >> Mandag 24 januar 2011 14:40:10 skrev du: >> > ok, no stress, i have still plenty of other things to do in settin

Re: tools docker etc in plan

2011-01-25 Thread Pierre Stirnweiss
To be honest, I think we should think a bit further. My impression (when I was looking into tools/plugins loading mechanism for the (still unfinished) change tracking tool) is that the system is very rigid and basically depends on the developer knowing what plugins are there what plugins would be u

Re: tools docker etc in plan

2011-01-25 Thread Pierre Stirnweiss
On Tue, Jan 25, 2011 at 3:25 PM, Sven Langkamp wrote: > On Tue, Jan 25, 2011 at 11:07 AM, Pierre Stirnweiss < > pstirnwe...@googlemail.com> wrote: > >> To be honest, I think we should think a bit further. My impression (when I >> was looking into tools/plugins loadi

Re: kplato compile problem on windows

2011-01-25 Thread Pierre Stirnweiss
Hi Dag, sorry to nag you again. I have some questions related to the external (made internal) dependency for the scheduler (librcps). Was there a reason to copy the code inside our repository instead of linking to it as an external lib? I have a couple of problems with it. The first problem, which

Re: Review Request: Moving anchor strategy into text shape

2011-01-27 Thread Pierre Stirnweiss
Sorry to arrive after the battle, but I still would like to give an opinion on this one. I don't think this change is going in the right direction. It mixes responsibilities between kotext lib/textshape/application even more. I think we should have a clear separation of responsibilities: kotext li

Re: Review Request: Moving anchor strategy into text shape

2011-01-27 Thread Pierre Stirnweiss
y difficult to draw a line. Pierre > > On Thursday 27 January 2011 10:25:08 Pierre Stirnweiss wrote: > > Sorry to arrive after the battle, but I still would like to give an > opinion > > on this one. > > I don't think this change is going in the right direction. It

Re: Review Request: Moving anchor strategy into text shape

2011-01-27 Thread Pierre Stirnweiss
> > Well as i said it's going to be abstracted away, and we are creating a > layout > engine for ODF after all. Meaning that a lot of the layout is quite > specified > how should look. If all a user wants is layout of text, then kotext is handly > a match anyway. And yes there might be a little ov

Re: Review Request: Moving anchor strategy into text shape

2011-01-27 Thread Pierre Stirnweiss
> > > > Anyway there will not be that much interaction between the layout and > loading. > So I guess we could make it into a separate text-layout library. But first > I > would like a usecase of someone not wanting the full blown layout after > having > loaded everything into a library that loads

"How to write a book in a single string"

2011-01-28 Thread Pierre Stirnweiss
Just a quick email to remind one of our fellow hacker I won't name here that he has promised to shorten some strings for me. I hope our fellow hacker still remember what I am talking about. After all, Bavarian nectar comes in mighty containers PierreSt _

Help, I need somebody's help (AKA Tables compilation problem on windows)

2011-01-30 Thread Pierre Stirnweiss
Here is the error: http://paste.kde.org/3643/ Here is the header: http://paste.kde.org/3641/ Here is the cpp: http://paste.kde.org/3642/ These files (header and cpp) are already a modified version of the original tables/Style.h and Style.cpp, with one of the trials i have already done. I just don

Re: Help, I need somebody's help (AKA Tables compilation problem on windows)

2011-01-30 Thread Pierre Stirnweiss
his seems odd to me, also since in the comment above the definition it > says "CustomStyle::Private" (so which of the three is it really supposed to > be now?). Does this code compile on other platforms? > > Johannes > > > Am 30.01.2011 um 09:54 schrieb Pierre Stirnwe

Re: Help, I need somebody's help (AKA Tables compilation problem on windows)

2011-01-30 Thread Pierre Stirnweiss
it does not seem possible to move the private classes to a separate private header, because some data members of those classes are actually define in the Style class (which is defined in the Style.h) Pierre On Sun, Jan 30, 2011 at 2:24 PM, Pierre Stirnweiss < pstirnwe...@googlemail.com>

Re: Review Request: Patch for using KoAbstractionController directly from FreOffice

2011-02-01 Thread Pierre Stirnweiss
I might be missing something, but I thought we decided that in-source building would not get supported in Calligra. Why is it necessary for Calligra mobile?, Why the exception? I think that if it is not absolutely necessary to build in source, then we should drop the possibility and have only out o

Re: release schedule proposal

2011-02-02 Thread Pierre Stirnweiss
On Wed, Feb 2, 2011 at 10:18 AM, Boudewijn Rempt wrote: > On Wednesday 02 February 2011, Inge Wallin wrote: > > > Do you plan to make real, i.e. not previews, of Krita in the mean time? > The > > reason I ask is that I wonder which Linux distros are going to package > the > > previews and how. >

Re: [calligra] kplato/plugins/schedulers/rcps/libs/src: Fix Plan compile errors on windows msvc2010

2011-02-04 Thread Pierre Stirnweiss
On Sat, Feb 5, 2011 at 4:42 AM, Thorsten Zachmann wrote: > Hello Pierre, > > On Saturday, February 05, 2011 00:26:26 Pierre Stirnweiss wrote: > > -kde4_add_library(librcps_plan SHARED ${librcps_LIB_SRCS}) > > +kde4_add_library(librcps_plan STATIC ${librcps_LIB_SRCS}) &

Re: Here comes success

2011-02-06 Thread Pierre Stirnweiss
I have not tested anything really yet. Will do more thotough testing, once I have installed kde-workspace, because for now the style is hurting my eyes. ;) Pierre On Sun, Feb 6, 2011 at 1:36 PM, Jaroslaw Staniek wrote: > Congratz! > BTW, do the shortcuts work? > > -- > regards / pozdrawiam, Ja

Re: [calligra] /: Added more checks so cstester, koabstracton and f-office are not built if should not.

2011-02-08 Thread Pierre Stirnweiss
I was thinking about these when looking at the windows emerge scripts. The problem I thought was about the libs. If you do a "build krita only" and a "build words only", you'll still be building the underlying libs each time. You might turn into problems if you do not update all your "build app

Re: Looking for a list of TODO items for a newcoming

2011-02-16 Thread Pierre Stirnweiss
> > > > Also Pierre is working on getting calligra build on windows. He already > succeeded but there is still a lot of work done as most optional > dependencies > are not there yet. So you might also want to contact him : > Pierre Stirnweiss > Best is if you discuss

Linking error on windows

2011-02-23 Thread Pierre Stirnweiss
http://winkde.org/pub/kde/ports/win32/releases/nightly/20110222/logs/log-msvc2010-testing_calligra.txt There is a linking error happening involving poppler and lcms, when linking karbonPdfImport. After talking on the kde-win channel, the conclusion is that we shouldn't use poppler directly, but th

Re: Linking error on windows

2011-02-23 Thread Pierre Stirnweiss
On Wed, Feb 23, 2011 at 8:45 PM, Cyrille Berger Skott wrote: > On Wednesday 23 February 2011, Pierre Stirnweiss wrote: > > > http://winkde.org/pub/kde/ports/win32/releases/nightly/20110222/logs/log-ms > > vc2010-testing_calligra.txt > > > > There is a linking error h

Re: Linking error on windows

2011-02-23 Thread Pierre Stirnweiss
On Wed, Feb 23, 2011 at 10:08 PM, Pierre Stirnweiss < pstirnwe...@googlemail.com> wrote: > > > On Wed, Feb 23, 2011 at 8:45 PM, Cyrille Berger Skott > wrote: > >> On Wednesday 23 February 2011, Pierre Stirnweiss wrote: >> > >> http://winkde.org/pub/kde/

Re: Linking error on windows

2011-02-24 Thread Pierre Stirnweiss
> > > > That said, since it is a windows only problem, and it might be difficult on > linux to know if poppler is build with lcms1 or lcms2 (and it works fine on > linux anyway...), I suggest to do the explicit linking only for windows. > Is it easier on windows to know if poppler is built with lc

"Post-it" area + notes as a GSOC?

2011-02-26 Thread Pierre Stirnweiss
Do you think that the following would be a good GSOC subject? - implement the "post-it" area. inspiration: http://wiki.services.openoffice.org/wiki/Notes2 - implement the notes/change tracking info as "post-tis" The post-it area might actually need to also refactor the KWCanvas somehow, because t

Re: "Post-it" area + notes as a GSOC?

2011-02-26 Thread Pierre Stirnweiss
> > That was Zaebos. He put his code up in git repo, I've got a copy of that. > He had some big problems actually synching the notes and the text correctly > and I couldn't figure it out either. > https://mail.kde.org/mailman/listinfo/calligra-devel > Yes, we discussed together at the time. This i

Re: "Post-it" area + notes as a GSOC?

2011-02-27 Thread Pierre Stirnweiss
. Pierre On Sat, Feb 26, 2011 at 9:52 PM, Sebastian Sauer wrote: > On Saturday 26 February 2011 12:38:40 Pierre Stirnweiss wrote: > > Do you think that the following would be a good GSOC subject? > > > > - implement the "post-it" area. inspiration: > > http://wik

Re: GSoC 2011

2011-03-20 Thread Pierre Stirnweiss
Just something to keep in mind: on windows MSVC, libpoppler is a static library ("because poppler does not have import/export thing for the core(private) api" dixit pinotree). Libpoppler is not meant to be used directly. For the karbon pdf filter this is however what we do. This means that: -either

Re: PDF-Import and/or PDF-Export

2011-03-20 Thread Pierre Stirnweiss
cf my remark on the GSOC2011 thread about libpoppler on windows MSVC. Pierre On Sun, Mar 20, 2011 at 9:06 AM, Boudewijn Rempt wrote: > On Saturday 19 March 2011 Mar, Diego Turcios wrote: > > Hi I was looking at the KDE Wiki, and I have interest in the PDF-Import > > and/or PDF-Export project.

Re: [calligra] kplato/libs/kernel/tests: Add unit tests for kptcommand, calendar commands.

2011-03-27 Thread Pierre Stirnweiss
Actually it does not seem so, and it compiles fine here (on windows). I don't really understand what the problem is here. Pierre On Sun, Mar 27, 2011 at 6:36 PM, Cyrille Berger Skott wrote: > Hi, > > On Saturday 26 March 2011, Pierre Stirnweiss wrote:

Re: #warning for msvc

2011-04-06 Thread Pierre Stirnweiss
This is what I have used to fix all the #warning I encountered. Didn't realise it was actually kde defined. Apparently it is defined in kdewin_export.h. On Wed, Apr 6, 2011 at 9:20 PM, Jaroslaw Staniek wrote: > Just a note, for handy WARNING macro please look at > kexi/kexidb/kexidb_global.h (#w

Re: Google Summer of Code Projects

2011-04-08 Thread Pierre Stirnweiss
> > I've worked a lot with C/C++ and Java and have dabbled in Qt, but I've > done > > GUI design with Java Swing. The project that really interested me was > > Implementing notes-support because I use notes/comments a lot in other > > software that I use and think that it is a project within my exp

Re: The snapshot and the new text layout code.

2011-04-28 Thread Pierre Stirnweiss
I also agree. If it really is a matter of days rather than weeks. It really would be a shame to miss one of the biggest and most noticeable change in words. Not to mention missing the whole application, which would in my opinion be a big problem PR wise. Pierre On Thu, Apr 28, 2011 at 11:38 AM, E

Re: Text layout has landed

2011-04-28 Thread Pierre Stirnweiss
> > I'm sorry, but I actually see no other way than what I did, but I do > apologize > for not having waited longer. > > Although I think that the new text layout should be included in the snapshot, I do agree with Thorsten here that the branch should have got a better review process. Basically say

Re: The state of Calligra Words (a call for testing)

2011-05-11 Thread Pierre Stirnweiss
Well, the style selection widget is still work in progress. The reason why it is not displaying the preview is still eluding me. It was before the re-factoring of the layout, but I don't have nailed down where exactly the problem lies. I'll work more on it this evening. However, I don't know if it

Re: test server is back, now with calligra

2011-05-11 Thread Pierre Stirnweiss
Also that the subject of test server is on again. Is a windows test setup still planned? If there is need for help, please tell me what I can do. I am still compiling the whole calligra and fixing compilation errors when I encounter any. However it is consuming a large part of my coding time. Pier

Re: Calligra on windows

2011-05-11 Thread Pierre Stirnweiss
On Wed, May 11, 2011 at 5:08 PM, Gopalakrishna Bhat wrote: > Hi, > > The previous post in the mailing list made me ask this question, is > Calligra installable on Windows. > > On looking through the archive I found out that Pierre Stirnweiss was able > to get it working.

styles docker

2011-05-12 Thread Pierre Stirnweiss
i am trying to debug the styles docker in words. when clicked it should display a list of available styles, written with the corresponding character style. This preview is actually a pixmap generated as follow: a text document is used to apply the character style on the name of the style. This docu

Windows compilation error

2011-05-22 Thread Pierre Stirnweiss
While compiling on windows, i get the following error: [ 9%] Building CXX object libs/main/CMakeFiles/komain.dir/KoRecentDocumentsPane.obj KoRecentDocumentsPane.cpp C:\Users\pierre\shared\Hacking\calligra\libs\main\KoRecentDocumentsPane.cpp(125) : error C2665: 'KIO::filePreview' : none of the 2

Re: Windows compilation error

2011-05-23 Thread Pierre Stirnweiss
> Marijn > > On Sunday, May 22, 2011 01:00:28 pm Pierre Stirnweiss wrote: > > While compiling on windows, i get the following error: > > > > > > [ 9%] Building CXX object > > libs/main/CMakeFiles/komain.dir/KoRecentDocumentsPane.obj > >

krita compile fail on windows

2011-05-24 Thread Pierre Stirnweiss
[ 47%] Building CXX object krita/ui/CMakeFiles/kritaui.dir/dialogs/kis_dlg_preferences.obj cd C:\Users\pierre\shared\Hacking\calligra_build\krita\ui C:\PROGRA~1\MICROS~1.0\VC\bin\cl.exe @C:\Users\pierre\AppData\Local\Temp\nmC757.tmp kis_dlg_preferences.cc c:\users\pierre\shared\hack

Re: arbitration decision

2011-05-30 Thread Pierre Stirnweiss
i'd like to see it please. Pierre On Mon, May 30, 2011 at 10:01 AM, Boudewijn Rempt wrote: > Hi, > > The arbitrator has prepared a final draft of his decision. It is not yet > public. I already mailed it to a number of people who I knew were > interested. If you have not had this mail, please m

Re: KDE git workflow

2011-06-08 Thread Pierre Stirnweiss
Well, sounds really really familiar. They could have attended our sprint and spared the discussion time, couldn't they? ;) IIRC this very workflow was already discussed in Oslo. PierreSt On Wed, Jun 8, 2011 at 7:38 PM, Boudewijn Rempt wrote: > fyi > -- > Boudewijn Rempt | http://www.valdyas

Re: KDE git workflow

2011-06-08 Thread Pierre Stirnweiss
On Wed, Jun 8, 2011 at 9:30 PM, Aaron J. Seigo wrote: > On Wednesday, June 8, 2011 21:18:49 Pierre Stirnweiss wrote: > > Well, sounds really really familiar. They could have attended our sprint > and > > spared the discussion time, couldn't they? ;) > > if someone ha

Re: KDE git workflow

2011-06-09 Thread Pierre Stirnweiss
On Thu, Jun 9, 2011 at 1:13 PM, Cyrille Berger wrote: > On Wed, Jun 08, 2011 at 11:01:13PM +0200, Jos van den Oever wrote: > > On Wednesday, June 08, 2011 21:18:49 PM Pierre Stirnweiss wrote: > > > Well, sounds really really familiar. They could have attended our > sprint

Re: Using ODF Relax NG schema to generate easier XML writing classes

2011-06-09 Thread Pierre Stirnweiss
I like the idea. On the headerWriter example you give, the end-element is written when the Writer gets out of scope. We'd need to verify that all our start/end element couples are within the same scope however. Pierre On Fri, Jun 10, 2011 at 8:22 AM, Jos van den Oever < jos.van.den.oe...@kogmbh.

Re: Creating a branch

2011-06-21 Thread Pierre Stirnweiss
Have you added the folder in the calligra/filters/words CMakeList.txt file? Pierre On Tue, Jun 21, 2011 at 5:06 PM, Diego Turcios wrote: > Hi guys I am going to begin working on the pdf import/export filter. > The first think I should do its to create my branch. (I did it ) > Later I created my

Re: Proposal: Promote svg support

2011-06-27 Thread Pierre Stirnweiss
On a general note, I'm pretty much a supporter of the line "we need to keep KoShape as slim as up to nearly impossible". So anything which on the one hand is not of a complete universal use and on the other hand could be implemented outside should in my opinion be left outside. PierreSt On Tue,

Re: [calligra] plugins/textshape/dialogs: Don't crash if there is no style set.

2011-06-28 Thread Pierre Stirnweiss
Just for information so there is no duplication of efforts: I am hitting a number of assert linked to the style previewing. I am currently investigating them (they are linked apparently to lists in paragraph styles). PierreSt On Tue, Jun 28, 2011 at 10:05 AM, Boudewijn Rempt wrote: > On Tuesday

Re: Questions about Words

2011-07-10 Thread Pierre Stirnweiss
I have tried at one point to do the same, so I may also be able to help a bit in this. In between quite a lot has changed in the text layout field, so I am not sure how actual is my recollection of the code. PierreSt On Thu, Jul 7, 2011 at 10:38 PM, Steven Kakoczky wrote: > Hi all, > I'm trying

Re: Review Request: Move several commands from TextTool to the KoTextEditor interface

2011-09-23 Thread Pierre Stirnweiss
I thought we had planned to discuss the kotext/textlayout/textshape architecture at the sprint. Pierre On Thu, Sep 22, 2011 at 10:08 PM, C. Boemann wrote: >This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/102679/ > > In general quite nice. A f

Re: Review Request: Move several commands from TextTool to the KoTextEditor interface

2011-09-23 Thread Pierre Stirnweiss
ight direction? > > > > On Friday 23 September 2011 09:56:00 Pierre Stirnweiss wrote: > > I thought we had planned to discuss the kotext/textlayout/textshape > > architecture at the sprint. > > > > Pierre > > > > On Thu, Sep 22, 2011 at 10:08 PM, C. Boem

compile error

2011-10-01 Thread Pierre Stirnweiss
Looks like there is again a export problem in ooxml filter: Linking CXX shared module ..\..\..\bin\docximport.dll Creating library ..\..\..\bin\docximport.lib and object ..\..\..\bin\docximport.exp DocxXmlDocumentReader.obj : error LNK2019: unresolved external symbol "__declspec(dllimport) pub

Re: compile error

2011-10-03 Thread Pierre Stirnweiss
gt; > From: calligra-devel-boun...@kde.org [calligra-devel-boun...@kde.org] on > behalf of Boudewijn Rempt [b...@valdyas.org] > Sent: Monday, October 03, 2011 9:13 AM > To: Calligra Suite developers and users mailing list > Subject: Re: compile

Re: on Words

2011-10-07 Thread Pierre Stirnweiss
On Fri, Oct 7, 2011 at 1:39 PM, C. Boemann wrote: > Hi fellow Words developers > > The sprint is nearing and I think it's time to start thinking about what we > should do. The following is up for discussion at the sprint but I'd like to > get a head start: > > Mission statement >

Re: on Words

2011-10-11 Thread Pierre Stirnweiss
> > kotext, textlayout, textshape, words division of responsibilities >> --**--** >> --- >> We should come up with a plan for how we want the code structured in the >> long >> run. We've come a long way already, but we shou

Qt Fragment visibility

2011-10-21 Thread Pierre Stirnweiss
Hello, With Qt Project announced and Qt5 coming, I had a thought on our previously unsuccessfull go at fragment visibility. Now that BIC isn't an issue anymore and Qt is more opened to change, wouldn't it be a good time to move forward with QTextFragment visibility? That would allow a lot with the

Brainstorming about textshape/textlayout/kotext structure

2011-11-07 Thread Pierre Stirnweiss
At the sprint, I'll be animating a brainstorming session about the structure of the text handling in calligra. This is about the structure we want to have for the current textshape/textlayout/kotext triplet. So I can organise a bit myself, and also for everyone to have a clear picture of who is int

Re: Review Request: Partly fixed rect position returned to input method through TextTool::InputMethodQuery.

2011-11-09 Thread Pierre Stirnweiss
IIRC, the spell-checking in words was (is still?) "swallowing" repeated white spaces. I don't know if there is a relation or not. PierreSt On Wed, Nov 9, 2011 at 9:57 AM, Yue Liu wrote: >This is an automatically generated e-mail. To reply, visit: > http://git.reviewboard.kde.org/r/103091/

Re: Calligra Words mission statement and roadmap (1st draft)

2011-11-14 Thread Pierre Stirnweiss
> > Background: I indeed think that is a rather important feature > cause it's the only way to get content into a document that > can be in a centralized way edited/updated. Means you for > example a document describing the features of Calligra as > released and then add a user-variable field for t

Re: results from

2011-11-21 Thread Pierre Stirnweiss
> > 1. Abacus (Condorcet winner: wins contests with all other choices) > > Even if it won the competition it is a bad choice as there is already a > spreadsheet application out there with this name. See > http://www.freebsdsoftware.org/deskutils/abacus.html > > If there is already a spreadsheet ap

Re: results from

2011-11-21 Thread Pierre Stirnweiss
urther the possibility of reusing the name. PierreSt On Mon, Nov 21, 2011 at 3:05 PM, C. Boemann wrote: > On Monday 21 November 2011 14:58:18 you wrote: > > On 11/21/2011 02:03 PM, C. Boemann wrote: > > > On Monday 21 November 2011 13:50:38 Pierre Stirnweiss wrote: > > >&

Re: Review Request: Show recent news in the startup screen

2011-12-10 Thread Pierre Stirnweiss
the left pane? It looks like it is part of the "custom document" options. Maybe have the pane take the whole width of the dialog? PierreSt - Pierre Stirnweiss On Dec. 10, 2011, 10:33 a.m., Boudewijn Rempt wrote: > >

Re: Help regarding project

2011-12-19 Thread Pierre Stirnweiss
I'd like to point to this thread regarding kde on windows and poppler (by the way is there a way in Googlemail to refer to a thread without copy/paste it?): From: *Pierre Stirnweiss* Date: Sun, Mar 20, 2011 at 9:26 AM To: Calligra Suite developers and users mailing list Just something to

Re: Marketing Message for Calligra

2011-12-22 Thread Pierre Stirnweiss
I have to say I agree with Cyrille here. It always made me laugh when i was in purchasing, to see our supplier's commercial guy starting his speech with "we are leader in our market". To which I always answered by asking to define me precisely what their market was (because their competitor, which

Re: Marketing Message for Calligra

2011-12-22 Thread Pierre Stirnweiss
22, 2011 at 11:30 AM, Jaroslaw Staniek wrote: > On 22 December 2011 11:13, Pierre Stirnweiss > wrote: > > I have to say I agree with Cyrille here. It always made me laugh when i > was > > in purchasing, to see our supplier's commercial guy starting his speech > w

Re: Marketing Message for Calligra

2011-12-22 Thread Pierre Stirnweiss
Perhaps something like: Calligra Suite applications are built on a very flexible yet powerful engine. This allows Calligra Suite applications to be developed specifically for very broad range of devices, in particular to mobile appliances, as opposed to being merely tweaked and squeezed to fit an

Re: Marketing Message for Calligra

2011-12-22 Thread Pierre Stirnweiss
wrote: > On Thursday 22 December 2011, Pierre Stirnweiss wrote: > > Also, the web site says beta 5 as title, whereas the text underneath > speaks > > about the fourth beta being released and a fifth one eventually coming. > Did > > I miss something? > I did miss it

Re: Marketing Message for Calligra

2011-12-23 Thread Pierre Stirnweiss
On Fri, Dec 23, 2011 at 12:32 PM, Inge Wallin wrote: > On Thursday, December 22, 2011 20:18:48 Cyrille Berger Skott wrote: > > On Thursday 22 December 2011, Inge Wallin wrote: > > > On Thursday, December 22, 2011 17:47:54 Cyrille Berger Skott wrote: > > > > You can make all the fun you want of Li

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: text:id is deprecated

2012-01-05 Thread Pierre Stirnweiss
You either call KoTextEditor->beginEditBlock before doing all the operations (ie, before deleting the shape and the anchor), and call textEditor->endEditBlock(), or alternatively you create a KUndo2Command and call KoTextEditor->addCommand(yourCommand). I think the second method is better as it all

Review Request: Replace the current half baked style selection widgets with a home brewed comboBox

2012-01-11 Thread Pierre Stirnweiss
t these are actually outside the scope of this widget and affecting the current widget also. Thanks, Pierre Stirnweiss ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request: Replace the current half baked style selection widgets with a home brewed comboBox

2012-01-14 Thread Pierre Stirnweiss
27;t find this discrepancy logical. - Pierre --- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103677/#review9762 ------- On Jan

Re: Review Request: Replace the current half baked style selection widgets with a home brewed comboBox

2012-01-15 Thread Pierre Stirnweiss
current widget also. Thanks, Pierre Stirnweiss ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request: Replace the current half baked style selection widgets with a home brewed comboBox

2012-01-15 Thread Pierre Stirnweiss
7/diff/diff > > > Testing > --- > > The functionality exclusively linked to the comboBox seems to be working > properly. Some defects have been identified (like no paragraph style is > selected at startup), but these are actually outside the scope of this widget > and affecting the current widget also. > > > Thanks, > > Pierre Stirnweiss > > ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request: Replace the current half baked style selection widgets with a home brewed comboBox

2012-01-15 Thread Pierre Stirnweiss
ted at startup), but these are actually outside the scope of this widget and affecting the current widget also. Thanks, Pierre Stirnweiss ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Review Request: Replace the current half baked style selection widgets with a home brewed comboBox

2012-01-15 Thread Pierre Stirnweiss
> On Jan. 12, 2012, 8:01 a.m., Thorsten Zachmann wrote: > > plugins/textshape/TextTool.cpp, lines 1803-1810 > > <http://git.reviewboard.kde.org/r/103677/diff/1/?file=46464#file46464line1803> > > > > How about intializing charStyle with style? > > Pie

Re: Review Request: Replace the current half baked style selection widgets with a home brewed comboBox

2012-01-15 Thread Pierre Stirnweiss
sively linked to the comboBox seems to be working properly. Some defects have been identified (like no paragraph style is selected at startup), but these are actually outside the scope of this widget and affecting the current widget also. Thanks

Re: Review Request: Replace the current half baked style selection widgets with a home brewed comboBox

2012-01-15 Thread Pierre Stirnweiss
- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103677/#review9842 --- On Jan. 15, 2012, 7:41 p.m., Pierre Stirnweiss wrote: > >

Re: Review Request: Replace the current half baked style selection widgets with a home brewed comboBox

2012-01-16 Thread Pierre Stirnweiss
> On Jan. 15, 2012, 8:17 p.m., C. Boemann wrote: > > plugins/textshape/dialogs/SimpleCharacterWidget.cpp, line 131 > > <http://git.reviewboard.kde.org/r/103677/diff/4/?file=46799#file46799line131> > > > > = block.charformat > > > > Pierre Stir

Re: Review Request: Replace the current half baked style selection widgets with a home brewed comboBox

2012-01-16 Thread Pierre Stirnweiss
the branch compiles and run without major problems. I think a complete merge is the safest thing to do. - Pierre ------- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103677/#review9852 --

Re: Setting a final release schedule

2012-01-16 Thread Pierre Stirnweiss
Oh, you've merged the branch already? Arf, I was looking forward doing this myself, sort of a good conclusion to a long time spent. Well,... I've seen also that you changed the textTool to use a blank character style as a base of the newly created style (if there isn't a base character style). Isn

mapShape/mapTool causing a crash

2012-01-16 Thread Pierre Stirnweiss
Hello, I have a crash on startup because of the mapShape it seems (see backtrace below). I actually have disabled the comiplation of both maps and mapshape. Untill yesterday, everything was fine. However now i get a crash on startup in words. PierreSt Application: Words (calligrawords), signal:

Re: release plan and request for merge

2012-02-23 Thread Pierre Stirnweiss
When I checked out the branch yesterday evening, the KoTextEditor_format.cpp file was missing. This also meant that I couldn't test the trick for the insertTable method. It wouldn't compile. Pierre On Thu, Feb 23, 2012 at 10:27 AM, C. Boemann wrote: > Hi all > > So the minisprint on undo in Wor

  1   2   >