2012-09-11 Sancho Lerena <slerena@artica.es>
* install.rdf, chrome/content/firefoxOverlay.xul, chrome/content/options.xul: Icons, normalized paths. * chrome/content/icons: Removed unused directory * hrome/content/images: Updated images. git-svn-id: https://svn.code.sf.net/p/pandora/code/trunk@6951 c3f86ba8-e40f-0410-aaad-9ba5e7f4b01f
|
@ -1,3 +1,27 @@
|
|||
2012-09-11 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* install.rdf,
|
||||
chrome/content/firefoxOverlay.xul,
|
||||
chrome/content/options.xul: Icons, normalized paths.
|
||||
|
||||
* chrome/content/icons: Removed unused directory
|
||||
|
||||
* hrome/content/images: Updated images.
|
||||
|
||||
2012-09-02 Hareesan Rajendra <rharishan@gmail.com>
|
||||
|
||||
* options.xul : Made some style property changes.
|
||||
|
||||
* ReadMe.txt : Updated with the informations.
|
||||
|
||||
2012-08-22 Hareesan Rajendra <rharishan@gmail.com>
|
||||
|
||||
* Updated few features.
|
||||
|
||||
2012-08-22 Hareesan Rajendra <rharishan@gmail.com>
|
||||
|
||||
* Added color changes and few other updates.
|
||||
|
||||
2012-08-19 Sancho Lerena <slerena@artica.es>
|
||||
|
||||
* Commited some missing files from Hareesan. Created ChangeLog and small
|
||||
|
|
|
@ -29,6 +29,7 @@ For Ubuntu users:
|
|||
3. Make sure the root folder of the compressed folder contains the chrome.manifest, install.rdf files.
|
||||
|
||||
For other operating system users:
|
||||
|
||||
Use any of the compressing mechanism and compress the extension folder to .xpi format and make sure the chrome.manifest, install.rdf files located in the root directory of the compressed folder.
|
||||
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@
|
|||
tooltiptext="Pandora FMS"
|
||||
style="cursor:pointer;"
|
||||
onclick="PandoraChrome.fn.displaySideBar();">
|
||||
<image style="width: 16px; height: 16px" src="chrome://pandorasidebar/content/icons/icon16.png" id="ciIcon" />
|
||||
<image style="width: 16px; height: 16px" src="chrome://pandorasidebar/content/images/icon16.png" id="ciIcon" />
|
||||
<label style="cursor:pointer; font-size:11px; color:#123863; font-weight:bold; display:none;" id="updateCount"></label>
|
||||
</statusbarpanel>
|
||||
<statusbarpanel id="temp"
|
||||
|
|
Before Width: | Height: | Size: 401 B |
Before Width: | Height: | Size: 5.3 KiB |
Before Width: | Height: | Size: 25 KiB |
Before Width: | Height: | Size: 3.6 KiB |
Before Width: | Height: | Size: 3.8 KiB |
Before Width: | Height: | Size: 5.1 KiB |
Before Width: | Height: | Size: 6.8 KiB |
Before Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 16 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 91 B |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 95 B |
Before Width: | Height: | Size: 912 B |
Before Width: | Height: | Size: 674 B |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 1.7 KiB |
Before Width: | Height: | Size: 710 B |
Before Width: | Height: | Size: 401 B After Width: | Height: | Size: 507 B |
Before Width: | Height: | Size: 5.3 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 25 KiB After Width: | Height: | Size: 10 KiB |
Before Width: | Height: | Size: 3.6 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 3.8 KiB After Width: | Height: | Size: 1.4 KiB |
Before Width: | Height: | Size: 5.1 KiB After Width: | Height: | Size: 2.4 KiB |
Before Width: | Height: | Size: 6.8 KiB After Width: | Height: | Size: 3.9 KiB |
Before Width: | Height: | Size: 10 KiB After Width: | Height: | Size: 5.5 KiB |
Before Width: | Height: | Size: 1.5 KiB |
Before Width: | Height: | Size: 16 KiB After Width: | Height: | Size: 5.2 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 11 KiB |
Before Width: | Height: | Size: 674 B After Width: | Height: | Size: 501 B |
|
@ -28,6 +28,7 @@
|
|||
<tab label="General Parameters"/>
|
||||
<tab label="Sound Settings"/>
|
||||
<tab label="Other Settings"/>
|
||||
<tab label="About"/>
|
||||
</tabs>
|
||||
<tabpanels>
|
||||
|
||||
|
@ -232,8 +233,38 @@
|
|||
</grid>
|
||||
</groupbox>
|
||||
</tabpanel>
|
||||
<tabpanel>
|
||||
<groupbox>
|
||||
<grid>
|
||||
<columns>
|
||||
<column flex="1" style="padding-left: 100px; padding-top: 150px;"/>
|
||||
</columns>
|
||||
<rows>
|
||||
<image src="images/logo.png"></image>
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
<grid>
|
||||
<columns>
|
||||
<column flex="2" style="padding-left: 100px; padding-top: 15px;"/>
|
||||
</columns>
|
||||
<label control="none" value="(c) Pandora FMS Development team 2012"/>
|
||||
<rows>
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
<grid>
|
||||
<columns>
|
||||
<column flex="3" style="padding-left: 100px;padding-top: 15px;"/>
|
||||
</columns>
|
||||
<label control="none" value="Developed by Rajendra Hareesan (rharishan@gmail.com)"/>
|
||||
<rows>
|
||||
</rows>
|
||||
</grid>
|
||||
|
||||
</groupbox>
|
||||
</tabpanel>
|
||||
</tabpanels>
|
||||
</tabbox>
|
||||
</prefpane>
|
||||
<label style="font-family:arial;font-style:italic;color:black;font-size:11px;" value="Author Information : R.Hareesan (rharishan@gmail.com)"></label>
|
||||
</prefwindow>
|
||||
|
|
|
@ -3,12 +3,12 @@
|
|||
xmlns:em="http://www.mozilla.org/2004/em-rdf#">
|
||||
<Description about="urn:mozilla:install-manifest">
|
||||
<em:id>hareesan@pandorafms.org</em:id>
|
||||
<em:name>Pandora FMS</em:name>
|
||||
<em:version>1.3.2</em:version>
|
||||
<em:iconURL>chrome://pandorasidebar/content/icons/icon32.png</em:iconURL>
|
||||
<em:name>Pandora FMS Event viewer</em:name>
|
||||
<em:version>1.0</em:version>
|
||||
<em:iconURL>chrome://pandorasidebar/content/images/icon32.png</em:iconURL>
|
||||
<em:creator>Pandora FMS</em:creator>
|
||||
<em:homepageURL>http://www.pandorafms.org</em:homepageURL>
|
||||
<em:description>Pandora FMS event viewer extension for Firefox</em:description>
|
||||
<em:homepageURL>http://pandorafms.com</em:homepageURL>
|
||||
<em:description>Pandora FMS event viewer extension for Firefox. Use CTRL-SHIFT-L to launch the extension bar.</em:description>
|
||||
<em:targetApplication>
|
||||
<Description>
|
||||
<em:id>{ec8030f7-c20a-464f-9b0e-13a3a9e97384}</em:id> <!-- firefox -->
|
||||
|
|