platform/upstream/elementary.git
11 years agoclean up changelog.
Carsten Haitzler [Mon, 3 Sep 2012 07:22:28 +0000 (07:22 +0000)]
clean up changelog.

SVN revision: 75957

11 years agoadd signal rotation and indicator mode change.
Jiyoun Park [Mon, 3 Sep 2012 06:55:07 +0000 (06:55 +0000)]
add signal rotation and indicator mode change.
child elms can know indicator mod change and rotation change

SVN revision: 75955

11 years agoElementary: (elm_flip) Not much point in fetching the Z values here if we are not
Christopher Michael [Mon, 3 Sep 2012 06:32:40 +0000 (06:32 +0000)]
Elementary: (elm_flip) Not much point in fetching the Z values here if we are not
going to use them.

SVN revision: 75953

11 years agoelm genlist: Fixed wrong reorder animation. Patch by Bluezery <ohpowel@gmail.com>
Daniel Juyung Seo [Mon, 3 Sep 2012 06:20:47 +0000 (06:20 +0000)]
elm genlist: Fixed wrong reorder animation. Patch by Bluezery <ohpowel@gmail.com>

On Fri, Aug 31, 2012 at 8:50 PM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> Sometimes reorder animation ended incorrectly
> You can test & see the problem when background color is black and
> genlist item color is white.
> I made the added value for animation as difference between old item
> position and new item position if difference is below predefined dy.
> (y = diff, if diff < dy) So item position can be finally new item
> position at last.
> Please review this patch.
>
> Thanks

SVN revision: 75950

11 years agoElementary: Fix ticket #1376: Titlebar respondes to gestures in
Christopher Michael [Mon, 3 Sep 2012 06:08:52 +0000 (06:08 +0000)]
Elementary: Fix ticket #1376: Titlebar respondes to gestures in
Gesture Layer 2.

SVN revision: 75948

11 years agoThis is minor fix (typo, nuance) for genlist documentation.
Jonas M. Gastal [Fri, 31 Aug 2012 12:54:53 +0000 (12:54 +0000)]
This is minor fix (typo, nuance) for genlist documentation.

Author: Bluezery <ohpowel@gmail.com>

SVN revision: 75922

11 years agoElementary: Patch from Alex Wu <zhiwen.wu@linux.intel.com> to fix
Christopher Michael [Fri, 31 Aug 2012 09:27:22 +0000 (09:27 +0000)]
Elementary: Patch from Alex Wu <zhiwen.wu@linux.intel.com> to fix
glview tests in Wayland:

If the preferred engine set to "opengl_x11" and we actully run on
"wayland_egl" engine, the elm_win_add will eventully use "Software FB"
engine, and no chance to use the correct engine.

Don't set the preference but let the _elm_config to determine the right
engine.

SVN revision: 75921

11 years agoElementary: Make entry compile again when using Wayland.
Christopher Michael [Fri, 31 Aug 2012 06:20:58 +0000 (06:20 +0000)]
Elementary: Make entry compile again when using Wayland.

NB: Hmmm, not sure if this got into the 1.7 release or not. Perhaps
needs to be backported ?

SVN revision: 75917

11 years ago[elm] The state of elm_check is now changed by mouse click event. Not
WooHyun Jung [Fri, 31 Aug 2012 06:17:33 +0000 (06:17 +0000)]
[elm] The state of elm_check is now changed by mouse click event. Not
by mouse UP event.

SVN revision: 75916

11 years agoelm ChangeLog: for 75887
Daniel Juyung Seo [Fri, 31 Aug 2012 04:17:57 +0000 (04:17 +0000)]
elm ChangeLog: for 75887

SVN revision: 75913

11 years ago[elm] NEWS, Changelog and @since for my residual
Gustavo Lima Chaves [Thu, 30 Aug 2012 23:19:05 +0000 (23:19 +0000)]
[elm] NEWS, Changelog and @since for my residual
 porting work.

SVN revision: 75908

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Thu, 30 Aug 2012 16:50:44 +0000 (16:50 +0000)]
updating portuguese and italian translations

SVN revision: 75907

11 years ago[elm] Remove text on compat transition.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:47:31 +0000 (16:47 +0000)]
[elm] Remove text on compat transition.

SVN revision: 75906

