diff options
author | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-12 01:15:45 +0000 |
---|---|---|
committer | Gustavo Sverzut Barbieri <barbieri@gmail.com> | 2013-01-12 01:15:45 +0000 |
commit | 34f53151414bcdf44ec81e582b007f74da595694 (patch) | |
tree | 863058f0d94e9d39998774a375aa6d242d8714a4 /doc | |
parent | ae51833bac7ba5f72bd40a96beb13081c8d573f6 (diff) | |
download | efl-34f53151414bcdf44ec81e582b007f74da595694.tar.gz efl-34f53151414bcdf44ec81e582b007f74da595694.tar.xz efl-34f53151414bcdf44ec81e582b007f74da595694.zip |
merge ethumb.
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
Diffstat (limited to 'doc')
-rw-r--r-- | doc/main.dox | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/main.dox b/doc/main.dox index d20d5477f..9faf1491e 100644 --- a/doc/main.dox +++ b/doc/main.dox @@ -22,6 +22,7 @@ * @li @ref ephysics_main physics simulation integration and visual effects. * @li @ref edje_main layout and theme library with super powers. * @li @ref emotion_main to play music and videos. + * @li @ref ethumb_main to generate thumbnail images of files. * */ @@ -232,3 +233,9 @@ * * @brief Plays music and videos. */ + +/** + * @defgroup Ethumb + * + * @brief Generates thumbnail images of files. + */ |