summaryrefslogtreecommitdiff
path: root/dbus-services
AgeCommit message (Collapse)AuthorFilesLines
2013-06-11Split .gitignore into multiple filesEduardo Lima (Etrunko)1-0/+2
Signed-off-by: Eduardo Lima (Etrunko) <eduardo.lima@intel.com>
2013-01-12merge ethumb.Gustavo Sverzut Barbieri1-0/+3
This one was a painful bitch. The edbus2 port was quite broken, mainly leaking eina_stringshare and also not adding the '\0' to the strings that are represented as bytearray (paths cannot be utf8 to avoid translations). Emotion plugin was also quite bogus and the video thumbnail as edje (animated) is not working yet due bug in Edje_Edit api -- someone needs to investigate this, seems strange. Emotion plugin also had a bug that it was deleting the object from inside object callback. Now it seems to work. Please report if it does not. SVN revision: 82675
2012-12-29efl: merge efreet.Gustavo Sverzut Barbieri1-0/+3
seems to be fine, pass distcheck and friends. please report. changes: - documentation hierarchy fixes - replaced __UNUSED__ with EINA_UNUSED - replaced PKG_DATA_DIR with PACKAGE_DATA_DIR"/efreet" SVN revision: 81889