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

Add category
No edit summary
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 )  
1. Fix log10 function using base 10 algorithm - Fixes #4809
    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  


    
    
2. 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


    
    
3. 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   
Line 142: Line 142:
   
   
  5. Do not show decimal zeros if the result is an integer
  5. Do not show decimal zeros if the result is an integer
    PR - https://github.com/godiard/sugarlabs-calculate/pull/24  
    PR - https://github.com/godiard/sugarlabs-calculate/pull/24  
. Problem of significant digits in Calculate (#4814)
 
6. 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   


7. 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   


   
   
8. 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   


9. Pippy tabs defect
9. Pippy tabs defect
     Executing the Ctrl-w code if number of tabs is greater than 1
     Executing the Ctrl-w code if number of tabs is greater than 1
     PR - https://github.com/walterbender/Pippy/pull/14   
     PR - https://github.com/walterbender/Pippy/pull/14   
10. Pippy tabs name defect
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     
11 . 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   
13. 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