Hi,
I saw a .deb package file for calligrawords via which we can only install
calligrawords via source code on Linux machine(although a few dependencies
would be there). In the similar way I am looking for any package that would
provide the utility of calligraconverter without installing comple
Hi,
I was installing QtSdk-offline-linux-x86_64-v1.2.1.run which is needed for
calligra installation because I wanted to build the calligra from source code
instead of via software center.
When you run ./QtSdk-offline-linux-x86_64-v1.2.1.run the system will hang if
you are using ubuntu 12.04 s
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104928/#review13835
---
would be better if grid is painted only inside page.
- Yue Liu
> On May 14, 2012, 5:10 a.m., Thorsten Zachmann wrote:
> > Some observations I made when testing the patch:
> >
> > o When moving a object out of the screen, the canvas size is not updated no
> > scrollbar added.
> > The user first needs to zoom or go to a different page so that the
> > cor
> On May 13, 2012, 7:14 p.m., Inge Wallin wrote:
> > In general I must say that I like this. I have worked with it a little and
> > I like the feeling. I also like the fact that the scrollbars are not
> > present when they don't need to be.
> >
> > The only issue I found while working with it
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104928/
---
(Updated May 14, 2012, 11:42 p.m.)
Review request for Calligra.
Changes
On Tuesday 15 May 2012 00:39:47 Garima Joshi wrote:
> Hi,
> I went through the paper and few more related articles. And as Boemann
> already mentioned, many of the features are under ongoing work in
> link-grammar which is undergoing research and implementation in OpenCog NLP
> subsystem.
> It alre
Hi,
I went through the paper and few more related articles. And as Boemann
already mentioned, many of the features are under ongoing work in
link-grammar which is undergoing research and implementation in OpenCog NLP
subsystem.
It already uses probabilistic approach
http://www.cs.cmu.edu/afs/cs.cmu
On Monday 14 May 2012 15:08:12 PM matus.u...@gmail.com wrote:
> Hi Jos,
>
> in ODF the default value of style:leader-text is “ “ (U+0020). Docx:
> if there's no leader text specified or it is "none", then there should
> be no space.
> The invisible space QChar(0x200B) solution as used for the
> t
On Monday 14 May 2012 15:22:42 PM matus.u...@gmail.com wrote:
> Hello again Jos,
>
> do you have any test files, where text:outline-level is set to zero?
> That means no paragraph styles to format TOC were found. And I would
> like to fix that.
>
> -cwriter->addAttribute("text:outline-le
On Monday 14 May 2012 15:36:40 PM matus.u...@gmail.com wrote:
> .. and one more comment. According to the MS-PPT spec. fontSize MUST
> be greater than or equal to 1 and less than or equal to 4000.
> Please send me any test file you have, there's something wrong going
> on in the filter when fontS
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104911/#review13828
---
This review has been submitted with commit
45582416016079de1cc
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104911/#review13825
---
Ship it!
Ship It!
- Boudewijn Rempt
On May 14, 2012, 4:24 p
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104911/#review13819
---
I guess I should say something as there is a lot of Words stuff
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104911/
---
(Updated May 14, 2012, 4:24 p.m.)
Review request for Calligra and Boudewij
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104943/#review13814
---
This review has been submitted with commit
8d445f74bab8dbba1f9
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104943/#review13813
---
Ship it!
Ship It!
- Boudewijn Rempt
On May 14, 2012, 2:59 p
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104943/
---
(Updated May 14, 2012, 2:59 p.m.)
Review request for Calligra and Boudewij
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104943/
---
Review request for Calligra and Boudewijn Rempt.
Description
---
The
.. and one more comment. According to the MS-PPT spec. fontSize MUST
be greater than or equal to 1 and less than or equal to 4000.
Please send me any test file you have, there's something wrong going
on in the filter when fontSize=0. I have to find the correct
fontSize,
else the application defa
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104936/#review13808
---
This review has been submitted with commit
2d9d12ea3dbfeb61567
Hello again Jos,
do you have any test files, where text:outline-level is set to zero?
That means no paragraph styles to format TOC were found. And I would
like to fix that.
-cwriter->addAttribute("text:outline-level", levels);
+if (levels > 0) {
+cwriter->addAttribute
Den 14 maj 2012 12:44 skrev "C. Boemann" :
>
> On Monday 14 May 2012 12:29:01 matus.u...@gmail.com wrote:
> > Hi,
> >
> > I don't think that a grammar checker based entirely on a Bayes
> > classifier is logically sound.
> >
> > Simplified:
> >
> > In order to detect textual spam, the Bayes classifi
Hi Jos,
in ODF the default value of style:leader-text is “ “ (U+0020). Docx:
if there's no leader text specified or it is "none", then there should
be no space.
The invisible space QChar(0x200B) solution as used for the
text:bullet-char by Zagge would be fine.
--- a/filters/words/docx/DocxXmlDoc
---
This is an automatically generated e-mail. To reply, visit:
http://git.reviewboard.kde.org/r/104941/
---
Review request for Calligra.
Description
---
- fo:break-after and fo:
On Monday 14 May 2012 12:29:01 matus.u...@gmail.com wrote:
> Hi,
>
> I don't think that a grammar checker based entirely on a Bayes
> classifier is logically sound.
>
> Simplified:
>
> In order to detect textual spam, the Bayes classifier is first trained
> on examples of spam (training set).
>
Hi,
I don't think that a grammar checker based entirely on a Bayes
classifier is logically sound.
Simplified:
In order to detect textual spam, the Bayes classifier is first trained
on examples of spam (training set).
The classifier quality depends on the training set being
representative enough,
Today I was trying to convert a xlsx or xls sheet to PDF using
calligraconverter.
What is happening is format gets distorted means if there are 8 columns in an
excel sheet only 4 are coming and next 4 come below them.
Any way to eliminate this problem?
Which library can we edit to make it wor
28 matches
Mail list logo