aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2012-06-19Imlement API function gtk-experiment_navigator_load_filename()Jens Lammert1-4/+10
2012-06-19Funtionality of navigator widget implementedJens Lammert1-36/+182
2012-06-19emulate VLC_PLUGIN_PATH support for libvlc < 2.0.0Robin Haberkorn2-2/+32
2012-06-17use more glib macros to improve portabilityRobin Haberkorn7-25/+27
2012-06-17use closure objects internally in libexperiment-reader instead of plain C cal...Robin Haberkorn4-14/+84
2012-06-17extended libexperiment-reader API: pass topic end times to callbackRobin Haberkorn3-5/+38
2012-06-15new end-time column in experiment navigator widgetRobin Haberkorn1-12/+41
2012-06-14status bar to display current time and video lengthRobin Haberkorn3-0/+76
2012-06-14allow enabling/disabling the transcript backdrop area (simplifies main.c)Robin Haberkorn4-30/+63
2012-06-14new navigator signal (for Jens to use): section-selected should be emitted wh...Robin Haberkorn5-6/+115
2012-06-14fixed documentationRobin Haberkorn1-6/+4
2012-06-14preliminary transcript backdrop area implementationRobin Haberkorn4-4/+105
2012-06-13use Glib format specifiers instead of the standard libc onesRobin Haberkorn1-2/+1
2012-06-13transcript widget reverse mode is saved in config fileRobin Haberkorn6-11/+89
2012-06-13implemented topdown (reverse) rendering of contributionsRobin Haberkorn3-50/+141
2012-06-12resolve numeric instability when calculating contribution pixel positionsRobin Haberkorn1-2/+3
2012-06-12remove trailing whitespaces from contribution textsRobin Haberkorn1-4/+9
2012-06-12don't render into invisible area of the text layerRobin Haberkorn3-14/+22
2012-06-11refactored experiment_reader_get_contributions_by_speaker()Robin Haberkorn1-89/+106
2012-06-11documented some previously undocumented libexperiment-reader API functionsRobin Haberkorn2-9/+52
2012-06-11include filename in GError describing an error while opening the fileRobin Haberkorn1-2/+2
2012-06-07cleaned up success/failure return value confusionRobin Haberkorn5-28/+28
2012-06-07format-file related transcript widget methods return a GError which is used t...Robin Haberkorn4-32/+114
2012-06-07cleanup error handling when trying to open URLRobin Haberkorn2-9/+29
2012-06-07added missing documentation for GtkExperimentTranscript API methodsRobin Haberkorn3-3/+99
2012-06-07minor comment formatting changeRobin Haberkorn1-0/+1
2012-06-07added copyright headers and Doxygen @file comments (where they were still mis...Robin Haberkorn16-5/+345
2012-06-06implemented About dialogRobin Haberkorn3-0/+65
2012-06-06cache filter patterns for quick-open featureRobin Haberkorn1-10/+18
2012-06-06configurable transcript widget text alignmentRobin Haberkorn6-28/+189
2012-06-06use stock icon constantsRobin Haberkorn2-5/+6
2012-06-05fixed transcript widget configuration (on Windows)Robin Haberkorn1-22/+31
2012-06-05fixed paned view in the experiment data windowRobin Haberkorn1-3/+3
2012-06-05fixed and optimized handling of transcript widget size changes; fixed handlin...Robin Haberkorn1-26/+29
2012-06-04fix transcript scrolling (via wheels/buttons) at the end of the transcriptRobin Haberkorn1-6/+6
2012-06-04support scrolling of the transcript widget via scroll wheelsRobin Haberkorn1-0/+34
2012-06-04only save transcript widget font and colors if they have been changed (via ke...Robin Haberkorn2-9/+20
2012-06-04load default interactive format font and colors from config file and also sav...Robin Haberkorn4-43/+83
2012-06-04fixed and simplified handling of default config valuesRobin Haberkorn3-38/+44
2012-06-02save transcript fonts and colors in key-file (config file)Robin Haberkorn3-2/+236
2012-06-01support for configuration filesRobin Haberkorn7-18/+133
2012-06-01handle windows linebreaks in format filesRobin Haberkorn1-0/+1
2012-05-31allow transcript formatting without markup (like search-as-you type)Robin Haberkorn7-42/+222
2012-05-31renamed quickopen.c to quick-open.cRobin Haberkorn2-1/+1
2012-05-31add missing gstdio includeRobin Haberkorn1-0/+1
2012-05-31sort format-selection combo boxesRobin Haberkorn1-0/+3
2012-05-31added inline function for common task of stripping a filename extensionRobin Haberkorn3-12/+21
2012-05-31ensure that after a format-file refresh the currently selected formats remain...Robin Haberkorn1-5/+28
2012-05-31display only filenames with stripped extension in format selection combo boxesRobin Haberkorn1-1/+7
2012-05-30implemented selection of format files by combo boxRobin Haberkorn6-103/+336