platform/upstream/elementary.git
12 years agoelementary: Tweak multibuttonentry spacing
Mike McCormack [Thu, 24 Nov 2011 08:34:47 +0000 (08:34 +0000)]
elementary: Tweak multibuttonentry spacing

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65565

12 years agoelementary: Avoid fixed length static buffers
Mike McCormack [Thu, 24 Nov 2011 08:34:37 +0000 (08:34 +0000)]
elementary: Avoid fixed length static buffers

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65564

12 years agoelementary: Fix style issues in multibuttonentry
Mike McCormack [Thu, 24 Nov 2011 08:34:26 +0000 (08:34 +0000)]
elementary: Fix style issues in multibuttonentry

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65563

12 years agomake insanely huge icon scale with screen size, this is broken somehow because of...
Mike Blumenkrantz [Thu, 24 Nov 2011 05:07:23 +0000 (05:07 +0000)]
make insanely huge icon scale with screen size, this is broken somehow because of some icon sizing bug

SVN revision: 65562

12 years agoeven better tooltip placement, more debug messages, some developer comments, don...
Mike Blumenkrantz [Thu, 24 Nov 2011 04:52:16 +0000 (04:52 +0000)]
even better tooltip placement, more debug messages, some developer comments, don't show tooltip if it's going to be a failure offscreen tooltip (FOT) (tm)

SVN revision: 65561

12 years agofurther improve tooltip placement, add debug messages so I don't have to keep writing...
Mike Blumenkrantz [Thu, 24 Nov 2011 04:16:03 +0000 (04:16 +0000)]
further improve tooltip placement, add debug messages so I don't have to keep writing them in when I want to tinker with this

SVN revision: 65559

12 years agoelementary: Update translations
Mike McCormack [Thu, 24 Nov 2011 04:02:27 +0000 (04:02 +0000)]
elementary: Update translations

SVN revision: 65558

12 years agoelementary: Add edje support for multibuttonentry
Mike McCormack [Thu, 24 Nov 2011 04:02:18 +0000 (04:02 +0000)]
elementary: Add edje support for multibuttonentry

Original code by Hyunsil Park <hyunsil.park@samsung.com>

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65557

12 years agoelementary: Formatting tweaks
Mike McCormack [Thu, 24 Nov 2011 04:02:09 +0000 (04:02 +0000)]
elementary: Formatting tweaks

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65556

12 years agoelementary: Formatting fixes for multibuttonentry
Mike McCormack [Thu, 24 Nov 2011 04:01:56 +0000 (04:01 +0000)]
elementary: Formatting fixes for multibuttonentry

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65555

12 years agoonly run one test
Mike Blumenkrantz [Thu, 24 Nov 2011 03:22:32 +0000 (03:22 +0000)]
only run one test

SVN revision: 65554

12 years agounbreak tooltip placement
Mike Blumenkrantz [Thu, 24 Nov 2011 02:42:46 +0000 (02:42 +0000)]
unbreak tooltip placement

SVN revision: 65553

12 years agoelementary: Fix warnings in multibuttonentry
Mike McCormack [Thu, 24 Nov 2011 01:06:45 +0000 (01:06 +0000)]
elementary: Fix warnings in multibuttonentry

  CC     libelementary_la-elc_multibuttonentry.lo
elc_multibuttonentry.c: In function ‘_set_vis_guidetext’:
elc_multibuttonentry.c:309:20: warning: unused variable ‘en_width’
elc_multibuttonentry.c: In function ‘_resize_button’:
elc_multibuttonentry.c:741:16: warning: unused variable ‘button_text’
elc_multibuttonentry.c: In function ‘_add_button_item’:
elc_multibuttonentry.c:772:40: warning: unused variable ‘h_btn’
elc_multibuttonentry.c: In function ‘_entry_resized_cb’:
elc_multibuttonentry.c:1064:86: warning: unused parameter ‘event_info’
elc_multibuttonentry.c: In function ‘elm_multibuttonentry_item_select’:
elc_multibuttonentry.c:1531:12: warning: suggest explicit braces to avoid ambiguous ‘else’
elc_multibuttonentry.c: In function ‘_resize_button’:
elc_multibuttonentry.c:747:37: warning: ‘padding_inner’ is used uninitialized in this function
^Cmake: *** [libelementary_la-elc_multibuttonentry.lo] Error 1

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65550

