platform/upstream/elementary.git
12 years agoelementary - renamed internal callback function
ChunEon Park [Tue, 10 Jan 2012 01:00:23 +0000 (01:00 +0000)]
elementary - renamed internal callback function

elm_widget_item_disabled_set_hook_set -> elm_widget_item_disabled_hook_set

SVN revision: 67007

12 years agoelementary/widget - just renamed internally.
ChunEon Park [Tue, 10 Jan 2012 00:33:51 +0000 (00:33 +0000)]
elementary/widget - just renamed internally.

SVN revision: 67006

12 years agoelementary/widget - +del_pre_hook
ChunEon Park [Tue, 10 Jan 2012 00:02:58 +0000 (00:02 +0000)]
elementary/widget - +del_pre_hook

now elm_object_item_del is exposed to users,
this callback is used for widgets to use internally.

SVN revision: 67004

12 years agoelementary/elm_object_item - expose elm_object_item_del().
ChunEon Park [Mon, 9 Jan 2012 10:48:06 +0000 (10:48 +0000)]
elementary/elm_object_item - expose elm_object_item_del().

SVN revision: 66992

12 years agoelementary/entry - more deprecated APIs
ChunEon Park [Mon, 9 Jan 2012 10:33:59 +0000 (10:33 +0000)]
elementary/entry - more deprecated APIs

elm_entry_icon_set/get/unset
elm_entry_end_set/get/unset

SVN revision: 66991

12 years agoelementary/hover - deprecated elm_hover_content_set/get/unset
ChunEon Park [Mon, 9 Jan 2012 08:37:29 +0000 (08:37 +0000)]
elementary/hover - deprecated elm_hover_content_set/get/unset

SVN revision: 66989

12 years agoelementary/fileselector_button, fileselector_entry - deprecated APIs.
ChunEon Park [Mon, 9 Jan 2012 08:06:43 +0000 (08:06 +0000)]
elementary/fileselector_button, fileselector_entry - deprecated APIs.

elm_fileselector_button_icon_set
elm_fileselector_button_icon_get
elm_fileselector_button_icon_unset
elm_fileselector_entry_button_icon_set
elm_fileselector_entry_button_icon_get
elm_fileselector_entry_button_icon_unset

SVN revision: 66988

12 years agoelementary/widget - modified like freeze_pop.
ChunEon Park [Mon, 9 Jan 2012 07:03:28 +0000 (07:03 +0000)]
elementary/widget - modified like freeze_pop.

SVN revision: 66986

12 years agoelementary/widget
Kim Shinwoo [Mon, 9 Jan 2012 06:59:33 +0000 (06:59 +0000)]
elementary/widget

Re: [E-devel] [Patch] elc_ctxpopup, using elm_smart_scroller_freeze_set() not elm_object_scroll_freeze_push(), pop()

Signed-Off-By: Kim Shinwoo <kimcinoo.efl@gmail.com>
SVN revision: 66985

12 years agoelementary - updated doc.
ChunEon Park [Mon, 9 Jan 2012 06:55:51 +0000 (06:55 +0000)]
elementary - updated doc.

SVN revision: 66984

12 years agoElm (wayland): Provide edje signals for resize,start & move,start for
Christopher Michael [Sun, 8 Jan 2012 11:24:41 +0000 (11:24 +0000)]
Elm (wayland): Provide edje signals for resize,start & move,start for
wayland frame borders.

SVN revision: 66969

12 years agoElm (wayland): Handle frame resize via edje callbacks.
Christopher Michael [Sun, 8 Jan 2012 11:23:59 +0000 (11:23 +0000)]
Elm (wayland): Handle frame resize via edje callbacks.

SVN revision: 66968

12 years agogenlist: one more bug, relative insertion of subitems.
Gustavo Sverzut Barbieri [Sat, 7 Jan 2012 02:02:02 +0000 (02:02 +0000)]
genlist: one more bug, relative insertion of subitems.

relative insertion of sub items does not work either, add test case.

SVN revision: 66951

12 years agooops, too much printf
Gustavo Sverzut Barbieri [Fri, 6 Jan 2012 23:39:06 +0000 (23:39 +0000)]
oops, too much printf

SVN revision: 66948

12 years agoshow genlist's inserted sort is completely broken.
Gustavo Sverzut Barbieri [Fri, 6 Jan 2012 23:38:33 +0000 (23:38 +0000)]
show genlist's inserted sort is completely broken.

Sad, but it's unusable if you use it with subitems:

 * insert top-level item sorted mixes with children;

 * insert children item sorted screws the order

This is also true for groups, is holding my changes to enjoy :-(

SVN revision: 66947

12 years agoElementary Web: add functions to set / get useragent
Bruno Dilly [Fri, 6 Jan 2012 11:31:14 +0000 (11:31 +0000)]
Elementary Web: add functions to set / get useragent

Patch by Steven Falken <btwotch@googlemail.com> with a
few changes.

SVN revision: 66938

12 years agoelementary/elm_frame : Just do comment. Raster ~ plz remove this
WooHyun Jung [Fri, 6 Jan 2012 10:29:11 +0000 (10:29 +0000)]
elementary/elm_frame : Just do comment. Raster ~ plz remove this
later ~

SVN revision: 66936

12 years agoelm po: Updated po.
Daniel Juyung Seo [Fri, 6 Jan 2012 06:42:13 +0000 (06:42 +0000)]
elm po: Updated po.

SVN revision: 66928

12 years agoelm toolbar: Changed elm_toolbar_mode_shrink_set/get ->
Daniel Juyung Seo [Fri, 6 Jan 2012 06:42:10 +0000 (06:42 +0000)]
elm toolbar: Changed elm_toolbar_mode_shrink_set/get ->
elm_toolbar_shrink_mode_set/get.
Also updated http://trac.enlightenment.org/e/wiki/ElementaryChanges

SVN revision: 66927

12 years agoaspect_ratio_retained -> aspect_fixed
Mike Blumenkrantz [Fri, 6 Jan 2012 05:55:51 +0000 (05:55 +0000)]
aspect_ratio_retained -> aspect_fixed

SVN revision: 66926

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Fri, 6 Jan 2012 05:50:33 +0000 (05:50 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_photo - add aspect_ratio_retained_{set/get}
Date: Fri, 6 Jan 2012 12:20:33 +0900

Dear all.

elm_photo doesn't have resizing functions which are not follow
original photo file ratio (vertical/horizontal).
so i copied aspect_ration_reatined functions from elm_image.
also it fixes photo menu bug in elementary_test.
currently photo window has a bug which cannot display non-square
images correctly.

Thanks

SVN revision: 66924

12 years agoElementary Test Index: Cast list item to object item
Bruno Dilly [Thu, 5 Jan 2012 16:39:07 +0000 (16:39 +0000)]
Elementary Test Index: Cast list item to object item

Cast them when using elm_object_item functions.

SVN revision: 66904

12 years agoelm: Use EINA_TRUE/EINA_FALSE for Eina_Bool type.
Daniel Juyung Seo [Thu, 5 Jan 2012 07:05:09 +0000 (07:05 +0000)]
elm: Use EINA_TRUE/EINA_FALSE for Eina_Bool type.

SVN revision: 66895

12 years agomake frame not suck too much but still doesnt "shade" properly - need
Carsten Haitzler [Thu, 5 Jan 2012 05:26:36 +0000 (05:26 +0000)]
make frame not suck too much but still doesnt "shade" properly - need
edje feature.

SVN revision: 66894

12 years agoIn els_pan, there is no signal "pan_changed".
Jaehwan Kim [Thu, 5 Jan 2012 04:57:21 +0000 (04:57 +0000)]
In els_pan, there is no signal "pan_changed".
So _smart_pan_pan_changed_hook never be called.

SVN revision: 66891

12 years agoelm elm_win.h: Fixed document.
Daniel Juyung Seo [Thu, 5 Jan 2012 00:56:08 +0000 (00:56 +0000)]
elm elm_win.h: Fixed document.

SVN revision: 66881

12 years agoelementary: add a filled state to gengrid. auto fill the first line if not
Michael BOUCHAUD [Wed, 4 Jan 2012 14:33:39 +0000 (14:33 +0000)]
elementary: add a filled state to gengrid. auto fill the first line if not

SVN revision: 66869

12 years agoelementary: move pulse,stop signal to a better place
Michael BOUCHAUD [Wed, 4 Jan 2012 11:35:45 +0000 (11:35 +0000)]
elementary: move pulse,stop signal to a better place

SVN revision: 66865

12 years agoElm (wayland): Make border edc use signals for move, close, etc.
Christopher Michael [Wed, 4 Jan 2012 09:30:33 +0000 (09:30 +0000)]
Elm (wayland): Make border edc use signals for move, close, etc.

SVN revision: 66863

12 years agoElm (wayland): Use edje signals for move/resize/close, etc, etc on
Christopher Michael [Wed, 4 Jan 2012 09:30:05 +0000 (09:30 +0000)]
Elm (wayland): Use edje signals for move/resize/close, etc, etc on
frame.
Implement 'close' on frame (works).

SVN revision: 66862

12 years agoFix typos.
Sanjeev BA [Wed, 4 Jan 2012 06:43:02 +0000 (06:43 +0000)]
Fix typos.

Signed-off-by: Sanjeev BA <iamsanjeev@gmail.com>
SVN revision: 66853

12 years agoadd autocollapse for info frame at top too :)
Mike Blumenkrantz [Wed, 4 Jan 2012 05:26:37 +0000 (05:26 +0000)]
add autocollapse for info frame at top too :)

SVN revision: 66851

12 years agoslightly better quick throttle hacks
Mike Blumenkrantz [Wed, 4 Jan 2012 05:24:54 +0000 (05:24 +0000)]
slightly better quick throttle hacks

SVN revision: 66850

12 years agomore frame throttling
Mike Blumenkrantz [Wed, 4 Jan 2012 05:16:04 +0000 (05:16 +0000)]
more frame throttling

SVN revision: 66848

12 years agomassive throttling for frame animation
Mike Blumenkrantz [Wed, 4 Jan 2012 05:14:30 +0000 (05:14 +0000)]
massive throttling for frame animation

SVN revision: 66847

12 years agoslightly more working (but still broken) autoscrolling in test app
Mike Blumenkrantz [Wed, 4 Jan 2012 04:59:18 +0000 (04:59 +0000)]
slightly more working (but still broken) autoscrolling in test app

SVN revision: 66846

12 years agoadd collapsing frames and (broken) scrolling
Mike Blumenkrantz [Wed, 4 Jan 2012 04:52:30 +0000 (04:52 +0000)]
add collapsing frames and (broken) scrolling

SVN revision: 66845

12 years agouse new edje "recalc" signal to actually resize collapsed frames
Mike Blumenkrantz [Wed, 4 Jan 2012 04:22:20 +0000 (04:22 +0000)]
use new edje "recalc" signal to actually resize collapsed frames

SVN revision: 66842

12 years agorename signal to elm api name so people include it in their themes
Mike Blumenkrantz [Wed, 4 Jan 2012 04:10:07 +0000 (04:10 +0000)]
rename signal to elm api name so people include it in their themes

SVN revision: 66840

12 years agoadd signal to run after frame collapse animations
Mike Blumenkrantz [Wed, 4 Jan 2012 04:05:35 +0000 (04:05 +0000)]
add signal to run after frame collapse animations

SVN revision: 66839

12 years agoadd invalid panel back.
Carsten Haitzler [Wed, 4 Jan 2012 03:33:24 +0000 (03:33 +0000)]
add invalid panel back.

SVN revision: 66835

12 years agoframe collapse on click is now DISABLED by default
Mike Blumenkrantz [Wed, 4 Jan 2012 03:04:33 +0000 (03:04 +0000)]
frame collapse on click is now DISABLED by default

SVN revision: 66834

12 years agoadd api for manipulating frame collapse
Mike Blumenkrantz [Wed, 4 Jan 2012 03:03:15 +0000 (03:03 +0000)]
add api for manipulating frame collapse

SVN revision: 66833

