log

age author description
Tue, 08 Jul 2008 18:18:57 -0700 Myk Melez fix rebuilding the river view
Tue, 08 Jul 2008 17:41:31 -0700 Myk Melez change column width in a timeout to make dragging the splitter smoother
Tue, 08 Jul 2008 17:16:56 -0700 Myk Melez add a splitter for resizing columns in the river view
Tue, 08 Jul 2008 17:15:50 -0700 Myk Melez catch exceptions sometimes thrown when retrieving XMLHttpRequest::statusText
Tue, 08 Jul 2008 13:54:43 -0700 Myk Melez resize the content box when the window size changes
Tue, 08 Jul 2008 13:47:32 -0700 Myk Melez missing files from the 'better support for feeds that require authentication' checkin
Tue, 08 Jul 2008 13:21:31 -0700 Myk Melez a basic horizontal river of news with some experimental code for a vertical river
Mon, 07 Jul 2008 19:08:53 -0700 Myk Melez rename river files so they don't conflict with experimental river2.xul implementation
Mon, 07 Jul 2008 01:22:44 -0700 Myk Melez better support for feeds that require authentication; we now display a custom authentication dialog that hopefully makes more sense when it appears out of the blue; we also use it when subscribing the user to the feed, and it includes UI for the user to request that their credentials be remembered; finally, we use remembered credentials automatically across sessions instead of prompting at least once per session
Sun, 06 Jul 2008 00:05:45 -0700 Myk Melez integrate subscription UI into a single page
Sun, 22 Jun 2008 19:11:02 -0700 Myk Melez show subscription progress in subscribe dialog
Mon, 16 Jun 2008 02:09:03 -0700 Myk Melez work in progress: rearrange subscribe dialog and add status info (not currently used)
Mon, 16 Jun 2008 00:51:20 -0700 Myk Melez make the subscribe button work
Mon, 16 Jun 2008 00:40:28 -0700 Myk Melez make sure the checkmark next to the Messages item in the View menu displays the appropriate state
Sun, 15 Jun 2008 23:53:17 -0700 Myk Melez add a close button for closing the list view
Sun, 15 Jun 2008 02:00:40 -0700 Myk Melez employ gymnastics to come up with a reasonable author string
Sun, 15 Jun 2008 01:23:39 -0700 Myk Melez ensure long message headers don't make message body wider than page; use a label class='text-link' rather than a label containing an html:a node for the message link header
Sun, 15 Jun 2008 01:05:03 -0700 Myk Melez use the updated timestamp if available, otherwise the published timestamp, and finally the dc:date, which the feed parser appears to always provide (if necessary, it gives the time downloaded)
Sat, 14 Jun 2008 23:19:24 -0700 Myk Melez put the list view placement switcher button on the left hand side of the toolbar so it doesn't change position when you click it (so you can click it to switch placement and then click it again immediately to switch back
Sat, 14 Jun 2008 23:15:49 -0700 Myk Melez make the list view's default height a little shorter, allow the user to resize it to be shorter still, and persist user changes to the view's height and width
Sat, 14 Jun 2008 22:58:07 -0700 Myk Melez display timestamps in the message view, and display message titles in the titlebar
Sat, 14 Jun 2008 22:57:20 -0700 Myk Melez make message content selectable
Sun, 08 Jun 2008 23:58:02 -0700 Myk Melez don't need to specify toolbarbutton when referencing snowlToolbarButton class
Sun, 08 Jun 2008 23:54:33 -0700 Myk Melez flesh out the message view
Sun, 08 Jun 2008 22:53:53 -0700 Myk Melez give the placement switcher button icons
Sun, 08 Jun 2008 22:46:46 -0700 Myk Melez add current and unread buttons to the list view
Sun, 08 Jun 2008 21:50:05 -0700 Myk Melez only notify observers that messages have changed if they have
Sun, 08 Jun 2008 18:24:12 -0700 Myk Melez make sorting work on startup in the list view
Sun, 01 Jun 2008 20:34:05 -0700 Myk Melez bare-bones single-message view to accompany the thread view
Sun, 01 Jun 2008 18:16:50 -0700 Myk Melez some code cleanup
Sun, 01 Jun 2008 18:03:18 -0700 Myk Melez refactor resetLastRefreshed into a lastRefreshed getter
Sun, 01 Jun 2008 17:52:37 -0700 Myk Melez getNewMessages -> refresh
Sun, 01 Jun 2008 17:51:35 -0700 Myk Melez make all snowl feeds share a logger
Sun, 01 Jun 2008 17:49:12 -0700 Myk Melez import stuff first
Sun, 01 Jun 2008 17:48:49 -0700 Myk Melez make mediaTypes a constant rather than a property of the SnowlFeed object
Sun, 01 Jun 2008 17:45:31 -0700 Myk Melez combine the SnowlFeed and SnowlFeedSubscriber objects, and make it inherit from SnowlSource; also, remove the obsolete SnowlFeedClient
Tue, 20 May 2008 00:29:09 -0700 Myk Melez spiffy up the river view, and create separate HTML and XUL river views
Mon, 19 May 2008 10:50:08 -0700 Myk Melez combine origin and timestamp columns in the river view into a single metadata column
Mon, 19 May 2008 01:18:29 -0700 Myk Melez add a body button that turns on and off display of message bodies, and give the buttons icons
Mon, 19 May 2008 00:01:05 -0700 Myk Melez show favicons in the subscriptions sidebar
Sun, 18 May 2008 23:59:40 -0700 Myk Melez hook up the refresh button
Sun, 18 May 2008 22:57:40 -0700 Myk Melez integrate OPML import into the sidebar
Sun, 18 May 2008 22:18:29 -0700 Myk Melez reinit the sidebar view when the number of rows changes
Sun, 18 May 2008 18:18:25 -0700 Myk Melez fix notification that sources and messages have changed after importing from OPML
Sun, 18 May 2008 16:33:42 -0700 Myk Melez the Preferences module for getting and setting preferences
Sun, 18 May 2008 16:32:24 -0700 Myk Melez the URI module for obtaining nsIURIs from the nsIIOService
Sun, 18 May 2008 16:31:56 -0700 Myk Melez arrows to show sort direction in the river view
Sun, 18 May 2008 15:02:28 -0700 Myk Melez differentiate more stylistically between chrome meta-data and content
Sun, 18 May 2008 14:41:03 -0700 Myk Melez add a current filter to the river view
Sun, 18 May 2008 13:06:12 -0700 Myk Melez make the unread and order toggle/sticky buttons work correctly
Sun, 18 May 2008 03:59:07 -0700 Myk Melez get marking of messages read when the user scrolls by them working again
Sun, 18 May 2008 01:50:43 -0700 Myk Melez make the buttons as tall as the toolbar in a less hacky way
Sun, 18 May 2008 01:39:03 -0700 Myk Melez add favicons to source entries in the river view
Sun, 18 May 2008 00:52:28 -0700 Myk Melez interrupt the process of writing messages when the user changes filters and we start to write messages again so that two strands of message writing don't try to execute at the same time and hork each other
Sun, 18 May 2008 00:51:44 -0700 Myk Melez report exceptions while using strands to the error console rather than displaying an alert dialog
Sun, 18 May 2008 00:19:25 -0700 Myk Melez use Kris Zyp's JavaScript Strands library to cede control to the UI thread between writing messages to the river view so users can start reading messages immediately while waiting for them to all load
Sat, 17 May 2008 22:21:00 -0700 Myk Melez add a light rule between messages to subtly separate them from each other
Sat, 17 May 2008 21:14:45 -0700 Myk Melez align message elements baseline so they look nicer
Sat, 17 May 2008 20:45:29 -0700 Myk Melez don't underline source and subject links
Sat, 17 May 2008 20:35:04 -0700 Myk Melez a better name for the river of news view