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

[video] use action listener pattern for CPlayerController #7581

Merged
merged 2 commits into from
Jul 22, 2015

Conversation

xhaggi
Copy link
Member

@xhaggi xhaggi commented Jul 22, 2015

As the title said this refactors CPlayerController to use the action listener interface/pattern and register/unregister it CApplication. It also change CPlayerController to be Singleton so we can drop the member from CApplication.

@Paxxi mind taking a look

@razzeee
Copy link
Member

razzeee commented Jul 22, 2015

There's german in your commit message.

@xhaggi xhaggi force-pushed the player-controller-as-action-listener branch 2 times, most recently from 0f8f8a0 to ae0960c Compare July 22, 2015 07:21
@xhaggi
Copy link
Member Author

xhaggi commented Jul 22, 2015

@Montellese thanks, rebased.
@razzeee ups 😬 also changed.

@xhaggi xhaggi changed the title [video] use action listener pattern für CPlayerController [video] use action listener pattern for CPlayerController Jul 22, 2015
@xhaggi xhaggi added the Type: Improvement non-breaking change which improves existing functionality label Jul 22, 2015
CPlayerController();
CPlayerController(const CPlayerController&);
CPlayerController& operator=(CPlayerController const&);
virtual ~CPlayerController();

This comment was marked as spam.

This comment was marked as spam.

This comment was marked as spam.

@Paxxi
Copy link
Member

Paxxi commented Jul 22, 2015

Add the virtual that @Memphiz mentioned and it's good to go imo

@xhaggi xhaggi force-pushed the player-controller-as-action-listener branch from ae0960c to 6f0d5cd Compare July 22, 2015 14:23
@xhaggi
Copy link
Member Author

xhaggi commented Jul 22, 2015

@Memphiz done

jenkins build this please

@xhaggi
Copy link
Member Author

xhaggi commented Jul 22, 2015

build erros are unrelated

xhaggi added a commit that referenced this pull request Jul 22, 2015
…ener

[video] use action listener pattern for CPlayerController
@xhaggi xhaggi merged commit ef2d10e into xbmc:master Jul 22, 2015
@MartijnKaijser MartijnKaijser modified the milestone: J**** 16.0-alpha1 Jul 23, 2015
@xhaggi xhaggi deleted the player-controller-as-action-listener branch August 6, 2015 08:47
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Improvement non-breaking change which improves existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants