platform/upstream/efl.git
12 years ago[Evas] Use the right size for parent smart class on
Gustavo Lima Chaves [Thu, 16 Feb 2012 16:27:21 +0000 (16:27 +0000)]
[Evas] Use the right size for parent smart class on
 inheritance.

SVN revision: 68029

12 years agoElm model: Updated examples.
Tom Hacohen [Thu, 16 Feb 2012 12:37:27 +0000 (12:37 +0000)]
Elm model: Updated examples.

Patch by Yakov.

SVN revision: 68027

12 years agoEdje.h: add @since 1.2 in Edje_Input_Panel_Lang, Edje_Input_panel_Return_Key_Type
Jihoon Kim [Thu, 16 Feb 2012 00:40:56 +0000 (00:40 +0000)]
Edje.h: add @since 1.2 in Edje_Input_Panel_Lang, Edje_Input_panel_Return_Key_Type

Thanks to Vincent about spotting it

SVN revision: 67994

12 years agoecore_imf: add @since 1.2 in Ecore_IMF_Input_Panel_Lang and Ecore_IMF_Input_Panel_Ret...
Jihoon Kim [Thu, 16 Feb 2012 00:35:14 +0000 (00:35 +0000)]
ecore_imf: add @since 1.2 in Ecore_IMF_Input_Panel_Lang and Ecore_IMF_Input_Panel_Return_Key_Type

Thanks to Vincent about spotting it

SVN revision: 67993

12 years agoDocumentation for all eina model functions.
Jonas M. Gastal [Wed, 15 Feb 2012 18:44:50 +0000 (18:44 +0000)]
Documentation for all eina model functions.

SVN revision: 67992

12 years agomake tasn happier
Gustavo Sverzut Barbieri [Wed, 15 Feb 2012 14:17:16 +0000 (14:17 +0000)]
make tasn happier

SVN revision: 67987

12 years agoreview animal as example for other example files.
Gustavo Sverzut Barbieri [Wed, 15 Feb 2012 14:08:01 +0000 (14:08 +0000)]
review animal as example for other example files.

SVN revision: 67986

12 years agobuild example.
Gustavo Sverzut Barbieri [Wed, 15 Feb 2012 13:50:43 +0000 (13:50 +0000)]
build example.

SVN revision: 67985

12 years agoedje: forgot to save the information in the file.
Cedric BAIL [Wed, 15 Feb 2012 13:45:56 +0000 (13:45 +0000)]
edje: forgot to save the information in the file.

SVN revision: 67984

12 years agoedje/edje_entry:
Jihoon Kim [Wed, 15 Feb 2012 08:21:11 +0000 (08:21 +0000)]
edje/edje_entry:
add edje_object_part_text_input_panel_language_set/get
    edje_object_part_text_input_panel_imdata_set/get
    edje_object_part_text_input_panel_return_key_type_set/get
    edje_object_part_text_input_panel_return_key_disabled_set/get

SVN revision: 67966

12 years agoEina model: Added an advanced inheritance + interface example.
Tom Hacohen [Wed, 15 Feb 2012 08:18:47 +0000 (08:18 +0000)]
Eina model: Added an advanced inheritance + interface example.

SVN revision: 67965

12 years agoedje/entry: remove const from some edje_object_part_text_..._set APIs
Jihoon Kim [Wed, 15 Feb 2012 06:03:00 +0000 (06:03 +0000)]
edje/entry: remove const from some edje_object_part_text_..._set APIs

SVN revision: 67962

12 years agouse correct errno value for error events
Mike Blumenkrantz [Wed, 15 Feb 2012 05:55:28 +0000 (05:55 +0000)]
use correct errno value for error events

SVN revision: 67960

12 years agofinally finish implementing SOCKS5 proxies in ecore-con.
Mike Blumenkrantz [Wed, 15 Feb 2012 05:53:50 +0000 (05:53 +0000)]
finally finish implementing SOCKS5 proxies in ecore-con.
SOCKS5 is different from SOCKS4 in that it supports password authentication mechanisms (GSSAPI is still on the todo) and IPV6, neither of which are possible with SOCKS4

NOTE THAT THE CMDLINE SYNTAX FOR AUTOSOCKSING HAS CHANGED!
 *   ECORE_CON_SOCKS_V4=[user@]server-port:lookup
 *   ECORE_CON_SOCKS_V5=[user@]server-port:lookup