11 years ago[elm] Keeping the on_show_region hook, as this is
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:47:23 +0000 (16:47 +0000)]
[elm] Keeping the on_show_region hook, as this is
 hard to unhookify.

SVN revision: 75905

11 years ago[elm] Rework focus_region and on_focus_region
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:47:16 +0000 (16:47 +0000)]
[elm] Rework focus_region and on_focus_region
 hooks.

The former is now issued for all scrollables, with the behavior it had
before, and the latter is a new virtual base function, with a default
implementation leading to values matching the old case where one
didn't implement the hook.

Please help me test if everything is OK -- it seems so, here.

SVN revision: 75904

11 years ago[elm] Put some order on elm_widget.c.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:47:10 +0000 (16:47 +0000)]
[elm] Put some order on elm_widget.c.

SVN revision: 75903

11 years ago[elm] Bump on elm_priv.h.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:47:05 +0000 (16:47 +0000)]
[elm] Bump on elm_priv.h.

SVN revision: 75902

11 years ago[elm] Bye, bye, compat.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:59 +0000 (16:46 +0000)]
[elm] Bye, bye, compat.

http://www.xmms.org/graphics/Gaylord.Nelson.waves.byebye.jpg

SVN revision: 75901

11 years ago[elm] I guess people never use that 'feature'?
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:52 +0000 (16:46 +0000)]
[elm] I guess people never use that 'feature'?

SVN revision: 75900

11 years ago[elm] Better named function to use here.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:46 +0000 (16:46 +0000)]
[elm] Better named function to use here.

SVN revision: 75899

11 years ago[elm] Panel now a layout (last widget, woo hoo!)
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:40 +0000 (16:46 +0000)]
[elm] Panel now a layout (last widget, woo hoo!)

SVN revision: 75898

11 years ago[elm] Popup now a layout.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:34 +0000 (16:46 +0000)]
[elm] Popup now a layout.

SVN revision: 75897

11 years ago[elm] More safety for box deletion.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:20 +0000 (16:46 +0000)]
[elm] More safety for box deletion.

SVN revision: 75896

11 years ago[elm] Multibuttonentry now a layout.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:46:12 +0000 (16:46 +0000)]
[elm] Multibuttonentry now a layout.

SVN revision: 75895

11 years ago[elm] Dangerous typo--.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:59 +0000 (16:45 +0000)]
[elm] Dangerous typo--.

SVN revision: 75894

11 years ago[elm] Ctxpopup now a layout.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:51 +0000 (16:45 +0000)]
[elm] Ctxpopup now a layout.

SVN revision: 75893

11 years ago[elm] Prepare for removal of last widget using
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:34 +0000 (16:45 +0000)]
[elm] Prepare for removal of last widget using
 internal scrolling smart cbs.

SVN revision: 75892

11 years ago[elm] Filesector entry ported.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:28 +0000 (16:45 +0000)]
[elm] Filesector entry ported.

NB: IMO this should be a child of file selector button, but we'd have
to break its theme for that. Do go we go for that?

SVN revision: 75891

11 years ago[elm] Entry now a scrollable layout.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:15 +0000 (16:45 +0000)]
[elm] Entry now a scrollable layout.

SVN revision: 75890

11 years ago[elm] Toolbar ported.
Gustavo Lima Chaves [Thu, 30 Aug 2012 16:45:00 +0000 (16:45 +0000)]
[elm] Toolbar ported.

SVN revision: 75889

11 years agoelm naviframe: Naviframe's item Subtitle_label deleted in item_free. Patch by Shilpa...
Daniel Juyung Seo [Thu, 30 Aug 2012 15:43:14 +0000 (15:43 +0000)]
elm naviframe: Naviframe's item Subtitle_label deleted in item_free. Patch by Shilpa Onkar Singh <shilpa.singh@samsung.com>

SVN revision: 75887

11 years agoelm elc_ctxpopup.c: Code refactoring.
Daniel Juyung Seo [Thu, 30 Aug 2012 15:18:47 +0000 (15:18 +0000)]
elm elc_ctxpopup.c: Code refactoring.

SVN revision: 75885

11 years agoChangeLog: back in time.
Cedric BAIL [Thu, 30 Aug 2012 11:26:00 +0000 (11:26 +0000)]
ChangeLog: back in time.

SVN revision: 75875