12 years agoelementary: Fix warnings in multibuttonentry
Mike McCormack [Thu, 24 Nov 2011 01:06:36 +0000 (01:06 +0000)]
elementary: Fix warnings in multibuttonentry

test_multibuttonentry.c: In function ‘_item_selected_cb’:
test_multibuttonentry.c:7:37: warning: unused parameter ‘data’
test_multibuttonentry.c:7:56: warning: unused parameter ‘obj’
test_multibuttonentry.c: In function ‘_item_added_cb’:
test_multibuttonentry.c:15:34: warning: unused parameter ‘data’
test_multibuttonentry.c:15:53: warning: unused parameter ‘obj’
test_multibuttonentry.c: In function ‘_item_deleted_cb’:
test_multibuttonentry.c:22:36: warning: unused parameter ‘data’
test_multibuttonentry.c:22:55: warning: unused parameter ‘obj’
test_multibuttonentry.c:22:66: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_item_clicked_cb’:
test_multibuttonentry.c:28:37: warning: unused parameter ‘data’
test_multibuttonentry.c:28:56: warning: unused parameter ‘obj’
test_multibuttonentry.c: In function ‘_mbe_clicked_cb’:
test_multibuttonentry.c:34:36: warning: unused parameter ‘data’
test_multibuttonentry.c:34:66: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_mbe_unfocused_cb’:
test_multibuttonentry.c:54:38: warning: unused parameter ‘data’
test_multibuttonentry.c:54:68: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_mbe_focused_cb’:
test_multibuttonentry.c:61:36: warning: unused parameter ‘data’
test_multibuttonentry.c:61:55: warning: unused parameter ‘obj’
test_multibuttonentry.c:61:66: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_expanded_cb’:
test_multibuttonentry.c:67:32: warning: unused parameter ‘data’
test_multibuttonentry.c:67:51: warning: unused parameter ‘obj’
test_multibuttonentry.c:67:62: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_shrank_cb’:
test_multibuttonentry.c:73:30: warning: unused parameter ‘data’
test_multibuttonentry.c:73:49: warning: unused parameter ‘obj’
test_multibuttonentry.c:73:60: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_shrink_state_changed_cb’:
test_multibuttonentry.c:79:44: warning: unused parameter ‘data’
test_multibuttonentry.c:79:63: warning: unused parameter ‘obj’
test_multibuttonentry.c:79:74: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘_item_filter_cb’:
test_multibuttonentry.c:85:47: warning: unused parameter ‘obj’
test_multibuttonentry.c:85:82: warning: unused parameter ‘item_data’
test_multibuttonentry.c:85:99: warning: unused parameter ‘data’
test_multibuttonentry.c: In function ‘_button_clicked_cb’:
test_multibuttonentry.c:92:38: warning: unused parameter ‘data’
test_multibuttonentry.c:92:57: warning: unused parameter ‘obj’
test_multibuttonentry.c:92:68: warning: unused parameter ‘event_info’
test_multibuttonentry.c: In function ‘test_multibuttonentry’:
test_multibuttonentry.c:161:38: warning: unused variable ‘bx2’

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65549

12 years agoelementary: Add multibuttonentry widget
이고은 [Thu, 24 Nov 2011 01:06:26 +0000 (01:06 +0000)]
elementary: Add multibuttonentry widget

---------------------------------------------------

Dear Developers,

I added a new widget called “Multibuttonentry" which could be used as contact button in App
This widget allows a user to insert a text button.
text button is inserted by pressing the "Enter key"
If there is no space in the current row, the new button is entered in the next row. If the button is clicked, it will become focused.
And focused button can be removed by pressing the "backspace" key.
when items are added over 1 lines, if Multibuttonentry lost focus, it becase shrink mode (made it as 1 line)