also note that I did not implement autosocksing with password. it's just not safe.

SVN revision: 67959

12 years agoecore_imf: Add ecore_imf APIs to set return key type, disable return key.
Jihoon Kim [Wed, 15 Feb 2012 01:22:28 +0000 (01:22 +0000)]
ecore_imf: Add ecore_imf APIs to set return key type, disable return key.

SVN revision: 67946

12 years agoedje: add EDJE_DUMP_PROGRAMS.
Cedric BAIL [Tue, 14 Feb 2012 18:07:44 +0000 (18:07 +0000)]
edje: add EDJE_DUMP_PROGRAMS.

SVN revision: 67940

12 years agohey cedric.. let's not segv shall we?
Carsten Haitzler [Tue, 14 Feb 2012 15:03:12 +0000 (15:03 +0000)]
hey cedric.. let's not segv shall we?

SVN revision: 67938

12 years agoedje: add broadcast_signal: bool.
Cedric BAIL [Tue, 14 Feb 2012 14:07:39 +0000 (14:07 +0000)]
edje: add broadcast_signal: bool.

This make it possible to completly disable signal broadcasting as this
new behaviour broke Edje 1.0 file. It's also now possible to use the
same group in different part in the same parent group without any issue.

I am tempted to backport this patch to 1.1 branch as it would make it
play nicely with file coming from Edje 1.0.

Another issue that this patch fix is that I did increment the minor version
as we really have add a lot of addition since Edje 1.1 and Edje file build
with trunk may not play well anymore on Edje 1.1.

SVN revision: 67936

12 years agoEdje entry: Fix mis-merge in my previous commit.
Tom Hacohen [Tue, 14 Feb 2012 13:54:44 +0000 (13:54 +0000)]
Edje entry: Fix mis-merge in my previous commit.

Spank spank. :)

SVN revision: 67935

12 years agowhile looking into the infintie loop issue - update regions can become
Carsten Haitzler [Tue, 14 Feb 2012 11:45:23 +0000 (11:45 +0000)]
while looking into the infintie loop issue - update regions can become
a lot in these pathological cases, so limit them to 24 and if > use
bounding box as a single region.

SVN revision: 67917

12 years agoEina model: Fix issues with interface inheritance.
Tom Hacohen [Tue, 14 Feb 2012 09:48:00 +0000 (09:48 +0000)]
Eina model: Fix issues with interface inheritance.

The ptr comparison had issues.
Order of interface overrides was wrong.

SVN revision: 67915

12 years agoEdje entry: Make keybindings work with non-latin keyboard layouts.
Tom Hacohen [Tue, 14 Feb 2012 08:32:23 +0000 (08:32 +0000)]
Edje entry: Make keybindings work with non-latin keyboard layouts.

SVN revision: 67902

12 years agoadd edje_object_part_text_prediction_allow_set/get.
Jihoon Kim [Tue, 14 Feb 2012 02:34:50 +0000 (02:34 +0000)]
add edje_object_part_text_prediction_allow_set/get.
These APIs can be used to set whether prediction feature is allowed or not.

SVN revision: 67889

12 years agoeina_value_stringshare: safer copy, to cope copying user-generated structs.
Gustavo Sverzut Barbieri [Mon, 13 Feb 2012 16:18:47 +0000 (16:18 +0000)]
eina_value_stringshare: safer copy, to cope copying user-generated structs.

array, list, struct and others set() now copies the values. These
values can be created by user, in this case string is just a stack
object and not a real eina_stringshare.

To cope with it, add the string instead of referencing it. Bit slower,
but nicer behavior.

SVN revision: 67886

12 years agomake rect_t use int's... no overflow. yay!
Carsten Haitzler [Mon, 13 Feb 2012 14:37:41 +0000 (14:37 +0000)]
make rect_t use int's... no overflow. yay!

SVN revision: 67884

12 years agoadd edje_object_part_text_imf_context_reset that will use for reseting the input...
Jihoon Kim [Mon, 13 Feb 2012 11:40:55 +0000 (11:40 +0000)]
add edje_object_part_text_imf_context_reset that will use for reseting the input method context

SVN revision: 67881

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Mon, 13 Feb 2012 11:25:23 +0000 (11:25 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] evas - preventing retard mouse event
process in evas_object_event_callback_call

I made a small patch to prevent retard mouse event process.
At certain circumstance (like as genlist select callback + naviframe
item push),
some events are repeat processed.

