log

age author description
Tue, 04 Nov 2008 18:44:57 -0800 Myk Melez disable the textbox when sending a message
Tue, 04 Nov 2008 18:34:10 -0800 Myk Melez give the user feedback about the send while it is occurring
Tue, 04 Nov 2008 15:09:35 -0800 Myk Melez add the sent message to the database once it has been sent
Tue, 04 Nov 2008 15:09:11 -0800 Myk Melez include target.js, which was missing from the previous checkin
Tue, 04 Nov 2008 12:24:08 -0800 Myk Melez initial implementationi of writing; stream view only, still pretty hacky
Tue, 04 Nov 2008 12:11:07 -0800 Myk Melez add 'snowl' to all observer topics to avoid conflicts with other extensions/core code; use the Observers component everywhere
Mon, 03 Nov 2008 18:02:27 -0800 Myk Melez add some glue to let sources be queried to see if they are also targets
Sun, 02 Nov 2008 10:28:38 -0700 alta88 Merge with 9171e373cb1fb6717ac10c68228b83b4ad6ecdb3
Sun, 02 Nov 2008 10:20:12 -0700 alta88 implement tree (list and collection) contextmenu foundation, change XXX Utils to DateUtils, some click handling fixes.
Fri, 31 Oct 2008 16:57:52 -0700 Myk Melez replace 40x40 icon with clearer version (that, however, has a white background)
Fri, 31 Oct 2008 16:52:26 -0700 Myk Melez remove old unused small logo
Thu, 30 Oct 2008 17:39:34 -0700 Myk Melez add the snowl logo to the login dialog so users associate it with snowl
Thu, 30 Oct 2008 17:38:58 -0700 Myk Melez cut the icon out of the logo and store it in a separate file
Wed, 29 Oct 2008 18:36:16 -0600 alta88 (no commit message)
Tue, 28 Oct 2008 18:33:20 -0600 alta88 menuitem to show flat or hierarchical collections, fix stream to unload/remove observer, wiring for menuitems and view states.
Mon, 27 Oct 2008 17:07:35 -0700 alta88 put the main menupopup into the main Firefox popupset and share it with the toolbar and statusbar buttons via the popup attribute for better robustness; add customizable toolbar buttons for the three views
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.