11 years agoelm elm_genlist.h: Added more documentation for elm_genlist_homogeneous_set().
Daniel Juyung Seo [Thu, 30 Aug 2012 11:21:34 +0000 (11:21 +0000)]
elm elm_genlist.h: Added more documentation for elm_genlist_homogeneous_set().

SVN revision: 75874

11 years agoChangeLog: state we did a release.
Cedric BAIL [Thu, 30 Aug 2012 10:55:40 +0000 (10:55 +0000)]
ChangeLog: state we did a release.

SVN revision: 75873

11 years agoelementary: fix typo in gengrid thumb theme.
Cedric BAIL [Thu, 30 Aug 2012 10:39:06 +0000 (10:39 +0000)]
elementary: fix typo in gengrid thumb theme.

SVN revision: 75872

11 years agoelm datetime module: Use diskselector 'clicked' smart callback in datetime module.
Daniel Juyung Seo [Thu, 30 Aug 2012 10:38:43 +0000 (10:38 +0000)]
elm datetime module: Use diskselector 'clicked' smart callback in datetime module.

SVN revision: 75871

11 years agoelm diskselector: Added 'clicked' smart callback to diskselector. This is called...
Daniel Juyung Seo [Thu, 30 Aug 2012 10:38:38 +0000 (10:38 +0000)]
elm diskselector: Added 'clicked' smart callback to diskselector. This is called only when user clicks an item.

SVN revision: 75870

11 years agoand up ver to 1.7.99 now in svn. nack to svnrev num at end.
Carsten Haitzler [Thu, 30 Aug 2012 10:34:01 +0000 (10:34 +0000)]
and up ver to 1.7.99 now in svn. nack to svnrev num at end.

SVN revision: 75869

11 years agoupdate po's for elm v1.7.0
Carsten Haitzler [Thu, 30 Aug 2012 09:26:01 +0000 (09:26 +0000)]
update po's for elm

SVN revision: 75857

11 years agoelm diskselector: Fixed wrong icon duplication. Do not duplicate icon if icon is...
Daniel Juyung Seo [Thu, 30 Aug 2012 07:54:18 +0000 (07:54 +0000)]
elm diskselector: Fixed wrong icon duplication. Do not duplicate icon if icon is NULL.
This fixes following error message in diskselector.
   ERR<30865>: elm_icon.c:761 elm_icon_add() safety check failed: parent == NULL

SVN revision: 75847

11 years agoelm elc_popup.h: Fixed typo.
Daniel Juyung Seo [Thu, 30 Aug 2012 07:54:15 +0000 (07:54 +0000)]
elm elc_popup.h: Fixed typo.

SVN revision: 75846

11 years agoelm diskselector.edc: Fixed item/datetime/default style. Now I can see the diskselect...
Daniel Juyung Seo [Thu, 30 Aug 2012 07:54:12 +0000 (07:54 +0000)]
elm diskselector.edc: Fixed item/datetime/default style. Now I can see the diskselector in datetime.

SVN revision: 75845

11 years agoelm diskselector.edc: Added elm,action,clicked to default item style. It was working...
Daniel Juyung Seo [Thu, 30 Aug 2012 07:54:00 +0000 (07:54 +0000)]
elm diskselector.edc: Added elm,action,clicked to default item style. It was working only with datetime/default style before.

SVN revision: 75844

11 years agoelm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector...
Kim Shinwoo [Thu, 30 Aug 2012 03:05:20 +0000 (03:05 +0000)]
elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "From: Kim Shinwoo <kimcinoo.efl@gmail.com>"

This reverts commit 9d6e461366a0eb208d75b0a1fb5c0c822b761c71.

SVN revision: 75836

11 years agoelm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector...
Daniel Juyung Seo [Thu, 30 Aug 2012 03:05:16 +0000 (03:05 +0000)]
elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "and 1.7 not 1.8"

This reverts commit e05fc6782046b9ad9c5125a34a4009f34c10ed68.

SVN revision: 75835

11 years agoelm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector...
Daniel Juyung Seo [Thu, 30 Aug 2012 03:05:13 +0000 (03:05 +0000)]
elm diskselector: Revert diskselector patch derived by Shinwoo Kim's diskselector patch.
That needs to be done in other way.

Revert "oops - forgot to fix the OTHEr auto_select too."

This reverts commit c1e4d5c1e4b2c6d8ae7806c43fafba2ae2ea5080.

