Skip to main content
aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2011-05-02UI blocked while opening menuBenjamin Muskalla1-9/+0
We should not check for host resolution while opening the menu. Bug: 340412 Change-Id: I7282cc9648d95354c6b2bc52ae74b8aac51038ab Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-01-31Support 'Open corresponding task'ilya.ivanov1-10/+159
Implemented repository url resolving. Task repository url is taken from 'bugtracker.url' config entry. If the config entry doesn't exist, assume the Mylyn task repository and remote git repository (origin) are on the same host. Change-Id: I18af5f3dcfa080cfb46d9e38ea91a9e55a634071 Signed-off-by: Ilya Ivanov <ilya.ivanov@intland.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-01-25Support 'Open corresponding task' in History and Sync ViewBenjamin Muskalla1-0/+58
In order to quickly see a task for a commit, we need to provide an adapter between EGit and Mylyn. Change-Id: I2d265c8b894c1b45c2d4d9186f6696433acba95c Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-01-21Ensure public fields are commented due to project settingsMathias Kinzler1-1/+1
Change-Id: I9ee30581e0a22199c55b457401351161a6da1dbe Signed-off-by: Mathias Kinzler <mathias.kinzler@sap.com> Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com>
2011-01-21Fetch commit message template from project specific settings Manuel Doninger1-10/+26
Resources of the commit are registered and the commit template of the project, that contains a resource to commit is used for the commit message. If resources of multiple projects with their own template are committed, then the template of the first project in the workspace is taken. Bug: 334879 Change-Id: I0ba46429790630787497f00ffdfb26bd6b9b5157 Signed-off-by: Manuel Doninger <manuel.doninger@googlemail.com> Signed-off-by: Matthias Sohn <matthias.sohn@sap.com>
2011-01-17Add initial EGit Mylyn integrationChris Aniszczyk2-0/+99
Generates the commit dialog message by getting the active mylyn task. The commit message is generated by combinging the title with description and commit message template defined in the mylyn preferences. Bug: 306001 Change-Id: I344546626c8cb089c019db08afa400e4847e6fc4 Signed-off-by: Chris Aniszczyk <caniszczyk@gmail.com> Signed-off-by: Benjamin Muskalla <benjamin.muskalla@tasktop.com>

    Back to the top