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

No edit summary
Tag: visualeditor
No edit summary
Tag: visualeditor
Line 1: Line 1:
<big><big>'''About You'''</big></big><br />
<big><big>'''<u>About You</u>'''</big></big><br />


'''<big>What is your name?</big>'''<br/>
'''<big>What is your name?</big>'''<br/>
Line 22: Line 22:
I have been using FOSS like Linux, Firefox, VLC , Apache from many years, so I think I need to give something to a FOSS community. Since I have a good idea of various web - technologies and programming languages now i think I can contribute by code. I have been contributing to Sugarlabs from last 3 months regularly and this is my first open-source Project. <br/><br/>
I have been using FOSS like Linux, Firefox, VLC , Apache from many years, so I think I need to give something to a FOSS community. Since I have a good idea of various web - technologies and programming languages now i think I can contribute by code. I have been contributing to Sugarlabs from last 3 months regularly and this is my first open-source Project. <br/><br/>


'''<big><big>About your project</big></big>'''<br />
'''<big><big><u>About your project</u></big></big>'''<br />
'''<big>What is the name of your project?</big>'''<br />
'''<big>What is the name of your project?</big>'''<br />
The name of my Project is Image Viewer JS.<br />
The name of my Project is Image Viewer JS.<br />
Line 99: Line 99:




'''<big><big>You and the community</big></big>''' <br/>
'''<big><big><u>You and the community</u></big></big><u> </u>'''<br/>
'''<big>If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.</big>''' <br/>
'''<big>If your project is successfully completed, what will its impact be on the Sugar Labs community? Give 3 answers, each 1-3 paragraphs in length. The first one should be yours. The other two should be answers from members of the Sugar Labs community, at least one of whom should be a Sugar Labs GSoC mentor. Provide email contact information for non-GSoC mentors.</big>''' <br/>


Line 114: Line 114:
I will be maintaining a blog regarding my work and will be updating it every week. Other than that i will also make a report of each week and will mail to my mentor as well as the sugar labs community so that they are informed about my progress over the course of project. <br/><br/>
I will be maintaining a blog regarding my work and will be updating it every week. Other than that i will also make a report of each week and will mail to my mentor as well as the sugar labs community so that they are informed about my progress over the course of project. <br/><br/>


'''<big><big>Miscellaneous</big></big>''' <br/>
'''<big><big><u>Miscellaneous</u></big></big>'''<u> </u><br/>
<big>'''Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of "logout".'''</big> <br/>
<big>'''Send us a link to a screenshot of your Sugar development environment with the following modification: when you hover over the XO-person icon in the middle of Home view, the drop-down text should have your email in place of "logout".'''</big>  
 
<br />


'''<big>Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.</big>'''<br/>
'''<big>Send us a link to a pull request or merge request you have made on a Sugar or Sugar activity bug.</big>'''<br/>
Line 121: Line 123:
1. Fixed log10 function ( #4809 )  
1. Fixed log10 function ( #4809 )  
     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
. Removed the redundancy of Factorial Function (#3531)
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)
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
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
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
6. 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
. Adding Calculate functions in source/calculate.rst in help activity
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
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
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
0. Pippy tabs name defect
. 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  
1. Pippy Pep8 fixes.
. 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
3. Tab numbers enhancement in Terminal Activity
. 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