Commit Graph

3686 Commits

Author SHA1 Message Date
cnook 7716a26e4a From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch] elm_diskselector, set icon to added item

If the diskselector is round mode, the scroller of diskselector has
additional items for its rounding(carousel) effect.
Previously, elm_diskselector_item_icon_set(); did not care about
theses additional items.
Please review the attached patch that will care. Thanks.



SVN revision: 63957
2011-10-10 09:45:43 +00:00
Mike McCormack a59721b120 elementary: Declare variables at top of function
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63951
2011-10-10 08:33:13 +00:00
Rajeev Ranjan cc44533fe3 elementary: Fix calendar's min-max year set for UTC
Signed-off-by: Rajeev Ranjan <rajeev.r@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63950
2011-10-10 08:33:04 +00:00
Mike McCormack bcf44a7450 elementary: Support alignment in gengrid
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63949
2011-10-10 08:32:56 +00:00
ChunEon Park 0368cf0de6 Elementary/elm_widget - removed useless macros.
SVN revision: 63939
2011-10-10 06:10:34 +00:00
Iván Briano 89e4e9f411 The Force is weak on me.
Crappy zoom and region_show code. If anyone wants to fix it before I get
back to it, discomfitor will buy you a beer.
It's intended to mimic as much as possible photocam's zoom api, but webkit
doesn't always help with that.


SVN revision: 63936
2011-10-09 22:10:45 +00:00
ChunEon Park f61e103d75 elementary/naviframe - added mirror mode.
SVN revision: 63919
2011-10-08 04:23:37 +00:00
ChunEon Park 5c3609fec2 elementary/naviframe - bottom_item_get returned NULL always.. fixed it
SVN revision: 63913
2011-10-07 10:33:14 +00:00
Michael BOUCHAUD 1381cd24e2 elementary: fix typo that causes incorrect horizontal item positioning on horizontal gengrids. From Benjamin Drucker
SVN revision: 63912
2011-10-07 08:25:18 +00:00
Mike McCormack 16b07eec25 elementary: Update ignore file
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63901
2011-10-07 05:56:17 +00:00
Mike McCormack beafec3884 elementary: Improve include file modularity
Move stuff out of elm_priv.h

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

SVN revision: 63900
2011-10-07 05:56:07 +00:00
Mike McCormack 3c084f09c4 elementary: Reorder file list slightly
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63899
2011-10-07 05:55:56 +00:00
Daniel Juyung Seo de4fb0b5e0 elm genlist: Raise genlist group index when the group's sub item mode
is changed.


SVN revision: 63898
2011-10-07 05:54:29 +00:00
ChunEon Park 6ee9d6642f elementary/naviframe - +ingroup in doxy
SVN revision: 63879
2011-10-06 12:58:39 +00:00
ChunEon Park df3e4cd89a elementary/naviframe - added new API, elm_naviframe_item_del
SVN revision: 63878
2011-10-06 12:46:59 +00:00
ChunEon Park 1fbd38deb9 elementary/naviframe - duplicated list item remove.
SVN revision: 63871
2011-10-06 05:08:36 +00:00
ChunEon Park f96f4bbc06 elementary/naviframe - modified internal signal names.
this change resolves the transition problem also 
When user set the item style again. 

every time, transition signals are called,
Transition start position of the page will be reset.



SVN revision: 63869
2011-10-06 04:59:02 +00:00
ChunEon Park 9cf1c1a8ad elementary - fixed typo. moved a define to proper place.
SVN revision: 63862
2011-10-06 01:15:52 +00:00
ChunEon Park bc501454bb elementary/general - added new API elm_object_item_object_get
It returns the widget object handle which contains the given item. 



SVN revision: 63861
2011-10-06 01:13:51 +00:00
Gustavo Sverzut Barbieri aeded1ffdb elementary_config now knows about EWS, requested by kakaroto.
SVN revision: 63859
2011-10-06 00:03:04 +00:00
Gustavo Sverzut Barbieri f43d7bbdce elm/ews: fix theme apply.
eina_hash_pointer IS DISGUSTING! :-( It does not store the pointer,
but allocates something to hold the pointer, giving it back to you in
an unexpected way :-/



SVN revision: 63858
2011-10-05 23:43:03 +00:00
Gustavo Sverzut Barbieri 55bad5c8f6 ews: focus news windows.
SVN revision: 63854
2011-10-05 22:55:18 +00:00
Gustavo Sverzut Barbieri ab188c657c Elementary support for EWS, with simplistic window manager.
This contains a very simple and stupid window manager to be used in
FB, PS3 or similar single-window engines. Everybody is welcome to
improve it, particularly:
 * Edje: better border decoration theme
 * Edje: nice background
 * C + Edje: taskbar with minimized items.
 * C + Edje: find a better protocol to determine window size,
   accounting border decoration without account shadow! Right now I'm
   taking everything :-P
 * C: window management keys (Alt+F4 and like)

How to use: export ELM_ENGINE=ews
How to configure backing store: export ECORE_EVAS_EWS=enginey:w:h:options
Example:
{{{
export ECORE_EVAS_EWS=software_x11:0:0:1024:768
export ELM_ENGINE=ews
elementary_test
}}}

Bugs: maybe many, but so far seems it wouldn't take mouse events for
secondary windows. Will check it later.





SVN revision: 63849
2011-10-05 22:18:22 +00:00
ChunEon Park ea709ce5fa elementary/example - removed white spaces, renamed the window title from thread example 1 - > 6
SVN revision: 63840
2011-10-05 11:34:11 +00:00
ChunEon Park 37866acb06 elementary/exmaples - fixed typo
SVN revision: 63838
2011-10-05 11:13:06 +00:00
Cedric BAIL 9eb246a733 elementary: add docs.
SVN revision: 63821
2011-10-05 05:37:55 +00:00
Carsten Haitzler 5d97ed8ada based on input from tomas cech
SVN revision: 63817
2011-10-04 22:57:40 +00:00
ChunEon Park 68dd01c98b elementary/naviframe - fixed internal memory leaks
SVN revision: 63807
2011-10-04 13:15:42 +00:00
Jaehwan Kim ece95a4115 From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] els_scroller - bouncing doesn't work in
specific case

