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
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
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
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
Daniel Juyung Seo [Thu, 21 Jun 2012 08:36:29 +0000 (08:36 +0000)]
elm genlist.edc: Fixed formatting.
SVN revision: 72576
Daniel Juyung Seo [Thu, 21 Jun 2012 08:36:21 +0000 (08:36 +0000)]
elm genlist: Fixed formatting.
SVN revision: 72575
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
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
Carsten Haitzler [Thu, 21 Jun 2012 03:53:15 +0000 (03:53 +0000)]
fix break that stopped notificationsf rom sliding.
SVN revision: 72560
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
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
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
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
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
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
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
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
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
Hyoyoung Chang [Tue, 19 Jun 2012 14:51:38 +0000 (14:51 +0000)]
elementary/genlist: remove unused codes
SVN revision: 72485
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
Carsten Haitzler [Tue, 19 Jun 2012 09:31:56 +0000 (09:31 +0000)]
blank--
SVN revision: 72460
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
Carsten Haitzler [Tue, 19 Jun 2012 08:29:58 +0000 (08:29 +0000)]
adjust slider units image to not overlap text.
SVN revision: 72457
Vincent Torri [Tue, 19 Jun 2012 05:07:29 +0000 (05:07 +0000)]
Elm: add missing @since.
SVN revision: 72436
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
Jonas M. Gastal [Mon, 18 Jun 2012 16:53:05 +0000 (16:53 +0000)]
Fixing Radio example docs.
SVN revision: 72411
Tom Hacohen [Mon, 18 Jun 2012 16:13:21 +0000 (16:13 +0000)]
Elementary default-theme: Changed text margins to be a little smaller.
4 pixels was way too much, 2 is better.
SVN revision: 72410
Carsten Haitzler [Mon, 18 Jun 2012 11:04:57 +0000 (11:04 +0000)]
fix toolbar horizontal item sizing min calc.
SVN revision: 72382
Carsten Haitzler [Mon, 18 Jun 2012 09:54:00 +0000 (09:54 +0000)]
fix genlist issue that turned up in terminology fn selector where all
items get realized. fix! :)
SVN revision: 72377
Carsten Haitzler [Mon, 18 Jun 2012 07:40:36 +0000 (07:40 +0000)]
document new styles for gl items
SVN revision: 72365
Carsten Haitzler [Mon, 18 Jun 2012 07:35:27 +0000 (07:35 +0000)]
add new genlisut stiles for one_icon, end_icon and no_icon
SVN revision: 72364
Daniel Juyung Seo [Sun, 17 Jun 2012 17:20:23 +0000 (17:20 +0000)]
elm genlist: Unbork genlist group index and fix it in a correct way. Thanks to Raster for notifying that bug.
SVN revision: 72304
Michael BOUCHAUD [Sun, 17 Jun 2012 11:41:19 +0000 (11:41 +0000)]
elementary: add a test and an example for the unit format function in progressbar
SVN revision: 72293
Cedric BAIL [Sun, 17 Jun 2012 02:45:12 +0000 (02:45 +0000)]
elementary: don't crash on NULL filename in elm_video.
NOTE: I don't know when this bug was introduced.
SVN revision: 72260
Carsten Haitzler [Sat, 16 Jun 2012 19:07:45 +0000 (19:07 +0000)]
add xxx for tomorrow.
SVN revision: 72246
Carsten Haitzler [Sat, 16 Jun 2012 18:19:23 +0000 (18:19 +0000)]
improve desktop theme setup.
SVN revision: 72244
Carsten Haitzler [Sat, 16 Jun 2012 12:55:29 +0000 (12:55 +0000)]
fix group item header placement when genlist is not at 0,0 - ppl dont
test this :)
SVN revision: 72234
Davide Andreoli [Sat, 16 Jun 2012 12:50:54 +0000 (12:50 +0000)]
elm_map: add elm_map_overlay_del_cb_set() to get notified when an overlay is deleted.
SVN revision: 72233
Carsten Haitzler [Sat, 16 Jun 2012 10:45:50 +0000 (10:45 +0000)]
fix theme where inheritance was used that broke selected compress
mode. :)
SVN revision: 72225
Daniel Juyung Seo [Sat, 16 Jun 2012 10:12:25 +0000 (10:12 +0000)]
elm test_genlist.c: Applied elm_genlist_decorated_item_get() return value const change.
SVN revision: 72222
Daniel Juyung Seo [Sat, 16 Jun 2012 10:12:15 +0000 (10:12 +0000)]
elm genlist: Removed 'const' from elm_genlist_decorated_item_get() API's return value. This API was aimed to manipulate decorated item so no const for the return value. Raster confirmed that this is not a API break. Thanks.
SVN revision: 72221
Carsten Haitzler [Sat, 16 Jun 2012 09:50:41 +0000 (09:50 +0000)]
genlist items.. shouldnt repeat events.... when u click/select items
and they happen to be on top of other things... they also get clicks.
weird. :/ theme cleanies.
SVN revision: 72220
Gustavo Lima Chaves [Fri, 15 Jun 2012 18:52:04 +0000 (18:52 +0000)]
[elm] Uncomment widget tree images rule out -- leave it
dangling.
To be called explicitly.
SVN revision: 72200
Michael BOUCHAUD [Fri, 15 Jun 2012 16:48:25 +0000 (16:48 +0000)]
elementary: and now fix me
SVN revision: 72198
Michael BOUCHAUD [Fri, 15 Jun 2012 16:32:54 +0000 (16:32 +0000)]
elementary: add elm_progressbar_unit_format_function_set
SVN revision: 72197
Michael BOUCHAUD [Fri, 15 Jun 2012 16:21:21 +0000 (16:21 +0000)]
elementary: fix typo in doc
SVN revision: 72196
Stefan Schmidt [Fri, 15 Jun 2012 14:11:47 +0000 (14:11 +0000)]
elementary/elm_win: No need to define and undef the same macro all over again.
SVN revision: 72194
Vincent Torri [Fri, 15 Jun 2012 11:43:02 +0000 (11:43 +0000)]
elm: @since. Reviewers, please, review...
SVN revision: 72189
Daniel Juyung Seo [Fri, 15 Jun 2012 07:58:11 +0000 (07:58 +0000)]
elm test_genlist.c: Added more test case for genlist. 'Genlist Decorate Modes'. This test runs 'decorate item mode' and 'decorate all mode' at the same time.
SVN revision: 72174
Daniel Juyung Seo [Fri, 15 Jun 2012 07:58:08 +0000 (07:58 +0000)]
elm genlist: Unset decorate item mode when decorate mode set is called. Yes that's so confusing. 'Decorate Item Mode' and 'Decorate Mode' are different and exlusive from the implementation.
SVN revision: 72173
Daniel Juyung Seo [Fri, 15 Jun 2012 07:58:05 +0000 (07:58 +0000)]
elm test_genlist.c: Add separator for each test case.
SVN revision: 72172
Michael BOUCHAUD [Thu, 14 Jun 2012 22:54:31 +0000 (22:54 +0000)]
elementary: changelog and News. I avoid vtorri spanking :P
SVN revision: 72152
Michael BOUCHAUD [Thu, 14 Jun 2012 17:10:31 +0000 (17:10 +0000)]
elementary: add an enum for mark repeat type, ELM_CALENDAR_LAST_DAY_OF_MONTH. fix #855
SVN revision: 72145