If some evas_objects're iterating in evas_event_feed_mouse_up and
mouse_out event's emitted by other interrupt(such as naviframe item
push),
then some evas_objects events are multiple processed by
evas_object_event_callback_call.

More elaborating it with a example.
There are a genlist and a multibuttonentry on genlist item.
When a user clicks multibuttonentry then evas will process mouse down
and up.
in evas_event_feed_mouse_up, it gets evas object list to process mouse
events.
Then in the evas object list, there are two evas objects - rect and
textblock.
Two objects have its own parents.

the rect has below parents.
----------------------------------------
edje  - genlist item
elm_genlist_pan
edje
multibuttonentry
box
entry
els_scroller  (0x2a601788)
rect                                      <== the rect

the textblock has below parents.
----------------------------------------------
edje - genlist item
elm_genlist_pan
edje
multibuttonentry
box
entry
els_scroller(0x2a601788)
edje
elm_pan
edje
textblock                           <== the textblock

(note : two evas object have same parent (els_scroller))

So normally mouse up callbacks event propagates to its own parent.
the rect is processed to genlist item. and the textblock is processed
to genlist item.
but when els_scroller is processed, it's blocked by checking event
type and event id checking.

Mouse Up(rect) ->  Mouse Up(textblock)
event_id (3)      ->   event_id (3)

