<?xml version="1.0"?>
<statsTarget><link>http://cia.vc/stats/project/e/elementary</link><counters><counter name="forever" lastEventTime="1329207700" firstEventTime="1265686066">3651</counter><counter name="lastMonth" lastEventTime="1328041870" firstEventTime="1325431475">191</counter><counter name="thisMonth" lastEventTime="1329207700" firstEventTime="1328060953">43</counter><counter name="lastWeek" lastEventTime="1328889256" firstEventTime="1328510602">21</counter><counter name="yesterday" lastEventTime="1329170828" firstEventTime="1329098551">8</counter><counter name="thisWeek" lastEventTime="1329207700" firstEventTime="1329098552">10</counter><counter name="today" lastEventTime="1329207700" firstEventTime="1329200337">2</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>67895</revision><author>jihoon</author><log>Add elm_entry_prediction_allow_set/get
These APIs can be used to set whether prediction feature is allowed or not.  </log><diffLines>93</diffLines><url>http://trac.enlightenment.org/e/changeset/67895</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_entry.c">src/lib/elm_entry.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_entry.h">src/lib/elm_entry.h</file></files></commit></body><timestamp>1329207700</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>67890</revision><author>raster</author><log>From: Hyoyoung Chang &lt;hyoyoung@gmail.com&gt;
Subject: [E-devel] [patch] elm_genlist - add a getting item flag
function

Sometimes it is needed to get genlist item's type.
It will help to get item's type.   </log><diffLines>56</diffLines><url>http://trac.enlightenment.org/e/changeset/67890</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>1329200337</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>67888</revision><author>sachiel</author><log>The distchecks, pass them  </log><diffLines>14</diffLines><url>http://trac.enlightenment.org/e/changeset/67888</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>1329170828</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>67882</revision><author>jihoon</author><log>Add elm_entry_imf_context_reset.

Reset the input method context of the entry if needed. 
This can be necessary in the case where modifying the buffer would confuse 
on-going input method behavior.   </log><diffLines>49</diffLines><url>http://trac.enlightenment.org/e/changeset/67882</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_entry.c">src/lib/elm_entry.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_entry.h">src/lib/elm_entry.h</file></files></commit></body><timestamp>1329145853</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>67880</revision><author>jihoon</author><log>Fix return type of elm_entry_input_panel_hide   </log><diffLines>29</diffLines><url>http://trac.enlightenment.org/e/changeset/67880</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_entry.c">src/lib/elm_entry.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_entry.h">src/lib/elm_entry.h</file></files></commit></body><timestamp>1329144851</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>67876</revision><author>raster</author><log>From: Hyoyoung Chang &lt;hyoyoung@gmail.com&gt;
Subject: [E-devel] [patch] elm_genlist - bugfix at genlist rotation.

It's about genlist items which are backed from rotation.
After rotating and items width is extending, genlist doesn't shrink its items.
So adding some routines to check if item min width is bigger than genlist's width.
If then recalc items width.    </log><diffLines>36</diffLines><url>http://trac.enlightenment.org/e/changeset/67876</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>1329135429</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>67875</revision><author>jihoon</author><log>Add elm_entry_input_panel_show/hide  </log><diffLines>62</diffLines><url>http://trac.enlightenment.org/e/changeset/67875</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_entry.c">src/lib/elm_entry.c</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_entry.h">src/lib/elm_entry.h</file></files></commit></body><timestamp>1329128253</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>67869</revision><author>jihoon</author><log>elm/config: remove unused 'cur_selected'  </log><diffLines>22</diffLines><url>http://trac.enlightenment.org/e/changeset/67869</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/bin/config.c">src/bin/config.c</file></files></commit></body><timestamp>1329120932</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>67867</revision><author>raster</author><log>From: Rajeev Ranjan &lt;rajeev.r@samsung.com&gt;
Subject: [E-devel]  [Patch]  elm_panes patch

Attached to the mail is patch for Elementary Widget elm_panes.
This patch addresses the issue of API elm_panes_fixed_set not working
as the signal required to do so is not handled in default theme.   </log><diffLines>166</diffLines><url>http://trac.enlightenment.org/e/changeset/67867</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/widgets/panes.edc">data/themes/widgets/panes.edc</file></files></commit></body><timestamp>1329119166</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>67863</revision><author>discomfitor</author><log>panel test is now less retarded and opens much faster  </log><diffLines>86</diffLines><url>http://trac.enlightenment.org/e/changeset/67863</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/bin/test_panel.c">src/bin/test_panel.c</file></files></commit></body><timestamp>1329098551</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>67823</revision><author>hermet</author><log>elementary/widget - fixed to prevent infinite loop.

Now, if user passes the parent object of obj as the sub object, 
then it reverses the obj - subobj relationship.   </log><diffLines>19</diffLines><url>http://trac.enlightenment.org/e/changeset/67823</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_widget.c">src/lib/elm_widget.c</file></files></commit></body><timestamp>1328889256</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>67817</revision><author>devilhorns</author><log>Elm: Call function to set wayland mouse pointer.   </log><diffLines>22</diffLines><url>http://trac.enlightenment.org/e/changeset/67817</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_win.c">src/lib/elm_win.c</file></files></commit></body><timestamp>1328877777</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>67814</revision><author>devilhorns</author><log>Elm: Start on wayland pointer handling code. (draws but not complete
yet).   </log><diffLines>103</diffLines><url>http://trac.enlightenment.org/e/changeset/67814</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_win.c">src/lib/elm_win.c</file></files></commit></body><timestamp>1328875344</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>67813</revision><author>devilhorns</author><log>Elm: Set a min for the wayland mouse pointer.   </log><diffLines>14</diffLines><url>http://trac.enlightenment.org/e/changeset/67813</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/widgets/pointer.edc">data/themes/widgets/pointer.edc</file></files></commit></body><timestamp>1328875188</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>67812</revision><author>devilhorns</author><log>Elm: Add pointer edc for mouse_pointers of elm wayland client apps.   </log><diffLines>208</diffLines><url>http://trac.enlightenment.org/e/changeset/67812</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/default.edc">data/themes/default.edc</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/widgets/pointer.edc">data/themes/widgets/pointer.edc</file></files></commit></body><timestamp>1328873749</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>67811</revision><author>devilhorns</author><log>Elm: Add pointer images for mouse_pointers when elm apps are wayland
clients.   </log><diffLines>179</diffLines><url>http://trac.enlightenment.org/e/changeset/67811</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/Makefile.am">data/themes/Makefile.am</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer.png">data/themes/pointer.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_01.png">data/themes/pointer_glint_01.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_02.png">data/themes/pointer_glint_02.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_03.png">data/themes/pointer_glint_03.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_04.png">data/themes/pointer_glint_04.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_05.png">data/themes/pointer_glint_05.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_06.png">data/themes/pointer_glint_06.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_07.png">data/themes/pointer_glint_07.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_08.png">data/themes/pointer_glint_08.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_09.png">data/themes/pointer_glint_09.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_10.png">data/themes/pointer_glint_10.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_11.png">data/themes/pointer_glint_11.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glint_12.png">data/themes/pointer_glint_12.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_glow.png">data/themes/pointer_glow.png</file><file action="add" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/pointer_mono.png">data/themes/pointer_mono.png</file></files></commit></body><timestamp>1328873662</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>67789</revision><author>seoz</author><log>elm test_index.c: Use more descriptive callback names. </log><diffLines>45</diffLines><url>http://trac.enlightenment.org/e/changeset/67789</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/bin/test_index.c">src/bin/test_index.c</file></files></commit></body><timestamp>1328801642</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>67761</revision><author>tasn</author><log>Elm entry/label: Added left/right margins to default text themes. </log><diffLines>111</diffLines><url>http://trac.enlightenment.org/e/changeset/67761</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/widgets/entry.edc">data/themes/widgets/entry.edc</file><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/data/themes/widgets/label.edc">data/themes/widgets/label.edc</file></files></commit></body><timestamp>1328722301</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>67751</revision><author>hermet</author><log>elementary/mapbuf - fixed incorrect relationship   </log><diffLines>15</diffLines><url>http://trac.enlightenment.org/e/changeset/67751</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/lib/elm_mapbuf.c">src/lib/elm_mapbuf.c</file></files></commit></body><timestamp>1328704016</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>67749</revision><author>woohyun</author><log>[elementary/entry_example] Change elm_entry_text_filter_append to
elm_entry markup_filter_append.  </log><diffLines>30</diffLines><url>http://trac.enlightenment.org/e/changeset/67749</url><files><file action="modify" uri="http://svn.enlightenment.org/svn/e/trunk/elementary/src/examples/entry_example.c">src/examples/entry_example.c</file></files></commit></body><timestamp>1328699577</timestamp></message></recentMessages></statsTarget>
