CIA.vc
Elementary
Basic widget set, based on EFL with focus mobile touch-screen devices.
Stats » Projects » Enlightenment » Elementary
information
Photo
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.
syndicateUTC clock
10:20 on May 28, 2012
event counters
The last message was received 2.25 days ago at 04:24 on May 26, 2012
0 messages so far today, 0 messages yesterday
0 messages so far this week, 48 messages last week
239 messages so far this month, 140 messages last month
4864 messages since the first one, 2.3 years ago, for an average of 4.14 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
04:24 Saturdaye
Commit by jihoon :: r71433 elementary/po/ (7 files): (link)
elementary: fix tom and aharon's e-mail address
#
04:23 Saturdaye
Commit by jihoon :: r71432 elementary/ (AUTHORS src/lib/elm_authors.h): (link)
elementary: sync with AUTHORS and elm_authors.h
#
01:38 Saturdaye
Commit by glima :: r71430 elementary/src/ (bin/test_win_plug.c lib/elm_plug.c): (link)
[elm] elm plug now ported
#
00:19 Saturdaye
Commit by glima :: r71429 elementary/src/ (17 files in 2 dirs): (link)
[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.
#
00:19 Saturdaye
Commit by glima :: r71428 elementary/src/lib/ (4 files): (link)
[elm] Small fixes on class headers.
#
18:33 Thursdaye
Commit by hyoyoung :: r71412 elementary/src/lib/elc_hoversel.c: (link)
elementary/hoversel: remove useless void ptr cast
#
14:33 Thursdaye
Commit by raster :: r71408 elementary/src/lib/elm_map.h: (link)
add since for new signal.
#
14:32 Thursdaye
Commit by raster :: r71407 elementary/po/ (14 files): (link)
update po's
#
14:32 Thursdaye
Commit by raster :: r71406 elementary/ (4 files in 3 dirs): (link)
From: Bluezery <ohpowel at gmail dot com>
Subject: [E-devel] [Patch][elm_map] Add New "loaded" signal

I want to add new "loaded" signal to elementary map. This signal
notify users when all map tiles are loaded. Timer is used for this signal.
Currently "tile,loaded" 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.
#
10:08 Thursdaye
Commit by raster :: r71388 elementary/src/lib/elm_config.c: (link)
tip from Bluezery in case of silliness in settingflush poll time <= 0.
#
09:24 Thursdaye
Commit by hyoyoung :: r71385 elementary/src/lib/elm_genlist.c: (link)
elementary/genlist: fix indent
#
09:09 Thursdaye
Commit by raster :: r71383 elementary/src/lib/elm_genlist.c: (link)
remove goto and use if () instead
#
09:01 Thursdaye
Commit by raster :: r71382 elementary/AUTHORS: (link)
add authors entry too
#
08:59 Thursdaye
Commit by raster :: r71381 elementary/ (ChangeLog src/lib/elm_cnp.c): (link)
From: Michal Pakula vel Rutka <m dot pakula at samsung dot com>
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.
#
07:03 Thursdaye
Commit by hyoyoung :: r71377 elementary/src/lib/elc_hoversel.c: (link)
elementary/hoversel: fix indent
#
06:51 Thursdaye
Commit by hyoyoung :: r71376 elementary/src/lib/elc_hoversel.c: (link)
elementary/hoversel: set hover's parent when hover's smart data deleted
#
02:21 Thursdaye
Commit by leif :: r71373 elementary/src/lib/elm_layout.c: (link)
Fix possible segv in smart_del callback.

Patch by glima
#
15:20 Wednesdaye
Commit by raster :: r71355 elementary/data/themes/Makefile.am: (link)
umm.. pass tistcheck!
#
14:53 Wednesdaye
Commit by raster :: r71354 elementary/ (5 files in 3 dirs): (link)
From: Bluezery <ohpowel at gmail dot com>
Subject: [E-devel] [Patch][elm_map] Add elm_map_overlays_get &
elm_map_overlay_visible_get

I want to add 2 new APIs (elm_map_overlays_get & 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.
#
11:55 Wednesdaye
Commit by hyoyoung :: r71349 elementary/src/lib/ (elm_genlist.c elm_genlist.h): (link)
elementary/genlist: add short cut in item bring in calc.
fix compress_mode documentation.
#