SVN revision: 75834

11 years agooops - forgot to fix the OTHEr auto_select too.
Carsten Haitzler [Thu, 30 Aug 2012 00:45:30 +0000 (00:45 +0000)]
oops - forgot to fix the OTHEr auto_select too.

SVN revision: 75833

11 years agoelm list: Do not process _size_hints_changed_cb when list is going to be deleted.
Daniel Juyung Seo [Wed, 29 Aug 2012 23:38:58 +0000 (23:38 +0000)]
elm list: Do not process _size_hints_changed_cb when list is going to be deleted.
This fixes list self deletion bug when evas_object_del(list) is called inside item selected callback.

SVN revision: 75832

11 years agoand 1.7 not 1.8
Carsten Haitzler [Wed, 29 Aug 2012 09:03:15 +0000 (09:03 +0000)]
and 1.7 not 1.8

SVN revision: 75821

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Wed, 29 Aug 2012 09:02:21 +0000 (09:02 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] diskselector - select option,
disabling auto selection. datetime - show even number of items

by default, an diskselector item which is right in the center of
diskselector is selected automatically.
and if the item style emit elm,action,click signal, the item is selected
also.

so there would be a case that item select callback is called by two
ways.
one is clicking the item,
the other is locating item right in the center of diskselector (if
number
of displayed item is odd, then after scrolling the selected callback is
called always).

because of this reason, datetime module always set number of displayed
item
to even number.

to resolve this issue, i add a api to enable or disable default
behavior -
the auto selection - that can be found on the attachment.
moreover the second attachment is for datetime module, now the
datetime can
show even number of items.

SVN revision: 75820

11 years agoElementary: Fix up copy/paste code to work properly with both X11 and
Christopher Michael [Wed, 29 Aug 2012 07:29:21 +0000 (07:29 +0000)]
Elementary: Fix up copy/paste code to work properly with both X11 and
Wayland windows.

Remove x11, wayland, and local bits from cnp init.
Fix up elm_cnp_init to not need an object anymore.
Add missing function prototypes for the wl functions.
Add an init counter for the wl cnp init function so we don't end up
with multiple event handlers.

SVN revision: 75816

11 years agoElementary: Fix selection_has_owner function. Check for valid wl
Christopher Michael [Wed, 29 Aug 2012 07:15:32 +0000 (07:15 +0000)]
Elementary: Fix selection_has_owner function. Check for valid wl
window. Thanks raster ;)

SVN revision: 75813

11 years agofallback for not working strftime for am/pm - based on patch from
Carsten Haitzler [Wed, 29 Aug 2012 07:09:08 +0000 (07:09 +0000)]
fallback for not working strftime for am/pm - based on patch from
rajeev but redone simpler.

SVN revision: 75811

11 years agoElementary: Copy-Paste support for Wayland Engines.
Christopher Michael [Wed, 29 Aug 2012 06:52:48 +0000 (06:52 +0000)]
Elementary: Copy-Paste support for Wayland Engines.

NB: Based on patch from Alex <zhiwen.wu@intel.com>, but cleaned up for
compiler warnings.

SVN revision: 75810

11 years agoelementary/popup,diskselector,naviframe,map - fixed edc to remove warnings
ChunEon Park [Wed, 29 Aug 2012 00:51:09 +0000 (00:51 +0000)]
elementary/popup,diskselector,naviframe,map - fixed edc to remove warnings

SVN revision: 75806

11 years agoelementary/ctxpopup - removed warnings
ChunEon Park [Wed, 29 Aug 2012 00:45:13 +0000 (00:45 +0000)]
elementary/ctxpopup - removed warnings

SVN revision: 75805

11 years agoelementary/hover - added images
ChunEon Park [Wed, 29 Aug 2012 00:42:03 +0000 (00:42 +0000)]
elementary/hover - added images

SVN revision: 75804

11 years agoelementary/naviframe - [E-devel] elc_naviframe: generic parts signals missing bug...
ChunEon Park [Wed, 29 Aug 2012 00:34:13 +0000 (00:34 +0000)]
elementary/naviframe -  [E-devel] elc_naviframe: generic parts signals missing bug fix patch

Hi All,

Please find attached elc_naviframe bug fix patch.
Change description:
Generic text parts and content parts signals not sent hence UI not coming properly issue fixed.