evas_object_event_callback_call(Evas_Object *obj, Evas_Callback_Type
type, void *event_info, int event_id)
{
   ...
      if ((obj->delete_me) || (!obj->layer)) return;
         if ((obj->last_event == event_id) &&
                (obj->last_event_type == type)) return;
                     <=== blocked

                     However if naviframe item is pushed in the middle
of mouse up processing.
It can break into mouse up. So it's processed like below.

Mouse Up(rect) -> Mouse Out(rect) -> Mouse Out(textblock) -> Mouse
Up(textblock)
event_id (3)      -> event_id(4)         -> event_id(4)
-> event_id(3)
(note Mouse_Out is made by naviframe item push for event freezing)

If that, there's no mechanism to block that repeat processing same
event.
So I suggest this patch.
This patch blocks old events if there's no reason to process.
(It blocks old mouse_up event because mouse_out is processed.)

And I think it also clear the bug in
"[E-devel] event repetition with elm_naviframe/elm_genlist"

SVN revision: 67879

12 years agoscim_immodule: improve maintenability
Jihoon Kim [Mon, 13 Feb 2012 10:55:26 +0000 (10:55 +0000)]
scim_immodule: improve maintenability

SVN revision: 67878

12 years agoeio: fix a doc typo.
Cedric BAIL [Mon, 13 Feb 2012 09:06:28 +0000 (09:06 +0000)]
eio: fix a doc typo.

SVN revision: 67877

12 years agoFrom: 윤정현 <jh0506.yun@samsung.com>
윤정현 [Mon, 13 Feb 2012 06:49:30 +0000 (06:49 +0000)]
From: 윤정현 <jh0506.yun@samsung.com>
Subject: Re: [E-devel] [Patch] ecore_ipc - remove potential risk in
ecore_ipc_shutdown

I found a problem this infinite loop case.

If server is deleted, then ECORE_IPC_EVENT_SERVER_DEL callback
function will be called in client side.
It will happen infinite loop in ecore_ipc_shutdown if
ecore_ipc_shutdown called in this ECORE_IPC_EVENT_SERVER_DEL callback
function.

For example,
server_del_handler =
ecore_event_handler_add(ECORE_IPC_EVENT_SERVER_DEL, _server_del_cb, NULL);
static Eina_Bool
_server_del_cb(void *data, int type, void *event)
{
   ecore_ipc_shutdown();
   return EINA_TRUE;
 }

If server is deleted,
1. _ecore_ipc_event_server_del : svr->event_count++
2. _server_del_cb : ecore_ipc_shutdown called
3. ecore_ipc_shutdown : while (servers) ecore_ipc_server_del(eina_list_data_get(servers))
4. ecore_ipc_server_del : can't eina_list_remove(servers, svr) because event_count != 0
5. infinite loop

I think this while code is very dangerous whether user miss or not.
I modified EINA_LIST_FOREACH_SAFE instead of EINA_LIST_FOREACH refer
to ecore_con.
Please review this patch.

SVN revision: 67874

12 years agoAdd edje_object_part_text_input_panel_show/hide.
Jihoon Kim [Mon, 13 Feb 2012 06:34:47 +0000 (06:34 +0000)]
Add edje_object_part_text_input_panel_show/hide.
These APIs can be used in input panel manual control mode.

SVN revision: 67873

12 years agoevas/gl_common - set line color with draw context.
ChunEon Park [Mon, 13 Feb 2012 05:05:59 +0000 (05:05 +0000)]
evas/gl_common - set line color with draw context.

SVN revision: 67870

12 years agoedje_util.c: remove wrong return
Jihoon Kim [Mon, 13 Feb 2012 04:19:38 +0000 (04:19 +0000)]
edje_util.c: remove wrong return

SVN revision: 67868

12 years agoscim_immodule: set cursor location even though only client_window is provided without...
Jihoon Kim [Sun, 12 Feb 2012 11:00:48 +0000 (11:00 +0000)]
scim_immodule: set cursor location even though only client_window is provided without evas (ecore_imf_context_client_canvas_set)

SVN revision: 67852

12 years agoimprove documentation of eina model and value.
Gustavo Sverzut Barbieri [Sat, 11 Feb 2012 18:04:32 +0000 (18:04 +0000)]
improve documentation of eina model and value.

SVN revision: 67851

12 years agomodel: add helper for common pattern
Gustavo Sverzut Barbieri [Sat, 11 Feb 2012 00:48:42 +0000 (00:48 +0000)]
model: add helper for common pattern

SVN revision: 67845

12 years agoone day I'll be less stupid...
Gustavo Sverzut Barbieri [Sat, 11 Feb 2012 00:42:00 +0000 (00:42 +0000)]
one day I'll be less stupid...

... or one day we'll move to git so I can rewrite stupid commits :-D

SVN revision: 67844

12 years agoeina_value: break usage, but makes it more uniform and correct.
Gustavo Sverzut Barbieri [Sat, 11 Feb 2012 00:34:25 +0000 (00:34 +0000)]
eina_value: break usage, but makes it more uniform and correct.

I did a bad decision to steal memory for Array, List, Hash and Struct
types, it was nice to not have to copy it internally, but breaks when
one needs to set a new value that was set elsewhere. What did not
happen with string, integers and other basic types.

This was exposed by Raphael Kubo using eina_model_property_set() with
complex types (Array, List and Hash) and it was not possible to
correctly set such properties.

Now it's all set, but the behavior changed and the memory is not
stolen and released anymore. Test eina_test_value.c was changed to
reflect it.

SVN revision: 67843

12 years agovalue: be safer on reset of existing values.
Gustavo Sverzut Barbieri [Fri, 10 Feb 2012 22:03:48 +0000 (22:03 +0000)]
value: be safer on reset of existing values.

if user get and then set the same value, we should not crash and this
may happen with previous code as the old
string/array/value/list... were released, then you ended with the
released memory still being pointed.

SVN revision: 67841

12 years agovalue: just setup on new memory!
Gustavo Sverzut Barbieri [Fri, 10 Feb 2012 21:43:55 +0000 (21:43 +0000)]
value: just setup on new memory!

We should not flush and then setup the memory, instead we leave
vset/pset functions do their own stuff to clean previous data, if any.

SVN revision: 67840

12 years agovalue: allow multiple flush.
Gustavo Sverzut Barbieri [Fri, 10 Feb 2012 21:34:28 +0000 (21:34 +0000)]
value: allow multiple flush.

multiple flush may happen when handling errors. May be used in some cases.

SVN revision: 67839

12 years agoeina_value: fix convert to string on empty/null cases.
Gustavo Sverzut Barbieri [Fri, 10 Feb 2012 21:18:59 +0000 (21:18 +0000)]
eina_value: fix convert to string on empty/null cases.

SVN revision: 67838

12 years agofix test leaks
Gustavo Sverzut Barbieri [Fri, 10 Feb 2012 20:39:27 +0000 (20:39 +0000)]
fix test leaks

SVN revision: 67836

12 years agoeina_value_hash: must free hash value after it's flushed.
Gustavo Sverzut Barbieri [Fri, 10 Feb 2012 20:39:07 +0000 (20:39 +0000)]
eina_value_hash: must free hash value after it's flushed.

SVN revision: 67835

12 years agofix memleak in test suite.
Gustavo Sverzut Barbieri [Fri, 10 Feb 2012 20:38:28 +0000 (20:38 +0000)]
fix memleak in test suite.

SVN revision: 67834

12 years agofix breakage from r67537 with alias inheriting or somesuch
Mike Blumenkrantz [Fri, 10 Feb 2012 20:34:18 +0000 (20:34 +0000)]
fix breakage from r67537 with alias inheriting or somesuch

SVN revision: 67833

12 years agoAnother example for eina_model.
Jonas M. Gastal [Fri, 10 Feb 2012 17:18:10 +0000 (17:18 +0000)]
Another example for eina_model.

Patch by: "Jonas M. Gastal" <jgastal@profusion.mobi>

SVN revision: 67832

12 years agoedje: told you old man ! broadcasting message to all groups was a bad idea.
Cedric BAIL [Fri, 10 Feb 2012 16:49:58 +0000 (16:49 +0000)]
edje: told you old man ! broadcasting message to all groups was a bad idea.

This patch try to prevent the broadcasting of targeted message. This should minimize
the problem generated on edje sub GROUP that didn't expect to see that much message
coming to them. It just a minimization of the problem, as message that don't target
explicitly a part are still propagated and can still break your edje usage from 1.0
to 1.1 version.

SVN revision: 67830

12 years agoeet: add support for statistique.
Cedric BAIL [Fri, 10 Feb 2012 15:30:33 +0000 (15:30 +0000)]
eet: add support for statistique.

SVN revision: 67829

12 years agoevas/evas_events - do not call the up event when obj is freezed and removed useless...
ChunEon Park [Fri, 10 Feb 2012 13:39:15 +0000 (13:39 +0000)]
evas/evas_events - do not call the up event when obj is freezed and removed useless codes.

SVN revision: 67828

12 years agoEcore_Evas_Cocoa: fix header include name.
Rafael Fonseca [Fri, 10 Feb 2012 13:27:46 +0000 (13:27 +0000)]
Ecore_Evas_Cocoa: fix header include name.

SVN revision: 67825

12 years agothanks vincent.
Gustavo Sverzut Barbieri [Fri, 10 Feb 2012 11:03:18 +0000 (11:03 +0000)]
thanks vincent.

I just did that mistake to see if you were paying attention... /me liar! :-)