Please review it's APIs and functionalities.

Thank you,
Goun

---------------------------------------------------

Widget was originally written by Hyunsil Park <hyunsil.park@samsung.com>.
It has been contributed to by the following people:
 * Jihoon Kim <jihoon48.kim@samsung.com>
 * WooHyun Jung <wh0705.jung@samsung.com>
 * deasung.kim <deasung.kim@samsung.com>
 * Myungjae Lee <mjae.lee@samsung.com>
 * Goun Lee <gouni.lee@samsung.com>
 * Mike McCormack <mj.mccormack@samsung.com>
 * Daniel Juyung Seo <juyung.seo@samsung.com>
 * Seunggyun Kim <sgyun.kim@samsung.com>
 * sanghoon80.cho <sanghoon80.cho@samsung.com>

Signed-off-by: 이고은 <gouni.lee@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65548

12 years agomatch partial test words in elm_test
Mike Blumenkrantz [Wed, 23 Nov 2011 23:14:12 +0000 (23:14 +0000)]
match partial test words in elm_test

SVN revision: 65544

12 years agoelm genlist.edc: Used CURRENT feature for edc transition.
Daniel Juyung Seo [Wed, 23 Nov 2011 12:09:51 +0000 (12:09 +0000)]
elm genlist.edc: Used CURRENT feature for edc transition.

yay! this is the first commit using CURRENT.

SVN revision: 65537

12 years agoelm Elementary.h.in: Sync with AUTHORS.
Daniel Juyung Seo [Wed, 23 Nov 2011 10:48:48 +0000 (10:48 +0000)]
elm Elementary.h.in: Sync with AUTHORS.

SVN revision: 65536

12 years agoshould probably have my dev id in here with my name...
Mike Blumenkrantz [Wed, 23 Nov 2011 08:49:47 +0000 (08:49 +0000)]
should probably have my dev id in here with my name...

SVN revision: 65533

12 years agochange of email address: this is going to be ugly
Mike Blumenkrantz [Wed, 23 Nov 2011 08:40:50 +0000 (08:40 +0000)]
change of email address: this is going to be ugly

SVN revision: 65531

12 years agoelementary: Fix a warning
Mike McCormack [Wed, 23 Nov 2011 07:45:48 +0000 (07:45 +0000)]
elementary: Fix a warning

elm_win.c: In function ‘elm_win_focus_get’:
elm_win.c:2182:4: warning: ‘return’ with no value, in function returning non-void

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65527

12 years agoelementary/panes - change the default to left content
ChunEon Park [Wed, 23 Nov 2011 02:47:57 +0000 (02:47 +0000)]
elementary/panes - change the default to left content

my fault. left content would be better as a default content

SVN revision: 65525

12 years ago[elementary] Fix return value on function.
Gustavo Lima Chaves [Tue, 22 Nov 2011 12:37:26 +0000 (12:37 +0000)]
[elementary] Fix return value on function.

SVN revision: 65515

12 years agoimprove docs on label
Carsten Haitzler [Tue, 22 Nov 2011 08:02:53 +0000 (08:02 +0000)]
improve docs on label

SVN revision: 65510

12 years agoBug fix about scrolling wrong location. The main point is to use the UPDATED geometry...
Jaehwan Kim [Tue, 22 Nov 2011 06:37:30 +0000 (06:37 +0000)]
Bug fix about scrolling wrong location. The main point is to use the UPDATED geometry of the child object, but the geometry has yet to be calculated and is queued for calculation later.
Firstly, for efficiency, we add a Job to calculate the whole canvas. Jobs implicitly coallate work per event loop.
Calcuation of object can be a reasonably intensive set of work.
In the job callback we calculate the whole canvas with evas_smart_objects_calculate() to ensure that all objects have the correct geometry at this point.
Reviewed by Raster.

SVN revision: 65509

12 years agoElm: fix warning on Windows
Vincent Torri [Mon, 21 Nov 2011 21:36:26 +0000 (21:36 +0000)]
Elm: fix warning on Windows