Thanks & Regards
Shilpa Singh

Signed-Off-By: ShilpaOnkar Singh<shilpa.singh@samsung.com>
SVN revision: 75803

11 years agoelm_diskselector: Free r_list in elm_diskselector_clear()
Eduardo de Barros Lima [Tue, 28 Aug 2012 20:20:28 +0000 (20:20 +0000)]
elm_diskselector: Free r_list in elm_diskselector_clear()

List contains garbage at this point and causes SEGV in DiskSelector test

Fixes #1413

SVN revision: 75799

11 years agoYes - i know. Release. Freeze. I put this in as it solves a complaint
Carsten Haitzler [Tue, 28 Aug 2012 10:37:02 +0000 (10:37 +0000)]
Yes - i know. Release. Freeze. I put this in as it solves a complaint
(i guess bug report) about using cpua nd drawing while minimized.

SVN revision: 75776

11 years agoprevent crash when selected item hasn't been assigned a block
Mike Blumenkrantz [Tue, 28 Aug 2012 09:53:35 +0000 (09:53 +0000)]
prevent crash when selected item hasn't been assigned a block

SVN revision: 75771

11 years agofix cnp to only init x11 cnp if window was detected to be x11 elm win
Carsten Haitzler [Tue, 28 Aug 2012 07:49:27 +0000 (07:49 +0000)]
fix cnp to only init x11 cnp if window was detected to be x11 elm win
too. :) oops.

SVN revision: 75759

11 years ago[elm/index] fix indentation
Jihoon Kim [Tue, 28 Aug 2012 04:02:14 +0000 (04:02 +0000)]
[elm/index] fix indentation

SVN revision: 75745

11 years agono this isnt release - this is simply me removing the beta tag so when
Carsten Haitzler [Mon, 27 Aug 2012 10:24:41 +0000 (10:24 +0000)]
no this isnt release - this is simply me removing the beta tag so when
we release it's ready.

SVN revision: 75740

11 years agoupdate @version's
Carsten Haitzler [Mon, 27 Aug 2012 09:51:57 +0000 (09:51 +0000)]
update @version's

SVN revision: 75739

11 years agoelementary/index - [E-devel] [PATCH] elm_index : set it->letter to NULL after eina_st...
ChunEon Park [Mon, 27 Aug 2012 08:23:20 +0000 (08:23 +0000)]
elementary/index - [E-devel] [PATCH] elm_index : set it->letter to NULL after eina_stringshare_del

Hello all,

In elm_index.c, _item_del_pre_hook calls _item_free, where it->letter
is not set to NULL after eina_stringshare_del.
This will cause invalid access later on. The attached patch fixes the
problem, which is reproducible in my code before the fix.
Please check if this makes sense.

I am sorry that I was unable come up with a simple test app to
demonstrate the problem.

Thanks in advance.

Brian

Signed-Off-By:Brian Wang<brian.wang.0721@gmail.com>

SVN revision: 75723

11 years agoelementary - updated po
ChunEon Park [Mon, 27 Aug 2012 08:22:00 +0000 (08:22 +0000)]
elementary - updated po

SVN revision: 75722

11 years agoelementary/segment control - elm_segment_control patch
PRINCE KUMAR DUBEY [Mon, 27 Aug 2012 04:29:31 +0000 (04:29 +0000)]
elementary/segment control - elm_segment_control patch

Hi,

Attachment to the mail is elm_segment_control patch.

Change Log:
1. Generic Text support to segment items.
2. Generic Content support to segment items.

Signed-Off-By: PRINCE KUMAR DUBEY <prince.dubey>@samsung.com>
Thank you,
Prince

SVN revision: 75719

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Sat, 25 Aug 2012 20:03:12 +0000 (20:03 +0000)]
updating portuguese and italian translations

SVN revision: 75701

11 years agoElm: ALIGN is already defined on OpenBSD
Vincent Torri [Fri, 24 Aug 2012 16:23:57 +0000 (16:23 +0000)]
Elm: ALIGN is already defined on OpenBSD

Patch By Maxime Villard

SVN revision: 75684

11 years agooops profile.src had newline! bad! fix!
Carsten Haitzler [Fri, 24 Aug 2012 13:18:50 +0000 (13:18 +0000)]
oops profile.src had newline! bad! fix!

SVN revision: 75660

