As pointed out by some users on both our website and dot.kde.org, the
screenshots that can currently be found on our website could be improved a bit.
I agree here, and I am going to take on this task. Basically, my goal is to
have loads of pretty screenshots of all Calligra apps, all with the Ox
To me it would make sense to have both of these functionalities combined in one
program instead of splitting them into separate programs. "calligra
/some/document.odt" could, for example, open the file in Words, and just
"calligra" would then open the shell that lets you choose an application fr
Sorry I didn't reply earlier - I think that having a reusable layout
implementation for this concept is a very good idea. Specifically for the chart
shape, which has a huge tool widget at the moment - which I am quite happy with
on a big screen in fact, but it can't cope with smaller ones or lit
If we do decide to throw out KD Chart, well, then we'd have to wait for the
next bugfix release and for the packagers to put it upstream for the respective
distribution. Until then we would need a workaround if necessary. The interval
in which KDAB ships the bugfix releases of KD Chart varies, I
My first thought was that this contradicts with the idea of a plugin. Would you
still be able to use third-party plugins that you haven't enabled explicitly in
Plan's source code? Maybe for each plugin it'd be helpful to have a list of
"supporting applications" in the plugins .desktop file.
Am
Looks to me like you can't use a forward-declaration of CustomStylePrivate to
declare a QSharedDataPointer with. Try putting the class
definition of CustomStylePrivate in its own header (something_p.h) and include
it in Style.h instead of using this forward declaration. And why is it
class Cust