Difference between revisions of "Radio Button Bookmarks Extension"

From CDOT Wiki
Jump to: navigation, search
(Project Details: Version 0.2 added)
Line 14: Line 14:
 
===Version 0.1===
 
===Version 0.1===
 
*[GUI] Add 1 toolbar with 6 toolbar buttons.
 
*[GUI] Add 1 toolbar with 6 toolbar buttons.
*[GUI] Add Static tooltips for each toolbar buttons.
+
*[GUI] Add static tooltips for each toolbar buttons.
 
*[GUI] Add "Radio Button Bookmarks" into toolbar context menu.
 
*[GUI] Add "Radio Button Bookmarks" into toolbar context menu.
 
*[GUI] Add shortcut for toolbar context menu.
 
*[GUI] Add shortcut for toolbar context menu.
 
*[GUI] Toolbar attributes are remembered in across browser sessions.
 
*[GUI] Toolbar attributes are remembered in across browser sessions.
 +
 +
===Version 0.2===
 +
*[CORE] Link XUL file into JavaScript
 +
*[CORE] Add event listeners for the toolbar.
 +
*[CORE] Add timer for button hold and it is set to 3 seconds.
 +
*[CORE] Form a code design and structure to be expanded for the bookmark service.
 +
*[TEST] Message box / alert indicators are added to show that the code flow works.
 +
*[TEST] Button 1 is associated to http://www.google.com for testing purposes.
  
 
== Project News ==
 
== Project News ==

Revision as of 20:07, 18 November 2007

Project Name

Radio Button Bookmarks Extension

Project Description

Create an extension to provide radio-button style bookmarks for Mozilla Firefox.

Project Leader(s)

Project Contributor(s)

Project Details

Version 0.1

  • [GUI] Add 1 toolbar with 6 toolbar buttons.
  • [GUI] Add static tooltips for each toolbar buttons.
  • [GUI] Add "Radio Button Bookmarks" into toolbar context menu.
  • [GUI] Add shortcut for toolbar context menu.
  • [GUI] Toolbar attributes are remembered in across browser sessions.

Version 0.2

  • [CORE] Link XUL file into JavaScript
  • [CORE] Add event listeners for the toolbar.
  • [CORE] Add timer for button hold and it is set to 3 seconds.
  • [CORE] Form a code design and structure to be expanded for the bookmark service.
  • [TEST] Message box / alert indicators are added to show that the code flow works.
  • [TEST] Button 1 is associated to http://www.google.com for testing purposes.

Project News

  • October 19, 2007 - Version 0.1 is released.