Posts Tagged ‘GSOC’

Google Summer of Code Update 3

Okay, so I got lazy again and haven’t posted an update in a while…sorry.  Since my last update I’ve posted one more patch to the mailing list.  The new patch added or updated import and export functionality for six basic commands:

set text
set area text
insert/delete column/row
clear selection
format selection
resize column/row

The patch is available for download here.
After posting [...]

Posted on July 19th, 2008 at 10:45pm in GSOC | No Comments

Google Summer of Code Update 2

And now the third installment of my GSOC Update series. For my third patch, I started working on importing a log file of exported commands. As of this patch, I only have the set text command working both ways, but I guess that’s still progress. As simple as it looks (my dad [...]

Posted on June 28th, 2008 at 12:45am in GSOC | No Comments

Stupid Mistake

Last night when I was trying to compile gnumeric to test out the start of command importing, I kept getting the following error:
./.libs/libspreadsheet.so: undefined reference to `go_doc_control_set_doc’
The only place that function is called is in workbook-control.c, which I haven’t changed. Since it’s a function from goffice I figured I’d go recompile goffice and make [...]

Posted on June 26th, 2008 at 11:46pm in GSOC | No Comments

Google Summer of Code Update 1

Time for another update on my GSOC progress. Again, this is being posted a bit after-the-fact so it’s not as detailed as I really would like, but it’ll have to do.
Second Iteration
After posting my first patch, I got a response from Jody about what I should work on. Basically, everything I worked on [...]

Posted on June 26th, 2008 at 9:29pm in GSOC | No Comments

Google Summer of Code Update 0

As you’ve probably seen around the site by now, I am participating in this year’s Google Summer of Code program. For a lot more detailed information on my project look here. I should have been posting periodic updates since I started the project, but since I just got around to working on the website [...]

Posted on June 25th, 2008 at 11:14pm in GSOC | No Comments