Граф коммитов

16 Коммитов

Автор SHA1 Сообщение Дата
Myk Melez 3d193e5b03 make the river view use Weave's Async module instead of strands, which is no longer being maintained, is hard to hack on, and broke for some strange reason
--HG--
extra : rebase_source : 77dab84be800237839409c27b34d5805706c5cde
2009-05-21 18:47:58 -07:00
Myk Melez a69e32c035 include the channel in prefs, and don't show the updated page when in the dev channel 2009-04-09 17:16:58 -07:00
Myk Melez 7501996c7e switch to generating install.rdf, chrome.manifest, and defaults/preferences/prefs.js 2009-04-07 19:11:15 -07:00
Myk Melez 4c0d4b5209 remove comment that no longer applies 2009-04-07 18:11:14 -07:00
Myk Melez 984bf2125c move snowl.js default preferences to a generic name for the file
--HG--
rename : defaults/preferences/snowl.js.in => defaults/preferences/prefs.js.in
2009-04-07 11:44:12 -07:00
Myk Melez 3abe9ff68e initial version of Makefile-based packaging system with support for multiple distribution channels 2009-04-07 00:05:02 -07:00
Myk Melez 8a20398ffe move default prefs to a file with a generic name
--HG--
rename : defaults/preferences/snowl.js => defaults/preferences/prefs.js
2009-04-06 22:38:49 -07:00
Myk Melez 98430c8e0e log snowl stuff to file in addition to error console and dump 2009-02-27 17:27:13 -08:00
alta88 a45b5b26c2 implement the first cut of Places for the collections tree. this patch also fixes an endless throbber on a particular error in subscribe, and cleans up message headers. 2009-01-29 13:19:56 -07:00
Myk Melez 5d90176422 format the default preferences a bit better 2008-12-31 15:50:04 -08:00
alta88 4769f8ffb6 new about dialog 2008-12-03 09:49:34 -05:00
Myk Melez 8914e36e59 only dump to Debug level by default 2008-11-18 16:14:41 -08:00
Myk Melez ef672a045e integrate latest version of log4moz module, and stop logging to files 2008-11-18 16:06:01 -08:00
alta88 4e97fd9468 add toggle between message and message link to list view, missing pref 2008-11-06 12:22:28 -07:00
alta88 bcbaef7ac0 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. 2008-10-20 02:05:26 -07:00
Myk Melez 4d99863333 move files to top level instead of bogus extension subdirectory
--HG--
rename : extension/chrome.manifest => chrome.manifest
rename : extension/content/about.xul => content/about.xul
rename : extension/content/arrow-down.png => content/arrow-down.png
rename : extension/content/arrow-up.png => content/arrow-up.png
rename : extension/content/collections.css => content/collections.css
rename : extension/content/collections.js => content/collections.js
rename : extension/content/collections.xul => content/collections.xul
rename : extension/content/firstrun.html => content/firstrun.html
rename : extension/content/icons/add.png => content/icons/add.png
rename : extension/content/icons/application_split.png => content/icons/application_split.png
rename : extension/content/icons/application_tile_horizontal.png => content/icons/application_tile_horizontal.png
rename : extension/content/icons/arrow_refresh_small.png => content/icons/arrow_refresh_small.png
rename : extension/content/icons/delete.png => content/icons/delete.png
rename : extension/content/icons/new.png => content/icons/new.png
rename : extension/content/icons/newspaper.png => content/icons/newspaper.png
rename : extension/content/icons/opml-icon-16x16.png => content/icons/opml-icon-16x16.png
rename : extension/content/icons/page_white_text.png => content/icons/page_white_text.png
rename : extension/content/icons/rainbow.png => content/icons/rainbow.png
rename : extension/content/icons/tick.png => content/icons/tick.png
rename : extension/content/icons/user.png => content/icons/user.png
rename : extension/content/login.js => content/login.js
rename : extension/content/login.xul => content/login.xul
rename : extension/content/message/message.css => content/message/message.css
rename : extension/content/message/message.js => content/message/message.js
rename : extension/content/message/message.xul => content/message/message.xul
rename : extension/content/portal-view.css => content/portal-view.css
rename : extension/content/portal-view.html => content/portal-view.html
rename : extension/content/portal-view.js => content/portal-view.js
rename : extension/content/preferences.js => content/preferences.js
rename : extension/content/preferences.xul => content/preferences.xul
rename : extension/content/river-xhtml.css => content/river-xhtml.css
rename : extension/content/river-xhtml.js => content/river-xhtml.js
rename : extension/content/river.css => content/river.css
rename : extension/content/river.js => content/river.js
rename : extension/content/river.xhtml => content/river.xhtml
rename : extension/content/river.xul => content/river.xul
rename : extension/content/riverContent.css => content/riverContent.css
rename : extension/content/riverOfNewsView.js => content/riverOfNewsView.js
rename : extension/content/riverOfNewsView.xul => content/riverOfNewsView.xul
rename : extension/content/sidebar.js => content/sidebar.js
rename : extension/content/sidebar.xul => content/sidebar.xul
rename : extension/content/snowl.css => content/snowl.css
rename : extension/content/snowl.js => content/snowl.js
rename : extension/content/snowl.xul => content/snowl.xul
rename : extension/content/strands.js => content/strands.js
rename : extension/content/subscribe.css => content/subscribe.css
rename : extension/content/subscribe.js => content/subscribe.js
rename : extension/content/subscribe.xul => content/subscribe.xul
rename : extension/content/update.html => content/update.html
rename : extension/defaults/preferences/snowl.js => defaults/preferences/snowl.js
rename : extension/install.rdf => install.rdf
rename : extension/locale/en-US/login.dtd => locale/en-US/login.dtd
rename : extension/locale/en-US/login.properties => locale/en-US/login.properties
rename : extension/locale/en-US/subscribe.dtd => locale/en-US/subscribe.dtd
rename : extension/modules/Observers.js => modules/Observers.js
rename : extension/modules/Preferences.js => modules/Preferences.js
rename : extension/modules/URI.js => modules/URI.js
rename : extension/modules/collection.js => modules/collection.js
rename : extension/modules/datastore.js => modules/datastore.js
rename : extension/modules/feed.js => modules/feed.js
rename : extension/modules/identity.js => modules/identity.js
rename : extension/modules/log4moz.js => modules/log4moz.js
rename : extension/modules/message.js => modules/message.js
rename : extension/modules/service.js => modules/service.js
rename : extension/modules/source.js => modules/source.js
rename : extension/modules/twitter.js => modules/twitter.js
2008-08-04 11:24:48 -07:00