SVN revision: 67822

12 years agoeina_model: add xref/xunref, xrefs_get and models_usage_dump!
Gustavo Sverzut Barbieri [Fri, 10 Feb 2012 10:48:39 +0000 (10:48 +0000)]
eina_model: add xref/xunref, xrefs_get and models_usage_dump!

Let's try to help debug by allowing extended reference management that
takes in account an identifier. This identifier is accounted on xref
and xunref and must match.

xrefs_get will return the list of such references, for debugging purposes.

eina_models_list_get() was added to return all live models, just
tracked when EINA_MODEL_DEBUG is enabled.

eina_models_usage_dump() was added and use the same infrastructure as
eina_models_list_get() and eina_model_xrefs_get() to aid debugging :-)

SVN revision: 67821

12 years agoEcore: Add ChangeLog entries for new ecore_evas_wayland function.
Christopher Michael [Fri, 10 Feb 2012 10:37:28 +0000 (10:37 +0000)]
Ecore: Add ChangeLog entries for new ecore_evas_wayland function.

SVN revision: 67820

12 years agoEcore_Evas (wayland): Disable logfn's (again) :( Remove extra parens.
Christopher Michael [Fri, 10 Feb 2012 10:36:21 +0000 (10:36 +0000)]
Ecore_Evas (wayland): Disable logfn's (again) :( Remove extra parens.

SVN revision: 67819

12 years agoadd missing shutdown
Gustavo Sverzut Barbieri [Fri, 10 Feb 2012 10:34:19 +0000 (10:34 +0000)]
add missing shutdown

SVN revision: 67818

