[Sugar-devel] [PATCH sugar 0/2] Move EventIcon to sugar

Sascha Silbe silbe at activitycentral.com
Tue Jul 24 18:23:45 EDT 2012


As agreed on during the Development Team meeting [1], the EventIcon
needed for the hippo-canvas removal project should be merged into
sugar, rather than sugar-toolkit. This patch series adds the icon to
sugar and modifies the code from the current working branch [2] of the
hippo-canvas removal project to make use of this private copy so that
it works with mainline sugar-toolkit.

The second patch (switching to the private implementation) should be
squashed into the other patches presented for review on sugar-devel,
rather than as a separate patch. It's a modification of the approach
taken by the hippo-canvas removal project, not a change to sugar.


Sascha Silbe (1):
  Switch to private implementation of EventIcon

Simon Schampijer (1):
  SugarEventIcon: Add a hippo-free implementation of the CanvasIcon

 extensions/cpsection/aboutme/view.py |    3 +-
 src/jarabe/desktop/favoritesview.py  |    2 +-
 src/jarabe/desktop/friendview.py     |    2 +-
 src/jarabe/desktop/groupbox.py       |    2 +-
 src/jarabe/desktop/meshbox.py        |    2 +-
 src/jarabe/journal/expandedentry.py  |    2 +-
 src/jarabe/journal/listview.py       |    3 +-
 src/jarabe/view/Makefile.am          |    1 +
 src/jarabe/view/buddyicon.py         |    3 +-
 src/jarabe/view/eventicon.py         |  277 ++++++++++++++++++++++++++++++++++
 src/jarabe/view/pulsingicon.py       |    5 +-
 11 files changed, 293 insertions(+), 9 deletions(-)
 create mode 100644 src/jarabe/view/eventicon.py

[1] http://meeting.sugarlabs.org/sugar-meeting/meetings/2012-06-26
[2] http://git.sugarlabs.org/~erikos/sugar/erikos-shell-port
-- 
1.7.10



More information about the Sugar-devel mailing list