SVN revision: 65501

12 years agouse new elm_win function to find screen geometry instead of ecore_x
Mike Blumenkrantz [Mon, 21 Nov 2011 19:55:13 +0000 (19:55 +0000)]
use new elm_win function to find screen geometry instead of ecore_x

SVN revision: 65495

12 years agoadd elm_win_screen_size_get using ecore_evas
Mike Blumenkrantz [Mon, 21 Nov 2011 19:51:24 +0000 (19:51 +0000)]
add elm_win_screen_size_get using ecore_evas

SVN revision: 65494

12 years agoadd elm_win_focus_get
Mike Blumenkrantz [Mon, 21 Nov 2011 19:41:53 +0000 (19:41 +0000)]
add elm_win_focus_get

SVN revision: 65493

12 years agomaybe throttling this was not a great idea...
Mike Blumenkrantz [Mon, 21 Nov 2011 19:12:35 +0000 (19:12 +0000)]
maybe throttling this was not a great idea...

SVN revision: 65491

12 years agouse strcasecmp for cmdline testing so I don't have to use caps randomly
Mike Blumenkrantz [Mon, 21 Nov 2011 18:54:53 +0000 (18:54 +0000)]
use strcasecmp for cmdline testing so I don't have to use caps randomly

SVN revision: 65488

12 years agoelementary/naviframe - fixed to calc item size according to content size changed.
ChunEon Park [Mon, 21 Nov 2011 16:14:52 +0000 (16:14 +0000)]
elementary/naviframe - fixed to calc item size according to  content size changed.

SVN revision: 65487

12 years agoNew pager smart callback: show,finished.
Gustavo Lima Chaves [Mon, 21 Nov 2011 15:46:21 +0000 (15:46 +0000)]
New pager smart callback: show,finished.

Plus doxygen love.

SVN revision: 65486

12 years agoelm Elementary.h.in: Fix documentation typo.
Daniel Juyung Seo [Mon, 21 Nov 2011 09:30:09 +0000 (09:30 +0000)]
elm Elementary.h.in: Fix documentation typo.

SVN revision: 65476

12 years agoelm gengrid: Removed remaining deprecated signals.
Daniel Juyung Seo [Mon, 21 Nov 2011 08:08:58 +0000 (08:08 +0000)]
elm gengrid: Removed remaining deprecated signals.

SVN revision: 65475

12 years agoelm gengrid/genlist: Remove deprecated signals.
Daniel Juyung Seo [Mon, 21 Nov 2011 08:06:40 +0000 (08:06 +0000)]
elm gengrid/genlist: Remove deprecated signals.

This was already announced a month ago.
http://trac.enlightenment.org/e/changeset/64200

SVN revision: 65474

12 years agoelm Elementary.h.in: Fix doxygen typo.
Daniel Juyung Seo [Mon, 21 Nov 2011 07:47:28 +0000 (07:47 +0000)]
elm Elementary.h.in: Fix doxygen typo.

SVN revision: 65473

12 years agoelementary/panes - the return value is reverted.
ChunEon Park [Mon, 21 Nov 2011 06:44:40 +0000 (06:44 +0000)]
elementary/panes - the return value is reverted.

SVN revision: 65472

12 years agoelementary/panes - fixed typo
ChunEon Park [Mon, 21 Nov 2011 06:16:42 +0000 (06:16 +0000)]
elementary/panes - fixed typo

SVN revision: 65471

12 years agoelementary/panes - should be return the unset objects.
ChunEon Park [Mon, 21 Nov 2011 05:47:49 +0000 (05:47 +0000)]
elementary/panes - should be return the unset objects.

SVN revision: 65470

12 years agoelementary: support build without Ecore_IMF and/or without Ecore_Con.
Cedric BAIL [Sun, 20 Nov 2011 15:00:43 +0000 (15:00 +0000)]
elementary: support build without Ecore_IMF and/or without Ecore_Con.

SVN revision: 65449