12 years agoEcore_Evas: Add functions for setting wayland mouse pointer (used from
Christopher Michael [Fri, 10 Feb 2012 09:16:29 +0000 (09:16 +0000)]
Ecore_Evas: Add functions for setting wayland mouse pointer (used from
elm wayland clients).

SVN revision: 67816

12 years agoscim_immmodule: Provide compose, string in key down/up event in case of scim-input...
Jihoon Kim [Fri, 10 Feb 2012 00:03:25 +0000 (00:03 +0000)]
scim_immmodule: Provide compose, string in key down/up event in case of scim-input-pad.

SVN revision: 67801

12 years agoremove @EINA_CPPFLAGS@ from remaining Makefile.am
Gustavo Sverzut Barbieri [Thu, 9 Feb 2012 21:42:50 +0000 (21:42 +0000)]
remove @EINA_CPPFLAGS@ from remaining Makefile.am

Thanks to Tommy[D] for spotting the problem!

SVN revision: 67799

12 years agoadd Jonas to authors.
Gustavo Sverzut Barbieri [Thu, 9 Feb 2012 20:26:00 +0000 (20:26 +0000)]
add Jonas to authors.

He worked previously with documentation, now is helping me with
Eina_Model and will keep adding some examples and fixes here and
there.

SVN revision: 67798

12 years agoMore documentation for eina_model.
Jonas M. Gastal [Thu, 9 Feb 2012 19:13:54 +0000 (19:13 +0000)]
More documentation for eina_model.

Patch by: "Jonas M. Gastal" <jgastal@profusion.mobi>

SVN revision: 67797

12 years agoeina_model: rename all "search" to "criteria_match"
Gustavo Sverzut Barbieri [Thu, 9 Feb 2012 16:29:50 +0000 (16:29 +0000)]
eina_model: rename all "search" to "criteria_match"

SVN revision: 67796

12 years agoeina_model: helper function to setup subclass during runtime.
Gustavo Sverzut Barbieri [Thu, 9 Feb 2012 16:20:16 +0000 (16:20 +0000)]
eina_model: helper function to setup subclass during runtime.

SVN revision: 67795

12 years agoEina examples: Formatted model example a bit.
Tom Hacohen [Thu, 9 Feb 2012 12:29:56 +0000 (12:29 +0000)]
Eina examples: Formatted model example a bit.

SVN revision: 67791

12 years agoEvas textblock: Better handle visible formats.
Tom Hacohen [Thu, 9 Feb 2012 12:21:18 +0000 (12:21 +0000)]
Evas textblock: Better handle visible formats.

Fixed a crash. Thanks WooHyun for making me fix it now. :)

SVN revision: 67790

12 years agoEina model: Made i_method_resolve a macro (for interface as well)
Tom Hacohen [Thu, 9 Feb 2012 10:32:14 +0000 (10:32 +0000)]
Eina model: Made i_method_resolve a macro (for interface as well)

Same as the previous commit about "Type" this time about Interface.
This will also hopefully remove the likelihood for hacks.
Previous functions are still available as method_offset_resolve.

SVN revision: 67786

12 years agoeet: add support for GnuTLS 3.x
Cedric BAIL [Thu, 9 Feb 2012 10:30:04 +0000 (10:30 +0000)]
eet: add support for GnuTLS 3.x

SVN revision: 67785

12 years agoEvas jpeg loader: Fixed a couple of compilation warnings.
Tom Hacohen [Thu, 9 Feb 2012 10:21:17 +0000 (10:21 +0000)]
Evas jpeg loader: Fixed a couple of compilation warnings.

There are a couple more *important* warnings. The switch case at line 564
does not cover all options.

SVN revision: 67784

12 years agoEcore_Wl: Add function in header.
Christopher Michael [Thu, 9 Feb 2012 08:16:45 +0000 (08:16 +0000)]
Ecore_Wl: Add function in header.

SVN revision: 67782

12 years agoEcore_Wl: Also send mouse move before sending mouse down/up. Add some
Christopher Michael [Thu, 9 Feb 2012 08:15:10 +0000 (08:15 +0000)]
Ecore_Wl: Also send mouse move before sending mouse down/up. Add some
missing Logfn's. Add handler to free the mouse_move event when we're
done with it. Add a function to retrieve the 'last mouse button down
time' (needed for fixing surface move).

SVN revision: 67781

12 years agoEcore_Evas (Wayland): Fix getting double mouse events for the wayland
Christopher Michael [Thu, 9 Feb 2012 08:12:39 +0000 (08:12 +0000)]
Ecore_Evas (Wayland): Fix getting double mouse events for the wayland
engines.

NB: Fixes elementary momentum scrolling.

SVN revision: 67780

12 years agoecore_imf_context.c: fix formatting
Jihoon Kim [Thu, 9 Feb 2012 03:53:03 +0000 (03:53 +0000)]
ecore_imf_context.c: fix formatting

SVN revision: 67779

