From koffice Sun Jan 30 11:56:59 2000 From: Simon Hausmann Date: Sun, 30 Jan 2000 11:56:59 +0000 To: koffice Subject: kparts X-MARC-Message: https://marc.info/?l=koffice&m=94923356305587 Hi, I'm currently hacking koffice to use the new kparts framework. Approx. 1/3 is done, what's left is child document/view handling and the port of all apps. (the document painting stuff (QPainter, rotate, shear, etc.) will not be included in this port (it needs to be done afterwards :) The reason why I'm writing this mail: Please don't touch koDocument.*, koMainWindow.* and koApplication.* ! :-) We would run into merging conflicts almost for sure. BTW, why was the file toolbar not described in XML but handled "manually" ? I changed it "back" to xml stuff and added one generic koffice_shell.rc :) Ciao, Simon