aboutsummaryrefslogtreecommitdiff
path: root/src/format-selection.c
AgeCommit message (Collapse)AuthorFilesLines
2012-06-07format-file related transcript widget methods return a GError which is used ↵Robin Haberkorn1-4/+11
to display meaningful error messages * also cleaned up return value confusion: in GLib world, TRUE means successful
2012-06-07added copyright headers and Doxygen @file comments (where they were still ↵Robin Haberkorn1-2/+28
missing)
2012-06-06use stock icon constantsRobin Haberkorn1-1/+2
2012-06-01support for configuration filesRobin Haberkorn1-7/+11
* currently it saves the quick-open and format-selection directories
2012-05-31allow transcript formatting without markup (like search-as-you type)Robin Haberkorn1-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-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 Haberkorn1-6/+2
2012-05-31ensure that after a format-file refresh the currently selected formats ↵Robin Haberkorn1-5/+28
remain activated (if possible) * to avoid signal recursions, the store is not automatically refreshed after selecting a format
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 Haberkorn1-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