Fri, 24 Oct 2008 16:48:59 -0700 |
Myk Melez |
small icon that fades to transparency around the edges
|
Fri, 24 Oct 2008 15:01:24 -0700 |
Myk Melez |
when updating the URI in the river view, make sure we update the river document's URI rather than the URI for the current tab, since the river view might not be the current tab on startup
|
Fri, 24 Oct 2008 14:14:12 -0700 |
Myk Melez |
we don't need the _restartApp method anymore
|
Fri, 24 Oct 2008 14:13:17 -0700 |
alta88 |
make the River menuitem toggle the river view open and closed; fix the Wide Message layout problem (chrome gets messed up in Wide Message mode, particularly when using extensions like Sidebar Tabs)
|
Tue, 21 Oct 2008 18:05:30 -0700 |
Myk Melez |
store the artwork in the repository so we don't lose track of it
|
Tue, 21 Oct 2008 17:43:16 -0700 |
Myk Melez |
start working on the third preview release of 0.2
|
Mon, 20 Oct 2008 10:12:16 -0700 |
Myk Melez |
Added tag snowl-release-0.2pre2 for changeset 27b518a266e8
|
Mon, 20 Oct 2008 10:12:01 -0700 |
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.2pre2
|
Mon, 20 Oct 2008 10:11:05 -0700 |
Myk Melez |
fix typo in comment
|
Mon, 20 Oct 2008 03:29:24 -0700 |
Myk Melez |
Added tag snowl-release-0.2pre2 for changeset 4da8f7477fe6
|
Mon, 20 Oct 2008 02:32:05 -0700 |
Myk Melez |
Added tag snowl-release-0.2pre2 for changeset 328c0e2724b9
|
Mon, 20 Oct 2008 02:23:09 -0700 |
Myk Melez |
comment out debugging statements that shouldn't show up in version pushed to AMO
|
Mon, 20 Oct 2008 02:19:58 -0700 |
Myk Melez |
update version string to 0.2pre2 in preparation for its release
|
Mon, 20 Oct 2008 02:16:47 -0700 |
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 |
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 01:38:56 -0700 |
Myk Melez |
remove publication timestamps from river view, as they are misleading now that the river view orders by received timestamp; this leaves the byline a bit wonky; i will still have to fix that
|
Mon, 20 Oct 2008 01:31:30 -0700 |
Myk Melez |
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 week
|
Fri, 17 Oct 2008 17:30:25 -0700 |
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 one
|
Thu, 16 Oct 2008 19:11:46 -0700 |
Myk Melez |
rebuild the river and stream views at midnight so the period-based groups stay accurate
|
Thu, 16 Oct 2008 16:38:10 -0700 |
Myk Melez |
make sure the grouping code skips as many groups as is necessary to come to the group that the next message belongs to
|
Thu, 16 Oct 2008 16:37:38 -0700 |
Myk Melez |
correctly calculate the date representing tomorrow
|
Wed, 15 Oct 2008 16:40:35 -0700 |
Myk Melez |
make list view compatible with Sidebar Tabs extension (and perhaps other extensions that manipulate the sidebar) by hiding the snowlSidebar wrapper around sidebar-box using the hidden attribute instead of the width/height attributes
|
Wed, 15 Oct 2008 11:26:04 -0700 |
Myk Melez |
a new 16x16 icon; this is not yet the final version, as it doesn't anti-alias to transparency
|
Tue, 14 Oct 2008 18:05:57 -0700 |
Myk Melez |
give the periods icons, and rename All to Anytime
|
Tue, 14 Oct 2008 11:42:31 -0700 |
alta88 |
three additional layouts for the list view: wide message, wide thread, and stacked
|
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
|