WIP: Fix incompatibility between Tr2d and Mastodonpreview update sites#3
Open
WIP: Fix incompatibility between Tr2d and Mastodonpreview update sites#3
Conversation
This is required to make Mastodon and Tr2d update sites compatible.
Collaborator
Author
|
Some classes where renamed or moved. I updated Tr2dFrameEditPanel accordingly. But there are still some changes required, that are related to InputTriggerBindings, Actions & Behaviours. @tpietzsch can you have a look a it? Goal it to make Tr2dFrameEditPanel compatible with new trackmake version. |
Collaborator
|
Hi Matthias,
let’s have a look together, when I’m back from vacation.
best regards,
Tobias
… On 2. Oct 2018, at 12:03, Matthias Arzt ***@***.***> wrote:
Some classes where renamed or moved. I updated Tr2dFrameEditPanel accordingly. But there are still some changes required, that are related to InputTriggerBindings, Actions & Behaviours.
@tpietzsch <https://github.com/tpietzsch> can you have a look a it? Goal it to make Tr2dFrameEditPanel compatible with new trackmake version.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#3 (comment)>, or mute the thread <https://github.com/notifications/unsubscribe-auth/AAl99mmh3tKAEjOI2pRDmt1MvYsJJ0aaks5ugzn5gaJpZM4XDtRn>.
|
Member
|
@tpietzsch @maarzt -- did you guys ever check? |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Currently when installing both update sites, either Tr2d or Mastodon crashes.
This is because tr2d uses trackmate-1.0.0-beta-1 while Mastodon uses beta-7.
Tr2dFrameEditPanel needs to be updated to make it work it the newer trackmate beta.