aboutsummaryrefslogtreecommitdiff
path: root/src/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-07-19removed everything unrelated to the GtkVlcPlayer widgetRobin Haberkorn1-1/+1
2013-07-19moved lib/gtk-vlc-player to src/Robin Haberkorn1-0/+28
2013-07-19removed old src directoryRobin Haberkorn1-39/+0
2013-06-09search for gthread pkgconfig package: libgthread is no longer included in ↵Robin Haberkorn1-2/+2
the glib pkgconfig libs
2012-06-01support for configuration filesRobin Haberkorn1-1/+2
* currently it saves the quick-open and format-selection directories
2012-05-31renamed quickopen.c to quick-open.cRobin Haberkorn1-1/+1
2012-05-30implemented selection of format files by combo boxRobin Haberkorn1-1/+1
* each transcript widget has its own box, they share their content (via a common GtkListStore) * currently the filename is displayed in the combo boxes
2012-05-11first draft of the libexperiment-reader helper classRobin Haberkorn1-1/+1
it hides libXML2 details when dealing with session.dtd XML files (Folker-transcript + session data)
2012-05-11stubs for experiment navigator widget (to be implemented by Jens L.)Robin Haberkorn1-2/+8
* will be part of a larger library of experiment-player-related widgets (libgtk-experiment-widgets) * an experiment-transcript widget will be part of that library later on * Glade catalog for entire library; installed into experiment-player datadir * preliminary stub for libexperiment-reader, a gobject-based library that abstracts from reading the "Folker"-based transcript files
2012-05-09instead of manually adding the --export-dynamic linker flag (platform ↵Robin Haberkorn1-1/+1
dependant), let libtool do it
2012-05-09under Windows, include icon resource into binaryRobin Haberkorn1-1/+11
this is optional, if the resource compiler is not found, only a warning is emitted. * the icon is preliminary (it's the VLC icon)
2012-05-09moved quickopen-related functions into separate C fileRobin Haberkorn1-1/+2
2012-05-08support for opening the HTML manual from the experiment player help menuRobin Haberkorn1-1/+2
URI is configurable (--with-help-uri)
2012-05-07build system: fixed AM_CFLAGS handlingRobin Haberkorn1-1/+1
when using per-target CFLAGS, AM_CFLAGS are ignored
2012-05-04use GtkBuilder for UI, more sophisticated UIRobin Haberkorn1-1/+3
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-04cleaned up flag and library handlingRobin Haberkorn1-2/+14
* 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-02preliminary player widget based on experiment-player prototypeRobin Haberkorn1-0/+3
2012-05-02renamed binary and source fileRobin Haberkorn1-1/+2
2012-05-02autoconf based build systemRobin Haberkorn1-0/+2
* it currently builds the existing player prototype (not checked in) * it already includes the necessary windows support