aboutsummaryrefslogtreecommitdiff
path: root/src/experiment-player.h
AgeCommit message (Collapse)AuthorFilesLines
2012-05-30implemented "format" file and expression parsing as well as application to ↵Robin Haberkorn1-1/+1
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-0/+5
2012-05-11integrated experiment navigator into UIRobin Haberkorn1-2/+5
* transcript widget placeholder * connected time-selected signal, so when the new widget is properly implemented, everything should fall in place... * implemented "Transcript Open..." using experiment-navigator API * had to manually edit default.ui to include a property Glade-3 for Windows introduced!!!
2012-05-09handle errors when displaying manualRobin Haberkorn1-0/+1
introduced helper function for displaying GErrors in a message box
2012-05-09use only filenames instead of URIs when working with the VLC playerRobin Haberkorn1-1/+1
* under windows, "C:\..." paths are constructed for the quickopen-menu, they are not accepted by libvlc_media_new_location() * support both loading filenames and URIs
2012-05-09moved quickopen-related functions into separate C fileRobin Haberkorn1-0/+29