Re: Extending Quanta
"Roland Knall" <[email protected]> Wed, 13 Jun 2007 22:20:17 +0200
| Newsgroups | gmane.comp.kde.devel.quanta |
|---|---|
| Message-ID | <[email protected]> |
Hi Milian > First extension: I have a local project and copy the files after changes via > F8 and ftp to the server (Upload Project...). But since Quanta only has some > internal heuristics to check wether a file was changed or not I want to write > a little script which (after pressing a button or even better after opening a > project) syncs new files from the server to my local copy. This would prevent > me from overwriting changes made by other people to the files on the server. I am already working on the upload synchronisation for the Google Summer of Code project. But this will be integrated into a KDE4 version. The best way to get started is by developing for the new structure, because there will be major changes between the current version and KDE4, most visible in the changeof Quanta using Kdevelop as base. So the best way to start your second project would be to learn more about the new plugin structure for Kdev4, http://tehbase.kde.org or http://www.kdevelop.org are the places to start there. Cheers, Roland