Commit Graph

99 Commits

Author SHA1 Message Date
Daniel Juyung Seo df396c02f7 elm_flip.c: set focus to the flip's content object when flip go to is called. 2013-09-16 00:22:30 +09:00
Daniel Juyung Seo a5ca313305 elm_flip.c: Added support for flip focus direction. 2013-09-12 01:16:58 +09:00
ChunEon Park fe0f0a445e elementary/widgets - set parents before widget constructs their body.
This avoids unnecessary setups again when obj <-> sub has connected.
2013-08-27 00:29:45 +09:00
ChunEon Park 970257d3fc elementary/flip - fix the flip page to not flip on a direction if the direction is disabled. 2013-07-26 21:12:27 +09:00
ChunEon Park 26a8472a45 elementary/flip - use enum for readability. 2013-07-26 20:56:24 +09:00
ChunEon Park c8d99e3b25 elementary/flip - index table by enum. It's more clear. 2013-07-26 20:03:26 +09:00
Daniel Juyung Seo 2bbc41d4ae elm_flip.c: ELM_SAFE_FREE adoption.
I splited ELM_SAFE_FREE refactoring patches. One commit per each file as recommended.
For the detail, please refer 3072dab12f12fe83fb5a628d15efd5cded11787f.
2013-05-29 20:52:16 +09:00
Daniel Juyung Seo ef8701a173 elm: more ELM_FREE_FUNC cleanups. 2013-05-24 00:58:38 +09:00
Cedric Bail c929b33052 elementary: properly sanitize headers order. 2013-05-03 16:07:06 +09:00
Daniel Zaoui 187d6bf8de Elementary: replace eo_data_get for objects data referencing. 2013-05-01 11:04:09 +03:00
Daniel Juyung Seo 74b3eed5fd elm: print the error message inside elm_widget_sub_object_add().
1. Do not need to print the same error message from all the widget codes.
2. Even though elm_widget_sub_object_add() can be used internally, there should be no error message at all.
   Elm devs should fix it beforehand.
   So it looks ok to print the error message in elm_widget_sub_object_add() to force elm devs to fix it.
3. Got additional code cleanups.
2013-04-03 11:28:53 +09:00
Tom Hacohen d75cb616da Change usage of eo_do_super to the new prototype. 2013-03-18 16:15:12 +00:00
Daniel Zaoui cdd1eea853 Replace supported_types
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 83803
2013-02-10 07:52:31 +00:00
Jaehwan Kim a36ec132c7 Fix the bug which the callbacks of the sub-object are added even if the sub-object is already added the parent object.
SVN revision: 82053
2013-01-03 09:52:57 +00:00
Cedric BAIL fd79c7d9a1 elementary: fix uninitialized data path in elm_flip.
SVN revision: 80210
2012-12-05 06:24:21 +00:00
Daniel Zaoui 0c915e9023 Cleaning: removed include Eo.h in widgets because it was indirectly included by Elementary.h
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 79682
2012-11-26 09:29:01 +00:00
Yakov Goldberg 5c98343198 We have ported to Eo all the widgets of elementary. We didn't change the inheritance itself, only the mechanism, as done previously in Evas, Ecore and Edje. We removed totally the previous inheritance mechanism.
Signed-off-by: Yakov Goldberg <yakov.g@samsung.com>
Signed-off-by: Daniel Zaoui <daniel.zaoui@samsung.com>

SVN revision: 79668
2012-11-26 06:32:53 +00:00
Michael BOUCHAUD e6b83eadc8 elementary: fix flip, who show the two faces at same time
SVN revision: 79535
2012-11-22 11:00:09 +00:00
ChunEon Park 880f6b82a1 elementary/flip - refacatoring (remove duplicated code)
SVN revision: 78822
2012-11-02 04:23:41 +00:00
ChunEon Park 09c3c4706b elementary/flip - don't update map uv for proxy object
SVN revision: 78820
2012-11-02 04:10:59 +00:00
Cedric BAIL 441a2ef861 elementary: Fixes copy&paste error and possible invalid memory access.
Patch by Igor Murzov <e-mail@date.by>


SVN revision: 77397
2012-10-04 02:47:15 +00:00
Christopher Michael 8b3c650468 Elementary: (elm_flip) Not much point in fetching the Z values here if we are not
going to use them.



