Age | Commit message (Collapse) | Author | Files | Lines |
|
API function and volume adjustment
* attached volume button with player widget
|
|
gtk-vlc-player may be connected to scale widgets (and later on the transcript widget) using GtkAdjustments
* the main program has been updated accordingly
* the main program also updates the "play" button now
|
|
|
|
default UI file is installed (/usr/share/experiment-player/default.ui) but the actually
used file may be changed via --with-default-ui=... (useful for windows where it should read --with-default-ui=default.ui)
|
|
|
|
it's subclassed from GtkAlignment now, so there's always a container
for the GtkDrawingArea whose X-Window will be used by libvlc
|
|
(DATAROOTDIR/gtk-vlc-player)
|
|
it is intalled into datadir and must be manually copied
into Glade's catalog path by the user
|
|
|
|
* only link against required libraries
* special linking flags (like --export-all-symbols) have their special output variable and are only used for GTK applications
|
|
|