11 years agoupdating portuguese and italian translations
Massimo Maiurana [Thu, 23 Aug 2012 18:08:44 +0000 (18:08 +0000)]
updating portuguese and italian translations

SVN revision: 75634

11 years agoElm: Fix tickets 1375 (Pictures appear with a bottom border in Gesture
Christopher Michael [Thu, 23 Aug 2012 11:55:33 +0000 (11:55 +0000)]
Elm: Fix tickets 1375 (Pictures appear with a bottom border in Gesture
Layer) and 1380(Top of picture is missing in gesture layer 3).

SVN revision: 75622

11 years agoElm: Fix ticket 1376 (gesture layer test allows events on titlebar).
Christopher Michael [Thu, 23 Aug 2012 11:42:51 +0000 (11:42 +0000)]
Elm: Fix ticket 1376 (gesture layer test allows events on titlebar).

SVN revision: 75620

11 years agoElm: Fix ticket 1363 (Cannot change focus with Shift+Tab when using
Christopher Michael [Thu, 23 Aug 2012 11:27:43 +0000 (11:27 +0000)]
Elm: Fix ticket 1363 (Cannot change focus with Shift+Tab when using
the wayland engines).

The focus handler which traps key events needs to listen for
ISO_Left_Tab also (which is what xkb reports for Shift+Tab).

SVN revision: 75618

11 years agoelm_win: Formatting
Eduardo de Barros Lima [Wed, 22 Aug 2012 19:55:20 +0000 (19:55 +0000)]
elm_win: Formatting

SVN revision: 75558

11 years agoElm: Remove some dead, commented out old code.
Christopher Michael [Wed, 22 Aug 2012 12:48:46 +0000 (12:48 +0000)]
Elm: Remove some dead, commented out old code.

SVN revision: 75547

11 years agoElm: Fix slider popup to account for framespace.
Christopher Michael [Wed, 22 Aug 2012 12:45:44 +0000 (12:45 +0000)]
Elm: Fix slider popup to account for framespace.

NB: This is done because of the way slider handles the popup (indicator).
It is not getting trapped in the evas functions (or rather, the popup
falls through the traps there) so framespace is not accounted on the
popup, resulting in improper popup position when run in wayland.

NB: This is the only widget known to need this.

SVN revision: 75546

11 years agoElm: Fix track_resize_cb to actually resize the popup with the proper
Christopher Michael [Wed, 22 Aug 2012 12:37:21 +0000 (12:37 +0000)]
Elm: Fix track_resize_cb to actually resize the popup with the proper
evas_object_resize call.

Not sure if this was a fat-finger c/p issue, or just plain
blindness/stupidity. How this remained in code for so long
without anybody seeing it is beyond me.

SVN revision: 75544

11 years agoand make plug/socket focus and key input work too! :)
Carsten Haitzler [Wed, 22 Aug 2012 10:09:37 +0000 (10:09 +0000)]
and make plug/socket focus and key input work too! :)

SVN revision: 75535

11 years agomake elm inlined window focus in work and thus key events work. :)
Carsten Haitzler [Wed, 22 Aug 2012 10:02:32 +0000 (10:02 +0000)]
make elm inlined window focus in work and thus key events work. :)

SVN revision: 75534

11 years agoclean up x11 impl a bit more and now add a fairly minimal "local" cnp
Carsten Haitzler [Wed, 22 Aug 2012 09:37:00 +0000 (09:37 +0000)]
clean up x11 impl a bit more and now add a fairly minimal "local" cnp
impl that manages copy & paste within a single process... this is an
example of how to implement cnp for another system and as well covers
fb cnp.. so terminology in fb has cnp work now :)

SVN revision: 75533

11 years agoElm: Better grammar for the Socket test.
Christopher Michael [Wed, 22 Aug 2012 09:31:46 +0000 (09:31 +0000)]
Elm: Better grammar for the Socket test.

SVN revision: 75532

11 years agoElm: Fix window inline test on wayland engines.
Christopher Michael [Wed, 22 Aug 2012 09:21:28 +0000 (09:21 +0000)]
Elm: Fix window inline test on wayland engines.

Fix checks for image object when we have a frame.

SVN revision: 75531

11 years agoElm (tests): Fix more insanely sized windows.
Christopher Michael [Wed, 22 Aug 2012 09:05:16 +0000 (09:05 +0000)]
Elm (tests): Fix more insanely sized windows.

