Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-10 | updated Copyright | Robin Haberkorn | 3 | -3/+3 | |
2012-06-17 | use closure objects internally in libexperiment-reader instead of plain C ↵ | Robin Haberkorn | 4 | -14/+84 | |
callbacks * has the advantage that it will be easier to port libexperiment-reader to other languages (by using its closures and marshallers) | |||||
2012-06-17 | extended libexperiment-reader API: pass topic end times to callback | Robin Haberkorn | 3 | -5/+38 | |
2012-06-12 | remove trailing whitespaces from contribution texts | Robin Haberkorn | 1 | -4/+9 | |
necessary because they are visible when contribution texts are right-aligned * declare some static functions | |||||
2012-06-12 | don't render into invisible area of the text layer | Robin Haberkorn | 1 | -2/+2 | |
it is unknown how large that area has to be in order for every contribution to fit in | |||||
2012-06-11 | refactored experiment_reader_get_contributions_by_speaker() | Robin Haberkorn | 1 | -89/+106 | |
* new functions * some xmlChar * casting refactoring | |||||
2012-06-11 | documented some previously undocumented libexperiment-reader API functions | Robin Haberkorn | 2 | -9/+52 | |
* minor whitespace changes | |||||
2012-06-07 | added copyright headers and Doxygen @file comments (where they were still ↵ | Robin Haberkorn | 3 | -0/+57 | |
missing) | |||||
2012-05-30 | first draft of transcript widget | Robin Haberkorn | 1 | -1/+2 | |
2012-05-30 | first draft of experiment-reader API for handling contributions | Robin Haberkorn | 2 | -1/+161 | |
2012-05-14 | minor experiment-reader unit test fix | Robin Haberkorn | 1 | -0/+2 | |
2012-05-14 | experiment-reader: fixed detection of first contribution in topic (to get ↵ | Robin Haberkorn | 1 | -1/+12 | |
start-time of topic) | |||||
2012-05-14 | added test suite for libexperiment-reader using GTester | Robin Haberkorn | 4 | -0/+1014 | |
* automatically generate test reports * does not abort when gtester tools are missing (as test suite programs can be built nevertheless) | |||||
2012-05-13 | updated experiment-reader documentation and topic-callback | Robin Haberkorn | 2 | -14/+21 | |
2012-05-12 | fixed experiment-reader destruction (chain up to parent class) | Robin Haberkorn | 2 | -26/+7 | |
2012-05-12 | fixed phase-selection when processing session XML files | Robin Haberkorn | 1 | -1/+1 | |
2012-05-11 | fixed: make sure a libexperiment-reader DLL can be built on windows | Robin Haberkorn | 1 | -1/+1 | |
2012-05-11 | documented ExperimentReader class | Robin Haberkorn | 2 | -14/+87 | |
2012-05-11 | implemented libexperiment-reader functions that will be required by ↵ | Robin Haberkorn | 2 | -6/+171 | |
gtk-experiment-navigator | |||||
2012-05-11 | first draft of the libexperiment-reader helper class | Robin Haberkorn | 4 | -2/+300 | |
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 | 2 | -0/+11 | |
* 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 |