Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threading fixes for minor UI glitches #332

Merged
merged 3 commits into from
Jul 17, 2014
Merged

Threading fixes for minor UI glitches #332

merged 3 commits into from
Jul 17, 2014

Conversation

ksuther
Copy link

@ksuther ksuther commented May 16, 2014

This fixes a couple of visual issues due to threading when the history list gets loaded multiple times concurrently.
PBGitGrapher wasn't thread-safe (was holding internal static state) and PBGitRevList wasn't handling thread cancellation correctly.

ksuther added 3 commits May 16, 2014 18:01
…c variable isn't safe. Added a _laneIndex ivar to PBGitGrapher to prevent multiple instances of PBGitGrapher from interfering with each other.
…ly in the history view and sometimes having no commits show.
rowanj added a commit that referenced this pull request Jul 17, 2014
Threading fixes for minor UI glitches
@rowanj rowanj merged commit cc5eda3 into rowanj:master Jul 17, 2014
@rowanj
Copy link
Owner

rowanj commented Jul 17, 2014

Thanks! 👍

@ksuther ksuther deleted the threading-fixes branch July 17, 2014 01:22
rowanj added a commit that referenced this pull request Jul 20, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants