<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/e/elementary</link><counters><counter name="forever" lastEventTime="1338006272" firstEventTime="1265686066">4864</counter><counter name="lastMonth" lastEventTime="1335765838" firstEventTime="1333341939">140</counter><counter name="thisMonth" lastEventTime="1338006272" firstEventTime="1335949037">239</counter><counter name="lastWeek" lastEventTime="1337541548" firstEventTime="1336969863">49</counter><counter name="yesterday" lastEventTime="1338006272" firstEventTime="1337991564">5</counter><counter name="thisWeek" lastEventTime="1338006272" firstEventTime="1337589603">48</counter></counters><metadata><item name="subtitle"><value type="text/plain">Basic widget set, based on EFL with focus mobile touch-screen devices.</value></item><item name="description"><value type="text/plain">Elementary is a widget set. It is a new-style of widget set much more
canvas object based than anything else. Why not ETK? Why not EWL? Well
they both tend to veer away from the core of Evas, Ecore and Edje a
lot to build their own worlds. Also I wanted something focused on
embedded devices - specifically small touchscreens. Unlike GTK+ and
Qt, 75% of the "widget set" is already embodied in a common core -
Ecore, Edje, Evas etc. So this fine-grained library splitting means
all of this is shared, just a new widget "personality" is on top. And
that is... Elementary, my dear watson. Elementary.
</value></item><item name="links-filter"><value type="text/plain">None</value></item><item name="title"><value type="text/plain">Elementary</value></item><item name="url"><value type="text/plain">http://trac.enlightenment.org/e/wiki/Elementary</value></item><item name="related-filter"><value type="text/plain">None</value></item></metadata><recentMessages><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71433</revision><author>jihoon</author><log>elementary: fix tom and aharon's e-mail address </log><diffLines>155</diffLines><url>http://trac.enlightenment.org/e/changeset/71433</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/ar.po">po/ar.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/az_IR.po">po/az_IR.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/fa.po">po/fa.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/he.po">po/he.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/ps.po">po/ps.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/ur.po">po/ur.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/yi.po">po/yi.po</file></files></commit></body><timestamp>1338006272</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71432</revision><author>jihoon</author><log>elementary: sync with AUTHORS and elm_authors.h </log><diffLines>28</diffLines><url>http://trac.enlightenment.org/e/changeset/71432</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/AUTHORS">AUTHORS</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_authors.h">src/lib/elm_authors.h</file></files></commit></body><timestamp>1338006199</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71430</revision><author>glima</author><log>[elm] elm plug now ported   </log><diffLines>249</diffLines><url>http://trac.enlightenment.org/e/changeset/71430</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/bin/test_win_plug.c">src/bin/test_win_plug.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_plug.c">src/lib/elm_plug.c</file></files></commit></body><timestamp>1337996297</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71429</revision><author>glima</author><log>[elm] And here comes image, icon and photo on the
 new schema.
els_icon smart object was brought to be the base of the image widget,
in the form of an image class.

An elm icon is now a elm image, with a little more on top of it.

An elm photo is a now base widget aggregating an icon.

Toolbar's internal usage of the former els_icon is now changed to
icons, instead.

