Re: progress :-)
Dag Andersen <[email protected]>
| Newsgroups | gmane.comp.kde.kplato |
|---|---|
| Message-ID | <[email protected]> |
On Onsdag den 12. marts 2003 17:21, David Faure wrote: > On Wednesday 12 March 2003 15:39, Bo Thorsen wrote: > > On Wednesday 12 March 2003 15:11, Thomas Zander wrote: > > > On Wed, Mar 12, 2003 at 03:00:54PM +0100, Dag Andersen wrote: > > > > On Mandag den 10. marts 2003 08:30, Dag Andersen wrote: > > > > > On S?ndag den 9. marts 2003 21:24, John Lamb wrote: > > > > > > > > [snip] > > > > > > > > > > I like the Gantt widget. > > > > > > > > > > It's very simple with a few bugs thrown in ;) Also, as Bo > > > > > pointed out, there is already a Gantt widget in pim, so > > > > > possibly that should be used... Any takers? > > > > > > > > I made a first stab at it. Copied the code from kdepim. > > > > > > Hmm? I hope you _use_ the class from Pim, not copied the > > > implementation! > > > > It's copied. And it's *a lot* more than just a class. My > > impression is that this needs to go to a shared cvs folder. > > > > For that we need some cvs wizard. David, can you make > > kdepim/kdgantt and koffice/kplato/kdgantt point to the same > > place? > > Done. > You need to re-checkout koffice, at least koffice/plato > (you can run "cvs co koffice/plato" from the parent dir of > koffice). It's a minor problem though: It does not compile ;) KDGantt relies on cast of ascii to QString so QT_NO_ASCII_CAST cannot be defined. This can easily be solved but AFAICS koffice compiles with -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_COMPAT while kdepim does not. Can this give other problems? How to solve it? -- Mvh, Dag Andersen