12 years agocollapsing frames for default theme
Mike Blumenkrantz [Wed, 4 Jan 2012 01:53:23 +0000 (01:53 +0000)]
collapsing frames for default theme

SVN revision: 66827

12 years agoelm list: Applied recent list changes.
Daniel Juyung Seo [Wed, 4 Jan 2012 01:28:33 +0000 (01:28 +0000)]
elm list: Applied recent list changes.

SVN revision: 66823

12 years agoelm elm_deprecated.h: Use elm_object API not elm_widget API in
Daniel Juyung Seo [Wed, 4 Jan 2012 01:13:55 +0000 (01:13 +0000)]
elm elm_deprecated.h: Use elm_object API not elm_widget API in
application.

SVN revision: 66822

12 years agofix another related edje mishap
Mike Blumenkrantz [Wed, 4 Jan 2012 01:09:38 +0000 (01:09 +0000)]
fix another related edje mishap

SVN revision: 66821

12 years agofix hilarious edje failure in previous commit
Mike Blumenkrantz [Wed, 4 Jan 2012 01:04:00 +0000 (01:04 +0000)]
fix hilarious edje failure in previous commit

SVN revision: 66820

12 years agoadd "clicked" signal for elm_frame
Mike Blumenkrantz [Wed, 4 Jan 2012 00:41:37 +0000 (00:41 +0000)]
add "clicked" signal for elm_frame

SVN revision: 66818

12 years agodamn you cnp!
Mike Blumenkrantz [Wed, 4 Jan 2012 00:22:08 +0000 (00:22 +0000)]
damn you cnp!

SVN revision: 66817

12 years agoadd object_item_tooltip api
Mike Blumenkrantz [Wed, 4 Jan 2012 00:15:03 +0000 (00:15 +0000)]
add object_item_tooltip api

SVN revision: 66816

12 years agoElm (wayland): Add ability to actually move windows around in wayland.
Christopher Michael [Tue, 3 Jan 2012 20:41:49 +0000 (20:41 +0000)]
Elm (wayland): Add ability to actually move windows around in wayland.
Remove __UNUSED__ on a variable that is actually used (in callback_show).

SVN revision: 66809

12 years agoadd elm_hover_dismiss()
Mike Blumenkrantz [Tue, 3 Jan 2012 18:02:56 +0000 (18:02 +0000)]
add elm_hover_dismiss()

SVN revision: 66805

12 years agoooh deprecate elm_list calls than can be done with elm_object_item
Carsten Haitzler [Tue, 3 Jan 2012 13:13:39 +0000 (13:13 +0000)]
ooh deprecate elm_list calls than can be done with elm_object_item
stuff :)

SVN revision: 66796

12 years agoelementary/elm_object_item - just updated a note to be.
ChunEon Park [Tue, 3 Jan 2012 12:51:31 +0000 (12:51 +0000)]
elementary/elm_object_item - just updated a note to be.

SVN revision: 66795

12 years agodeprecate 2 callls already using the new infra
Carsten Haitzler [Tue, 3 Jan 2012 11:48:34 +0000 (11:48 +0000)]
deprecate 2 callls already using the new infra

SVN revision: 66788

12 years agoapi reference now points to modules.html since there is no single file reference
Mike Blumenkrantz [Tue, 3 Jan 2012 06:45:07 +0000 (06:45 +0000)]
api reference now points to modules.html since there is no single file reference

SVN revision: 66783

12 years agoelm elm_getting_started.h: Fixed sample code formatting in documentation.
Daniel Juyung Seo [Tue, 3 Jan 2012 06:42:06 +0000 (06:42 +0000)]
elm elm_getting_started.h: Fixed sample code formatting in documentation.

SVN revision: 66782

12 years agoelm elm_getting_started.h: Removed unnecessary variable from
Daniel Juyung Seo [Tue, 3 Jan 2012 06:42:01 +0000 (06:42 +0000)]
elm elm_getting_started.h: Removed unnecessary variable from
documentation.

SVN revision: 66781

12 years agoI guess keep this here too
Mike Blumenkrantz [Tue, 3 Jan 2012 06:30:21 +0000 (06:30 +0000)]
I guess keep this here too

SVN revision: 66780

12 years agofix docs
Mike Blumenkrantz [Tue, 3 Jan 2012 06:28:41 +0000 (06:28 +0000)]
fix docs

SVN revision: 66779

12 years agomore sprintfs
Mike Blumenkrantz [Tue, 3 Jan 2012 05:30:13 +0000 (05:30 +0000)]
more sprintfs

SVN revision: 66778

12 years agoput notes in elm_list.c as to what to do.
Carsten Haitzler [Tue, 3 Jan 2012 05:28:34 +0000 (05:28 +0000)]
put notes in elm_list.c as to what to do.

SVN revision: 66777

12 years agowhoever wrote this should be SERIOUSLY ashamed.
Mike Blumenkrantz [Tue, 3 Jan 2012 05:24:35 +0000 (05:24 +0000)]
whoever wrote this should be SERIOUSLY ashamed.

SVN revision: 66776

12 years agome no likey sprintf
Mike Blumenkrantz [Tue, 3 Jan 2012 04:52:03 +0000 (04:52 +0000)]
me no likey sprintf

SVN revision: 66774

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Tue, 3 Jan 2012 04:44:48 +0000 (04:44 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - bugfix duplicated drag objs
Date: Tue, 3 Jan 2012 13:41:09 +0900

Dear all.

Currently, dragging is only supported in elm_photo.
Normally it works well but in overlapped region, elm_photo makes
multiple drag events.
However multiple objs dragging isn't supported by elm_cnp_helper(also
in xdnd specs)
It better to block multiple dragging events.

Also I fixed dragdonecb's data argument position.

Thank you.

SVN revision: 66773

12 years agodeprecate disabled list item apis - use object item.
Carsten Haitzler [Tue, 3 Jan 2012 04:17:32 +0000 (04:17 +0000)]
deprecate disabled list item apis - use object item.

SVN revision: 66772

12 years agoElm (wayland): Implement mouse events for min, max, & close buttons in
Christopher Michael [Tue, 3 Jan 2012 03:17:36 +0000 (03:17 +0000)]
Elm (wayland): Implement mouse events for min, max, & close buttons in
theme. Implement bottom border resize arrow animation in theme.

SVN revision: 66769

12 years agoElm: Add 'Wayland_Shm' as an option for the Elm Config dialog.
Christopher Michael [Tue, 3 Jan 2012 01:46:01 +0000 (01:46 +0000)]
Elm: Add 'Wayland_Shm' as an option for the Elm Config dialog.

SVN revision: 66768

12 years agoElm: Add wayland_shm engine for Elm. Add config entries for the
Christopher Michael [Tue, 3 Jan 2012 01:45:22 +0000 (01:45 +0000)]
Elm: Add wayland_shm engine for Elm. Add config entries for the
Wayland Engine. Give elm window some 'framespace' and borders for
wayland_shm.

NB: This means that you can now build & run elm apps for Wayland :)

SVN revision: 66767

12 years agoElm: Add border edc & images for wayland borders.
Christopher Michael [Tue, 3 Jan 2012 01:38:53 +0000 (01:38 +0000)]
Elm: Add border edc & images for wayland borders.

SVN revision: 66766

12 years agoelementary - updated doc. will keep going for other widgets later.
ChunEon Park [Mon, 2 Jan 2012 12:53:29 +0000 (12:53 +0000)]
elementary - updated doc. will keep going for other widgets later.

or someone please help me ;0

SVN revision: 66752

12 years agoadd a password mode.
Carsten Haitzler [Mon, 2 Jan 2012 12:03:33 +0000 (12:03 +0000)]
add a password mode.

SVN revision: 66751

12 years agoget rid of invalid panel layout and add hex and terminal.
Carsten Haitzler [Mon, 2 Jan 2012 11:53:26 +0000 (11:53 +0000)]
get rid of invalid panel layout and add hex and terminal.

SVN revision: 66749

