D18448: Replaced "distraction free" with "fullscreen" - BUG:378527

2019-02-14 Thread Christoph Feck
cfeck added a comment. This was accepted, but was it also committed yet? REPOSITORY R8 Calligra BRANCH replace-disturbfree-with-fullscreen (branched from master) REVISION DETAIL https://phabricator.kde.org/D18448 To: niccolove, boemann Cc: cfeck, Calligra-Devel-list, dcaliste, cochise

D17352: Made descriptions for DEC2BIN/OCT2BIN/HEX2DEC/HEX2BIN mention input number system

2018-12-27 Thread Christoph Feck
This revision was automatically updated to reflect the committed changes. Closed by commit R8:93940d217e4d: Made descriptions for DEC2BIN/OCT2BIN/HEX2DEC/HEX2BIN mention input number… (authored by niccolove, committed by cfeck). REPOSITORY R8 Calligra CHANGES SINCE LAST UPDATE https://phabr

D17352: Made descriptions for DEC2BIN/OCT2BIN/HEX2DEC/HEX2BIN mention input number system

2018-12-27 Thread Christoph Feck
cfeck edited the summary of this revision. REPOSITORY R8 Calligra BRANCH conversion-function-descriptions-mention-input-system (branched from master) REVISION DETAIL https://phabricator.kde.org/D17352 To: niccolove, aspotashev Cc: aspotashev, Calligra-Devel-list, dcaliste, cochise, vanden

Re: What to do with "kword" bugs at bugzilla?

2015-02-05 Thread Christoph Feck
of those products belong to Calligra? I am especially unsure about "kplato", "kplatowork", and "showcase". koffice kontour koshell kplato kplatowork kthesaurus kugar kword showcase > On Thu, 5 Feb 2015, Christoph Feck wrote: > > Hi, > > > >

What to do with "kword" bugs at bugzilla?

2015-02-04 Thread Christoph Feck
C, because I am not subscribed to either of the office lists. Christoph Feck (kdepepo) KDE BugSquad ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: [calligra] libs/main: SVN_SILENT compile on non-OS X (silent)

2012-12-11 Thread Christoph Feck
I just say saw, that this needs to be committed to 2.6 branch, too. Please backport, because I do not have a branch checkout. On Wednesday 12 December 2012 03:51:19 Christoph Feck wrote: > Git commit 36102bd81c942d802fbbbd9a7748fb7d8ccda9d0 by Christoph > Feck. Committed on 12/12/2012 at

Re: [calligra] kexi/widget/fields: Fixed KexiFieldListModel

2012-11-26 Thread Christoph Feck
(section == 1) { > +return i18n("Data Type"); > +} > return QVariant(); > + } > } > > QStringList KexiFieldListModel::mimeTypes() const This commit fails to compile, because if orientation != Horizontal, no value is returned. Chris

Krita compile error

2012-03-30 Thread Christoph Feck
Hi, Today's calligra master fails to compile (gcc 4.7.0), error message is attached. Christoph Feck (kdepepo) KDE Quality Team /local/git/extragear/office/calligra/krita/plugins/paintops/libpaintop/kis_texture_option.cpp: In member function 'void KisTextureProperties::recal

Words filter compiler error with GCC 4.7

2012-03-23 Thread Christoph Feck
blocks[k++] = readU32(buffer2 + s); } mblock = readU32(buffer2 + bbat->blockSize - 4); } The error is that the variable "r" is used as the loop counter, as well recomputed inside the loop. This clearly is a bug, but I do not know the code to fix

Re: [calligra] /: Preserve compatibility with older Marble versions.

2012-02-15 Thread Christoph Feck
leControlBox' has no member named 'addMarbleWidget'", probably because HAVE_SETMARBLEWIDGET is not set anywhere. Could you have a look at the issue? Thanks in advance! Christoph Feck (kdepepo) KDE Quality Team diff --git a/plugins/mapshape/MapTool.cpp b/plugins/mapshape/MapTool

Re: [calligra] plugins/reporting: reports code:part 2

2011-07-21 Thread Christoph Feck
before changing them further. Additionally, the version you committed does not compile, because of a wrong comment. Christoph Feck KDE Quality Team ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: krita/ui/widgets

2011-07-01 Thread Christoph Feck
quest for corrections to this file. Christoph Feck (kdepepo) KDE Quality Team ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Review Request: Fix compilation with GCC 4.6

2011-05-28 Thread Christoph Feck
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/101464/ --- Review request for Calligra, Cyrille Berger Skott and Boudewijn Rempt. Sum

Compilation with GCC 4.6

2011-04-16 Thread Christoph Feck
games has been reported to the respective author. Generally, I can only recommend GCC 4.6.0; it issues some additional warnings and also produces better code for certain constructs, while being a bit faster at it, too. Christoph Feck (kdepepo) [1] http://eigen.tuxfamily.org/bz/show_bug.cgi?id=250 [2]

Re: krita

2011-04-12 Thread Christoph Feck
Hi Srikanth, nice work on UI file cleanup :) Unfortunately, the "splitter" got accidentally removed from the "wdgfilterselector.ui" file, causing compilation error: 'class Ui_FilterSelector' has no member named 'splitter'. Could you have a look at the i