Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-06-10 | updated Copyright | Robin Haberkorn | 1 | -1/+1 | |
2012-06-07 | format-file related transcript widget methods return a GError which is used ↵ | Robin Haberkorn | 1 | -4/+11 | |
to display meaningful error messages * also cleaned up return value confusion: in GLib world, TRUE means successful | |||||
2012-06-07 | added copyright headers and Doxygen @file comments (where they were still ↵ | Robin Haberkorn | 1 | -2/+28 | |
missing) | |||||
2012-06-06 | use stock icon constants | Robin Haberkorn | 1 | -1/+2 | |
2012-06-01 | support for configuration files | Robin Haberkorn | 1 | -7/+11 | |
* currently it saves the quick-open and format-selection directories | |||||
2012-05-31 | allow transcript formatting without markup (like search-as-you type) | Robin Haberkorn | 1 | -3/+36 | |
* controlled via checkbox * if markup is disabled the entered text is only regular expressions * default text attributes are used according to some constants (in configure.ac, later they will be configurable via config file) * fixed return value of gtk_experiment_transcript_load_formats() * care about possible capture mismatches in regular expressions (capture braces are inserted automatically - the user is not allowed specify own captures) * display state of interactive format via icon (successful/error) | |||||
2012-05-31 | add missing gstdio include | Robin Haberkorn | 1 | -0/+1 | |
2012-05-31 | sort format-selection combo boxes | Robin Haberkorn | 1 | -0/+3 | |
2012-05-31 | added inline function for common task of stripping a filename extension | Robin Haberkorn | 1 | -6/+2 | |
2012-05-31 | ensure that after a format-file refresh the currently selected formats ↵ | Robin Haberkorn | 1 | -5/+28 | |
remain activated (if possible) * to avoid signal recursions, the store is not automatically refreshed after selecting a format | |||||
2012-05-31 | display only filenames with stripped extension in format selection combo boxes | Robin Haberkorn | 1 | -1/+7 | |
2012-05-30 | implemented selection of format files by combo box | Robin Haberkorn | 1 | -0/+171 | |
* each transcript widget has its own box, they share their content (via a common GtkListStore) * currently the filename is displayed in the combo boxes |