Re: GSoC 2011!

2011-02-08 Thread todd rme
I have a couple suggestions about possible projects: 1. Implement a plasma-based "Presentation view" containment for Stage, with various elements (timer, slide list, next slide, previous slide, navigation buttons, etc) that can be arranged and resized in a drag-and-drop fashion. Users should be a

Review Request: Limit zooming to a minimum and maximum zoom value

2011-02-08 Thread Arjen Hiemstra
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/100613/ --- Review request for Calligra. Summary --- This bug fixes an issue with

Re: Passing an integer to a string to a method having QString as a parameter signature

2011-02-08 Thread Gopalakrishna Bhat
Thanks! :) On Tue, Feb 8, 2011 at 7:04 PM, C. Boemann wrote: > On Tuesday 08 February 2011 13:59:47 Gopalakrishna Bhat wrote: > > I was looking as this piece of code in KoTextEditor.cpp > > > > > > void KoTextEditor::newLine() > > { > >d->updateState(KoTextEditor::Private::Custom, i18n("Line

Re: Passing an integer to a string to a method having QString as a parameter signature

2011-02-08 Thread C. Boemann
On Tuesday 08 February 2011 13:59:47 Gopalakrishna Bhat wrote: > I was looking as this piece of code in KoTextEditor.cpp > > > void KoTextEditor::newLine() > { >d->updateState(KoTextEditor::Private::Custom, i18n("Line Break")); >if (d->caret.hasSelection()) >d->deleteInlineObjects

Passing an integer to a string to a method having QString as a parameter signature

2011-02-08 Thread Gopalakrishna Bhat
I was looking as this piece of code in KoTextEditor.cpp void KoTextEditor::newLine() { d->updateState(KoTextEditor::Private::Custom, i18n("Line Break")); if (d->caret.hasSelection()) d->deleteInlineObjects(); KoTextDocument koDocument(d->document); KoStyleManager *styleManager

nightly benchmarks

2011-02-08 Thread Cyrille Berger Skott
Hi, We now have nightly benchmarks running on: http://benchmarks.calligra-suite.org/ The UI sucks a little bit, I will see if I can set some decent default, and an howto get interesting results, but for now if you get an error message when connecting, just ignore it, and if you go to "BM Compar

Re: unittests

2011-02-08 Thread Cyrille Berger Skott
On Monday 07 February 2011, Cyrille Berger Skott wrote: > On Monday 07 February 2011, Boudewijn Rempt wrote: > > Hm... Maybe the project http://my.cdash.org/index.php?project=KOffice > > should be renamed... > > I have set it up here: http://my.cdash.org/index.php?project=Calligra and > ask for th

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

2011-02-08 Thread Jaroslaw Staniek
On 8 February 2011 10:13, Boudewijn Rempt wrote: > On Tuesday 08 February 2011, Cyrille Berger Skott wrote: >> 2) keep the way things are currently, do not try to resolve dependencies >> between BUILD_ variables, it is going to be a nightmare anyway, and BUILD_ >> are >> there for people who

valgrind the loading of my fosdem presentation

2011-02-08 Thread Boudewijn Rempt
When I was working on my fosdem presentation (http://www.valdyas.org/~boud/fosdem_2011.odp) I noticed that it took longer and longer to load, up to a minute or two. So I valgrinded it: http://www.valdyas.org/~boud/stage_loading_fosdem_presentation.callgrind I think there's something really wro

Re: unittests

2011-02-08 Thread Cyrille Berger Skott
On Tuesday 08 February 2011, Cyrille Berger Skott wrote: > Actually, the test have fails to build and run, for a week. I have put a > workaround in the test script, so hopefully next time someone push a > commit, we will get fresh results :) And here are the fresh results as promised: http://my.cda

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: [calligra] /: Added more checks so cstester, koabstracton and f-office are not built if should not.

2011-02-08 Thread Boudewijn Rempt
On Tuesday 08 February 2011, Cyrille Berger Skott wrote: > 2) keep the way things are currently, do not try to resolve dependencies > between BUILD_ variables, it is going to be a nightmare anyway, and BUILD_ > are > there for people who know what they are doing, and since the main problem we >

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

2011-02-08 Thread Cyrille Berger Skott
Hi, I think this break on clean build, see http://my.cdash.org/viewBuildError.php?buildid=154035 . The reason is that BUILD_ variable are only defined when macro_optional_add_subdirectory is called. The workaround solution is to run cmake twice, but that is hardly a good solution :) There is

Re: unittests

2011-02-08 Thread Boudewijn Rempt
On Tuesday 08 February 2011, Cyrille Berger Skott wrote: > Actually, the test have fails to build and run, for a week. I have put a > workaround in the test script, so hopefully next time someone push a commit, > we will get fresh results :) Cool! I've got most of this week to work on our autobu

Re: unittests

2011-02-08 Thread Cyrille Berger Skott
Actually, the test have fails to build and run, for a week. I have put a workaround in the test script, so hopefully next time someone push a commit, we will get fresh results :) -- Cyrille Berger Skott ___ calligra-devel mailing list calligra-devel@k

Re: Fwd: Usage of pull rebasing and merges

2011-02-08 Thread Cyrille Berger Skott
On Tuesday 08 February 2011, Boudewijn Rempt wrote: > Just thought I'd forward this stern warning! Yup and after seeing the discussion between Ben and Thiago on IRC... I suspect that is exactly what happened to me on Sunday. -- Cyrille Berger Skott ___

Fwd: Usage of pull rebasing and merges

2011-02-08 Thread Boudewijn Rempt
Just thought I'd forward this stern warning! -- Boudewijn Rempt | http://www.valdyas.org, http://www.krita.org --- Begin Message --- Hi all, Just a word of warning, if you are going to merge two branches together, make sure to run "git pull --rebase" before you conduct the merge. Once you have co