Mercurial > snowl
graph
-
Fix SQL syntax error when read = 1Thu, 15 May 2008 18:46:06 -0700, by Myk Melez
-
columnize the content in the river view, and update a bunch of language to talk about sources and messages rather than feeds and entriesThu, 15 May 2008 18:01:24 -0700, by Myk Melez
-
an order button for reordering the river of newsThu, 15 May 2008 14:50:37 -0700, by Myk Melez
-
recover from and report not being able to update the session history URIThu, 15 May 2008 11:10:48 -0700, by Myk Melez
-
show icons on the sources menulist in the river viewThu, 15 May 2008 11:10:19 -0700, by Myk Melez
-
link the source name to the human URI if available; add a new SnowlFeedSubscriber object that can handle subscribing to feeds from various interfaces and which sets the human URI if available; make the OPML importer use the new SnowlFeedSubscriber objectWed, 14 May 2008 23:22:49 -0700, by Myk Melez
-
update the sources table schema, changing the title column to name and differentiating between machine-processable and human-readable URIsWed, 14 May 2008 22:33:20 -0700, by Myk Melez
-
add importance property to sourcesWed, 14 May 2008 12:49:22 -0700, by Myk Melez
-
don't unload so we can use the bfcache (hopefully this doesn't leak memory; all the unload handler did was null references)Tue, 13 May 2008 19:04:14 -0700, by Myk Melez
-
make updated URIs work when the user reloads the pageTue, 13 May 2008 18:34:52 -0700, by Myk Melez
-
don't use the feed CSS anymoreTue, 13 May 2008 18:25:54 -0700, by Myk Melez
-
persist the source IDTue, 13 May 2008 18:25:31 -0700, by Myk Melez
-
add a source selector to the river viewTue, 13 May 2008 16:03:33 -0700, by Myk Melez
-
make filtering work, and save both filters and the unread flag to the URITue, 13 May 2008 11:09:16 -0700, by Myk Melez
-
structure messages in the river view more like the humanized reader structures themMon, 12 May 2008 23:55:12 -0700, by Myk Melez
-
combine the river writer with the river view controllerMon, 12 May 2008 23:19:55 -0700, by Myk Melez
-
align the river view's toolbar betterMon, 12 May 2008 23:06:09 -0700, by Myk Melez
-
mark messages read when the user scrolls past them in the river view, and persist the read toggle button in the URLMon, 12 May 2008 21:32:18 -0700, by Myk Melez
-
we're not ready to do away with the parts table yetMon, 12 May 2008 18:13:54 -0700, by Myk Melez
-
add UI to switch between all or only unread messages to the river viewThu, 08 May 2008 18:50:38 -0700, by Myk Melez
-
add the source name to messages in the river view; required creating a SnowlSource object that SnowlMessage objects referenceThu, 08 May 2008 13:38:53 -0700, by Myk Melez
-
separate messages visually with extra space above each subjectThu, 08 May 2008 11:50:53 -0700, by Myk Melez
-
don't spam the log just because we don't have a base URIWed, 07 May 2008 16:55:51 -0700, by Myk Melez
-
only retrieve current content for the river viewWed, 07 May 2008 16:55:42 -0700, by Myk Melez
-
persist retrieved content and let it be setWed, 07 May 2008 16:54:44 -0700, by Myk Melez
-
for performance, retrieve content for all messages in a collection with a single extra queryWed, 07 May 2008 16:53:31 -0700, by Myk Melez
-
remove the subscribe UI from the river viewWed, 07 May 2008 16:52:03 -0700, by Myk Melez
-
trim out a bunch of unnecessary subscribe stuff from the river writerWed, 07 May 2008 14:13:16 -0700, by Myk Melez
-
trim out a bunch of unnecessary subscribe stuff from the river writerWed, 07 May 2008 14:09:06 -0700, by Myk Melez
-
use log4moz to log stuff in the river writerWed, 07 May 2008 13:55:39 -0700, by Myk Melez
-
first version of river of news view that worksWed, 07 May 2008 13:45:18 -0700, by Myk Melez
-
first set of changes to convert the firefox feed preview into a river of news viewSun, 04 May 2008 19:54:47 -0700, by Myk Melez
-
refactor code for retrieving and maintaining a collection of messages into a SnowlCollection object so it can be reused by multiple viewsFri, 02 May 2008 17:32:05 -0700, by Myk Melez
-
reinitialize the view when the number of rows changes so that the tree updates the number of rows it containsThu, 01 May 2008 18:42:35 -0700, by Myk Melez
-
message and collection objects to abstract away some of the code being duplicated for each view; they aren't being used yet; next step is to convert the views to using themThu, 01 May 2008 16:55:41 -0700, by Myk Melez
-
the new river of news view, based on the subscribe page in Firefox; this doesn't work yet, it's just a copy of the files with some minimal massaging to fit them into the snowl directory/file structure (and make the FeedWriter XPCOM component into a RiverWriter JS module)Thu, 01 May 2008 15:06:42 -0700, by Myk Melez
-
register the resource alias to the top-level directory rather than the modules directory for consistency with resource://gre/modules/ URLs and so we can use it to load resources from elsewhere in the extension later; this means converting chrome://snowl/module.js URLs into chrome://snowl/modules/module.js URLsThu, 01 May 2008 15:04:26 -0700, by Myk Melez
-
update message views after updating the message storeThu, 01 May 2008 11:55:28 -0700, by Myk Melez
-
add 'set all read' keyboard shortcutWed, 30 Apr 2008 18:11:06 -0700, by Myk Melez
-
persist the placement of the message viewWed, 30 Apr 2008 16:10:48 -0700, by Myk Melez
-
persist the hidden state of the messages viewWed, 30 Apr 2008 13:07:01 -0700, by Myk Melez
-
reattach the view to the messages tree after moving it to avoid an error about invalidate not being a function when switching sourcesTue, 29 Apr 2008 18:54:22 -0700, by Myk Melez
-
update the list of sources when they changeTue, 29 Apr 2008 18:25:47 -0700, by Myk Melez
-
first version of OPML importTue, 29 Apr 2008 18:16:08 -0700, by Myk Melez
-
ignore XPIsTue, 29 Apr 2008 18:16:00 -0700, by Myk Melez
-
remove the snowl registration service, which we don't need anymore because we have a JS module that implements the functionality (registering snowl as a feed handler)Tue, 29 Apr 2008 16:12:54 -0700, by Myk Melez
-
remove the custom template query processor, which we're avoiding implementing because it makes us deal with the complexity of XUL templatesTue, 29 Apr 2008 16:11:27 -0700, by Myk Melez
-
make the columns sortable in the tree viewTue, 29 Apr 2008 16:09:29 -0700, by Myk Melez
-
add comment that we should fix where we place the remainder of columnsFri, 18 Apr 2008 15:36:19 -0700, by Myk Melez
-
unbreak styling of links, and gray out the visited links a bitFri, 18 Apr 2008 15:35:35 -0700, by Myk Melez
-
have exactly 400px wide columnsFri, 18 Apr 2008 15:29:44 -0700, by Myk Melez
-
round down the number of columns that fit into the page so we don't try to fit in one too many columnsFri, 18 Apr 2008 15:29:23 -0700, by Myk Melez
-
don't compensate for bug 429439, which is invalid; this means we actually can optimize the number of columns based on the full zoom, which is greatFri, 18 Apr 2008 15:27:57 -0700, by Myk Melez
-
use a custom view for the message paneThu, 17 Apr 2008 16:57:40 -0700, by Myk Melez
-
link content chunks in portal view to their feedsWed, 16 Apr 2008 23:00:21 -0700, by Myk Melez
-
portal viewWed, 16 Apr 2008 22:53:14 -0700, by Myk Melez
-
display unread messages in bold, then update them when the user selects themWed, 16 Apr 2008 22:52:51 -0700, by Myk Melez
-
support spacing through messagesWed, 16 Apr 2008 17:29:10 -0700, by Myk Melez
-
let user toggle read status with 'r' keyWed, 16 Apr 2008 15:22:49 -0700, by Myk Melez