I found the bouncing of the scroller doesn't work in specific case.
When the scroller is scrolled but the animation doesn't occur,
sd->down.dy is not changed. Then in elm_smart_scroller_child_pos_set,
it's possible not to pass the below conditional sentence even if it
have to has the bounce.

if (((y < miny) && (0 <= sd->down.dy)) ||
((y > (my + miny)) && (0 >= sd->down.dy)))

So I reset the value sd->down.dx and sd->down.dy to 0 when mouse is up.
Please check patch file.



SVN revision: 63797
2011-10-04 07:33:28 +00:00
ChunEon Park a68e619082 elementary/naviframe - implemented item_set API correctly.
SVN revision: 63795
2011-10-04 06:50:18 +00:00
ChunEon Park 432d64864d elementary/naviframe - available null contents
SVN revision: 63794
2011-10-04 06:49:16 +00:00
ChunEon Park 0bc6781e6a elementary/naviframe - trivial changes
SVN revision: 63793
2011-10-04 06:47:32 +00:00
ChunEon Park b1ac91a985 elementary/naviframe - should be hidden case when label is NULL
SVN revision: 63792
2011-10-04 06:43:37 +00:00
ChunEon Park e585a931da elementary/naviframe - added rect to block the events
Need to consider to provide any mechanism to users such as evas_object_events_freeze/thaw. 



SVN revision: 63791
2011-10-04 06:30:38 +00:00
Daniel Juyung Seo 4206dddfff elm gengrid: Propagate Gengrid signals to the internal edje view. Patch by Benjamin Drucker <benjamin.t.drucker@alum.mit.edu>
On Tue, Oct 4, 2011 at 7:54 AM, Benjamin Drucker
<benjamin.t.drucker@alum.mit.edu> wrote:
> Right now, signals coming from the gengrid's internal edje object are
> propagated up to the gengrid object.
> This patch enables the other direction as well: you can use the
functions
>
>  elm_object_signal_callback_add(grid, ...)
>  elm_object_signal_callback_del(grid, ...)
>
> to signal the gengrid's internal edje object.
>
> Please review, thanks.
> -Ben


SVN revision: 63784
2011-10-04 01:24:08 +00:00
Jeonghyun Yun 628eab467c From: Jeonghyun Yun <jh0506.yun@samsung.com>
Subject: Re: [E-devel] [Patch] elm_gengrid reorder bug patch

I found a gengrid bug about reordering.

It sometimes happens that some gengrid item disappear when reorder item.



SVN revision: 63783
2011-10-04 00:59:18 +00:00
Cedric BAIL 33254e8736 elementary: turn on priority when it make sense.
SVN revision: 63770
2011-10-03 10:33:31 +00:00
Cedric BAIL 6001b100e6 elementary: fix coding style.
SVN revision: 63769
2011-10-03 10:29:52 +00:00
Tom Hacohen 2dd4edba45 Elm entry: Use group inheritance in theme.
SVN revision: 63765
2011-10-03 07:56:03 +00:00
Mike Blumenkrantz cf1f395966 fix bug where window-type tooltip deletion caused infinite recursion
SVN revision: 63761
2011-10-03 04:12:40 +00:00
Mike Blumenkrantz 99efe7327e some toolbar menu fixes to go with r63756
SVN revision: 63760
2011-10-03 03:47:52 +00:00
Mike Blumenkrantz 5bc9d81812 fix fixme in elm_toolbar_item_menu_get: no longer modifies a toolbar item
SVN revision: 63756
2011-10-03 02:25:30 +00:00
Massimo Maiurana e4e61d12c0 updating portuguese translations
SVN revision: 63741
2011-10-01 14:53:04 +00:00
ChunEon Park 07c21ef747 elementary/toolbar - trivial changes
SVN revision: 63738
2011-10-01 04:20:36 +00:00
Mike Blumenkrantz dde56b1bd5 another toolbar bug for the elm todo
SVN revision: 63737
2011-09-30 22:07:50 +00:00
Carsten Haitzler 779ca79b75 formatting.
SVN revision: 63722
2011-09-30 11:22:22 +00:00
Carsten Haitzler 1cdb29aa35 errr. why didnt this get committed? commit.
SVN revision: 63721
2011-09-30 08:48:25 +00:00
Carsten Haitzler 7efb904984 and lets stick to ewebkit? there is no web_client (at least not from
webkit)



SVN revision: 63720
2011-09-30 08:47:19 +00:00
Carsten Haitzler 2c4ece051f use idle enterers not idlers! in disckselector!
SVN revision: 63719
2011-09-30 08:36:50 +00:00
Carsten Haitzler 0db04357d5 commit missing freeze/thaw patch!
SVN revision: 63718
2011-09-30 08:03:56 +00:00