Skip to content

Commit

Permalink
Added Paper.li and GetGlue.com to the filter list.
Browse files Browse the repository at this point in the history
  • Loading branch information
mdesjardins committed Dec 18, 2010
1 parent c22047f commit 26821c7
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 23 deletions.
6 changes: 3 additions & 3 deletions Info.plist
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,15 @@
<key>NSAppleScriptEnabled</key>
<true/>
<key>CFBundleGetInfoString</key>
<string>Buzzbird 0.7</string>
<string>Buzzbird 0.9</string>
<key>CFBundleName</key>
<string>Buzzbird</string>
<key>CFBundleIdentifier</key>
<string>org.buzzbird.buzzbird</string>
<key>CFBundleShortVersionString</key>
<string>0.8</string>
<string>0.9</string>
<key>CFBundleVersion</key>
<string>0.8.20100729</string>
<string>0.9.20101218</string>
<key>CFBundleIconFile</key>
<string>buzzbird.icns</string>
<key>CFBundlePackageType</key>
Expand Down
4 changes: 2 additions & 2 deletions application.ini
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[App]
Name=Buzzbird
Version=0.8
BuildID=20100729
Version=0.9
BuildID=20101218
Copyright=Copyright 2010 Mike Desjardins
ID=buzzbird@mikedesjardins.net

Expand Down
2 changes: 1 addition & 1 deletion chrome/content/about.xul
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ THE SOFTWARE.
<image src="chrome://buzzbird/content/images/Buzzbird-Logo-48x48.png" height="48" width="48"/>
</box>
<label style="font-weight:bold;font-size:14px;">Buzzbird</label>
<label>Version 0.8</label>
<label>Version 0.9</label>
<label></label>
<label>Copyright 2010 Mike Desjardins</label>
<label>See http://getbuzzbird.com/bb/credits for other credits</label>
Expand Down
2 changes: 1 addition & 1 deletion chrome/content/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<div class="logo">
<span class="apptitle">buzz<span class="title light-blue">bird</span></span>
<br/>
<span class="versiontext">version <span class="light-blue">0.8</span></span>
<span class="versiontext">version <span class="light-blue">0.9</span></span>
<br/>
<img src="chrome://buzzbird/content/images/main-logo.png" />
</div>
Expand Down
15 changes: 0 additions & 15 deletions chrome/content/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,20 +36,5 @@
<script type="text/javascript">
Include.all("head");
</script>
<script type="text/javascript" src="chrome://buzzbird/content/js/jquery.lazyload.js"></script>
<script type="text/javascript">
$(function() {
//$("img").lazyload();

// Doesn't work... Apparently XUL Runner doesn't support HTML5 LocalStorage, which @Anywhere requires.
//
// http://www.glazman.org/weblog/dotclear/index.php?post/2010/04/29/localStorage-XULrunner
// http://groups.google.com/group/twitter-dev-anywhere/browse_thread/thread/f6a9360279fa1d44
//
// twttr.anywhere(function (T) {
// T(".tweetAvatar").hovercards();
// });
});
</script>
</body>
</html>
6 changes: 5 additions & 1 deletion chrome/content/prefs.xul
Original file line number Diff line number Diff line change
Expand Up @@ -242,6 +242,8 @@ THE SOFTWARE.
<preference id="buzzbird.filters.twunes" name="buzzbird.filters.twunes" type="bool"/>
<preference id="buzzbird.filters.wereward" name="buzzbird.filters.wereward" type="bool"/>
<preference id="buzzbird.filters.mylikes" name="buzzbird.filters.mylikes" type="bool"/>
<preference id="buzzbird.filters.paperli" name="buzzbird.filters.paperli" type="bool"/>
<preference id="buzzbird.filters.getglue" name="buzzbird.filters.getglue" type="bool"/>
<preference id="buzzbird.filters.adcause" name="buzzbird.filters.adcause" type="bool"/>
<preference id="buzzbird.filters.ratepoint" name="buzzbird.filters.ratepoint" type="bool"/>
<preference id="buzzbird.filters.assetize" name="buzzbird.filters.assetize" type="bool"/>
Expand All @@ -262,12 +264,14 @@ THE SOFTWARE.
</vbox>
</groupbox>
<groupbox>
<caption label="Games"/>
<caption label="Other"/>
<vbox>
<hbox><checkbox id="checkbox_filterFishies" preference="buzzbird.filters.fishies" /><label control="checkbox_filterFishies">Fishies</label></hbox>
<hbox><checkbox id="checkbox_filterQrank" preference="buzzbird.filters.qrank" /><label control="checkbox_filterQrank">QRANK</label></hbox>
<hbox><checkbox id="checkbox_filterDotsOnline" preference="buzzbird.filters.dotsonline" /><label control="checkbox_filterDotsOnline">Dots Online</label></hbox>
<hbox><checkbox id="checkbox_filterChessOnline" preference="buzzbird.filters.chessonline" /><label control="checkbox_filterChessOnline">Chess Online</label></hbox>
<hbox><checkbox id="checkbox_filterPaperli" preference="buzzbird.filters.paperli" /><label control="checkbox_filterPaperli">Paper.li (The ____ Daily is out!)</label></hbox>
<hbox><checkbox id="checkbox_filterGetGlue" preference="buzzbird.filters.getglue" /><label control="checkbox_filterGetGlue">GetGlue</label></hbox>
</vbox>
</groupbox>
</vbox>
Expand Down

0 comments on commit 26821c7

Please sign in to comment.