Skip to content

Commit

Permalink
Added new icon set.
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersSahlin committed Oct 24, 2010
1 parent 2f47257 commit 58e15ee
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 26 deletions.
47 changes: 22 additions & 25 deletions about.html
@@ -1,4 +1,4 @@
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<title>About Google Mail Checker Plus</title> <title>About Google Mail Checker Plus</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"/>
Expand Down Expand Up @@ -33,36 +33,33 @@ <h1 style="margin-bottom: 0"><img src="img/wrench_big.png" alt="" />&nbsp;&nbsp;
<h2>Changelog</h2> <h2>Changelog</h2>
<h4>1.1.8 (2010-06-xx)</h4> <h4>1.1.8 (2010-06-xx)</h4>
<ul> <ul>
<li>New layout including full sized mail previewing</li>
<li>New feature: <strong>multiple account support</strong></li> <li>New feature: <strong>multiple account support</strong></li>
<li>New feature: send current page (mail bookmark)</li> <li>New feature: send current page (mail bookmark)</li>
<li>New feature: desktop notifications shows the contacts image</li> <li>New feature: desktop notifications include mail actions</li>
<li>Fixed an issue with language selection</li>
<li>Fixed yet another issue with sound notifications</li> <li>Fixed yet another issue with sound notifications</li>
<li>Fixed an XSS security flaw (reported by <strong>Lostmon</strong>, <a href="http://lostmon.blogspot.com/2010/06/gmail-checker-plus-chrome-extension-xss.html" target="_blank" title="Read more at Lostmon's blog">read more</a>)</li> <li>Fixed an XSS security flaw (reported by <strong>Lostmon</strong>, <a href="http://lostmon.blogspot.com/2010/06/gmail-checker-plus-chrome-extension-xss.html" target="_blank" title="Read more at Lostmon's blog">read more</a>)</li>
</ul> <li>New icon set: <strong>Native</strong></li>
<h4>1.1.7 (2010-02-10)</h4>
<ul>
<li>
New feature: desktop notifications (might not work on all operating systems)<br />
To enable this feature, <strong>go to the options page and check "Show desktop notifications"</strong>
</li>
<li>Added new translations</li>
<li>Fixed: Delete now marks mail as read</li>
<li>Fixed an issue with sound notifications</li>
<li>Fixed an issue with new mail animation</li>
<li>Fixed an bug that made mail without a sender disappear</li>
</ul>
<h4>1.1.6 (2010-01-25)</h4>
<ul>
<li>New feature: <strong>translations</strong>!</li>
<li>New feature: icon animation when you have unread mail</li>
<li>New layout on the preview window</li>
<li>New layout on the options page</li>
<li>Fixed an issue which could make the action buttons stop working</li>
<li>Fixed a bug which would display "undefined" instead of the month in the preview window</li>
</ul> </ul>
<h4>1.1.7.3 (2010-09-04)</h4>
<ul>
<li>Added support for <strong>priority inbox</strong> in Gmail.</li>
</ul>
<h4>1.1.7.2 (2010-08-06)</h4>
<ul>
<li>Fixed an issue with multiple login causing the action buttons to stop working. The extension will monitor your default account (if you are logged in to more than one).</li>
</ul>
<h4>1.1.7.1 (2010-08-06)</h4>
<ul>
<li>Fixed an issue with the language selection on the options page.</li>
</ul>
</td> </td>
</tr> </tr>
<tr>
<td>
<strong>Google Mail Checker Plus</strong> is an extension for Chrome made by <a href="mailto:malakeen@gmail.com">Anders Sahlin</a>. Visit the <a href="http://chrome.desc.se" target="_blank">homepage</a> for more information.
</td>
</tr>
</table> </table>
<a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10581461" title="Donate via PayPal" target="_blank" style="border: 0"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="PayPal - The safer, easier way to pay online!"></a> <a href="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=10581461" title="Donate via PayPal" target="_blank" style="border: 0"><img src="https://www.paypal.com/en_US/i/btn/btn_donate_SM.gif" alt="PayPal - The safer, easier way to pay online!"></a>
</form> </form>
Expand Down
Binary file added icons/set12/new.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/set12/no_new.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added icons/set12/not_logged_in.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion src/options.js
Expand Up @@ -107,7 +107,8 @@ function restore_options() {
spawnIconRow("set1", "Default"); spawnIconRow("set1", "Default");
spawnIconRow("set2", "Default Grey"); spawnIconRow("set2", "Default Grey");
spawnIconRow("set3", "Default White"); spawnIconRow("set3", "Default White");
spawnIconRow("set11","New style"); spawnIconRow("set11", "Native");
spawnIconRow("set12", "Native Grey");
spawnIconRow("set8", "Gmail Glossy"); spawnIconRow("set8", "Gmail Glossy");
spawnIconRow("set9", "Gmail Mini"); spawnIconRow("set9", "Gmail Mini");
spawnIconRow("set10", "Gmail Monochrome"); spawnIconRow("set10", "Gmail Monochrome");
Expand Down

0 comments on commit 58e15ee

Please sign in to comment.