User:Jacksonisaac: Difference between revisions

From SMC Wiki
No edit summary
No edit summary
Line 8: Line 8:
  '''Blog          :''' [www.jacksonisaac.wordpress.com]
  '''Blog          :''' [www.jacksonisaac.wordpress.com]
----
----
Why SMC?
'''Why SMC?'''
 
Swathanthra Malayalam Computing supports development of Indian languages and rendering of Indian texts. This is the most beatiful thing about this organization, using technology to keep our culture alive. The work that SMC is doing is indeed great and I would love to be a part of such an organization and use my programming skills to contribute towards SMC projects.
Swathanthra Malayalam Computing supports development of Indian languages and rendering of Indian texts. This is the most beatiful thing about this organization, using technology to keep our culture alive. The work that SMC is doing is indeed great and I would love to be a part of such an organization and use my programming skills to contribute towards SMC projects.


Open Source Contributions:
Open Source Contributions:
1) GNOME-Music:
 
  Create private method for creating model: Define ‘model’ as a private function in class AlbumWidget and create it again when needed instead of redefining it. (git.gnome patch: [https://git.gnome.org/browse/gnome-music/commit/?id=3bd496b6bf17e14308fe163b7f153c53d83a81db])
1) GNOME-Music:
  Cache vadjusment in AllArtistsAlbums: Cache vadjusment in AllArtistsAlbums similar to Github Issue #114. (git.gnome patch at [https://git.gnome.org/browse/gnome-music/commit/?id=ddd34f22a4d8cf418ab5eed7754b475799a93134])
 
  Cache vadjusment in ViewContainer: Cache vadjusment in ViewContainer to save execution time and reduce hits on it. (git.gnome patch at [https://git.gnome.org/browse/gnome-music/commit/?id=0b633d9cabdb0129daffd236f533d716199e16f7])
Create private method for creating model: Define ‘model’ as a private function in class AlbumWidget and create it again when needed instead of redefining it. (git.gnome patch: [https://git.gnome.org/browse/gnome-music/commit/?id=3bd496b6bf17e14308fe163b7f153c53d83a81db])
  Remove call to '_on_scrollbar_visible': Call the function directly instead of calling it from within another function which was called too often due to this.  (git.gnome patch at [https://git.gnome.org/browse/gnome-music/commit/?id=2f515cd60fea6cd738680990a7ad8e2ba30157a3])
 
  Bug #706800 -: Removed the style “suggested-action” in Cancel Button according to the updated Design mock-ups (git.gnome patch at: [https://git.gnome.org/browse/gnome-music/commit/?id=d89823cc86d7b0ef163d144aa808b6c908ce2c34]).
Cache vadjusment in AllArtistsAlbums: Cache vadjusment in AllArtistsAlbums similar to Github Issue #114. (git.gnome patch at [https://git.gnome.org/browse/gnome-music/commit/?id=ddd34f22a4d8cf418ab5eed7754b475799a93134])
 
Cache vadjusment in ViewContainer: Cache vadjusment in ViewContainer to save execution time and reduce hits on it. (git.gnome patch at [https://git.gnome.org/browse/gnome-music/commit/?id=0b633d9cabdb0129daffd236f533d716199e16f7])
 
Remove call to '_on_scrollbar_visible': Call the function directly instead of calling it from within another function which was called too often due to this.  (git.gnome patch at [https://git.gnome.org/browse/gnome-music/commit/?id=2f515cd60fea6cd738680990a7ad8e2ba30157a3])
 
Bug #706800 -: Removed the style “suggested-action” in Cancel Button according to the updated Design mock-ups (git.gnome patch at: [https://git.gnome.org/browse/gnome-music/commit/?id=d89823cc86d7b0ef163d144aa808b6c908ce2c34]).
 
2) Mozilla:
2) Mozilla:
  Bug #891581: Fix the focus on the input box of Web console when the cursor was blurred and focused on other tab. I have also written an automated mochi-test for testing the patch (hg.mozilla patch at: [https://hg.mozilla.org/mozilla-central/rev/25b9ce4cb63e]).
 
Bug #891581: Fix the focus on the input box of Web console when the cursor was blurred and focused on other tab. I have also written an automated mochi-test for testing the patch (hg.mozilla patch at: [https://hg.mozilla.org/mozilla-central/rev/25b9ce4cb63e]).

Revision as of 18:21, 20 March 2014

Personal Information:

Name           : Jackson Isaac
Email Address  : jacksonisaac2008@gmail.com
IRC Nick       : JacksonIsaac
University     : Amrita Vishwa Vidyapeetham, Kerala, India.
Blog           : [www.jacksonisaac.wordpress.com]

Why SMC?

Swathanthra Malayalam Computing supports development of Indian languages and rendering of Indian texts. This is the most beatiful thing about this organization, using technology to keep our culture alive. The work that SMC is doing is indeed great and I would love to be a part of such an organization and use my programming skills to contribute towards SMC projects.

Open Source Contributions:

1) GNOME-Music:

Create private method for creating model: Define ‘model’ as a private function in class AlbumWidget and create it again when needed instead of redefining it. (git.gnome patch: [1])

Cache vadjusment in AllArtistsAlbums: Cache vadjusment in AllArtistsAlbums similar to Github Issue #114. (git.gnome patch at [2])

Cache vadjusment in ViewContainer: Cache vadjusment in ViewContainer to save execution time and reduce hits on it. (git.gnome patch at [3])

Remove call to '_on_scrollbar_visible': Call the function directly instead of calling it from within another function which was called too often due to this. (git.gnome patch at [4])

Bug #706800 -: Removed the style “suggested-action” in Cancel Button according to the updated Design mock-ups (git.gnome patch at: [5]).

2) Mozilla:

Bug #891581: Fix the focus on the input box of Web console when the cursor was blurred and focused on other tab. I have also written an automated mochi-test for testing the patch (hg.mozilla patch at: [6]).