platform/upstream/elementary.git
12 years ago[elm] Bug fixing on scroller.
Gustavo Lima Chaves [Tue, 10 Jul 2012 21:40:30 +0000 (21:40 +0000)]
[elm] Bug fixing on scroller.

We had an inconsistency of two missing getters, that would "leak" API
deprecation on specialized scrollers (scrollables). Putting them in
for good now.

SVN revision: 73540

12 years agoupdate all versions in @sincs, README's and configure.ac's etc. to
Carsten Haitzler [Mon, 9 Jul 2012 10:20:21 +0000 (10:20 +0000)]
update all versions in @sincs, README's and configure.ac's etc. to
reflect a unified release version, for now 1.6.99.

SVN revision: 73498

12 years agoupdate elm po's
Carsten Haitzler [Mon, 9 Jul 2012 10:18:46 +0000 (10:18 +0000)]
update elm po's

SVN revision: 73496

12 years agoThe more panel should be changed when the theme is changed.
Jaehwan Kim [Mon, 9 Jul 2012 05:22:25 +0000 (05:22 +0000)]
The more panel should be changed when the theme is changed.

SVN revision: 73483

12 years agoThe visible signal should be called when it is reloaded in _theme_hook_item.
Jaehwan Kim [Mon, 9 Jul 2012 05:11:05 +0000 (05:11 +0000)]
The visible signal should be called when it is reloaded in _theme_hook_item.

SVN revision: 73482

12 years agoElm smart/pan: Check obj != NULL before fetching smart data.
Tom Hacohen [Sun, 8 Jul 2012 10:31:34 +0000 (10:31 +0000)]
Elm smart/pan: Check obj != NULL before fetching smart data.

Patch by Daniel Zaoui.

SVN revision: 73464

12 years agoslider popup outside widget mode. backwards-compatible too. :)
Carsten Haitzler [Sat, 7 Jul 2012 09:44:52 +0000 (09:44 +0000)]
slider popup outside widget mode. backwards-compatible too. :)

i know - freeze is on. last thing going into elm. only because i
rejected the patch at the last minute and it was small enough to do
now.

SVN revision: 73450

12 years agoelementary/clock - [E-devel] [PATCH] elementary_test:clock couldn't be maxmised
ChunEon Park [Sat, 7 Jul 2012 08:49:21 +0000 (08:49 +0000)]
elementary/clock - [E-devel] [PATCH] elementary_test:clock couldn't be maxmised

patched by Juan Zhao<juan.j.zhao@linux.intel.com>

also fixed the test to more optimized.

SVN revision: 73448

12 years agoelementary/general - also here a comment for the future.
ChunEon Park [Sat, 7 Jul 2012 06:34:16 +0000 (06:34 +0000)]
elementary/general - also here a comment for the future.

SVN revision: 73446

12 years agoelementary/general - just added a comment
ChunEon Park [Sat, 7 Jul 2012 06:27:18 +0000 (06:27 +0000)]
elementary/general - just added a comment

SVN revision: 73444

12 years agoformatting consistency++
Carsten Haitzler [Sat, 7 Jul 2012 03:50:59 +0000 (03:50 +0000)]
formatting consistency++

SVN revision: 73439

12 years ago[elm] Porting 73388 back to new scrolling infra.
Gustavo Lima Chaves [Fri, 6 Jul 2012 17:04:48 +0000 (17:04 +0000)]
[elm] Porting 73388 back to new scrolling infra.

SVN revision: 73423

