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
16:06 on Feb 13, 2012
event counters
The last message was received 0.93 hours ago at 15:10 on Feb 13, 2012
7 messages so far today, 0 messages yesterday
7 messages so far this week, 21 messages last week
40 messages so far this month, 191 messages last month
3648 messages since the first one, 2.01 years ago, for an average of 4.83 hours between messages
recent messages
dateReversed sort columnprojectcontentlink
55 min agoe
Commit by jihoon :: r67882 elementary/src/lib/ (elm_entry.c elm_entry.h): (link)
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.
#
14:54 todaye
Commit by jihoon :: r67880 elementary/src/lib/ (elm_entry.c elm_entry.h): (link)
Fix return type of elm_entry_input_panel_hide
#
12:17 todaye
Commit by raster :: r67876 elementary/src/lib/elm_genlist.c: (link)
From: Hyoyoung Chang <hyoyoung at gmail dot com>
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.
#
10:17 todaye
Commit by jihoon :: r67875 elementary/src/lib/ (elm_entry.c elm_entry.h): (link)
Add elm_entry_input_panel_show/hide
#
08:15 todaye
Commit by jihoon :: r67869 elementary/src/bin/config.c: (link)
elm/config: remove unused 'cur_selected'
#
07:46 todaye
Commit by raster :: r67867 elementary/data/themes/widgets/panes.edc: (link)
From: Rajeev Ranjan <rajeev dot r at samsung dot com>
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.
#
02:02 todaye
Commit by discomfitor :: r67863 elementary/src/bin/test_panel.c: (link)
panel test is now less retarded and opens much faster
#
15:54 Fridaye
Commit by hermet :: r67823 elementary/src/lib/elm_widget.c: (link)
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.
#
12:42 Fridaye
Commit by devilhorns :: r67817 elementary/src/lib/elm_win.c: (link)
Elm: Call function to set wayland mouse pointer.
#
12:02 Fridaye
Commit by devilhorns :: r67814 elementary/src/lib/elm_win.c: (link)
Elm: Start on wayland pointer handling code. (draws but not complete
yet).
#
11:59 Fridaye
Commit by devilhorns :: r67813 elementary/data/themes/widgets/pointer.edc: (link)
Elm: Set a min for the wayland mouse pointer.
#
11:35 Fridaye
Commit by devilhorns :: r67812 elementary/data/themes/ (default.edc widgets/pointer.edc): (link)
Elm: Add pointer edc for mouse_pointers of elm wayland client apps.
#
11:34 Fridaye
Commit by devilhorns :: r67811 elementary/data/themes/ (16 files): (link)
Elm: Add pointer images for mouse_pointers when elm apps are wayland
clients.
#
15:34 Thursdaye
Commit by seoz :: r67789 elementary/src/bin/test_index.c: (link)
elm test_index.c: Use more descriptive callback names.
#
17:31 Wednesdaye
Commit by tasn :: r67761 elementary/data/themes/widgets/ (entry.edc label.edc): (link)
Elm entry/label: Added left/right margins to default text themes.
#
12:26 Wednesdaye
Commit by hermet :: r67751 elementary/src/lib/elm_mapbuf.c: (link)
elementary/mapbuf - fixed incorrect relationship
#
11:12 Wednesdaye
Commit by woohyun :: r67749 elementary/src/examples/entry_example.c: (link)
[elementary/entry_example] Change elm_entry_text_filter_append to
elm_entry markup_filter_append.
#
10:47 Wednesdaye
Commit by woohyun :: r67748 elementary/src/lib/elm_entry.c: (link)
[elementar/elm_entry] woops I missed one file.
#
10:47 Wednesdaye
Commit by woohyun :: r67747 elementary/src/ (4 files in 2 dirs): (link)
[elementary/entry] Add elm_entry_markup_filter_append/prepend/remove
and make elm_entry_text_filter_append/prepend/remove be deprecated. In
a filter function appended by elm_entry_text_filter_append, the type of text can
be format, text, or markup. So correct filtering is impossible. But
with elm_entry_markup_filter_append, the type is always markup.
#
05:12 Wednesdaye
Commit by jihoon :: r67745 elementary/src/bin/config.c: (link)
elm/config.c: remove unused local variables
#