12 years agoelementary - Added 1 more API elm_object_item_del_cb_set()
ChunEon Park [Mon, 2 Jan 2012 11:46:32 +0000 (11:46 +0000)]
elementary - Added 1 more API elm_object_item_del_cb_set()

   also deprecated below APIs

   elm_hoversel_item_del_cb_set()
   elm_diskselector_item_del_cb_set()
   elm_toolbar_item_del_cb_set()
   elm_index_item_del_cb_set()
   elm_menu_item_del_cb_set()

SVN revision: 66748

12 years agoelementary/multibuttonentry - missing deprecated ones
ChunEon Park [Mon, 2 Jan 2012 11:44:40 +0000 (11:44 +0000)]
elementary/multibuttonentry - missing deprecated ones

SVN revision: 66747

12 years agomatch the const changes to edje in elm entry. leaks waiting to happen
Carsten Haitzler [Mon, 2 Jan 2012 11:43:25 +0000 (11:43 +0000)]
match the const changes to edje in elm entry. leaks waiting to happen
in apps!

SVN revision: 66746

12 years agoundeprecate elm_entry_entry_set/get
Carsten Haitzler [Mon, 2 Jan 2012 11:17:29 +0000 (11:17 +0000)]
undeprecate elm_entry_entry_set/get

SVN revision: 66743

12 years agouse proper intptr type when casting for callbacks so we don't break on 64bit
Mike Blumenkrantz [Mon, 2 Jan 2012 11:10:25 +0000 (11:10 +0000)]
use proper intptr type when casting for callbacks so we don't break on 64bit

SVN revision: 66742

12 years agoput quick info statement at top of elm header
Carsten Haitzler [Mon, 2 Jan 2012 11:06:32 +0000 (11:06 +0000)]
put quick info statement at top of elm header

SVN revision: 66741

12 years agoFrom: Hyoyoung Chang <hyoyoung@gmail.com>
Hyoyoung Chang [Mon, 2 Jan 2012 11:04:40 +0000 (11:04 +0000)]
From: Hyoyoung Chang <hyoyoung@gmail.com>
Subject: [E-devel] [patch] elm_cnp_helper - bugfix that dnd won't start
Date: Mon, 2 Jan 2012 16:52:05 +0900

Dear all.

elementary supports ecore_x dnd feature.
But currently eocre_x_dnd_aware_set isn't set by default
Its patch fixes this bug.

Thank you

SVN revision: 66740

12 years agoelementary/multibuttonentry - deprecated APIs. Now, let's use elm_common APIs.
ChunEon Park [Mon, 2 Jan 2012 10:40:17 +0000 (10:40 +0000)]
elementary/multibuttonentry - deprecated APIs. Now, let's use elm_common APIs.

elm_multibuttonentry_label_set()
elm_multibuttonentry_label_get()
elm_multibuttonentry_item_label_set()
elm_multibuttonentry_item_label_get()

SVN revision: 66739

12 years agoelementary/multibuttonentry - Elm_Multibuttonentry_Item -> Elm_Object_Item
ChunEon Park [Mon, 2 Jan 2012 10:10:23 +0000 (10:10 +0000)]
elementary/multibuttonentry - Elm_Multibuttonentry_Item -> Elm_Object_Item

SVN revision: 66737

12 years agoelementary/multibuttonentry - refactoring.
ChunEon Park [Mon, 2 Jan 2012 09:03:02 +0000 (09:03 +0000)]
elementary/multibuttonentry - refactoring.

removed unnecessary lines and made more proper as a elm_widget_item type.

SVN revision: 66736

12 years agoelementry/multibuttonentry - need to use ELM_WIDGET_ITEM internally.
ChunEon Park [Mon, 2 Jan 2012 09:00:33 +0000 (09:00 +0000)]
elementry/multibuttonentry - need to use ELM_WIDGET_ITEM internally.

SVN revision: 66735

12 years agoelementary/multibuttonentry - oops. i removed history. reverted!
ChunEon Park [Mon, 2 Jan 2012 08:58:55 +0000 (08:58 +0000)]
elementary/multibuttonentry - oops. i removed history. reverted!

SVN revision: 66734

