Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-05-31 | renamed quickopen.c to quick-open.c | Robin Haberkorn | 1 | -215/+0 | |
2012-05-31 | added inline function for common task of stripping a filename extension | Robin Haberkorn | 1 | -6/+4 | |
2012-05-30 | small optimization of the quick-open feature | Robin Haberkorn | 1 | -1/+3 | |
2012-05-30 | added todo | Robin Haberkorn | 1 | -0/+1 | |
2012-05-11 | integrated experiment navigator into UI | Robin Haberkorn | 1 | -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-10 | simplify empty-item show/hide | Robin Haberkorn | 1 | -4/+1 | |
2012-05-09 | use g_build_filename() to construct paths so as to not require any knowledge ↵ | Robin Haberkorn | 1 | -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-09 | moved quickopen-related functions into separate C file | Robin Haberkorn | 1 | -0/+199 | |