* added GUI classes for the transport control panel implementation

* as noted by the headers, these originate from Be Sample Code or
  code that was written by myself alone for VLC (they have been
  updated in the meantime though)
* seek slider is missing yet as well playback position info view
  (could be taken from VLC as well, I still have the implementation
  that contains only my own code)
* fixed application quitting when only one of multiple player
  windows is closed (not it quits when the last player is closed
  or MediaPlayer->Quit is selected from the menu)


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17222 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Stephan Aßmus
2006-04-24 16:49:19 +00:00
parent 9095e05d8d
commit c98821ac71
16 changed files with 3846 additions and 17 deletions
+1 -1
View File
@@ -342,7 +342,7 @@ MainWin::SetupTrackMenus()
bool
MainWin::QuitRequested()
{
be_app->PostMessage(B_QUIT_REQUESTED);
be_app->PostMessage(M_PLAYER_QUIT);
return true;
}