SVN revision: 75528

11 years agoElm (tests): Fix window size.
Christopher Michael [Wed, 22 Aug 2012 08:56:54 +0000 (08:56 +0000)]
Elm (tests): Fix window size.

Really ? 800 pixels tall for a list of just a few items ??

SVN revision: 75527

11 years agoElm: Be sure to set a size for the window.
Christopher Michael [Wed, 22 Aug 2012 08:37:08 +0000 (08:37 +0000)]
Elm: Be sure to set a size for the window.

Previously, if you clicked the icon animation test if would appear to
fail as the window was being created with a 0 size (and never
resized). This just makes sure that the window gets resized to
"something" so that it will actually show up (rather than a user just
blindly clicking the test and wondering why nothing is happening).

SVN revision: 75525

11 years agocore fixup of elm cnp to be able to work regardless ofr display
Carsten Haitzler [Wed, 22 Aug 2012 08:33:43 +0000 (08:33 +0000)]
core fixup of elm cnp to be able to work regardless ofr display
backend and isolate x11 specific stuff in its own fat ifdef and
functions/vars.

SVN revision: 75523

11 years agoElm: Remove unused variable in example (I was tired of seeing the
Christopher Michael [Wed, 22 Aug 2012 06:02:17 +0000 (06:02 +0000)]
Elm: Remove unused variable in example (I was tired of seeing the
compiler message about it) ;)

SVN revision: 75516

11 years agofix toolbar icon size property to actually work as expected.
Carsten Haitzler [Wed, 22 Aug 2012 03:11:23 +0000 (03:11 +0000)]
fix toolbar icon size property to actually work as expected.
fix toolbar select cb to only be callled if select always is on or
item WAS unselected before (as per docs).

SVN revision: 75512

11 years ago[elm] Table oopsie.
Gustavo Lima Chaves [Tue, 21 Aug 2012 22:00:28 +0000 (22:00 +0000)]
[elm] Table oopsie.

SVN revision: 75511

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Tue, 21 Aug 2012 10:08:56 +0000 (10:08 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] segment_control, spinner -
accessibility feature

the attached patch provides accessibility features for segment_control
and spinner.

SVN revision: 75497

11 years agospotted a missing feature not matching with trap stuff. fix.
Carsten Haitzler [Tue, 21 Aug 2012 08:48:47 +0000 (08:48 +0000)]
spotted a missing feature not matching with trap stuff. fix.

SVN revision: 75493

11 years agoelm: Fix division by zero in elm_interface_scroller
Leandro Pereira [Tue, 21 Aug 2012 02:46:17 +0000 (02:46 +0000)]
elm: Fix division by zero in elm_interface_scroller

SVN revision: 75483

11 years ago[elm} Add missing cflags for building edje externals.
Rafael Antognolli [Mon, 20 Aug 2012 21:58:43 +0000 (21:58 +0000)]
[elm} Add missing cflags for building edje externals.

SVN revision: 75470

11 years ago[elm] And I forgot this for elm_web.
Gustavo Lima Chaves [Mon, 20 Aug 2012 16:58:23 +0000 (16:58 +0000)]
[elm] And I forgot this for elm_web.

SVN revision: 75469

11 years ago[elm] Some emergencial elm_web api changes fixes.
Gustavo Lima Chaves [Mon, 20 Aug 2012 14:05:10 +0000 (14:05 +0000)]
[elm] Some emergencial elm_web api changes fixes.

There's one more to go, but that's internal.

SVN revision: 75467

11 years ago[elm] More doc improvements.
Gustavo Lima Chaves [Mon, 20 Aug 2012 14:03:28 +0000 (14:03 +0000)]
[elm] More doc improvements.

SVN revision: 75466

11 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Mon, 20 Aug 2012 08:06:43 +0000 (08:06 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] datetime - accessibility feature

the attached patch is to add accessibility feature to datetime.
unfortunately this patch depends on previous patch (
http://sourceforge.net/mailarchive/forum.php?thread_name=CAP-c0nHQ1z5B07Nb6P7dUQhfZ8tkqnoHvj_ZEJHGZUr6Ki4SiA%40mail.gmail.com&forum_name=enlightenment-devel
)
anyhow, it will be great if i can get your feedback. thanks a lot
always.

SVN revision: 75454