Tue, 14 Oct 2008 11:34:46 -0700 |
Myk Melez |
let users choose a period of time from which to see messages in the river view
|
Sun, 12 Oct 2008 21:30:14 -0700 |
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 timestamp
|
Sun, 12 Oct 2008 21:27:12 -0700 |
Myk Melez |
only show a week's worth of messages, and group them by date, in the stream view
|
Fri, 10 Oct 2008 18:12:16 -0700 |
Myk Melez |
don't initialize list view until the user opens it
|
Thu, 09 Oct 2008 17:30:24 -0700 |
Myk Melez |
comment about two things that need fixing in SnowlFeed::onRefreshResult
|
Thu, 09 Oct 2008 15:42:00 -0700 |
Myk Melez |
rename SourcesView to CollectionsView
|
Thu, 09 Oct 2008 15:36:28 -0700 |
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 functions
|
Thu, 09 Oct 2008 15:09:07 -0700 |
Myk Melez |
make resizing of the content in the river view when the window gets resized shorter work again
|
Thu, 09 Oct 2008 14:54:00 -0700 |
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 vboxes
|
Thu, 09 Oct 2008 14:18:16 -0700 |
Myk Melez |
add explanatory text to the search textbox (this only works in Firefox 3.1 nightlies)
|
Thu, 09 Oct 2008 14:16:51 -0700 |
Myk Melez |
snowl works on 3.1b2pre, and its version should be 0.2pre2pre until we ship 0.2pre2, at which point it should briefly change to 0.2pre2 and then to 0.2pre3pre in preparation for the following release of 0.2pre3 (the last preview release before 0.2)
|
Thu, 09 Oct 2008 14:13:32 -0700 |
Myk Melez |
load collections.js at the end of the collections.xul overlay to ensure the collections tree has been parsed and is defined before the CollectionsView.init function tries to initialize it
|
Thu, 09 Oct 2008 14:02:00 -0700 |
Myk Melez |
suppress JS strict warnings by declaring all global strands variables
|
Thu, 09 Oct 2008 13:49:22 -0700 |
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 12:17:43 -0700 |
Myk Melez |
factor out PART_TYPE_* constants
|
Wed, 08 Oct 2008 17:03:47 -0700 |
Myk Melez |
simplify argument format
|
Wed, 08 Oct 2008 16:43:45 -0700 |
Myk Melez |
simplify URI module code slightly
|
Thu, 02 Oct 2008 17:34:22 -0700 |
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 sort
|
Wed, 01 Oct 2008 18:57:46 -0700 |
Myk Melez |
add a non-columnar mode to the river view, and let the user toggle columns on and off
|
Wed, 01 Oct 2008 16:35:14 -0700 |
Myk Melez |
don't persist the list view's tree's hidden state via XUL persistence, since the sidebar now controls its state
|
Tue, 30 Sep 2008 14:04:35 -0700 |
Myk Melez |
files for the new factored-out toolbar that also works in the stream view
|
Mon, 29 Sep 2008 18:25:22 -0700 |
Myk Melez |
make links inside plaintext messages look like links
|
Mon, 29 Sep 2008 17:45:49 -0700 |
Myk Melez |
add new messages to the first group in the stream view rather than to the top of the view
|
Mon, 29 Sep 2008 17:30:03 -0700 |
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:10:41 -0700 |
Myk Melez |
add the general toolbar to the stream view, and document the overlay directives in the chrome manifest better
|
Mon, 29 Sep 2008 17:00:41 -0700 |
Myk Melez |
make unsubscribing work again
|
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
|