Difference between revisions of "0.86/Calculate"

From Sugar Labs
Jump to navigation Jump to search
 
(16 intermediate revisions by 2 users not shown)
Line 3: Line 3:
  
 
== Introduction ==
 
== Introduction ==
''Some introductory words what the activity is like. Any special things you like to mention that happened during the release cycle etc''
+
The Calculate Activity is an infix-notation graphing calculator. Type an expression or select components from the toolbars, and press Return to evaluate it.
  
More Info: ''link to get some further info about the activity''
+
More Info: [[Activities/Calculate]]
  
 
== What is new for users ==
 
== What is new for users ==
''What are the user visible changes. New short cuts. Features. Nice to back this up with images.''
+
The new toolbar design has been added to Calculate. Plot, degree/radians, scientific notation, and precision buttons are always visible in the main toolbar (as well as the Stop button).
 +
 
 +
[[Image:Calc-activity.png|thumb|none|800px|The '''activity toolbar''' is used to name the session, share, and keep a version.]]
 +
[[Image:Calc-edit.png|thumb|none|800px|The '''edit toolbar''' is used for copy and paste]]
 +
[[Image:Calc-func.png|thumb|none|800px|The '''algebra toolbar''' is used for common functions such as square and square root]]
 +
[[Image:Calc-trig.png|thumb|none|800px|The '''trigonometry toolbar''' is used for trigonometry functions: sin. cos, etc.]]
 +
[[Image:Calc-bool.png|thumb|none|800px|The '''boolean toolbar''' is used for operators: and, or, and not]]
 +
[[Image:Calc-cons.png|thumb|none|800px|The '''constants toolbar''' is used for constants ''pi'', ''e'', ''Euler's Constant'', and the ''Golden Ratio'']]
 +
 
 +
=== 31 ===
 +
 
 +
* Improve toolbar design (Gary C. Martin)
 +
* Add some constants (Gary C. Martin)
 +
* Parser improvements
 +
 
 +
=== 30 ===
 +
 
 +
* Add support for matplotlib as plotting backend
 +
* Add support for complex plot ranges, e.g. -2*pi..2*pi
 +
* Fix superscript display bug
 +
 
 +
=== 29 ===
 +
 
 +
* Fix plotting of functions
 +
* Fix parsing of (in)equalities
 +
* Fix toolbar button issues
  
 
== What is new for developers ==
 
== What is new for developers ==
''What might be interesting to know for a developer contributing to the component. Add 'No News' if there is nothing of interest.''
+
No News
  
 
== Internationalization (i18n) and Localization (l10n) ==
 
== Internationalization (i18n) and Localization (l10n) ==
Line 24: Line 49:
 
* Add support for complex plot ranges, e.g. -2*pi..2*pi
 
* Add support for complex plot ranges, e.g. -2*pi..2*pi
 
* Fix superscript display bug
 
* Fix superscript display bug
* Fix plotting of functinos
+
* Fix plotting of functions
 
* Fix parsing of (in)equalities
 
* Fix parsing of (in)equalities
 
* Fix toolbar button issues
 
* Fix toolbar button issues
 +
 +
=== Open tickets ===
 +
 +
* {{Bug|346}} Calculate does not function properly at non-XO screen resolutions
 +
* {{Bug|383}} Review Calculate Tickets still in OLPC Trac
 +
* {{Bug|515}} Factorial and boolean equality not working
 +
* {{Bug|845}} Issues in calculator
 +
* {{Bug|1111}} trig functions in Calculate ignoring deg setting
 +
* {{Bug|1332}} Provide alternate number base display support in Calculate
  
 
== Credits ==
 
== Credits ==
''Name the contributors here''
+
Gary C. Martin, Reinier W. Heeres

Latest revision as of 13:08, 30 September 2009

Calculate

Introduction

The Calculate Activity is an infix-notation graphing calculator. Type an expression or select components from the toolbars, and press Return to evaluate it.

More Info: Activities/Calculate

What is new for users

The new toolbar design has been added to Calculate. Plot, degree/radians, scientific notation, and precision buttons are always visible in the main toolbar (as well as the Stop button).

The activity toolbar is used to name the session, share, and keep a version.
The edit toolbar is used for copy and paste
The algebra toolbar is used for common functions such as square and square root
The trigonometry toolbar is used for trigonometry functions: sin. cos, etc.
The boolean toolbar is used for operators: and, or, and not
The constants toolbar is used for constants pi, e, Euler's Constant, and the Golden Ratio

31

  • Improve toolbar design (Gary C. Martin)
  • Add some constants (Gary C. Martin)
  • Parser improvements

30

  • Add support for matplotlib as plotting backend
  • Add support for complex plot ranges, e.g. -2*pi..2*pi
  • Fix superscript display bug

29

  • Fix plotting of functions
  • Fix parsing of (in)equalities
  • Fix toolbar button issues

What is new for developers

No News

Internationalization (i18n) and Localization (l10n)

Will be generated by the translation team

Compatibility

Note here if compatibility to an older version of the activity or an older Sucrose version (e.g. 0.84) broke

Detailed changes

  • New toolbar design
  • Add support for matplotlib as plotting backend
  • Add support for complex plot ranges, e.g. -2*pi..2*pi
  • Fix superscript display bug
  • Fix plotting of functions
  • Fix parsing of (in)equalities
  • Fix toolbar button issues

Open tickets

  • #346 Calculate does not function properly at non-XO screen resolutions
  • #383 Review Calculate Tickets still in OLPC Trac
  • #515 Factorial and boolean equality not working
  • #845 Issues in calculator
  • #1111 trig functions in Calculate ignoring deg setting
  • #1332 Provide alternate number base display support in Calculate

Credits

Gary C. Martin, Reinier W. Heeres