Some naviframe instantiations were set to enable events during
transitions, because this code is buggy and my chages exposed the
problem. It will be fixed as soon as I get to port Naviframe.   </log><diffLines>6003</diffLines><url>http://trac.enlightenment.org/e/changeset/71429</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/bin/config.c">src/bin/config.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/bin/test_naviframe.c">src/bin/test_naviframe.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/Makefile.am">src/lib/Makefile.am</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_icon.c">src/lib/elm_icon.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_icon.h">src/lib/elm_icon.h</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_image.c">src/lib/elm_image.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_image.h">src/lib/elm_image.h</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_layout.c">src/lib/elm_layout.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_photo.c">src/lib/elm_photo.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_photo.h">src/lib/elm_photo.h</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_priv.h">src/lib/elm_priv.h</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_theme.c">src/lib/elm_theme.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_toolbar.c">src/lib/elm_toolbar.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_widget.c">src/lib/elm_widget.c</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_widget_image.h">src/lib/elm_widget_image.h</file><file action="remove" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/els_icon.c">src/lib/els_icon.c</file><file action="remove" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/els_icon.h">src/lib/els_icon.h</file></files></commit></body><timestamp>1337991571</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71428</revision><author>glima</author><log>[elm] Small fixes on class headers.   </log><diffLines>91</diffLines><url>http://trac.enlightenment.org/e/changeset/71428</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_layout.h">src/lib/elm_layout.h</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_widget_button.h">src/lib/elm_widget_button.h</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_widget_container.h">src/lib/elm_widget_container.h</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_widget_layout.h">src/lib/elm_widget_layout.h</file></files></commit></body><timestamp>1337991564</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71412</revision><author>hyoyoung</author><log>elementary/hoversel: remove useless void ptr cast  </log><diffLines>15</diffLines><url>http://trac.enlightenment.org/e/changeset/71412</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elc_hoversel.c">src/lib/elc_hoversel.c</file></files></commit></body><timestamp>1337884388</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71408</revision><author>raster</author><log>add since for new signal.   </log><diffLines>15</diffLines><url>http://trac.enlightenment.org/e/changeset/71408</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_map.h">src/lib/elm_map.h</file></files></commit></body><timestamp>1337870023</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71407</revision><author>raster</author><log>update po's   </log><diffLines>2025</diffLines><url>http://trac.enlightenment.org/e/changeset/71407</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/ar.po">po/ar.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/az_IR.po">po/az_IR.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/cs.po">po/cs.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/de.po">po/de.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/fa.po">po/fa.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/fr.po">po/fr.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/he.po">po/he.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/it.po">po/it.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/ko_KR.po">po/ko_KR.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/nl.po">po/nl.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/ps.po">po/ps.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/pt.po">po/pt.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/ur.po">po/ur.po</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/po/yi.po">po/yi.po</file></files></commit></body><timestamp>1337869972</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71406</revision><author>raster</author><log>From: Bluezery &lt;ohpowel@gmail.com&gt;
Subject: [E-devel] [Patch][elm_map] Add New &quot;loaded&quot; signal

I want to add new &quot;loaded&quot; signal to elementary map. This signal
notify users when all map tiles are loaded. Timer is used for this signal.
Currently &quot;tile,loaded&quot; can be used for each separated tile.  So the
users are hard to know whether all tiles are loaded or not.
Please review this patch.   </log><diffLines>124</diffLines><url>http://trac.enlightenment.org/e/changeset/71406</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/ChangeLog">ChangeLog</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/bin/test_map.c">src/bin/test_map.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_map.c">src/lib/elm_map.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_map.h">src/lib/elm_map.h</file></files></commit></body><timestamp>1337869959</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71388</revision><author>raster</author><log>tip from Bluezery in case of silliness in settingflush poll time &lt;= 0.   </log><diffLines>14</diffLines><url>http://trac.enlightenment.org/e/changeset/71388</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_config.c">src/lib/elm_config.c</file></files></commit></body><timestamp>1337854105</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71385</revision><author>hyoyoung</author><log>elementary/genlist: fix indent  </log><diffLines>93</diffLines><url>http://trac.enlightenment.org/e/changeset/71385</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_genlist.c">src/lib/elm_genlist.c</file></files></commit></body><timestamp>1337851472</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71383</revision><author>raster</author><log>remove goto and use if () instead   </log><diffLines>34</diffLines><url>http://trac.enlightenment.org/e/changeset/71383</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_genlist.c">src/lib/elm_genlist.c</file></files></commit></body><timestamp>1337850559</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71382</revision><author>raster</author><log>add authors entry too   </log><diffLines>11</diffLines><url>http://trac.enlightenment.org/e/changeset/71382</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/AUTHORS">AUTHORS</file></files></commit></body><timestamp>1337850061</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71381</revision><author>raster</author><log>From: Michal Pakula vel Rutka &lt;m.pakula@samsung.com&gt;
Subject: [E-devel] [patch] allow copy and paste operations for
non-widget evas objects

