Carsten Haitzler [Tue, 17 Jul 2012 09:03:08 +0000 (09:03 +0000)]
scrollbars got too small in desktop mode. adjust to be bigger.
SVN revision: 73962
Carsten Haitzler [Tue, 17 Jul 2012 08:42:25 +0000 (08:42 +0000)]
hell no. printf. not eina-log. this is test exampels, not debug from
an app. they printf as OUTPUT. alkso u broke build:
/home/raster/C/elm/src/bin/test_genlist.c:2862: undefined reference to
_elm_log_dom'
of course there is no symbol exposed that is an INTERNAL LOG DOMAIN to
elm! it's for elm not for outside.
SVN revision: 73957
Gustavo Lima Chaves [Mon, 16 Jul 2012 21:56:48 +0000 (21:56 +0000)]
[elm] Fix an old bad "fix" for bad code.
This was a PITA to find, fuck.
SVN revision: 73943
Gustavo Lima Chaves [Mon, 16 Jul 2012 21:56:38 +0000 (21:56 +0000)]
[elm] Eina log for tests, starting with genlist.
SVN revision: 73942
Gustavo Lima Chaves [Mon, 16 Jul 2012 21:56:30 +0000 (21:56 +0000)]
[elm] Genlist now a scrollable layout.
The ERRs thrown on the terminal while exiting some tests were already
there -- check that those decorate and stuff modes add lots of NULL
children on lists.
Genlist work exactly as before. All the bugs and feature were kept :)
SVN revision: 73941
Gustavo Lima Chaves [Mon, 16 Jul 2012 21:56:18 +0000 (21:56 +0000)]
[elm] Forgotten cleanups and comments on gengrid.
SVN revision: 73940
Carsten Haitzler [Mon, 16 Jul 2012 09:17:15 +0000 (09:17 +0000)]
chlog to match.
SVN revision: 73914
Carsten Haitzler [Mon, 16 Jul 2012 09:16:30 +0000 (09:16 +0000)]
alas por yorrick... umm errr... alas por html mode copy & paste, we
knew him well. disable because it seems nothing i try requests it
except thunderbird, and thunderbird seems to sumarrily ignore the text
we provide. why - don't know. would have to now dig into thunderbir
src, but suffice to say plaintext is working a charmer, so let's stick
to that.
SVN revision: 73913
Carsten Haitzler [Sat, 14 Jul 2012 09:17:04 +0000 (09:17 +0000)]
fix gesture layer if config happens to have 0 timeouts which causes
misbehavior.
SVN revision: 73842
Daniel Juyung Seo [Thu, 12 Jul 2012 23:22:22 +0000 (23:22 +0000)]
elm test_ctxpopup.c: obj is used. So not __UNUSED__.
SVN revision: 73781
Carsten Haitzler [Thu, 12 Jul 2012 11:11:21 +0000 (11:11 +0000)]
fix Ticket #1122
SVN revision: 73614
ChunEon Park [Thu, 12 Jul 2012 06:19:16 +0000 (06:19 +0000)]
elementary/toolbar -- removed white space
SVN revision: 73598
ChunEon Park [Thu, 12 Jul 2012 06:18:29 +0000 (06:18 +0000)]
elementary/toolbar - --white trailing
SVN revision: 73597
Daniel Juyung Seo [Thu, 12 Jul 2012 04:46:46 +0000 (04:46 +0000)]
elm genlist: Vertical bounce enable value can be changed by
elementary configuration environment. Patch by Bluezery
<ohpowel@gmail.com>
On Thu, Jul 12, 2012 at 1:00 AM, Bluezery <ohpowel@gmail.com> wrote:
> Hello,
>
> Vertical bounce enable value can be changed by elementary
> configuration environment.
> But currently It was always EINA_FALSE. I fix that this value can be
> got from elm_config value.
>
> Please review this patch.
> Thanks
SVN revision: 73596
ChunEon Park [Thu, 12 Jul 2012 04:31:27 +0000 (04:31 +0000)]
elementary/scroller - update exmaple
SVN revision: 73595
Gustavo Sverzut Barbieri [Wed, 11 Jul 2012 14:26:49 +0000 (14:26 +0000)]
pkgconfig now says the pkgdatadir and themes directory.
SVN revision: 73579
Christopher Michael [Wed, 11 Jul 2012 11:53:29 +0000 (11:53 +0000)]
Elm: Commit roberts patch which fixes the unsafe call to
ecore_evas_window_get with a replacement function that checks the
currently used engine first. This fixes a segfault when running elm
with the wayland engines.
SVN revision: 73568
Christopher Michael [Wed, 11 Jul 2012 11:50:44 +0000 (11:50 +0000)]
Elm: Patch from Robert Bradford <robert.bradford@intel.com> to fix
trying to use an invalid X window when running under the Wayland
backend. Replaces the non-safe call to ecore_evas_window_get, with an
_elm_ee_xwin_get function that checks the used engine first. Replace
call to ecore_evas_window_get inside elm_cnp.
SVN revision: 73567
Michael BOUCHAUD [Wed, 11 Jul 2012 10:08:46 +0000 (10:08 +0000)]
elementary: fix vcard cnp, patch from Guillaume PROUVOT. thx!
SVN revision: 73561
Gustavo Lima Chaves [Wed, 11 Jul 2012 01:38:34 +0000 (01:38 +0000)]
[elm] Missing @sinces and stuff, sorry.
SVN revision: 73547
Gustavo Lima Chaves [Tue, 10 Jul 2012 22:16:56 +0000 (22:16 +0000)]
[elm] New class images for gengrid.
SVN revision: 73544
Bruno Dilly [Tue, 10 Jul 2012 21:56:02 +0000 (21:56 +0000)]
Elementary: fix external icon set using standard icons
Everytime a icon not on edje file is used (an standard icon),
an error was printed because it was trying to set it from
edje first.
Now it checks if the group exists on edje first.
SVN revision: 73543
Gustavo Lima Chaves [Tue, 10 Jul 2012 21:47:18 +0000 (21:47 +0000)]
[elm] Gotta hate this list.
SVN revision: 73542
Gustavo Lima Chaves [Tue, 10 Jul 2012 21:40:38 +0000 (21:40 +0000)]
[elm] Gengrid now a scrollable layout.
SVN revision: 73541
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
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
Carsten Haitzler [Mon, 9 Jul 2012 10:18:46 +0000 (10:18 +0000)]
update elm po's
SVN revision: 73496
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
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
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
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
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
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
ChunEon Park [Sat, 7 Jul 2012 06:27:18 +0000 (06:27 +0000)]
elementary/general - just added a comment
SVN revision: 73444
Carsten Haitzler [Sat, 7 Jul 2012 03:50:59 +0000 (03:50 +0000)]
formatting consistency++
SVN revision: 73439
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
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
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
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
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
Gustavo Lima Chaves [Thu, 5 Jul 2012 19:49:54 +0000 (19:49 +0000)]
[elm] Fix code duplication on list porting.
SVN revision: 73379
Gustavo Lima Chaves [Thu, 5 Jul 2012 19:27:23 +0000 (19:27 +0000)]
[elm] Updating inheritance diagram images. Enjoy.
SVN revision: 73378
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
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
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
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
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
Carsten Haitzler [Thu, 5 Jul 2012 12:59:06 +0000 (12:59 +0000)]
add dpi get func in elm.
SVN revision: 73342
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
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
Gustavo Lima Chaves [Wed, 4 Jul 2012 21:43:29 +0000 (21:43 +0000)]
[elm] Elm photocam on scrollable iface, now.
SVN revision: 73311
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
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
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
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
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
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
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
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
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
Cedric BAIL [Tue, 3 Jul 2012 02:13:42 +0000 (02:13 +0000)]
elementary: initialize emotion when necessary.
SVN revision: 73180
Michael BOUCHAUD [Mon, 2 Jul 2012 09:20:27 +0000 (09:20 +0000)]
elementary: add since keyword to the signal documentation
SVN revision: 73140
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
Gustavo Sverzut Barbieri [Mon, 2 Jul 2012 01:38:21 +0000 (01:38 +0000)]
safety for elm_object_item_widget_get().
SVN revision: 73117
Gustavo Sverzut Barbieri [Mon, 2 Jul 2012 00:43:26 +0000 (00:43 +0000)]
test segment control callback
SVN revision: 73116
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
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
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
Daniel Juyung Seo [Sun, 1 Jul 2012 07:18:26 +0000 (07:18 +0000)]
elm test_scroller.c: Fixed formatting.
SVN revision: 73088
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
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
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
Carsten Haitzler [Sat, 30 Jun 2012 06:22:45 +0000 (06:22 +0000)]
changelog to match new access highlight stuff.
SVN revision: 73075
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
Daniel Juyung Seo [Mon, 25 Jun 2012 11:29:35 +0000 (11:29 +0000)]
elm ChangeLog: Updated ChangeLog for r72591
SVN revision: 72801
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
Jaehwan Kim [Mon, 25 Jun 2012 08:50:11 +0000 (08:50 +0000)]
Sorry, Fix build conflict.
SVN revision: 72792
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
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
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
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
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
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
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
ChunEon Park [Thu, 21 Jun 2012 09:02:31 +0000 (09:02 +0000)]
elementary/ctxpopup - removed unused style
SVN revision: 72581