| Age | Commit message (Collapse) | Author | Files | Lines |
|
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)
|
|
* only link against required libraries
* special linking flags (like --export-all-symbols) have their special output variable and are only used for GTK applications
|
|
|
|
instead of manually calling pkg-config
|
|
* docbook is built by default and also included in distro
* doxygen is not built by default (developer docs)
|
|
|
|
* Doxyfile is generated by ./configure
* files will be placed under doc/doxygen/. They aren't installed or distributed.
|
|
* it currently builds the existing player prototype (not checked in)
* it already includes the necessary windows support
|