I am currently implementing a clipboard for WebKit-EFL. When using
elm_cnp_selection_get and set function an evas object passed has to be
a widget. Currently in WebKit-EFL we are using an view which is an
Evas_Object, but not a widget. Sample WebKit applications like
EWebLauncher and tests applications does not use elementary so I
cannot obtain parent widget for a view object and finally we cannot
perform copy and paste operations.
Widgets are used in elm_cnp_selection functions to obtain
Ecore_X_Window. My patch leaves current way of obtaining it and adds
an another in case when the standard one fails. When Evas_Object is
not a widget I am trying to get an Ecore_X_Window using ecore.   </log><diffLines>69</diffLines><url>http://trac.enlightenment.org/e/changeset/71381</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/ChangeLog">ChangeLog</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_cnp.c">src/lib/elm_cnp.c</file></files></commit></body><timestamp>1337849968</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71377</revision><author>hyoyoung</author><log>elementary/hoversel: fix indent  </log><diffLines>15</diffLines><url>http://trac.enlightenment.org/e/changeset/71377</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elc_hoversel.c">src/lib/elc_hoversel.c</file></files></commit></body><timestamp>1337843011</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71376</revision><author>hyoyoung</author><log>elementary/hoversel: set hover's parent when hover's smart data deleted  </log><diffLines>25</diffLines><url>http://trac.enlightenment.org/e/changeset/71376</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elc_hoversel.c">src/lib/elc_hoversel.c</file></files></commit></body><timestamp>1337842289</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71373</revision><author>leif</author><log>Fix possible segv in smart_del callback.

Patch by glima </log><diffLines>23</diffLines><url>http://trac.enlightenment.org/e/changeset/71373</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_layout.c">src/lib/elm_layout.c</file></files></commit></body><timestamp>1337826069</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71355</revision><author>raster</author><log>umm.. pass tistcheck!   </log><diffLines>14</diffLines><url>http://trac.enlightenment.org/e/changeset/71355</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/Makefile.am">data/themes/Makefile.am</file></files></commit></body><timestamp>1337786429</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71354</revision><author>raster</author><log>From: Bluezery &lt;ohpowel@gmail.com&gt;
Subject: [E-devel] [Patch][elm_map] Add elm_map_overlays_get &amp;
elm_map_overlay_visible_get

I want to add 2 new APIs (elm_map_overlays_get &amp; elm_map_overlay_visible_get).

There are no way to get the group overlays because group overlay,
something like virtual overlay, is created and deleted dynamically.
So elm_map_overlays_get returns total overlay's list and user can get
any type of overlays including group overlays.
Overlays which is grouped can not be visible. Because overlay grouping
is performed by elm_map, user do not know whether overlays are visible
or not. So elm_map_overlay_visible_get is added for this reason.   </log><diffLines>687</diffLines><url>http://trac.enlightenment.org/e/changeset/71354</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/ChangeLog">ChangeLog</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/NEWS">NEWS</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/bin/test_map.c">src/bin/test_map.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_map.c">src/lib/elm_map.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_map.h">src/lib/elm_map.h</file></files></commit></body><timestamp>1337784792</timestamp></message><message><generator><name>Python Subversion client for CIA</name><version>1.20</version></generator><source><project>e</project><module>elementary</module></source><body><commit><revision>71349</revision><author>hyoyoung</author><log>elementary/genlist: add short cut in item bring in calc. 
fix compress_mode documentation.  </log><diffLines>54</diffLines><url>http://trac.enlightenment.org/e/changeset/71349</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_genlist.c">src/lib/elm_genlist.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_genlist.h">src/lib/elm_genlist.h</file></files></commit></body><timestamp>1337774110</timestamp></message></recentMessages></statsTarget>
