Merge "Bug 552000 - [releng] Move to EPLV2"
diff --git a/_projectCommon.php b/_projectCommon.php
index a9d149f..535ecb7 100644
--- a/_projectCommon.php
+++ b/_projectCommon.php
@@ -31,6 +31,7 @@
$Nav->addCustomNav("Examples","/nebula/examples.php","_self", 2);
$Nav->addCustomNav("Source","/nebula/source.php","_self", 2);
$Nav->addNavSeparator("Nebula Release", "");
+ $Nav->addCustomNav("BadgedLabel", "https://wiki.eclipse.org/Nebula_Badged_Label", "_self", 2);
$Nav->addCustomNav("Breadcrumb", "https://wiki.eclipse.org/Nebula_Breadcrumb", "_self", 2);
$Nav->addCustomNav("Calculator", "https://wiki.eclipse.org/Nebula_Calculator", "_self", 2);
$Nav->addCustomNav("CDateTime", "/nebula/widgets/cdatetime/cdatetime.php", "_self", 2);
@@ -48,6 +49,7 @@
$Nav->addCustomNav("HeapManager", "https://wiki.eclipse.org/Nebula_HeapManager", "_self", 2);
$Nav->addCustomNav("Horizontal Spinner", "https://wiki.eclipse.org/Nebula_HorizontalSpinner", "_self", 2);
$Nav->addCustomNav("Launcher", "https://wiki.eclipse.org/Nebula_Launcher", "_self", 2);
+ $Nav->addCustomNav("LED", "https://wiki.eclipse.org/Nebula_LED", "_self", 2);
$Nav->addCustomNav("LoginDialog", "https://wiki.eclipse.org/Nebula_LoginDialog", "_self", 2);
$Nav->addCustomNav("Multichoice", "https://wiki.eclipse.org/Nebula_Multichoice", "_self", 2);
$Nav->addCustomNav("Nebula RoundedCheckbox", "https://wiki.eclipse.org/Nebula_NebulaRoundedCheckBox", "_self", 2);
diff --git a/images/badgedlabel.png b/images/badgedlabel.png
new file mode 100644
index 0000000..a26611f
--- /dev/null
+++ b/images/badgedlabel.png
Binary files differ
diff --git a/images/ledwidget.png b/images/ledwidget.png
new file mode 100644
index 0000000..7d83c8a
--- /dev/null
+++ b/images/ledwidget.png
Binary files differ
diff --git a/index.php b/index.php
index 96e229f..15a6e5b 100644
--- a/index.php
+++ b/index.php
@@ -909,16 +909,48 @@
</td>
<td align="center" valign="bottom">
+ <table>
+ <tr>
+ <td align="center"><a
+ href="https://wiki.eclipse.org/Nebula_Badged_Label"><img class="img-responsive"
+ src="images/badgedlabel.png" border="0"
+ alt="This widget proposes a label that can be decorated with a badge."
+ title="Badged Label"></a></td>
+ </tr>
+ <tr>
+ <td align="center"><b>Badged Label</b></td>
+ </tr>
+ </table>
+ </td>
+ </tr>
+
+ <tr>
+ <td align="center" valign="bottom">
+ <table>
+ <tr>
+ <td align="center"><a
+ href="https://wiki.eclipse.org/Nebula_LED"><img class="img-responsive"
+ src="images/ledwidget.png" border="0"
+ alt="Instances of this class allows user to display a character like on a LED display."
+ title="LED Display"></a></td>
+ </tr>
+ <tr>
+ <td align="center"><b>LED Display</b></td>
+ </tr>
+ </table>
+ </td>
+
+ <td align="center" valign="bottom">
<!--<table>
<tr>
<td align="center"><a
- href="https://wiki.eclipse.org/Nebula_PasswordRevealer"><img class="img-responsive"
- src="images/passwordrevealer.png" border="0"
- alt="This widget proposes a password field with and additional button to reveal the password."
- title="Password Revealer"></a></td>
+ href="https://wiki.eclipse.org/Nebula_Badged_Label"><img class="img-responsive"
+ src="images/badgedlabel.png" border="0"
+ alt="This widget proposes a label that can be decorated with a badge."
+ title="Badged Label"></a></td>
</tr>
<tr>
- <td align="center"><b>Password Revealer</b></td>
+ <td align="center"><b>Badged Label</b></td>
</tr>
</table>-->
</td>