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 keep

Re: Help regarding project

2011-12-19 Thread Sebastian Sauer
On 12/20/2011 05:20 AM, Panks wrote: On Mon, Dec 19, 2011 at 11:05 AM, Sebastian Sauer > wrote: On 12/18/2011 09:33 PM, Panks wrote: Hello everyone, This is Pankaj, I am a second year CS student at Indian Institute of Technology, Madras. I am interes

UI suggestion: make grid behind shapes

2011-12-19 Thread Yue Liu
Hello, I investigated a set of commercial diagramming applications and found they put grid behind shapes, while currently we're doing the opposite. The advantage of making grid behind shapes is the user will have a better impression to the shapes they are manipulating, while this may cause trouble

Re: Help regarding project

2011-12-19 Thread Panks
On Mon, Dec 19, 2011 at 11:05 AM, Sebastian Sauer wrote: > ** > On 12/18/2011 09:33 PM, Panks wrote: > > Hello everyone, > This is Pankaj, I am a second year CS student at Indian Institute of > Technology, Madras. > I am interested in contributing to Calligra. > > While going through last year (

Re: Review Request: GUI to edit pictureshapes

2011-12-19 Thread Thorsten Zachmann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103402/#review9111 --- Hello Silvio, can you please attach a big diff against master a

Re: Review Request: Clean a bit calligraconverter.cpp

2011-12-19 Thread Thorsten Zachmann
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103413/#review9110 --- tools/converter/calligraconverter.cpp

Re: [Qt4-feedback] QTableView and QTableWidget performance

2011-12-19 Thread Sebastian Sauer
On 12/19/2011 11:52 PM, Jaroslaw Staniek wrote: On 19 December 2011 21:47, Harri Porten wrote: On Mon, 19 Dec 2011, Carl Schumann wrote: I am working on an application for which a QTableWidget or QTableView would be the obvious to me choice. Unfortunately, I get sluggish behavior. I took

Re: [Qt4-feedback] QTableView and QTableWidget performance

2011-12-19 Thread Jaroslaw Staniek
On 19 December 2011 21:47, Harri Porten wrote: > On Mon, 19 Dec 2011, Carl Schumann wrote: > >> I am working on an application for which a QTableWidget or QTableView >> would be the obvious to me choice.   Unfortunately, I get sluggish >> behavior.   I took a look at KOffice's spreadsheet program,

Re: Removing support for lcms1

2011-12-19 Thread Boudewijn Rempt
On Monday 19 December 2011 Dec, Cyrille Berger Skott wrote: Good idea, done. -- Boudewijn Rempt, CTO KO GmbH. http://www.kogmbh.com/legal ___ calligra-devel mailing list calligra-devel@kde.org https://mail.kde.org/mailman/listinfo/calligra-devel

Re: Removing support for lcms1

2011-12-19 Thread Cyrille Berger Skott
Hi, In the mean time, you might as well keep lcms 1 for just windows. With: if(WIN32 AND HAVE_LCMS) add_subdirectory(lcms) endif() in calligra/plugins/colorengines (or something more sophisticated with a message for linux). On Monday 19 December 2011, Boudewijn Rempt wrote: > Hi, > > Th

Review Request: Refactor out the pseudo-private blocking property in KoPrintingDialog

2011-12-19 Thread Dan Leinir Turthra Jensen
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103476/ --- Review request for Calligra. Description --- Refactor out the pseudo-

Re: Review Request: Clean a bit calligraconverter.cpp

2011-12-19 Thread Commit Hook
--- This is an automatically generated e-mail. To reply, visit: http://git.reviewboard.kde.org/r/103413/#review9085 --- This review has been submitted with commit 33769ea47fa3770107c8

Re: Review Request: Clean a bit calligraconverter.cpp

2011-12-19 Thread Alex Fiestas
> On Dec. 15, 2011, 8:34 a.m., Thorsten Zachmann wrote: > > tools/converter/calligraconverter.cpp, lines 140-141 > > > > > > The i18n call needs to be removed as we are in stringfreeze at the > > moment. Please add

Removing support for lcms1

2011-12-19 Thread Boudewijn Rempt
Hi, This weekend we figured out that a primary reason for instability in Krita is lcms1. See for instance https://bugs.kde.org/show_bug.cgi?id=285552. Lcms2 is both faster and safer in a multi-threaded environment. I had wanted to keep lcms1 support for 2.4, but I think this is no longer tenabl