pspp
2013-03-07 John DarringtonMerge remote branch 'origin/master' into import-gui
2013-03-07 John Darringtonzip-test.c: Remove erroneous call to zip_member_unref
2013-03-07 John Darringtonzip-reader.c: Replace [cm]alloc by their x*alloc counte...
2013-03-05 John DarringtonMerge branch 'master' into import-gui
2013-03-05 John DarringtonFixed crash reading ODS spreadsheets and added a test... 20130305030502/pspp 20130306030504/pspp 20130307030505/pspp
2013-03-04 John DarringtonMerge branch 'master' into import-gui
2013-03-04 John DarringtonAdded a feature to read the meta data from spreadsheet...
2013-03-04 John DarringtonMake GUI open either kind of spreadsheet
2013-03-04 John DarringtonCreated wrappers for the ods/gnumeric functions
2013-03-03 John DarringtonFixed some memory leaks
2013-03-03 John DarringtonRenamed the spreadsheet test file and put it noinst
2013-03-03 John DarringtonUse our own explicit loop instead of main_loop_run
2013-03-03 John DarringtonFixed some memory leaks
2013-03-03 John DarringtonTest proglet: Display all members of a case
2013-03-03 John DarringtonFixed bug where repeated values were not being handled...
2013-03-02 John DarringtonFixed some memory allocation issues
2013-03-02 John DarringtonTest proglet work
2013-03-02 John DarringtonDisplay "(empty)" if a sheet has no data
2013-03-02 John DarringtonMade some code improvements.
2013-03-01 John DarringtonFixed some more leaks
2013-03-01 John DarringtonFix some memory leaks
2013-03-01 John DarringtonAvoid compiler warnings
2013-02-28 John DarringtonGot the last test working
2013-02-28 John DarringtonGot another test working
2013-02-27 John DarringtonODS cellranges work again (sort of)
2013-02-25 John DarringtonMake sure that ODS reading works even when not in C...
2013-02-25 John DarringtonIssue error message if spreadsheet does not exist
2013-02-25 John DarringtonAvoid crash when importing non-existant spreadsheet...
2013-02-24 John DarringtonAnother test works
2013-02-24 John DarringtonNew function reading_target_sheet
2013-02-24 John DarringtonRename variable
2013-02-19 John DarringtonRenamed some variables and removed some
2013-02-19 John DarringtonChange the label to be vendor neutral
2013-02-18 John DarringtonGot some of the tests working
2013-02-18 John DarringtonMade it crash a little less often
2013-02-18 John DarringtonAvoided a number of other problems
2013-02-18 John DarringtonFix buffer overflow
2013-02-18 John DarringtonFixed some incorrect range imputation
2013-02-18 John DarringtonGot the ODS reader model (sort of) working.
2013-02-18 John DarringtonMerge two option structs
2013-02-18 John DarringtonAdded a warning if gnumeric files are not UTF8. Then...
2013-02-18 John DarringtonFixed some more warnings
2013-02-18 John DarringtonMake opts const
2013-02-18 John DarringtonAdd prototypes for syntax generation functions
2013-02-18 John DarringtonZip Reader: Take members from the index if they exist.
2013-02-18 John DarringtonZip Reader: Take members from the index if they exist. 20130218030502/pspp 20130219030502/pspp 20130220030503/pspp 20130221030502/pspp 20130222030502/pspp 20130223030503/pspp 20130224030502/pspp 20130225030503/pspp 20130226030506/pspp 20130227030504/pspp 20130228030505/pspp 20130301030502/pspp 20130302030503/pspp 20130303030506/pspp 20130304030502/pspp
2013-02-16 John DarringtonGot the text file import working again
2013-02-16 John DarringtonShow errors on reading badly formed gnumeric files
2013-02-16 John DarringtonMade the text import dialogs sort of work again
2013-02-16 John DarringtonReturn NULL if not a gnumeric file
2013-02-16 John DarringtonActually use the combobox setting
2013-02-16 John DarringtonFixed many warnings
2013-02-16 John DarringtonGnumeric reader cope with multiple passes, and empty...
2013-02-16 John DarringtonRename sheet_index to current sheet
2013-02-16 John DarringtonRename sheets to n_sheets
2013-02-16 John DarringtonEnable the syntax generation
2013-02-16 John DarringtonMake the data visible
2013-02-16 John DarringtonUpdated the test widget thing a bit
2013-02-16 John DarringtonUse the gnumeric_reopen function
2013-02-16 John DarringtonAdded a reopen capability
2013-02-16 John DarringtonDont show range if it is null
2013-02-16 John DarringtonAdded a proper function to convert spreadsheet column...
2013-02-16 John DarringtonAdded a callback to set the range entry on change
2013-02-16 John DarringtonMake both work at the same time
2013-02-16 John DarringtonFix memory leak
2013-02-16 John DarringtonAdded the range column to the model
2013-02-16 John DarringtonAdded a maxcol state
2013-02-16 John DarringtonTidied up a bit more. Eliminated some warnings
2013-02-16 John DarringtonTidied up a bit
2013-02-16 John Darringtonsort of got the assistant working with the combo model
2013-02-16 John DarringtonBasically working model
2013-02-16 John DarringtonAdded property for the backend
2013-02-16 John DarringtonBasic model
2013-02-16 John DarringtonBasic Framework for test program
2013-02-16 John DarringtonAdded a test program for the spread interface
2013-02-16 John DarringtonOnly one spreadsheet
2013-02-16 John Darringtonformats page: Construction is initialisation
2013-02-16 John DarringtonFirst line page construction is initialisation
2013-02-16 John Darringtonseparators construction is initialisation
2013-02-16 John DarringtonMove column count from seperators into assist
2013-02-16 John DarringtonMake sheet spec page opaque
2013-02-16 John DarringtonMove all intro related stuff to the intro file
2013-02-16 John DarringtonIntro page: contruction is initialisation
2013-02-16 John DarringtonMove file_name member from sri to spreadsheet struct
2013-02-16 John DarringtonPut the pages as pointers
2013-02-16 John DarringtonStarted polymorphism of ODS
2013-02-16 John DarringtonStarted polymorphism of Gnumeric
2013-02-16 John DarringtonMade a start at canonicalising the interface
2013-02-16 John DarringtonUse convert cell range instead of doing it ourselves
2013-02-16 John DarringtonEnable specification of the cell range
2013-02-16 John DarringtonReplace _Import with I_mport in GtkBuilder file.
2013-02-16 John DarringtonAdded a bit more to the gui
2013-02-16 John Darringtonfix compile issues
2013-02-16 John DarringtonFix syntax generation
2013-02-16 John DarringtonTry to load the correct sheet
2013-02-16 John Darringtondata import gui: update user interface
2013-02-16 John DarringtonChange label from "import text" to "import".
2013-02-16 John DarringtonSpreadsheet readers: Seperate the mandatory from the...
2013-02-16 John DarringtonBasic working spreadsheet import dialog (sort of)
2013-02-16 John DarringtonAdded file chooser filters for spreadsheet file types
next