GSoC 2010/Projects/Porting Canola to Maemo5

(Progress)
(Progress)
 
(One intermediate revision not shown)
Line 28: Line 28:
** some of the APIs to retrieve system information (battery status, wireless signal strength, etc) have changed in Maemo5 so Canola was not showing accurate information. Also a new icon to show the strength of the GSM/3G signal has been introduced in the status area.
** some of the APIs to retrieve system information (battery status, wireless signal strength, etc) have changed in Maemo5 so Canola was not showing accurate information. Also a new icon to show the strength of the GSM/3G signal has been introduced in the status area.
-
* integrate Canola with Internet Connection Manager '''(90% done)'''
+
* integrate Canola with Internet Connection Manager '''(done)'''
** Canola was displaying the message "Network is down" whenever it required internet access and no connection was available. This behavior was changed, showing the standard internet connection chooser dialog.
** Canola was displaying the message "Network is down" whenever it required internet access and no connection was available. This behavior was changed, showing the standard internet connection chooser dialog.
-
* integrate Canola with Tracker '''(80% done)'''
+
* integrate Canola with Tracker '''(100% done)'''
** Canola was using its own library to search for media files ([http://maemo.org/packages/view/liblightmediascanner0/ Light media scanner]]). Maemo 5 is using Tracker to index files so it doesn't make sense to have another database just for Canola. Canola is now checking Tracker's availability and is requesting data about videos, music and photos using D-bus calls.
** Canola was using its own library to search for media files ([http://maemo.org/packages/view/liblightmediascanner0/ Light media scanner]]). Maemo 5 is using Tracker to index files so it doesn't make sense to have another database just for Canola. Canola is now checking Tracker's availability and is requesting data about videos, music and photos using D-bus calls.
-
* replace etk widgets with Elementary
+
* replace etk widgets with Elementary '''(95% done)'''
** Etk was the old widget toolkit used by the EFL applications. It is now deprecated, it's place was taken by Elementary. The aim is to remove the etk dependency for Canola. Also some nice elementary widgets (slideshow for example) could be integrated in Canola if there is enough time
** Etk was the old widget toolkit used by the EFL applications. It is now deprecated, it's place was taken by Elementary. The aim is to remove the etk dependency for Canola. Also some nice elementary widgets (slideshow for example) could be integrated in Canola if there is enough time

Latest revision as of 12:56, 16 August 2010

[edit] Porting Canola to Maemo 5 - GSoC 2010 Project

Status updates for the project can be found on the blog: http://andrei1089.blogspot.com

[edit] Project summary

The aim of this project is to port Canola to Maemo 5, fixing problems that it shows. Also change some of the underlying libraries to adequate better to Maemo 5 infrastructure/guidelines. Moreover the project aims to prepare Canola for Meego.

[edit] Progress

  • solve segmentation fault bug (done)
    • this bug was causing Canola to crash while accessing most views in the options menu (theme change, download folder change, slideshow options and possibly others)
    • it was a really strange bug as it can be reproduced only on the N900, the same code is running ok on the old N8x0 tablets
  • keyboard input bug (done)
    • this bug affects all EFL application running on the N900. The window manager requires that WM_TAKE_FOCUS or InputHint to be set in order to receive keyboard events. This is solved in recent versions of the EFL libraries. Eduardo Lima (etrunko), the maintainer of those libraries said that he is going to update the libraries in the following weeks.
  • integrate Canola with Ethumb(done)
    • recent EFL libraries provide a fast module for thumbnails generation, so using Canola's own implementation ( Canola-thumbnailer) doesn't make sense anymore
  • create a new Maemo5 system (done)
    • some of the APIs to retrieve system information (battery status, wireless signal strength, etc) have changed in Maemo5 so Canola was not showing accurate information. Also a new icon to show the strength of the GSM/3G signal has been introduced in the status area.
  • integrate Canola with Internet Connection Manager (done)
    • Canola was displaying the message "Network is down" whenever it required internet access and no connection was available. This behavior was changed, showing the standard internet connection chooser dialog.
  • integrate Canola with Tracker (100% done)
    • Canola was using its own library to search for media files (Light media scanner]). Maemo 5 is using Tracker to index files so it doesn't make sense to have another database just for Canola. Canola is now checking Tracker's availability and is requesting data about videos, music and photos using D-bus calls.
  • replace etk widgets with Elementary (95% done)
    • Etk was the old widget toolkit used by the EFL applications. It is now deprecated, it's place was taken by Elementary. The aim is to remove the etk dependency for Canola. Also some nice elementary widgets (slideshow for example) could be integrated in Canola if there is enough time

A snapshot of the work done in the first half of the coding period is planned. After the update of the EFL libraries in the Maemo repository, Canola will also be updated.