SVN revision: 75953
2012-09-03 06:32:40 +00:00
Carsten Haitzler bb9d8efe63 fix flip bug where clippers get messed. add a "leaveme" take.
SVN revision: 75006
2012-08-08 10:12:19 +00:00
Carsten Haitzler 4c25cbcb47 fix interactive flip so it works again! :/
SVN revision: 74796
2012-08-02 08:42:06 +00:00
Gustavo Lima Chaves 38ad0afd75 [elm] Flip now inheritable.
SVN revision: 74767
2012-08-01 21:05:08 +00:00
Carsten Haitzler 0991e35a4c fix 1 liner oops in smart member add handler.. yet AGAIN runing the
smart member add... :)



SVN revision: 74648
2012-07-31 12:19:15 +00:00
Gustavo Sverzut Barbieri 88abf5f63d flip: proper api: elm_flip_go_to().
In real world it's very likely you're flipping to something, back or
front, not randomly flipping around based on one button.

I'd say we should deprecate the elm_flip_go().



SVN revision: 74360
2012-07-24 21:57:11 +00:00
Gustavo Sverzut Barbieri e6f2ea6708 flip: make quick sequence of "go" work.
whenever we "go" flip while flipping, we'll enter an inconsitent
state. We should detect where to flip and flip back if required.

Test: go to "Flip" test, click "1" button twice, before the first
animation ends.



SVN revision: 74359
2012-07-24 21:39:12 +00:00
Cedric BAIL 27dc623150 elementary: call this on the samrt object.
SVN revision: 74174
2012-07-19 09:24:29 +00:00
Gustavo Lima Chaves 584c53c1be [elm] New elm_widget_add() usage spread.
SVN revision: 74148
2012-07-18 21:03:39 +00:00
Cedric BAIL cf2c7ac35a elementary: randomly testing elementary let me come to this completly broken widget.
SVN revision: 71828
2012-06-08 02:16:19 +00:00
Gustavo Lima Chaves 728f4210c2 [elm] warnings, be gone
SVN revision: 71177
2012-05-16 19:28:07 +00:00
Gustavo Lima Chaves 7a6e223fbf [Elm] Flip now a container.
SVN revision: 71126
2012-05-15 17:37:42 +00:00
Cedric BAIL c5af5517e7 elementary: doing less is always better.
SVN revision: 70607
2012-05-02 06:53:38 +00:00
ChunEon Park 249279ba23 elementary/flip - removed unnecesarry code. and leaved FIXMEs
SVN revision: 69906
2012-04-03 14:59:27 +00:00
ChunEon Park e97c657976 elementary/flip - fixed incorrect
SVN revision: 69904
2012-04-03 14:47:05 +00:00
WooHyun Jung 7b600cc59d elementary : Removing duplicate codes when _content_unset.
SVN revision: 69894
2012-04-03 11:40:06 +00:00
Mike Blumenkrantz 49b6296511 clean up this logic a bit as well
SVN revision: 69779
2012-03-30 02:04:16 +00:00
Mike Blumenkrantz 32f8d555de why use two loops when one is fine?
SVN revision: 69778
2012-03-30 01:50:37 +00:00
Mike Blumenkrantz 1ee37720e6 this was redundant and confusing so I hit it with a hammer
SVN revision: 69777
2012-03-30 01:33:07 +00:00
Mike Blumenkrantz 6df7d0b89f also rename widget data variable to be consistent with every other occurrence
SVN revision: 69776
2012-03-30 01:17:04 +00:00
Mike Blumenkrantz abd340b64b this is not actually unused...
SVN revision: 69775
2012-03-30 01:15:26 +00:00
Daniel Juyung Seo 7908a77ad8 elm: Fixed formatting.
SVN revision: 69700
2012-03-28 09:02:22 +00:00
Jiyoun Park 018f1e40c9 remove deprecated function related with
elm_flip_content_back_XXX
elm_flip_front_get
elm_flip_content_front_XXX
function


SVN revision: 69220
2012-03-12 06:41:35 +00:00
Carsten Haitzler ac18d7b322 warn--
SVN revision: 68891
2012-03-07 08:11:00 +00:00
Carsten Haitzler 5f1aa30a8e more warn--
SVN revision: 68889
2012-03-07 08:05:42 +00:00
ChunEon Park e5b9d50cf3 elementary/flip - fixed typo
first time, i was super confused since vim cound't find the API even I can see it at there.



SVN revision: 68022
2012-02-16 11:33:45 +00:00
ChunEon Park 9331e7625f elementary/flip - trivial changes
SVN revision: 68020
2012-02-16 10:49:40 +00:00
Mike Blumenkrantz 7349e3dfb3 fix infinite loop here
SVN revision: 68019
2012-02-16 09:57:37 +00:00
ChunEon Park 5f3e6d7c37 elementary/flip - elm_flip_front_get -> elm_flip_front_visible_get
SVN revision: 68011
2012-02-16 08:08:16 +00:00