Skip to content
  • Andreas J. Guelzow's avatar
    initialize new fields (stf_parse_options_free): free new fields · 378b24fe
    Andreas J. Guelzow authored
    2003-06-28  Andreas J. Guelzow  <aguelzow@taliesin.ca>
    
    	* src/stf-parse.c (stf_parse_options_new): initialize new fields
    	(stf_parse_options_free): free new fields
    	(stf_parse_csv_line): show all columns
    	(stf_parse_sheet): only store selected rows (and formats vary within
    	  each row!)
    	* src/stf-parse.h: add col_import_array to parse_options
    	* src/stf.c (stf_store_results): apply only the format of selected
    	  columns
    
    2003-06-28  Andreas J. Guelzow  <aguelzow@taliesin.ca>
    
    	* dialog-stf-format-page.c (cb_col_check_clicked): new
    	(format_page_update_preview): vreate checkboxes in column
    	  headers
    	(stf_dialog_format_page_cleanup): clean up selected column list
    	(stf_dialog_format_page_init): initialize selected column list
    	* dialog-stf-preview.c (stf_preview_new): allocate lots of columns
    	  in the lazy list. (We need to fix this.)
    	(stf_preview_set_lines): show all lines
    	* dialog-stf.c (stf_dialog): copy selected column list to parseoptions
    	* dialog-stf.h: new fields in FormatInfo_t
    378b24fe