12 years agoelementary/elm_slider : Changed codes for not using feed events. This
WooHyun Jung [Mon, 2 Jan 2012 08:56:19 +0000 (08:56 +0000)]
elementary/elm_slider : Changed codes for not using feed events. This
codes are for the feature that "mouse down on slider bar" -> "button move to
the down position" -> "button will be dragged by mouse move".

SVN revision: 66733

12 years agoelementry/multibuttonentry - need to use ELM_WIDGET_ITEM internally.
ChunEon Park [Mon, 2 Jan 2012 08:29:59 +0000 (08:29 +0000)]
elementry/multibuttonentry - need to use ELM_WIDGET_ITEM internally.

SVN revision: 66732

12 years agoelementary/segment_control - deprecates 2 APIs and supports elm_object_common APIs.
ChunEon Park [Mon, 2 Jan 2012 06:54:18 +0000 (06:54 +0000)]
elementary/segment_control - deprecates 2 APIs and supports elm_object_common APIs.

*deprecated
elm_segment_control_item_label_set
elm_segment_control_item_icon_set

SVN revision: 66731

12 years agoelementary/segment_control - Elm_Segment_Item -> Elm_Object_Item
ChunEon Park [Mon, 2 Jan 2012 06:01:24 +0000 (06:01 +0000)]
elementary/segment_control - Elm_Segment_Item -> Elm_Object_Item

SVN revision: 66730

12 years agoElm Glayer: Fixed momentum values This fix was required when combining rotate and...
Aharon Hillel [Sun, 1 Jan 2012 12:30:49 +0000 (12:30 +0000)]
Elm Glayer: Fixed momentum values This fix was required when combining rotate and momentum gestures.

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

12 years agoElm test glayer: Added momentum support on x,y axis
Aharon Hillel [Sun, 1 Jan 2012 12:30:46 +0000 (12:30 +0000)]
Elm test glayer: Added momentum support on x,y axis

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

12 years agoElm entry: Fix segfault when selection is NULL.
Tom Hacohen [Sun, 1 Jan 2012 12:22:16 +0000 (12:22 +0000)]
Elm entry: Fix segfault when selection is NULL.

Patch by Jihoon Kim, adjusted a bit.

SVN revision: 66714

12 years agoelementary/diskselector - deprecated APIs. Now let's use elm_object_item APIs
ChunEon Park [Fri, 30 Dec 2011 10:53:37 +0000 (10:53 +0000)]
elementary/diskselector - deprecated APIs. Now let's use elm_object_item APIs

elm_diskselector_item_label_set()
elm_diskselector_item_label_get()
elm_diskselector_item_icon_set()
elm_diskselector_item_icon_get()
elm_diskselector_item_data_get()

SVN revision: 66685

12 years agomake xxx notes
Carsten Haitzler [Fri, 30 Dec 2011 10:22:56 +0000 (10:22 +0000)]
make xxx notes

SVN revision: 66684

12 years agooops - forgot to add elm_deprecated_before.h to makefile.am
Carsten Haitzler [Fri, 30 Dec 2011 10:14:42 +0000 (10:14 +0000)]
oops - forgot to add elm_deprecated_before.h to makefile.am

SVN revision: 66683

12 years agoXXX note for deprecation
Carsten Haitzler [Fri, 30 Dec 2011 10:06:09 +0000 (10:06 +0000)]
XXX note for deprecation

SVN revision: 66682

12 years agostop using deprecated calls.
Carsten Haitzler [Fri, 30 Dec 2011 10:02:19 +0000 (10:02 +0000)]
stop using deprecated calls.

SVN revision: 66681

12 years agoremove eina_pure and eina_nonnull because really.. they screw up
Carsten Haitzler [Fri, 30 Dec 2011 09:48:46 +0000 (09:48 +0000)]
remove eina_pure and eina_nonnull because really.. they screw up
auto-formatting scripts and i just spent a long time fixing the
results of one. the actual value of these macros is minimal at best

SVN revision: 66680

12 years agomove lots of deprecated stuff into deprecated files. need 2 right now.
Carsten Haitzler [Fri, 30 Dec 2011 09:41:11 +0000 (09:41 +0000)]
move lots of deprecated stuff into deprecated files. need 2 right now.

SVN revision: 66679