12 years agoelementary: fix use of EINA_ARG_NONNULL.
Cedric BAIL [Sun, 20 Nov 2011 14:58:21 +0000 (14:58 +0000)]
elementary: fix use of EINA_ARG_NONNULL.

SVN revision: 65448

12 years agoelementary: support environment without sys/mman.h.
Cedric BAIL [Sun, 20 Nov 2011 14:56:12 +0000 (14:56 +0000)]
elementary: support environment without sys/mman.h.

SVN revision: 65447

12 years agoelementary: remove warning when building without X.
Cedric BAIL [Sun, 20 Nov 2011 14:00:41 +0000 (14:00 +0000)]
elementary: remove warning when building without X.

SVN revision: 65436

12 years agoelementary: fix build of elementary without internationalization.
Cedric BAIL [Sun, 20 Nov 2011 13:58:35 +0000 (13:58 +0000)]
elementary: fix build of elementary without internationalization.

SVN revision: 65435

12 years agoelementary/naviframe - consider the min size
ChunEon Park [Sun, 20 Nov 2011 06:31:54 +0000 (06:31 +0000)]
elementary/naviframe - consider the min size

SVN revision: 65421

12 years agoelementary/naviframe - added test case for elm_naviframe_item_promote
ChunEon Park [Sun, 20 Nov 2011 04:35:55 +0000 (04:35 +0000)]
elementary/naviframe - added test case for elm_naviframe_item_promote

SVN revision: 65419

12 years agoelementary/elm_widget : sd2->parent should be set as NULL after all
WooHyun Jung [Sat, 19 Nov 2011 03:50:58 +0000 (03:50 +0000)]
elementary/elm_widget : sd2->parent should be set as NULL after all
focus control is finished.

SVN revision: 65400

12 years agoelementary/elm_widget : When elm_widget_sub_object_del is called with
WooHyun Jung [Sat, 19 Nov 2011 03:47:27 +0000 (03:47 +0000)]
elementary/elm_widget : When elm_widget_sub_object_del is called with
focused sub-object, focus should be reverted back to the latest focused object.

SVN revision: 65399

12 years agoallow panes to accept full name of swallow when setting / getting / unsetting parts
Mike Blumenkrantz [Fri, 18 Nov 2011 21:53:58 +0000 (21:53 +0000)]
allow panes to accept full name of swallow when setting / getting / unsetting parts

SVN revision: 65395

12 years agoelm genlist: Refine codes.
Daniel Juyung Seo [Fri, 18 Nov 2011 09:12:27 +0000 (09:12 +0000)]
elm genlist: Refine codes.

SVN revision: 65380

12 years agoelm: change elm_object_item_content_part_set/get/unset to elm_object_item_part_conten...
Boris Faure [Thu, 17 Nov 2011 21:02:52 +0000 (21:02 +0000)]
elm: change elm_object_item_content_part_set/get/unset to elm_object_item_part_content_set/get/unset

SVN revision: 65351

12 years agoelm: change elm_object_item_text_part_set/get to elm_object_item_part_text_set/get
Boris Faure [Thu, 17 Nov 2011 21:02:43 +0000 (21:02 +0000)]
elm: change elm_object_item_text_part_set/get to elm_object_item_part_text_set/get

SVN revision: 65350

12 years agoelm: change elm_object_content_part_set/get/unset to elm_object_part_content_set...
Boris Faure [Thu, 17 Nov 2011 21:02:31 +0000 (21:02 +0000)]
elm: change elm_object_content_part_set/get/unset to elm_object_part_content_set/get/unset

SVN revision: 65349

12 years agoupdating portuguese translations
Massimo Maiurana [Thu, 17 Nov 2011 16:18:26 +0000 (16:18 +0000)]
updating portuguese translations

SVN revision: 65345

12 years agoelementary/ctxpopup, flipselector - applied elm_object_item common apis.
ChunEon Park [Thu, 17 Nov 2011 02:16:38 +0000 (02:16 +0000)]
elementary/ctxpopup, flipselector - applied elm_object_item common apis.

SVN revision: 65325

