Mercurial > snowl
graph
-
three additional layouts for the list view: wide message, wide thread, and stackedTue, 14 Oct 2008 11:42:31 -0700, by alta88
-
let users choose a period of time from which to see messages in the river viewTue, 14 Oct 2008 11:34:46 -0700, by Myk Melez
-
sort by both received and timestamp in the stream and river niews so messages that are received at the same time show up in the correct order chronologically by timestampSun, 12 Oct 2008 21:30:14 -0700, by Myk Melez
-
only show a week's worth of messages, and group them by date, in the stream viewSun, 12 Oct 2008 21:27:12 -0700, by Myk Melez
-
don't initialize list view until the user opens itFri, 10 Oct 2008 18:12:16 -0700, by Myk Melez
-
comment about two things that need fixing in SnowlFeed::onRefreshResultThu, 09 Oct 2008 17:30:24 -0700, by Myk Melez
-
rename SourcesView to CollectionsViewThu, 09 Oct 2008 15:42:00 -0700, by Myk Melez
-
lay the collections overlay over the river view via a XUL processing instruction rather than the document.loadOverlay function to make sure the overlay is loaded before the window load event fires, which simplifies and robustifies our collections and river view initialization functionsThu, 09 Oct 2008 15:36:28 -0700, by Myk Melez
-
make resizing of the content in the river view when the window gets resized shorter work againThu, 09 Oct 2008 15:09:07 -0700, by Myk Melez
-
use an HTML div instead of a XUL vbox as the group box in the river view, since Gecko can break divs across columns, which it cannot do with vboxesThu, 09 Oct 2008 14:54:00 -0700, by Myk Melez
-
add explanatory text to the search textbox (this only works in Firefox 3.1 nightlies)Thu, 09 Oct 2008 14:18:16 -0700, by Myk Melez
-
suppress JS strict warnings by declaring all global strands variablesThu, 09 Oct 2008 14:02:00 -0700, by Myk Melez
-
add the resize listener after loading the river view to prevent exceptions when resize happens while we're still in the process of loading the view (f.e. when the view loads on startup on Linux, perhaps when Firefox opens its first window and then immediately maximizes it)Thu, 09 Oct 2008 13:49:22 -0700, by Myk Melez
-
factor out PART_TYPE_* constantsThu, 09 Oct 2008 12:17:43 -0700, by Myk Melez
-
simplify argument formatWed, 08 Oct 2008 17:03:47 -0700, by Myk Melez
-
simplify URI module code slightlyWed, 08 Oct 2008 16:43:45 -0700, by Myk Melez
-
implement epoch-based grouping in the river view like we have it in the stream view; also, sort the river view by most-recent first without the option to reverse the sortThu, 02 Oct 2008 17:34:22 -0700, by Myk Melez
-
add a non-columnar mode to the river view, and let the user toggle columns on and offWed, 01 Oct 2008 18:57:46 -0700, by Myk Melez
-
don't persist the list view's tree's hidden state via XUL persistence, since the sidebar now controls its stateWed, 01 Oct 2008 16:35:14 -0700, by Myk Melez
-
files for the new factored-out toolbar that also works in the stream viewTue, 30 Sep 2008 14:04:35 -0700, by Myk Melez
-
make links inside plaintext messages look like linksMon, 29 Sep 2008 18:25:22 -0700, by Myk Melez
-
add new messages to the first group in the stream view rather than to the top of the viewMon, 29 Sep 2008 17:45:49 -0700, by Myk Melez
-
log calls to _onMessageChanged without using log4moz, as log4moz disappears at one point (which may be caused by the same underlying problem that is horking updates)Mon, 29 Sep 2008 17:30:03 -0700, by Myk Melez
-
add the general toolbar to the stream view, and document the overlay directives in the chrome manifest betterMon, 29 Sep 2008 17:10:41 -0700, by Myk Melez
-
make unsubscribing work againMon, 29 Sep 2008 17:00:41 -0700, by Myk Melez
-
stub out the refresh method that subclasses of SnowlSource are supposed to implementMon, 29 Sep 2008 16:54:19 -0700, by 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 instanceMon, 29 Sep 2008 16:44:52 -0700, by Myk Melez
-
move the general toolbar to a separate overlay so we can include it in the stream view in addition to the list viewMon, 29 Sep 2008 16:38:14 -0700, by Myk Melez
-
log calls to stream view's _onMessageChanged to help us figure out why the view stops getting updated after a whileMon, 29 Sep 2008 16:37:33 -0700, by Myk Melez
-
allow groups to be closed in the stream viewFri, 26 Sep 2008 18:37:39 -0700, by Myk Melez
-
only display message separators in between two messages, not between a message and a group headerFri, 26 Sep 2008 11:53:17 -0700, by Myk Melez
-
primitive implementation of temporal grouping in the stream viewThu, 25 Sep 2008 17:44:19 -0700, by Myk Melez
-
new version of Preferences moduleTue, 23 Sep 2008 11:44:11 -0700, by Myk Melez
-
Added tag snowl-release-0.2pre1 for changeset 113312a23f53Tue, 02 Sep 2008 03:42:57 -0700, by 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.2pre1Tue, 02 Sep 2008 03:41:40 -0700, by Myk Melez
-
version 0.2pre1Tue, 02 Sep 2008 03:38:53 -0700, by Myk Melez
-
suppress exceptions when SubscriptionListener gets called after Subscriber has disappearedTue, 02 Sep 2008 03:38:37 -0700, by Myk Melez
-
remove locales that have not yet been updated for 0.2Tue, 02 Sep 2008 03:38:06 -0700, by Myk Melez
-
refresh twitter every three minutesMon, 01 Sep 2008 20:15:33 -0700, by Myk Melez
-
add messages progressively to the stream view rather than rebuilding the view each timeMon, 01 Sep 2008 19:01:56 -0700, by Myk Melez
-
add a comment that we should fix knowledge of semantics at too low a level in the datastore moduleMon, 01 Sep 2008 19:00:44 -0700, by Myk Melez
-
catch exceptions when onresize gets called before the script has loaded in the stream viewMon, 01 Sep 2008 19:00:11 -0700, by Myk Melez
-
don't try to rebuild the list view if the tree object doesn't yet have a view propertyMon, 01 Sep 2008 18:58:44 -0700, by Myk Melez
-
don't remove observers that aren't in our list of observers, and support observers that are objects rather than functionsMon, 01 Sep 2008 18:58:02 -0700, by Myk Melez
-
don't select an item after rebuilding the view in the list viewThu, 28 Aug 2008 16:14:54 -0700, by Myk Melez
-
make sure view has onCollectionsLoaded method before calling itThu, 28 Aug 2008 16:00:38 -0700, by Myk Melez
-
factor out OPML export code from the collections viewThu, 28 Aug 2008 15:43:30 -0700, by Myk Melez
-
add check for new messages, subscribe, import OPML, and export OPML commands to the Snowl menuThu, 28 Aug 2008 15:40:21 -0700, by Myk Melez
-
call subscribe dialog tabs 'tabs' instead of 'pages' and add a reference to the stream view into the first run pageThu, 28 Aug 2008 15:39:49 -0700, by Myk Melez
-
add a Snowl menu to the Tools menu and the statusbarThu, 28 Aug 2008 15:04:19 -0700, by Myk Melez
-
update the stream view when messages get addedThu, 28 Aug 2008 13:49:58 -0700, by Myk Melez
-
move browser integration code into its own JavaScript fileThu, 28 Aug 2008 13:48:51 -0700, by Myk Melez
-
add fixme about refactoring blockWed, 27 Aug 2008 18:51:10 -0700, by Myk Melez
-
test content with a link inside itWed, 27 Aug 2008 18:47:37 -0700, by Myk Melez
-
have some margin between the rule for each story and the story below it, as it looks nicerWed, 27 Aug 2008 14:06:06 -0700, by Myk Melez
-
use a 1px solid light grey rule between stories in the stream viewWed, 27 Aug 2008 14:05:14 -0700, by Myk Melez
-
don't display a timestamp in the stream view, since we don't order by it, and it's confusingWed, 27 Aug 2008 14:04:33 -0700, by Myk Melez
-
properly format dates in the futureMon, 25 Aug 2008 18:49:46 -0700, by Myk Melez