- Burberry Classic Check Bag
- Alexander McQueen Patent Black Heart Peep Toe Pumps
- Jimmy Choo Patent Black Bardia Bag
- Cartier Black
Kobby Inserted It's First Collaborative Text
Monday, January 26. 2009
A commit was just posted to Kobby allowing users to join a note on an Infinote server and insert text. There is still a VERY long way to go before the editor can actually be called 'usable' in any sense, but this is a huge milestone in the editor's development.
Over the past week, A lot of work went into getting Kobby 'over the hump' in a development sense. At the start of the week the editor was capable of browsing Infinote servers, and not much more. After spending a few days digging through the Gobby codebase to figure out some of the session joining quirks of Libinfinity, and writing an awesome testing application for Libinfinitymm, I was able to get basic session joining working (horray!). From there, it wasnt much more work to get very basic text insertion functioning. There is still a whole lot more to be done in this area, and in order for it to function properly I had to embed some GObject code in the Kobby editor itself (yuck).
Even with the long road ahead, expect to see lots of noticable functionality being added to the editor in the coming weeks now that the development focus has moved on to the GUI side of things.
Heres a screenshot as of tonight:

Trackbacks
Trackback specific URI for this entry
No TrackbacksAdd Comment

Comments
I also hear that someone else is developing a plugin already.
The GObject usage is troubling; for sure. Maybe we can have a Qt-ified library instead that everyone can then use. (Qt is everywhere, GTK is not really)