12 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Fri, 6 Jul 2012 07:08:16 +0000 (07:08 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [patch][elementary] diskselector, duplicate icon
for rounded item

minor fix to diskselector to repeat icons right.

The diskselector has round mode which can be set by
elm_diskselector_round_enabled_set().
In case of round mode is enabled, the icon does not display properly
because diskselector replace the icon for the additional items - not copy
and paste. To enable round mode, diskselector adds over/under itmes(additional
itmes) by using normal mode items. So there is a icon to set two places in
diskselector. But diskselector does not duplicate the icon.. this makes item
without icon but there should be.. I'm not sure the best way to duplicate icon.

SVN revision: 73397

12 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Fri, 6 Jul 2012 04:03:21 +0000 (04:03 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: Re: [E-devel] [Patch][layout] select layout in access mode

I revised the patch which has the way to get the state of
accessibility now. elm_layout_edje_object_can_access_set/get().

SVN revision: 73393

12 years ago[els scroller] add debug code to measure smoothness of scroller
Jiyoun Park [Fri, 6 Jul 2012 01:59:57 +0000 (01:59 +0000)]
[els scroller] add debug code to measure smoothness of scroller
it count standard deviation of scroll velocity
and modify smooth algorithm

SVN revision: 73388

12 years ago[elm] Fix bad theming on new layout widgets.
Gustavo Lima Chaves [Thu, 5 Jul 2012 21:07:15 +0000 (21:07 +0000)]
[elm] Fix bad theming on new layout widgets.

SVN revision: 73381

12 years ago[elm] Fix code duplication on list porting.
Gustavo Lima Chaves [Thu, 5 Jul 2012 19:49:54 +0000 (19:49 +0000)]
[elm] Fix code duplication on list porting.

SVN revision: 73379

12 years ago[elm] Updating inheritance diagram images. Enjoy.
Gustavo Lima Chaves [Thu, 5 Jul 2012 19:27:23 +0000 (19:27 +0000)]
[elm] Updating inheritance diagram images. Enjoy.

SVN revision: 73378

12 years ago[elm] Fix widget inheritance images generation.
Gustavo Lima Chaves [Thu, 5 Jul 2012 19:23:31 +0000 (19:23 +0000)]
[elm] Fix widget inheritance images generation.

Making interfaces to be displayed nicely both on overall tree and
individual widget trees.

SVN revision: 73377

12 years agoElementary: add test exposing issue on list with ELM_OBJECT_SELECT_MODE_ALWAYS
Bruno Dilly [Thu, 5 Jul 2012 19:00:21 +0000 (19:00 +0000)]
Elementary: add test exposing issue on list with ELM_OBJECT_SELECT_MODE_ALWAYS

Items callbacks are called twice.

Going to investigate that, since it is breaking ephysics_test.

SVN revision: 73375

12 years ago[elm] I hate to have to keep this list, but...
Gustavo Lima Chaves [Thu, 5 Jul 2012 14:51:56 +0000 (14:51 +0000)]
[elm] I hate to have to keep this list, but...

Patch by: Gustavo Lima Chaves <glima@profusion.mobi>

SVN revision: 73362

12 years ago[elm] Fix missing initializer on base smart class.
Gustavo Lima Chaves [Thu, 5 Jul 2012 14:37:18 +0000 (14:37 +0000)]
[elm] Fix missing initializer on base smart class.

Please explain this new access virtual.

Patch by: Gustavo Lima Chaves <glima@profusion.mobi>

SVN revision: 73359

12 years agoElm entry: Fixed issues with deferred entry inserts and immediate text get.
Tom Hacohen [Thu, 5 Jul 2012 13:32:19 +0000 (13:32 +0000)]
Elm entry: Fixed issues with deferred entry inserts and immediate text get.

Thanks to yoz for reporting this.

SVN revision: 73346

12 years agoadd dpi get func in elm.
Carsten Haitzler [Thu, 5 Jul 2012 12:59:06 +0000 (12:59 +0000)]
add dpi get func in elm.

SVN revision: 73342

12 years agosomeone change... bdilly 72499. bad! iterators are not safe for
Carsten Haitzler [Thu, 5 Jul 2012 09:36:07 +0000 (09:36 +0000)]
someone change... bdilly 72499. bad! iterators are not safe for
deletions of hashes if u iterate over what u are deleting!

SVN revision: 73335

12 years agofix several elm+fb related issues and add a feature.
Carsten Haitzler [Thu, 5 Jul 2012 09:23:38 +0000 (09:23 +0000)]
fix several elm+fb related issues and add a feature.

SVN revision: 73334

12 years ago[elm] Elm photocam on scrollable iface, now.
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:43:29 +0000 (21:43 +0000)]
[elm] Elm photocam on scrollable iface, now.

SVN revision: 73311

12 years ago[elm] Elm list is now a SCROLLABLE layout.
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:43:05 +0000 (21:43 +0000)]
[elm] Elm list is now a SCROLLABLE layout.

This means it inherits from the layout class and implements the
scrollable interface.

SVN revision: 73310

