| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2012-05-07 | build system: fixed AM_CFLAGS handling | Robin Haberkorn | 1 | -1/+2 | |
| when using per-target CFLAGS, AM_CFLAGS are ignored | |||||
| 2012-05-07 | fixed vlc player widget's _set_adjustment functions | Robin Haberkorn | 1 | -0/+14 | |
| care about disconnecting and reconnecting signal handlers | |||||
| 2012-05-07 | support for setting volume in vlc player widget | Robin Haberkorn | 2 | -0/+40 | |
| API function and volume adjustment * attached volume button with player widget | |||||
| 2012-05-06 | adjustment support for the gtk-vlc-player plugin | Robin Haberkorn | 2 | -23/+71 | |
| 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 | |||||
| 2012-05-05 | remove unnecessary drawing_area class attribute (gtk-vlc-player) | Robin Haberkorn | 2 | -10/+9 | |
| 2012-05-04 | use GtkBuilder for UI, more sophisticated UI | Robin Haberkorn | 1 | -1/+1 | |
| 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) | |||||
| 2012-05-04 | minor fix: return media load success | Robin Haberkorn | 1 | -0/+3 | |
| 2012-05-04 | fixed fullscreen-mode of gtk-vlc-player | Robin Haberkorn | 2 | -27/+22 | |
| it's subclassed from GtkAlignment now, so there's always a container for the GtkDrawingArea whose X-Window will be used by libvlc | |||||
| 2012-05-04 | install gtk-vlc-player catalog into widget-specific directory ↵ | Robin Haberkorn | 1 | -1/+3 | |
| (DATAROOTDIR/gtk-vlc-player) | |||||
| 2012-05-04 | added Glade catalog file for VLC Player widget | Robin Haberkorn | 2 | -0/+19 | |
| it is intalled into datadir and must be manually copied into Glade's catalog path by the user | |||||
| 2012-05-04 | some header-including cleanup | Robin Haberkorn | 1 | -2/+1 | |
| 2012-05-04 | cleaned up flag and library handling | Robin Haberkorn | 1 | -1/+3 | |
| * only link against required libraries * special linking flags (like --export-all-symbols) have their special output variable and are only used for GTK applications | |||||
| 2012-05-02 | preliminary player widget based on experiment-player prototype | Robin Haberkorn | 4 | -0/+342 | |
