On Friday 30 September 2011 11:11:47 Wolf-Michael Bolle wrote: > It took me a while but I have a code base now for QtCreator that keeps all� > previous functionality. > > For that I separated the MIME type handling code in QtCreator in the stuff > that� is also in qmime and the application-specific code that needs to run > on top of that. The continued development in the qmime repository made this > task quite challenging. Until the code in qmime becomes a part of Qt 5 I'd > likd to keep the code synchronzied between the qmime and the QtCreator > repository. > > Who should I contact about adding my changes into QtCreator? My favorite� > scenario would be to add a branch where I add changes step by step. Is there > a� review person I should contact? How do you integrate contributors into > the QtCreator team? > > Thanks in advance
IMHO this is premature; at some point I'll change qmime to use QStandardPaths to locate the mimetype files to read; shouldn't QtCreator simply install XML files into the right location? That will make its code quite different from what you probably have right now. And meanwhile you'll have to keep syncing the two copies and porting the code all the time... -- David Faure, [email protected], http://www.davidfaure.fr Sponsored by Nokia to work on KDE, incl. Konqueror (http://www.konqueror.org). _______________________________________________ Qt5-feedback mailing list [email protected] http://lists.qt.nokia.com/mailman/listinfo/qt5-feedback
