Re: Configuration dialogs for Calligra Applications

2011-01-14 Thread Shantanu Tushar Jha
Hi, I spent few days working on this and have created a configuration dialog in KoView with a virtual method which can be overridden by derived classes (for example, Table's part/View) to add their additional custom pages. I have attached a patch that adds the common configuration dialog to libs/

Re: Configuration dialogs for Calligra Applications

2011-01-13 Thread Shantanu Tushar Jha
Hi all, We had a discussion on IRC about this (mainly with Boemann and Cyrille) and we reached an agreement that the shared configuration dialogs can be implemented using the same way tables does it using tables/part/dialogs/PreferenceDialog. So the idea is to have a PreferenceDialog in libs/

Re: Configuration dialogs for Calligra Applications

2011-01-12 Thread Thorsten Zachmann
On Thursday, January 13, 2011 07:43:36 Shantanu Tushar Jha wrote: > Hi, > I am a new contributor to Calligra and was trying to resolve > https://bugs.kde.org/show_bug.cgi?id=260516 . I found while discussing on > IRC that the feature is already implemented, and only configuration options > are