12 years ago[elm] Scroller widget now on scrollable interface.
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:42:35 +0000 (21:42 +0000)]
[elm] Scroller widget now on scrollable interface.

Its API will be the the common one on ALL scrollable widgets, too.
Any scrollable widget having a function behaviour clashing with one of
the elm_scroller_* will be marked as DEPRECATED from now on.

SVN revision: 73309

12 years ago[elm] Taking interfaces into consideration on widget tree images creation.
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:41:38 +0000 (21:41 +0000)]
[elm] Taking interfaces into consideration on widget tree images creation.

It will assume the scrollable one only, for now (for brevity), but
that can be extended later.

SVN revision: 73308

12 years ago[elm] New scrollable interface in.
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:41:01 +0000 (21:41 +0000)]
[elm] New scrollable interface in.

This is meant to be used for all widgets implementing scrolling views.
An Elementary interface adds a given behaviour to whichever widget,
from any class.

SVN revision: 73307

12 years ago[elm] These intricate scrolling hooks will be the
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:36:50 +0000 (21:36 +0000)]
[elm] These intricate scrolling hooks will be the
 last to be evaluated.

Porting of the basic scrolling infra to an interface will happenfirst, as well as the scrolling widgets porting.

Patch by: Gustavo Lima Chaves <glima@profusion.mobi>

SVN revision: 73306

12 years agoElementary: Update documentation for progressbar example
Daniel Willmann [Tue, 3 Jul 2012 16:28:06 +0000 (16:28 +0000)]
Elementary: Update documentation for progressbar example

Explanation of the format function and changed callback.

Patch by: Daniel Willmann <d.willmann@samsung.com>

SVN revision: 73244

