aboutsummaryrefslogtreecommitdiff
path: root/src/quickopen.c
AgeCommit message (Collapse)AuthorFilesLines
2012-05-31renamed quickopen.c to quick-open.cRobin Haberkorn1-215/+0
2012-05-31added inline function for common task of stripping a filename extensionRobin Haberkorn1-6/+4
2012-05-30small optimization of the quick-open featureRobin Haberkorn1-1/+3
2012-05-30added todoRobin Haberkorn1-0/+1
2012-05-11integrated experiment navigator into UIRobin Haberkorn1-0/+17
* 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-10simplify empty-item show/hideRobin Haberkorn1-4/+1
2012-05-09use g_build_filename() to construct paths so as to not require any knowledge ↵Robin Haberkorn1-4/+5
about the path separator * should fix windows version where filenames with both slash and backslash had been generated - those are not accepted by libvlc
2012-05-09moved quickopen-related functions into separate C fileRobin Haberkorn1-0/+199