Mercurial > snowl
graph
-
add the snowl logo to the login dialog so users associate it with snowlThu, 30 Oct 2008 17:39:34 -0700, by Myk Melez
-
cut the icon out of the logo and store it in a separate fileThu, 30 Oct 2008 17:38:58 -0700, by Myk Melez
-
(no commit message)Wed, 29 Oct 2008 18:36:16 -0600, by alta88
-
menuitem to show flat or hierarchical collections, fix stream to unload/remove observer, wiring for menuitems and view states.Tue, 28 Oct 2008 18:33:20 -0600, by alta88
-
small icon that fades to transparency around the edgesFri, 24 Oct 2008 16:48:59 -0700, by Myk Melez
-
we don't need the _restartApp method anymoreFri, 24 Oct 2008 14:14:12 -0700, by Myk Melez
-
store the artwork in the repository so we don't lose track of itTue, 21 Oct 2008 18:05:30 -0700, by Myk Melez
-
start working on the third preview release of 0.2Tue, 21 Oct 2008 17:43:16 -0700, by Myk Melez
-
Added tag snowl-release-0.2pre2 for changeset 27b518a266e8Mon, 20 Oct 2008 10:12:16 -0700, by Myk Melez
-
leave received timestamps as Date objects instead of converting them to integer values (and then converting them back before actually using them) snowl-release-0.2pre2Mon, 20 Oct 2008 10:12:01 -0700, by Myk Melez
-
fix typo in commentMon, 20 Oct 2008 10:11:05 -0700, by Myk Melez
-
Added tag snowl-release-0.2pre2 for changeset 4da8f7477fe6Mon, 20 Oct 2008 03:29:24 -0700, by Myk Melez
-
Added tag snowl-release-0.2pre2 for changeset 328c0e2724b9Mon, 20 Oct 2008 02:32:05 -0700, by Myk Melez
-
comment out debugging statements that shouldn't show up in version pushed to AMOMon, 20 Oct 2008 02:23:09 -0700, by Myk Melez
-
update version string to 0.2pre2 in preparation for its releaseMon, 20 Oct 2008 02:19:58 -0700, by Myk Melez
-
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.Mon, 20 Oct 2008 02:16:47 -0700, by alta88
-
brief and no header options for messages displayed in the list view; also Tools->View->Snowl tweaked, new submenu Layouts which includes layout group, header toggle group, toolbars checkbox toggle. List and sidebar toolbars can be toggled off. Contextual enable/disable of menuitems. New snowl toolbarbutton, mirrors the statusbar button. Layout button removed.Mon, 20 Oct 2008 02:05:26 -0700, by alta88
-
do period-specific grouping in the river view, where today and yesterday are broken up into six-hour groups, the week is broken up by day, and the last four weeks are broken up by weekMon, 20 Oct 2008 01:31:30 -0700, by Myk Melez
-
leave timestamps as JS date objects instead of translating them into ms-since-epoch integers (and then translating them back before we use them for anything); in the process, handle null timestamp values in SnowlUtils:_formatDate instead of throwing an exception when we encounter oneFri, 17 Oct 2008 17:30:25 -0700, by Myk Melez
-
rebuild the river and stream views at midnight so the period-based groups stay accurateThu, 16 Oct 2008 19:11:46 -0700, by Myk Melez
-
make sure the grouping code skips as many groups as is necessary to come to the group that the next message belongs toThu, 16 Oct 2008 16:38:10 -0700, by Myk Melez
-
correctly calculate the date representing tomorrowThu, 16 Oct 2008 16:37:38 -0700, by Myk Melez
-
a new 16x16 icon; this is not yet the final version, as it doesn't anti-alias to transparencyWed, 15 Oct 2008 11:26:04 -0700, by Myk Melez
-
give the periods icons, and rename All to AnytimeTue, 14 Oct 2008 18:05:57 -0700, by Myk Melez
-
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