12 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Tue, 3 Jul 2012 12:09:34 +0000 (12:09 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [Patch][elm_widget] access hook

Real time setting would be necessary in case of running applications
which
have elm_layout or elm_widget_item.
If the access mode does not care of this, running applications should
restart. The attached for this. Please review the patch and give any
feedbacks. Thanks.

SVN revision: 73229

12 years agoFrom: Minseok Kim <minseok3.kim@samsung.com>
Minseok Kim [Tue, 3 Jul 2012 11:22:46 +0000 (11:22 +0000)]
From: Minseok Kim <minseok3.kim@samsung.com>
Subject: [E-devel] [E-deve] [Patch] Add new apis for editable set/get
in multibuttonentry

Typically multibuttonentry is used as a composer.
But sometimes, Multibuttonentry can be used as a viewer.
Currently there is no way to use multibuttonentry as non-editable
viewer.
So I added new APIs which are elm_multibuttonentry_editable_set/get().
If editable is true, entry in multibuttonentry is activated and user can
compose item by pressing the return key.
If not, entry is hidden and muttibuttonentry works as a non-editable
viewer.

SVN revision: 73223

12 years agoElm glayer: Fixed longtap.
Tom Hacohen [Tue, 3 Jul 2012 05:24:03 +0000 (05:24 +0000)]
Elm glayer: Fixed longtap.

Thanks to raster for spotting this.

SVN revision: 73187

12 years agoelementary: initialize emotion when necessary.
Cedric BAIL [Tue, 3 Jul 2012 02:13:42 +0000 (02:13 +0000)]
elementary: initialize emotion when necessary.

SVN revision: 73180

12 years agoelementary: add since keyword to the signal documentation
Michael BOUCHAUD [Mon, 2 Jul 2012 09:20:27 +0000 (09:20 +0000)]
elementary: add since keyword to the signal documentation

SVN revision: 73140

12 years agofix elm_segment_control to not abuse user's data for items.
Gustavo Sverzut Barbieri [Mon, 2 Jul 2012 01:39:10 +0000 (01:39 +0000)]
fix elm_segment_control to not abuse user's data for items.

SVN revision: 73118

12 years agosafety for elm_object_item_widget_get().
Gustavo Sverzut Barbieri [Mon, 2 Jul 2012 01:38:21 +0000 (01:38 +0000)]
safety for elm_object_item_widget_get().

SVN revision: 73117

12 years agotest segment control callback
Gustavo Sverzut Barbieri [Mon, 2 Jul 2012 00:43:26 +0000 (00:43 +0000)]
test segment control callback

SVN revision: 73116

12 years agoelm config.c: Fixed elementary_config naviframe wrong push sequence.
Daniel Juyung Seo [Sun, 1 Jul 2012 07:18:39 +0000 (07:18 +0000)]
elm config.c: Fixed elementary_config naviframe wrong push sequence.

SVN revision: 73091

12 years agoelm config: Refactoring. Use EVAS_HINT_EXPAND macro for weight 1.0.
Daniel Juyung Seo [Sun, 1 Jul 2012 07:18:37 +0000 (07:18 +0000)]
elm config: Refactoring. Use EVAS_HINT_EXPAND macro for weight 1.0.

SVN revision: 73090

12 years agoelm test_scroller.c: Refactored scroller sample. Use frame for options.
Daniel Juyung Seo [Sun, 1 Jul 2012 07:18:33 +0000 (07:18 +0000)]
elm test_scroller.c: Refactored scroller sample. Use frame for options.

SVN revision: 73089

12 years agoelm test_scroller.c: Fixed formatting.
Daniel Juyung Seo [Sun, 1 Jul 2012 07:18:26 +0000 (07:18 +0000)]
elm test_scroller.c: Fixed formatting.

SVN revision: 73088

12 years agoFrom: Artem Popov <artem.popov@samsung.com>
Artem Popov [Sat, 30 Jun 2012 06:45:31 +0000 (06:45 +0000)]
From: Artem Popov <artem.popov@samsung.com>
Subject: [E-devel] [Patch] Added new style for hoversel (hoversel_horizontal)

Problem:

   Ticket #838 (new Bug). Items appear without background on a
horiz-hoversel.
   Just add: elm_hoversel_horizontal_set(bt, EINA_TRUE); to the first
hoversel
   added in test_hoversel.c then try to open it.

   Items appear without black background.

SVN revision: 73078

12 years agoFrom: Artem Popov <artem.popov@samsung.com>
Artem Popov [Sat, 30 Jun 2012 06:42:18 +0000 (06:42 +0000)]
From: Artem Popov <artem.popov@samsung.com>
Subject: [E-devel] [Patch] Patch for test case for panel widget
(genlist expand automatically)

Problem:

   In test case for panel widget genlist not expand automatically

   Commit log:

   Added patch for test case for panel widget (genlist expand
automatically).

SVN revision: 73077

12 years agoFrom: Artem Popov <artem.popov@samsung.com>
Artem Popov [Sat, 30 Jun 2012 06:40:06 +0000 (06:40 +0000)]
From: Artem Popov <artem.popov@samsung.com>
Subject: [E-devel]  [Patch] Patch for normal scaling in elm_panel.c
widget

Problem:

   Ticket #656 (new Bug) . The whole test window size will just grow
larger and
   larger on each _theme_hook called.

   Easy to reproduce: 1. Open elementary_test's panel test 2. Do
something that
   issues a theme_hook (change scale etc)

SVN revision: 73076

12 years agochangelog to match new access highlight stuff.
Carsten Haitzler [Sat, 30 Jun 2012 06:22:45 +0000 (06:22 +0000)]
changelog to match new access highlight stuff.

SVN revision: 73075

12 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Sat, 30 Jun 2012 06:21:14 +0000 (06:21 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: [E-devel] [Patch][elementary] elm_access, use widget_item in
focus chain

It has been possible to use widget_item in access mode. The mouse-in
event
makes the widget_item speak.
But focus chain is not useful in access mode, because the widget_item
cannot get the focus as the edje object.
The accessibility highlight will move by keeping the attached patch
and you
can hear the sound of widget item information.
Please review the patch and give some feedbacks. There would be further
works such as dynamic setting focus next hook,
the previous _elm_access_list_register();, but please keep this first if
there is no big trouble. I'll do those also. Thanks.

SVN revision: 73074

12 years agoFrom: Kim Shinwoo <kimcinoo.efl@gmail.com>
Kim Shinwoo [Sat, 30 Jun 2012 06:01:25 +0000 (06:01 +0000)]
From: Kim Shinwoo <kimcinoo.efl@gmail.com>
Subject: Re: [E-devel] [Patch][elementary] elm_cofig, setting
accessibility mode

SVN revision: 73073

12 years agoelementary: Example documentation fixes
Bruno Dilly [Fri, 29 Jun 2012 18:47:37 +0000 (18:47 +0000)]
elementary: Example documentation fixes

By Daniel Willmann <d.willmann@samsung.com>

SVN revision: 73049

12 years agooops forgot part of previous toolbar style patch. in!
Carsten Haitzler [Fri, 29 Jun 2012 12:28:08 +0000 (12:28 +0000)]
oops forgot part of previous toolbar style patch. in!

SVN revision: 73035

12 years agoadd meaningful test of freeze/hold pish/pop to scroller test.
Carsten Haitzler [Fri, 29 Jun 2012 10:53:36 +0000 (10:53 +0000)]
add meaningful test of freeze/hold pish/pop to scroller test.

SVN revision: 73031

12 years agoFrom: Artem Popov <artem.popov@samsung.com>
Artem Popov [Fri, 29 Jun 2012 10:03:27 +0000 (10:03 +0000)]
From: Artem Popov <artem.popov@samsung.com>
Subject: [E-devel] Fwd:  [Patch] elm_toolbar add signals patch.

For new style of toolbar (align icon and text to center of item) are
necessary some signals ("elm,state,text,visible",
"elm,state,text,hidden", "elm,state,icon,visible",
"elm,state,icon,hidden")

 New style for toolbar, where icon and text are align to center of item.

SVN revision: 73028

12 years ago[elm] Forgotten elm icon function to deprecate in favor of an image one.
Gustavo Lima Chaves [Thu, 28 Jun 2012 18:40:35 +0000 (18:40 +0000)]
[elm] Forgotten elm icon function to deprecate in favor of an image one.

SVN revision: 73017

12 years agoelementary: add an example for progressbar signal 'changed'. From Daniel Willmann...
Michael BOUCHAUD [Thu, 28 Jun 2012 09:13:05 +0000 (09:13 +0000)]
elementary: add an example for progressbar signal 'changed'. From Daniel Willmann, thx !

SVN revision: 72987

12 years agoElementary: fix deprecated functions on elm examples
Daniel Willmann [Wed, 27 Jun 2012 18:09:12 +0000 (18:09 +0000)]
Elementary: fix deprecated functions on elm examples

It seems that the elementary examples still use some deprecated functions,
most notably elm_icon_* that has been replaced by elm_image_*.
This patch fixes that.

Patch by: Daniel Willmann <d.willmann@samsung.com>

SVN revision: 72958

12 years agoelm ChangeLog: oops I missed ChangeLog for r72910.
Daniel Juyung Seo [Wed, 27 Jun 2012 03:27:22 +0000 (03:27 +0000)]
elm ChangeLog: oops I missed ChangeLog for r72910.

SVN revision: 72912

12 years agoelm genlist: Fixed homogeneous mode bug with ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY...
Daniel Juyung Seo [Wed, 27 Jun 2012 03:23:52 +0000 (03:23 +0000)]
elm genlist: Fixed homogeneous mode bug with ELM_OBJECT_SELECT_MODE_DISPLAY_ONLY item. Now it calculates display only item size correctly.

SVN revision: 72910

12 years agoelm test_genlist.c: Add homogeneous mode for genlist group test case.
Daniel Juyung Seo [Wed, 27 Jun 2012 03:23:48 +0000 (03:23 +0000)]
elm test_genlist.c: Add homogeneous mode for genlist group test case.

SVN revision: 72909

12 years agoElm glayer: Filter out the duplicate multi* events.
Tom Hacohen [Wed, 27 Jun 2012 00:27:18 +0000 (00:27 +0000)]
Elm glayer: Filter out the duplicate multi* events.

One should either listen to mouse events and filter the corrosponding multi
events, or listen only to multi events. We chose the former, so we should
handle it correctly.

SVN revision: 72905

12 years ago[elm] Unb0rk flip selector.
Gustavo Lima Chaves [Tue, 26 Jun 2012 14:28:59 +0000 (14:28 +0000)]
[elm] Unb0rk flip selector.
Patch by me and Ingvaldur Sigurjonsson (thanks for working on the
issue exactly when I tackled it :)).

SVN revision: 72885

12 years agoelementary: use Edje to enable accessibility on TEXTBLOCK.
Cedric BAIL [Tue, 26 Jun 2012 05:54:45 +0000 (05:54 +0000)]
elementary: use Edje to enable accessibility on TEXTBLOCK.

Patch by Kim Shinwoo <kimcinoo.efl@gmail.com>.

SVN revision: 72841

12 years agoelementary: I think this needs some fixing. fileselector, select the wrong dir
Michael BOUCHAUD [Tue, 26 Jun 2012 00:10:15 +0000 (00:10 +0000)]
elementary: I think this needs some fixing. fileselector, select the wrong dir

SVN revision: 72834

12 years agoelm ChangeLog: Updated ChangeLog for r72591
Daniel Juyung Seo [Mon, 25 Jun 2012 11:29:35 +0000 (11:29 +0000)]
elm ChangeLog: Updated ChangeLog for r72591

SVN revision: 72801

12 years agoimprove cnp to tell you when you lost a selection and track obj
Carsten Haitzler [Mon, 25 Jun 2012 11:16:25 +0000 (11:16 +0000)]
improve cnp to tell you when you lost a selection and track obj
deletions.

SVN revision: 72798

12 years agoSorry, Fix build conflict.
Jaehwan Kim [Mon, 25 Jun 2012 08:50:11 +0000 (08:50 +0000)]
Sorry, Fix build conflict.

SVN revision: 72792

12 years agoelm genlist: Fixed tree expand bug. Check item type when an item is
Daniel Juyung Seo [Mon, 25 Jun 2012 08:42:26 +0000 (08:42 +0000)]
elm genlist: Fixed tree expand bug. Check item type when an item is
requested to be expanded/contracted.

SVN revision: 72790

12 years agoIn case a user sets min-value of the item, the toolbar shouldn't set the min-value...
Jaehwan Kim [Mon, 25 Jun 2012 08:33:15 +0000 (08:33 +0000)]
In case a user sets min-value of the item, the toolbar shouldn't set the min-value to the number which is smaller than it.

SVN revision: 72788

12 years agoelementary: Add to the progressbar widget a changed signal to be emitted when the...
Michael BOUCHAUD [Fri, 22 Jun 2012 22:45:13 +0000 (22:45 +0000)]
elementary: Add to the progressbar widget a changed signal to be emitted when the value is changed. Patch from Daniel Willmann. Thx

SVN revision: 72709

12 years agooops, unb0rk compat layer.
Gustavo Sverzut Barbieri [Thu, 21 Jun 2012 23:37:49 +0000 (23:37 +0000)]
oops, unb0rk compat layer.

glima was on d0rgs...

SVN revision: 72678

12 years agoElm gengrid: (void *) and substraction don't play nicely together.
Tom Hacohen [Thu, 21 Jun 2012 11:55:19 +0000 (11:55 +0000)]
Elm gengrid: (void *) and substraction don't play nicely together.

SVN revision: 72594

12 years agoelm genlist: Fixed a bug with decorate all mode + tree effect. Delete tree effect...
Daniel Juyung Seo [Thu, 21 Jun 2012 10:56:15 +0000 (10:56 +0000)]
elm genlist: Fixed a bug with decorate all mode + tree effect. Delete tree effect animator and set the effect mode to none when decorate all mode is set.

SVN revision: 72591

12 years agoelm test_genlist.c: Fixed last test case.
Daniel Juyung Seo [Thu, 21 Jun 2012 10:56:12 +0000 (10:56 +0000)]
elm test_genlist.c: Fixed last test case.

SVN revision: 72590

12 years agoelementary/ctxpopup - removed unused style
ChunEon Park [Thu, 21 Jun 2012 09:02:31 +0000 (09:02 +0000)]
elementary/ctxpopup - removed unused style

SVN revision: 72581

12 years agoelm genlist.edc: Oops. I missed elm.swallow.pad alias for tree depth.
Daniel Juyung Seo [Thu, 21 Jun 2012 08:44:28 +0000 (08:44 +0000)]
elm genlist.edc: Oops. I missed elm.swallow.pad alias for tree depth.

SVN revision: 72579

12 years agoelm test_genlist.c: Use proper item style for tree effect.
Daniel Juyung Seo [Thu, 21 Jun 2012 08:36:35 +0000 (08:36 +0000)]
elm test_genlist.c: Use proper item style for tree effect.

SVN revision: 72578

12 years agoelm genlist.edc: Added new genlist item style for normal item with tree effect, ...
Daniel Juyung Seo [Thu, 21 Jun 2012 08:36:32 +0000 (08:36 +0000)]
elm genlist.edc: Added new genlist item style for normal item with tree effect, 'elm/genlist/item/tree_effect/default'.

SVN revision: 72577

12 years agoelm genlist.edc: Fixed formatting.
Daniel Juyung Seo [Thu, 21 Jun 2012 08:36:29 +0000 (08:36 +0000)]
elm genlist.edc: Fixed formatting.

SVN revision: 72576

12 years agoelm genlist: Fixed formatting.
Daniel Juyung Seo [Thu, 21 Jun 2012 08:36:21 +0000 (08:36 +0000)]
elm genlist: Fixed formatting.

SVN revision: 72575

12 years agoelm test_genlist.c: Added more test case for genlist, 'Genlist Tree and Decorate...
Daniel Juyung Seo [Thu, 21 Jun 2012 07:48:00 +0000 (07:48 +0000)]
elm test_genlist.c: Added more test case for genlist, 'Genlist Tree and Decorate All Mode'. I found a couple of genlist bugs with this test case.

SVN revision: 72570

12 years agoelm genlist.edc: Enable tree expand with decorate all mode.
Daniel Juyung Seo [Thu, 21 Jun 2012 07:47:53 +0000 (07:47 +0000)]
elm genlist.edc: Enable tree expand with decorate all mode.

SVN revision: 72569

12 years agofix break that stopped notificationsf rom sliding.
Carsten Haitzler [Thu, 21 Jun 2012 03:53:15 +0000 (03:53 +0000)]
fix break that stopped notificationsf rom sliding.

SVN revision: 72560

12 years agoadjust buttons to not pad do much - good for desktops.
Carsten Haitzler [Thu, 21 Jun 2012 03:51:00 +0000 (03:51 +0000)]
adjust buttons to not pad do much - good for desktops.

SVN revision: 72559

12 years agoElm:
Vincent Torri [Wed, 20 Jun 2012 06:10:31 +0000 (06:10 +0000)]
Elm:

The datetime module has unnecessary lines.
The datetime resets ctxpopup parent in ctxpopup parent resize callback.

But ctxpopup has its own callback for the parent resize.
In this callback, ctxpopup hides itself. then, ctxpopup recalculates its
parent size when ctxpopup shows itself.

So the parent resize callback in the datetime is not necessary.
Then, please review the patch and give some feedbacks. Thanks.

Patch by Shinwoo Kim.

SVN revision: 72518

12 years agoCNP is completely broken -- note where it should be fixed.
Gustavo Sverzut Barbieri [Tue, 19 Jun 2012 23:33:57 +0000 (23:33 +0000)]
CNP is completely broken -- note where it should be fixed.

come on... I'd rather remove this crap than keep it like that. :-(

SVN revision: 72507

12 years agoelementary: revert commit 72459. Please see commit 72197, it's the same functionality
Daniel Willmann [Tue, 19 Jun 2012 22:53:46 +0000 (22:53 +0000)]
elementary: revert commit 72459. Please see commit 72197, it's the same functionality
revert ->
Log:
From: Daniel Willmann <d.willmann@samsung.com>
 Subject: Re: [E-devel] [PATCH] elementary: Add
 elm_progressbar_maxunit_{set, get} functions

 Some more discussion in IRC led to the conclusion that this should be a
 handled in a signal callback I've attached the new patch where I also
 updated the progress bar example.

Author:       raster
Date:         2012-06-19 02:26:29 -0700 (Tue, 19 Jun 2012)
New Revision: 72459

SVN revision: 72506

12 years agoEAPI elm_drag and elm_drop so I can use them from terminology.
Gustavo Sverzut Barbieri [Tue, 19 Jun 2012 20:17:46 +0000 (20:17 +0000)]
EAPI elm_drag and elm_drop so I can use them from terminology.

SVN revision: 72505

12 years agoElm: module unloading
Bruno Dilly [Tue, 19 Jun 2012 18:24:17 +0000 (18:24 +0000)]
Elm: module unloading

Implements the module unloading to all modules on elm_module_shutdown.
This change also fixes a memory leak within elm_module picked by valgrind.

Here follows the valgrind log:

96 bytes in 1 blocks are definitely lost in loss record 105 of 168
    at 0x4C29DB4: calloc (
            in /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
            by 0x52065B6: _elm_module_add (elm_module.c:223)
            by 0x520669E: _elm_module_parse (elm_module.c:77)
            by 0x51F1249: elm_quicklaunch_sub_init (elm_main.c:437)
            by 0x51F12BE: elm_init (elm_main.c:180)

Patch by Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 72499

12 years agoElm: fix the widget event callback freeing
Bruno Dilly [Tue, 19 Jun 2012 18:20:38 +0000 (18:20 +0000)]
Elm: fix the widget event callback freeing

Removes the event callback list within _smart_del. The current
implementation does not care about the node data resulting on
memory leaks.

Here follows the valgrind log:

16 bytes in 1 blocks are definitely lost in loss record 11 of 168
at 0x4C29DB4: calloc (in
        /usr/lib/valgrind/vgpreload_memcheck-amd64-linux.so)
        by 0x522EC34: elm_widget_event_callback_add (elm_widget.c:1996)
        by 0x5A7AA2B: _edje_emit_handle (edje_program.c:1322)
        by 0x5A766B6: _edje_message_queue_process (edje_message_queue.c:764)
        by 0x5A76856: _edje_job (edje_message_queue.c:160)
        by 0x628C02A: _ecore_job_event_handler (ecore_job.c:115)
        by 0x6288C1F: _ecore_event_call (ecore_private.h:319)
        by 0x628D09B: _ecore_main_loop_iterate_internal (ecore_main.c:1814)
        by 0x628D566: ecore_main_loop_begin (ecore_main.c:931)
        by 0x4023B0: elm_main (test.c:198)

Patch by Leandro Dorileo <dorileo@profusion.mobi>

SVN revision: 72498

12 years agoelementary: Fix typo preventing examples to be compiled
Daniel Willmann [Tue, 19 Jun 2012 18:03:40 +0000 (18:03 +0000)]
elementary: Fix typo preventing examples to be compiled

Just a quick fix. Seems like this was not compile tested.

Regards,
Signed-off-by: Daniel Willmann <d.willmann@samsung.com>
SVN revision: 72496

12 years ago[elm] Switching in slideshow with no transition effect
Gustavo Lima Chaves [Tue, 19 Jun 2012 16:31:30 +0000 (16:31 +0000)]
[elm] Switching in slideshow with no transition effect
Patch by Rajeev Ranjan <rajeev.r@samsung.com>.

SVN revision: 72492

12 years agoelementary/genlist: remove unused codes
Hyoyoung Chang [Tue, 19 Jun 2012 14:51:38 +0000 (14:51 +0000)]
elementary/genlist: remove unused codes

SVN revision: 72485

12 years agoelementary/multibuttonentry: add focus handling at clicked,
Minseok Kim [Tue, 19 Jun 2012 14:48:05 +0000 (14:48 +0000)]
elementary/multibuttonentry: add focus handling at clicked,
 and remove box region show.

Signed-off-by: Minseok Kim <minseok3.kim@samsung.com>
SVN revision: 72484

12 years agoblank--
Carsten Haitzler [Tue, 19 Jun 2012 09:31:56 +0000 (09:31 +0000)]
blank--

SVN revision: 72460

12 years agoFrom: Daniel Willmann <d.willmann@samsung.com>
Daniel Willmann [Tue, 19 Jun 2012 09:26:29 +0000 (09:26 +0000)]
From: Daniel Willmann <d.willmann@samsung.com>
Subject: Re: [E-devel] [PATCH] elementary: Add
elm_progressbar_maxunit_{set, get} functions

Some more discussion in IRC led to the conclusion that this should be a
handled in a signal callback I've attached the new patch where I also
updated the progress bar example.

SVN revision: 72459

12 years agoadjust slider units image to not overlap text.
Carsten Haitzler [Tue, 19 Jun 2012 08:29:58 +0000 (08:29 +0000)]
adjust slider units image to not overlap text.

SVN revision: 72457

12 years agoElm: add missing @since.
Vincent Torri [Tue, 19 Jun 2012 05:07:29 +0000 (05:07 +0000)]
Elm: add missing @since.

SVN revision: 72436

12 years agoplease also add @since in newly typedef, struct, enum etc...
Vincent Torri [Tue, 19 Jun 2012 04:50:11 +0000 (04:50 +0000)]
please also add @since in newly typedef, struct, enum etc...

SVN revision: 72435