12 years agohmm no - we shouldnt delete here.. we just find it in the active image
Carsten Haitzler [Thu, 9 Feb 2012 03:50:10 +0000 (03:50 +0000)]
hmm no - we shouldnt delete here.. we just find it in the active image
hash. as such the image is dirtied and thus removed from this hash
anyway so it doesnt need deleting.

SVN revision: 67778

12 years agoadd new curl function to news
Mike Blumenkrantz [Thu, 9 Feb 2012 00:50:38 +0000 (00:50 +0000)]
add new curl function to news

SVN revision: 67777

12 years agoeina_sched: fix rt priority drop
Lucas De Marchi [Thu, 9 Feb 2012 00:06:14 +0000 (00:06 +0000)]
eina_sched: fix rt priority drop

Thanks to cedric for noticing this bug. Priority in userspace are in the
opposite order as in kernel space.

SVN revision: 67776

12 years ago@SVN revision: 67759
Mike Blumenkrantz [Wed, 8 Feb 2012 22:58:07 +0000 (22:58 +0000)]
@SVN revision: 67759

SVN revision: 67774

12 years agoSVN revision: 67759
Mike Blumenkrantz [Wed, 8 Feb 2012 21:25:45 +0000 (21:25 +0000)]
SVN revision: 67759
SPANK SPANK SPANK RASTER

SVN revision: 67772

12 years agoEcore tests: Disable ecore_x tests in the meanwhile.
Tom Hacohen [Wed, 8 Feb 2012 16:50:04 +0000 (16:50 +0000)]
Ecore tests: Disable ecore_x tests in the meanwhile.

They are currently useless and just cause buildbot to complain.

SVN revision: 67768

12 years agoEina model: Added an eina model example for inheritance.
Tom Hacohen [Wed, 8 Feb 2012 16:39:19 +0000 (16:39 +0000)]
Eina model: Added an eina model example for inheritance.

Patch by Yakov Goldberg.

SVN revision: 67767

12 years agoedje: fix build with EDJE_PROGRAM_CACHE
Cedric BAIL [Wed, 8 Feb 2012 16:05:44 +0000 (16:05 +0000)]
edje: fix build with EDJE_PROGRAM_CACHE

SVN revision: 67766

12 years agoEina model: Made _method_resolve a macro to remove the need for offsetof.
Tom Hacohen [Wed, 8 Feb 2012 15:37:07 +0000 (15:37 +0000)]
Eina model: Made _method_resolve a macro to remove the need for offsetof.

This will also hopefully remove the likelihood for hacks.
Previous functions are still available as method_offset_resolve.

SVN revision: 67765

12 years agoeina_model: correctly retrieve the memory from value.
Gustavo Sverzut Barbieri [Wed, 8 Feb 2012 15:13:25 +0000 (15:13 +0000)]
eina_model: correctly retrieve the memory from value.

val->value.ptr is just valid on 64bits platforms, as on 32bits both
pointers of the Eina_Value_Struct fits in the 8bytes of val->value.buf.

Always use the function to correctly retrieve it.

SVN revision: 67764

12 years agoedje: filter means, we can't change any state when we check for match. Delay, we...
Cedric BAIL [Wed, 8 Feb 2012 14:41:21 +0000 (14:41 +0000)]
edje: filter means, we can't change any state when we check for match. Delay, we should.

SVN revision: 67763

12 years agoedje: don't update edje calc cache state when only one direction was computed.
Cedric BAIL [Wed, 8 Feb 2012 14:20:29 +0000 (14:20 +0000)]
edje: don't update edje calc cache state when only one direction was computed.

SVN revision: 67762

12 years agoadd ecore_con_url_http_version_set() to be able to specify request
Carsten Haitzler [Wed, 8 Feb 2012 13:25:08 +0000 (13:25 +0000)]
add ecore_con_url_http_version_set() to be able to specify request
version

SVN revision: 67759

12 years agosome more debug for surfs
Carsten Haitzler [Wed, 8 Feb 2012 12:25:50 +0000 (12:25 +0000)]
some more debug for surfs

SVN revision: 67758

12 years agoadd some definable surf debug code... and STORE allocated size on
Carsten Haitzler [Wed, 8 Feb 2012 12:08:41 +0000 (12:08 +0000)]
add some definable surf debug code... and STORE allocated size on
alloc so cache doesnt overfill!!!!!!!!!!!!!!!

SVN revision: 67757