12 years agoelementray - +2 APIs
ChunEon Park [Thu, 17 Nov 2011 01:58:03 +0000 (01:58 +0000)]
elementray - +2 APIs

elm_object_item_disabled_set/get

SVN revision: 65324

12 years agoelemlentary - minor changes.
ChunEon Park [Thu, 17 Nov 2011 00:42:14 +0000 (00:42 +0000)]
elemlentary - minor changes.

guarantee the compatibility for priveous content_set/get/unset changes.

SVN revision: 65320

12 years agoelm: elm_object_text_part_set/get() is deprecated
Boris Faure [Wed, 16 Nov 2011 20:17:25 +0000 (20:17 +0000)]
elm: elm_object_text_part_set/get() is deprecated

use elm_object_part_text_set/get().
This change is done so that it matches
edje_object_part_text_set/get().

SVN revision: 65310

12 years agoelementary - modified content_set/get/unset part names to be simple names.
ChunEon Park [Wed, 16 Nov 2011 12:51:53 +0000 (12:51 +0000)]
elementary - modified content_set/get/unset part names to be simple names.

Previous part names are just the swallow part names
but in modified version, the part names chaned to simpler meaning names to use.

i.e for button

elm_object_content_part_set(button, "elm.swallow.icon", icon);
-> elm_object_content_part_set(button, "icon", icon);

SVN revision: 65295

12 years agoElm entry: Add a warning to the textblock_get docs.
Tom Hacohen [Wed, 16 Nov 2011 09:09:32 +0000 (09:09 +0000)]
Elm entry: Add a warning to the textblock_get docs.

Thanks to Jihoon Kim for spotting this potential pitfall.

SVN revision: 65288

12 years agoFix GET_CHOICES macro
Mike McCormack [Wed, 16 Nov 2011 06:19:00 +0000 (06:19 +0000)]
Fix GET_CHOICES macro

SVN revision: 65286

12 years agoelementary: Remove casts
Mike McCormack [Wed, 16 Nov 2011 06:18:45 +0000 (06:18 +0000)]
elementary: Remove casts

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 65285

12 years agoelementary/flipseletor - applied elm_object_item,
ChunEon Park [Wed, 16 Nov 2011 01:39:39 +0000 (01:39 +0000)]
elementary/flipseletor  - applied elm_object_item,

applied elm_object_item_text_set/get APIs and deprecated elm_flipselector_item_label/set/get APIs.

SVN revision: 65277

12 years agoadd proper docs for elm_gen callbacks. this fixes pespin's complaints
Mike Blumenkrantz [Tue, 15 Nov 2011 16:05:54 +0000 (16:05 +0000)]
add proper docs for elm_gen callbacks. this fixes pespin's complaints

SVN revision: 65270

12 years agofix distecheck
Carsten Haitzler [Tue, 15 Nov 2011 12:24:51 +0000 (12:24 +0000)]
fix distecheck

SVN revision: 65256

12 years agofix errant word "either" in license.
Carsten Haitzler [Tue, 15 Nov 2011 11:55:22 +0000 (11:55 +0000)]
fix errant word "either" in license.

SVN revision: 65248

12 years agofix docs to tell u what to change that has deprecated
Carsten Haitzler [Tue, 15 Nov 2011 11:54:58 +0000 (11:54 +0000)]
fix docs to tell u what to change that has deprecated

SVN revision: 65247

12 years agoelementary/elm_entry : Text filter should consider some tags like
WooHyun Jung [Tue, 15 Nov 2011 08:26:02 +0000 (08:26 +0000)]
elementary/elm_entry : Text filter should consider some tags like
<br>. Now tag itself has its own size, then max size filter callback
will calculate that.

SVN revision: 65225

12 years agoadd more testing stuff for check
Carsten Haitzler [Tue, 15 Nov 2011 03:15:29 +0000 (03:15 +0000)]
add more testing stuff for check

SVN revision: 65218

12 years agoelementary/pager - updated test case to prevent window size become 0 when pager has...
ChunEon Park [Tue, 15 Nov 2011 00:35:21 +0000 (00:35 +0000)]
elementary/pager - updated test case to prevent window size become 0 when pager has emtpy stack.

