aboutsummaryrefslogtreecommitdiff
path: root/lib/gtk-experiment-widgets/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
2013-07-19removed everything unrelated to the GtkVlcPlayer widgetRobin Haberkorn1-46/+0
2012-05-30implemented "format" file and expression parsing as well as application to ↵Robin Haberkorn1-7/+16
the transcript * "formats" are regular expressions encapsulated in Pango markup that allow the description of powerful highlighting rules * highlight as you type via entry boxes * loading from files implemented and tested but cannot yet be done via the UI * transcript widget is built as libtool convenience library * some renamings were necessary * install transcript widget header
2012-05-30first draft of transcript widgetRobin Haberkorn1-1/+3
2012-05-14fixed installing catalog files into Glade-3 module dir or fallback dirRobin Haberkorn1-2/+1
for various obscure technical reasons, it turned out to be necessary to define the catalog directory in the autoconf file * also use the AM_COND_IF macro whereever possible
2012-05-14install widget catalogs into Glade-3 catalog directory if possibleRobin Haberkorn1-1/+2
* eases installation on Linux * on MinGW where Glade-3 is in its own hierarchy, this will probably not work, but there's a fallback to install the catalogs into PREFIX/share directories
2012-05-12use proper CClosure marshallers for vlc-player and experiment-navigator signalsRobin Haberkorn1-0/+14
the ...VOID__LONG standard marshaller used worked for INT64 but this wasn't guaranteed (size of LONG is platform-dependant) * now, required marshallers are generated if they don't already exist in gobject, if they do, only an alias is defined * every widget has its own marshaller namespace * exclude marshallers from Doxygen docs
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-0/+21
* 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