Summer of Code/2015/Image Viewer JS: Difference between revisions

No edit summary
Tag: visualeditor
No edit summary
Tag: visualeditor
Line 122: Line 122:
I have been regularly contributing to sugar labs activities from last 3 months. I have reported and solved many bugs <br/>
I have been regularly contributing to sugar labs activities from last 3 months. I have reported and solved many bugs <br/>
1. Fixed log10 function ( #4809 )  
1. Fixed log10 function ( #4809 )  
    Fix log10 function using base 10 algorithm - Fixes #4809
1. Fix log10 function using base 10 algorithm - Fixes #4809
     PR - https://github.com/godiard/sugarlabs-calculate/pull/3
     PR - https://github.com/godiard/sugarlabs-calculate/pull/3  
  Removed the redundancy of Factorial Function (#3531)
 
 
  2. Removed the redundancy of Factorial Function (#3531)
     Fac() function removed - Fixes #3531
     Fac() function removed - Fixes #3531
     PR - https://github.com/godiard/sugarlabs-calculate/pull/6
     PR - https://github.com/godiard/sugarlabs-calculate/pull/6
  The output the input equation is not displayed correctly, for negative power (#4810)
 
 
  3. The output the input equation is not displayed correctly, for negative power (#4810)
     Displaying output correctly for a negative power - Fixes #4810
     Displaying output correctly for a negative power - Fixes #4810
     PR - https://github.com/godiard/sugarlabs-calculate/pull/11   
     PR - https://github.com/godiard/sugarlabs-calculate/pull/11   
  Fixed an infinite loop in Calculate Activity
 
   
4. Fixed an infinite loop in Calculate Activity
     Input of form a+x**y making the activity unreactive
     Input of form a+x**y making the activity unreactive
     PR -  https://github.com/godiard/sugarlabs-calculate/pull/19   
     PR -  https://github.com/godiard/sugarlabs-calculate/pull/19   
  Do not show decimal zeros if the result is an integer
 
     PR - https://github.com/godiard/sugarlabs-calculate/pull/24
6. Problem of significant digits in Calculate (#4814)
  5. Do not show decimal zeros if the result is an integer
     PR - https://github.com/godiard/sugarlabs-calculate/pull/24  
. Problem of significant digits in Calculate (#4814)
     Fixed Significant digits with both exponential and scientific calculators. Fixes #4814
     Fixed Significant digits with both exponential and scientific calculators. Fixes #4814
     PR - https://github.com/godiard/sugarlabs-calculate/pull/28   
     PR - https://github.com/godiard/sugarlabs-calculate/pull/28   
  Adding Calculate functions in source/calculate.rst in help activity
 
   
7. Adding Calculate functions in source/calculate.rst in help activity
     Added Calculate functions in source/calculate.rst
     Added Calculate functions in source/calculate.rst
     PR - https://github.com/godiard/help-activity/pull/11   
     PR - https://github.com/godiard/help-activity/pull/11   
  Tab numbers enhancement in Pippy
 
   
8. Tab numbers enhancement in Pippy
     Make Ctrl-(1-9) changes current tab to that number
     Make Ctrl-(1-9) changes current tab to that number
     PR - https://github.com/walterbender/Pippy/pull/8
     PR - https://github.com/walterbender/Pippy/pull/8  
  Pippy tabs defect
 
    Executing the Ctrl-w code if number of tabs is greater than 1
  9. Pippy tabs defect
     PR - https://github.com/walterbender/Pippy/pull/14
    Executing the Ctrl-w code if number of tabs is greater than 1
. Pippy tabs name defect
     PR - https://github.com/walterbender/Pippy/pull/14  
10. Pippy tabs name defect
       Solved the problem of naming tabs when adding/deleting tabs
       Solved the problem of naming tabs when adding/deleting tabs
       PR - https://github.com/walterbender/Pippy/pull/16  
       PR - https://github.com/walterbender/Pippy/pull/16  
. Pippy Pep8 fixes.
11 . Pippy Pep8 fixes.
       PR - https://github.com/walterbender/Pippy/pull/18
       PR - https://github.com/walterbender/Pippy/pull/18
12. Tab numbers enhancement in Browse Activity
12. Tab numbers enhancement in Browse Activity
       Make Ctrl-(1-9) changes current tab to that number
       Make Ctrl-(1-9) changes current tab to that number
       PR - https://github.com/sugarlabs/browse-activity/pull/3
       PR - https://github.com/sugarlabs/browse-activity/pull/3  
. Tab numbers enhancement in Terminal Activity
13. Tab numbers enhancement in Terminal Activity
       Make Ctrl-(1-9) changes current tab to that number
       Make Ctrl-(1-9) changes current tab to that number
       PR - https://github.com/godiard/terminal-activity/pull/11
       PR - https://github.com/godiard/terminal-activity/pull/11