-
Notifications
You must be signed in to change notification settings - Fork 8
Description
As it is explained in the README/FAQ, originally I wasn't going to contribute the plug-in to Qt Creator, but @jhunold suggested (#8 and #12) it would be beneficial for the plug-in if it is maintained as part of Qt Creator.
Let's discuss what it takes, tasks and steps needed, to submit the plug-in to Qt Creator.
I have also announced this issue on Qt Creator ML: Preparing to contribute Boost.Build Plugin to Qt Creator
AFAIU, according to the guidelines I've found, here is the procedure and related issues:
0. Basically, follow Qt Contribution Guidelines
- Build Qt Creator using the repository from Gerrit, then build the plug-in against such build.
- Setting up Gerrit
- Follow the Qt Creator Plug-in Contribution Guide, where I see a few issues:
What does merge request on gitorious.org mean?Andre Poenitz from Qt clarified that this is completely outdated nonsense. He'll try to correct it. All Qt and Qt Creator code submissions need go through gerrit (codereview.qt-project.org) for quite some time.- Presumably, coding standard conformance is deal breaker, becasue I did neither follow Qt Coding Qt Creator Coding Rules. If I'm asked to restructure and reformat the plug-in codebase, it's going to be a time issue.
- There is tangible commitment by the submitter to help maintain the code, as the Qt Creator Plug-in Contribution Guide suggests, but I can't make hard promises. @jhunold would you be willing to join me?
The points 2 and 3 are not a mystery, so I will proceed, but it is not clear to me how to perform the actual code submission to Qt Creator for review. Would you be available to help and clarify, @jhunold?