12 years agorevert cedricism's. this just creates an infintie evas_image_entry leak.
Carsten Haitzler [Wed, 8 Feb 2012 11:22:09 +0000 (11:22 +0000)]
revert cedricism's. this just creates an infintie evas_image_entry leak.

SVN revision: 67755

12 years agolet's link to the right libs for wayland shm eh?
Carsten Haitzler [Wed, 8 Feb 2012 11:21:05 +0000 (11:21 +0000)]
let's link to the right libs for wayland shm eh?

SVN revision: 67754

12 years agoEina model: Fix another issue with the method resolve functios.
Tom Hacohen [Tue, 7 Feb 2012 13:24:27 +0000 (13:24 +0000)]
Eina model: Fix another issue with the method resolve functios.

Make it possible to resolve foo (the last item).
struct _My_Object_Type
{
   Eina_Model_Type parent_class;
   ...
   void (*foo)(Eina_Model *, int);
};

SVN revision: 67733

12 years agoEina Model: Fix wrong error checking in the method resolve functions.
Tom Hacohen [Tue, 7 Feb 2012 13:17:13 +0000 (13:17 +0000)]
Eina Model: Fix wrong error checking in the method resolve functions.

This enables resolving method foo...
struct _My_Object_Type
{
   Eina_Model_Type parent;
   void (*foo)(Eina_Model *, int);
   ...
}

SVN revision: 67732

12 years agoSupport ecore_imf_context_input_panel_show/hide in SCIM module
Jihoon Kim [Tue, 7 Feb 2012 10:30:57 +0000 (10:30 +0000)]
Support ecore_imf_context_input_panel_show/hide in SCIM module

SVN revision: 67728

12 years agoecore_imf_xim: Support ecore_imf_context_input_panel_show/hide in XIM module.
Jihoon Kim [Tue, 7 Feb 2012 10:10:23 +0000 (10:10 +0000)]
ecore_imf_xim: Support ecore_imf_context_input_panel_show/hide in XIM module.

SVN revision: 67727

12 years ago[edje] Modified Changlog and Edje.h. Thanks Vincent :)
WooHyun Jung [Tue, 7 Feb 2012 09:42:18 +0000 (09:42 +0000)]
[edje] Modified Changlog and Edje.h. Thanks Vincent :)

SVN revision: 67726

12 years ago[edje/markup_filter] update Changelog and NEWS
WooHyun Jung [Tue, 7 Feb 2012 08:52:30 +0000 (08:52 +0000)]
[edje/markup_filter] update Changelog and NEWS

SVN revision: 67725

12 years ago[edje/markup filter] Add new API, edje_object_markup_filter_callback_add. When using
WooHyun Jung [Tue, 7 Feb 2012 08:49:56 +0000 (08:49 +0000)]
[edje/markup filter] Add new API, edje_object_markup_filter_callback_add. When using
edje_object_text_insert_filter_callback_add, a filter function
should check the type(format, text, or markup) of text for correct
filtering. But in markup filter function(added by new API), text is
always markup so no need to check the type of text.

SVN revision: 67724

12 years agoEcore_IMF.h: fix wrong documentation about Ecore_IMF_Preedit_Attr
Jihoon Kim [Tue, 7 Feb 2012 02:30:36 +0000 (02:30 +0000)]
Ecore_IMF.h: fix wrong documentation about Ecore_IMF_Preedit_Attr

SVN revision: 67723

12 years agoecore_imf: Add Ecore_IMF function to set or get the input panel-specific data
Jihoon Kim [Mon, 6 Feb 2012 09:46:38 +0000 (09:46 +0000)]
ecore_imf: Add Ecore_IMF function to set or get the input panel-specific data

SVN revision: 67711

12 years agoecore_imf : Set ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL as default layout in ecore_imf_co...
Jihoon Kim [Mon, 6 Feb 2012 08:05:58 +0000 (08:05 +0000)]
ecore_imf : Set ECORE_IMF_INPUT_PANEL_LAYOUT_NORMAL as default layout in ecore_imf_context_add.

SVN revision: 67710

12 years agoEcore_IMF.h : describe Ecore_IMF_Callback_Type, Ecore_IMF_Autocapital_Type, and Ecore...
Jihoon Kim [Mon, 6 Feb 2012 05:10:18 +0000 (05:10 +0000)]
Ecore_IMF.h : describe Ecore_IMF_Callback_Type, Ecore_IMF_Autocapital_Type, and Ecore_IMF_Preedit_Attr in more detail

SVN revision: 67709