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