Thursday, June 30, 2005

Pan Update

Yet more minor bug fixes in this snapshot. And it looks like GtkTreeView is still a bit slow.

rev. 296

Pan Update

Here's a snapshot with a few more bug fixes. I've also added some logging to the grouplist to get some timing data. It will show up in the message log.

rev. 295

Thursday, June 23, 2005

Pan Update

More small fixes to task-headers. Here's the new snapshot. Now if only I could debug this myself. Why does there have to be a glib problem on windows....

rev 292.

Wednesday, June 22, 2005

Pan Update

Just another small snapshot update.
  • finished adding config.h to appropriate files (I hope)
  • small bug fix to tasks.

rev 290

Saturday, June 18, 2005

Pan Update

Here's a quick bug fix snapshot.
  • fix problem starting pan with no groups.
  • fix one of the scoring problems.
  • a few other tweaks.
rev. 289

Monday, June 13, 2005

Pan Update

Here's the latest snapshot.
  • some articlelist fixes.
  • can view article from the cache

problems:
  • right-click menu doesn't work
  • score & subject display issues in header-pane-renderer (commented out)
  • navigation
  • i don't think scoring is quite right
rev 287.

Sunday, June 12, 2005

Pan Update

Here's a new snapshot with a few fixes.
  • added a new file
  • grouplist appears to work
  • other minor fixes
TODO:
  • why doesn't the sort indicator work in grouplist?
  • rebuild articlelist (again)
rev 285

Pan Update

It runs!! It really runs. :) Now if it just worked properly....
Anyway here is the latest snapshot. So start your debuggers and fins out whats wrong.

rev 284

Friday, June 10, 2005

Pan Update

BIG news, it finally links. Unfortuanately I can't get it to run right now, but that might be a problem on my system. I do know that its NOT feature complete, in fact it may not do anything at all yet. But it does compile & link. Get your snapshot and start your debugers.

rev 281

Wednesday, June 08, 2005

Pan Update

Here's your new snapshot. I've been really busy with this.
  • really add new signal object.
  • update dialogs/.
  • added group_delete_articles.
  • added serveral function to article.
  • removed several function from article that were only used by articlelist.
  • convert socket-pool to gobject.
  • some api changes.
  • minor change to build system.
  • Everything currently compiles but doesn't link.
That list may look short but I had to touch nearly every file to get it this far. Now if I can just get it to link. I also need to bump up the sqlite version. So much to do.

rev. 278

Thursday, June 02, 2005

Pan Update

I've made some more progress on Pan. Here is yet another snapshot.
  • removed pan-object.
  • removed pan-callback.
  • convert newsrc to g_object.
  • convert identity to g_object.
  • turn queue into dummy object for its signals.
  • lots of related bug fixes.
I still need to work on queue so that the rules & dialogs will compile. Bassically that's were I'm at - compile, see what breaks & try to fix it.

r233