Version 0.4
------------

This release includes the change from qmake to cmake and a lot of bug fixes. A brief changelog follows:

 * Remove Eet.h from qedje.h
 * QEdje: Make it possible to create QEdje instance without canvas
 * Fix Segmentation Fault when clipping to non-rect items.
 * Add more Transfer logic for bindings of QEdje::partSwallow
 * Fix bug when disconnecting an Edje signal during the emission of the same QEdje
 * Refactor disconnectEdjeSignals() variants to reuse code
 * Removing internal receivers list from QEdje
 * Warn the user when deleting an object during its signal notification
 * QRunningProgram: fix calling endProgram() twice in some cases
 * Fix destruction of running programs in QEdje dtor
 * Python: make swallow affect object ownership
 * Adjusted QEdjeImage to copy pixels using bits() method.
 * Allow qedje_viewer to select a group from the command line
 * Activating Border into QEdjeImage
 * Add support for "mouse,wheel,*" edje signals