SVN revision: 65216

12 years agoelementary/pager - removed white spaces
ChunEon Park [Tue, 15 Nov 2011 00:30:33 +0000 (00:30 +0000)]
elementary/pager - removed white spaces

SVN revision: 65215

12 years agoElm entry: Expose the internal textblock object.
Tom Hacohen [Mon, 14 Nov 2011 13:56:06 +0000 (13:56 +0000)]
Elm entry: Expose the internal textblock object.

This commit introduces two new API: elm_entry_textblock_get and
elm_entry_calc_force. These two APIs can be used to manipulate the
textblock object inside the entry in a safe manner. This exposes an
interface that wasn't available before letting do new and cool things
with entries.

SVN revision: 65169

12 years agoElm entry: Pass Elm_Entry_Change_Info with changed,user signal.
Tom Hacohen [Mon, 14 Nov 2011 13:56:02 +0000 (13:56 +0000)]
Elm entry: Pass Elm_Entry_Change_Info with changed,user signal.

SVN revision: 65168

12 years agoElm entry: Call callbacks for undo/redo,request.
Tom Hacohen [Mon, 14 Nov 2011 13:55:57 +0000 (13:55 +0000)]
Elm entry: Call callbacks for undo/redo,request.

SVN revision: 65167

12 years agoelementary/naviframe - to be processed the signals right away when the item push...
ChunEon Park [Mon, 14 Nov 2011 08:23:25 +0000 (08:23 +0000)]
elementary/naviframe - to be processed the signals right away when the item push and pop case.

SVN revision: 65152

12 years agoelementary/test_map.c - Those test code should not be committed.
ChunEon Park [Fri, 11 Nov 2011 16:47:05 +0000 (16:47 +0000)]
elementary/test_map.c  - Those test code should not be committed.

maybe raster you.

SVN revision: 65071

12 years agoelementary/map - patched by Bluezery(ohpowel@gmail.com)
ChunEon Park [Fri, 11 Nov 2011 16:29:15 +0000 (16:29 +0000)]
elementary/map - patched by Bluezery(ohpowel@gmail.com)

Hi,

There are bugs that map removes list elements when using
EINA_LIST_FOREACH or EINA_LIST_REVERSE_FOREACH.
We should use EINA_LIST_FOREACH_SAFE or EINA_LIST_REVERSE_FOREACH_SAFE
instead for above case.
Please review belows

SVN revision: 65069

12 years agoElm glayer: Set mimimun momentum for ABORT
Aharon Hillel [Thu, 10 Nov 2011 16:06:09 +0000 (16:06 +0000)]
Elm glayer: Set mimimun momentum for ABORT

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 65024

12 years agodisable evas gl based stuff in elm as its not going into efl 1.1
Carsten Haitzler [Thu, 10 Nov 2011 06:04:30 +0000 (06:04 +0000)]
disable evas gl based stuff in elm as its not going into efl 1.1

SVN revision: 65004

12 years agoElm glayer: Changed Flick time limit default to 120 ms
Aharon Hillel [Wed, 9 Nov 2011 15:10:13 +0000 (15:10 +0000)]
Elm glayer: Changed Flick time limit default to 120 ms

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64987

12 years agoElm glayer: Added illume gesture layer default
Aharon Hillel [Wed, 9 Nov 2011 15:10:05 +0000 (15:10 +0000)]
Elm glayer: Added illume gesture layer default

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64986

12 years agoin wrong test category
Carsten Haitzler [Wed, 9 Nov 2011 12:26:11 +0000 (12:26 +0000)]
in wrong test category

SVN revision: 64984

12 years agorearrange tests into categories using frames and buttons.
Carsten Haitzler [Wed, 9 Nov 2011 12:06:12 +0000 (12:06 +0000)]
rearrange tests into categories using frames and buttons.

SVN revision: 64983

