Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-07-19 | removed everything unrelated to the GtkVlcPlayer widget | Robin Haberkorn | 1 | -1/+1 | |
2013-07-19 | moved lib/gtk-vlc-player to src/ | Robin Haberkorn | 1 | -0/+28 | |
2013-07-19 | removed old src directory | Robin Haberkorn | 1 | -39/+0 | |
2013-06-09 | search for gthread pkgconfig package: libgthread is no longer included in ↵ | Robin Haberkorn | 1 | -2/+2 | |
the glib pkgconfig libs | |||||
2012-06-01 | support for configuration files | Robin Haberkorn | 1 | -1/+2 | |
* currently it saves the quick-open and format-selection directories | |||||
2012-05-31 | renamed quickopen.c to quick-open.c | Robin Haberkorn | 1 | -1/+1 | |
2012-05-30 | implemented selection of format files by combo box | Robin Haberkorn | 1 | -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-11 | first draft of the libexperiment-reader helper class | Robin Haberkorn | 1 | -1/+1 | |
it hides libXML2 details when dealing with session.dtd XML files (Folker-transcript + session data) | |||||
2012-05-11 | stubs for experiment navigator widget (to be implemented by Jens L.) | Robin Haberkorn | 1 | -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-09 | instead of manually adding the --export-dynamic linker flag (platform ↵ | Robin Haberkorn | 1 | -1/+1 | |
dependant), let libtool do it | |||||
2012-05-09 | under Windows, include icon resource into binary | Robin Haberkorn | 1 | -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-09 | moved quickopen-related functions into separate C file | Robin Haberkorn | 1 | -1/+2 | |
2012-05-08 | support for opening the HTML manual from the experiment player help menu | Robin Haberkorn | 1 | -1/+2 | |
URI is configurable (--with-help-uri) | |||||
2012-05-07 | build system: fixed AM_CFLAGS handling | Robin Haberkorn | 1 | -1/+1 | |
when using per-target CFLAGS, AM_CFLAGS are ignored | |||||
2012-05-04 | use GtkBuilder for UI, more sophisticated UI | Robin Haberkorn | 1 | -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-04 | cleaned up flag and library handling | Robin Haberkorn | 1 | -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-02 | preliminary player widget based on experiment-player prototype | Robin Haberkorn | 1 | -0/+3 | |
2012-05-02 | renamed binary and source file | Robin Haberkorn | 1 | -1/+2 | |
2012-05-02 | autoconf based build system | Robin Haberkorn | 1 | -0/+2 | |
* it currently builds the existing player prototype (not checked in) * it already includes the necessary windows support |