log

age author description
Mon, 29 Sep 2008 16:54:19 -0700 Myk Melez stub out the refresh method that subclasses of SnowlSource are supposed to implement
Mon, 29 Sep 2008 16:44:52 -0700 Myk Melez don't die when retrieving a source whose type doesn't have a constructor; instead simply warn, like we intended to, and instantiate a generic SnowlSource instance
Mon, 29 Sep 2008 16:38:14 -0700 Myk Melez move the general toolbar to a separate overlay so we can include it in the stream view in addition to the list view
Mon, 29 Sep 2008 16:37:33 -0700 Myk Melez log calls to stream view's _onMessageChanged to help us figure out why the view stops getting updated after a while
Fri, 26 Sep 2008 18:37:39 -0700 Myk Melez allow groups to be closed in the stream view
Fri, 26 Sep 2008 11:53:17 -0700 Myk Melez only display message separators in between two messages, not between a message and a group header
Thu, 25 Sep 2008 17:44:19 -0700 Myk Melez primitive implementation of temporal grouping in the stream view
Tue, 23 Sep 2008 11:44:11 -0700 Myk Melez new version of Preferences module
Tue, 02 Sep 2008 03:42:57 -0700 Myk Melez Added tag snowl-release-0.2pre1 for changeset 113312a23f53
Tue, 02 Sep 2008 03:41:40 -0700 Myk Melez use julian dates for the lastRefreshed values, push date conversion up the stack (away from the core database access routines), and make the datastore code migrate from a version 4 to a version 5 schema (storing julian instead of JS dates) snowl-release-0.2pre1
Tue, 02 Sep 2008 03:38:53 -0700 Myk Melez version 0.2pre1
Tue, 02 Sep 2008 03:38:37 -0700 Myk Melez suppress exceptions when SubscriptionListener gets called after Subscriber has disappeared
Tue, 02 Sep 2008 03:38:06 -0700 Myk Melez remove locales that have not yet been updated for 0.2
Mon, 01 Sep 2008 20:15:33 -0700 Myk Melez refresh twitter every three minutes
Mon, 01 Sep 2008 19:01:56 -0700 Myk Melez add messages progressively to the stream view rather than rebuilding the view each time
Mon, 01 Sep 2008 19:00:44 -0700 Myk Melez add a comment that we should fix knowledge of semantics at too low a level in the datastore module
Mon, 01 Sep 2008 19:00:11 -0700 Myk Melez catch exceptions when onresize gets called before the script has loaded in the stream view
Mon, 01 Sep 2008 18:58:44 -0700 Myk Melez don't try to rebuild the list view if the tree object doesn't yet have a view property
Mon, 01 Sep 2008 18:58:02 -0700 Myk Melez don't remove observers that aren't in our list of observers, and support observers that are objects rather than functions
Thu, 28 Aug 2008 16:14:54 -0700 Myk Melez don't select an item after rebuilding the view in the list view
Thu, 28 Aug 2008 16:00:38 -0700 Myk Melez make sure view has onCollectionsLoaded method before calling it
Thu, 28 Aug 2008 15:43:30 -0700 Myk Melez factor out OPML export code from the collections view
Thu, 28 Aug 2008 15:40:21 -0700 Myk Melez add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menu
Thu, 28 Aug 2008 15:39:49 -0700 Myk Melez call subscribe dialog tabs 'tabs' instead of 'pages' and add a reference to the stream view into the first run page
Thu, 28 Aug 2008 15:04:19 -0700 Myk Melez add a Snowl menu to the Tools menu and the statusbar
Thu, 28 Aug 2008 13:49:58 -0700 Myk Melez update the stream view when messages get added
Thu, 28 Aug 2008 13:48:51 -0700 Myk Melez move browser integration code into its own JavaScript file
Wed, 27 Aug 2008 18:51:10 -0700 Myk Melez add fixme about refactoring block
Wed, 27 Aug 2008 18:47:37 -0700 Myk Melez test content with a link inside it
Wed, 27 Aug 2008 14:06:06 -0700 Myk Melez have some margin between the rule for each story and the story below it, as it looks nicer