12 years agoElm glayer: Added "Gesture Layer 2" test.
Aharon Hillel [Wed, 9 Nov 2011 10:46:04 +0000 (10:46 +0000)]
Elm glayer: Added "Gesture Layer 2" test.

This test tests all of the available gestures.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64980

12 years agoelementary/elm_diskselector : Just freeing data in eina_list is not
WooHyun Jung [Wed, 9 Nov 2011 01:35:44 +0000 (01:35 +0000)]
elementary/elm_diskselector : Just freeing data in eina_list is not
enough. I think diskselector needs refactoring about freeing lists.
I'll check more.

SVN revision: 64965

12 years agoelementary/naviframe - never ending bug story
ChunEon Park [Tue, 8 Nov 2011 14:06:32 +0000 (14:06 +0000)]
elementary/naviframe - never ending bug story

should be set the style again even the given content is same there.

SVN revision: 64956

12 years agoupdating french and italian translations
Massimo Maiurana [Tue, 8 Nov 2011 13:20:20 +0000 (13:20 +0000)]
updating french and italian translations

SVN revision: 64953

12 years agoElm glayer: Added doc to recent fix
Aharon Hillel [Tue, 8 Nov 2011 13:09:18 +0000 (13:09 +0000)]
Elm glayer: Added doc to recent fix

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64951

12 years agoElm glayer: Fixed bug in non-continues mode.
Aharon Hillel [Tue, 8 Nov 2011 13:09:14 +0000 (13:09 +0000)]
Elm glayer: Fixed bug in non-continues mode.

Line and Momentum START was effected by mouse-over fix.

Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>
SVN revision: 64950

12 years agoElm win: change resize object func to use the win obj geom.
Tom Hacohen [Tue, 8 Nov 2011 13:09:11 +0000 (13:09 +0000)]
Elm win: change resize object func to use the win obj geom.

SVN revision: 64949

12 years agoelementary: Remove stray debugging code
Mike McCormack [Tue, 8 Nov 2011 08:46:40 +0000 (08:46 +0000)]
elementary: Remove stray debugging code

Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>
SVN revision: 64939

12 years agoadd short opt for --test-win-only
Carsten Haitzler [Tue, 8 Nov 2011 07:58:20 +0000 (07:58 +0000)]
add short opt for --test-win-only

SVN revision: 64938

12 years agoelementary/naviframe - removed white trailings
ChunEon Park [Tue, 8 Nov 2011 04:02:46 +0000 (04:02 +0000)]
elementary/naviframe - removed white trailings

SVN revision: 64932

12 years agoelementary/elm_colorselector : Button in elm_colorselector was
WooHyun Jung [Tue, 8 Nov 2011 02:49:57 +0000 (02:49 +0000)]
elementary/elm_colorselector : Button in elm_colorselector was
edjeobject, not elm_button. This patch will change all button
edje_objects to real elm_button. And long_press will be supported by
elm_button's autorepeat feature. (This patch was made by Shilpa. Thanks)

SVN revision: 64931

12 years agoelementary/naviframe - my fault. reverted r64927
ChunEon Park [Tue, 8 Nov 2011 02:49:05 +0000 (02:49 +0000)]
elementary/naviframe - my fault. reverted r64927

SVN revision: 64930

12 years agoelementary/naviframe - trivial changes
ChunEon Park [Tue, 8 Nov 2011 02:27:06 +0000 (02:27 +0000)]
elementary/naviframe - trivial changes

SVN revision: 64927

12 years agoelementary/bubble - applied missed content_set/get/unset APIs
ChunEon Park [Tue, 8 Nov 2011 01:05:01 +0000 (01:05 +0000)]
elementary/bubble - applied missed content_set/get/unset APIs

SVN revision: 64925

12 years agoelementary - updated po
ChunEon Park [Tue, 8 Nov 2011 01:02:39 +0000 (01:02 +0000)]
elementary - updated po

SVN revision: 64924

12 years agoelementary - +@deprecated
ChunEon Park [Tue, 8 Nov 2011 00:43:17 +0000 (00:43 +0000)]
elementary - +@deprecated

SVN revision: 64923