Commit Graph

3710 Commits

Author SHA1 Message Date
Iván Briano 52194cd52f One of the Four Horsemen for Cedric.
Let's have the content_hook thing for entry actually work, and if the
icon setters use that instead of having an entirely different code it may
also be a good idea.


SVN revision: 63999
2011-10-12 02:49:23 +00:00
Mike Blumenkrantz 5e2e8d079e add note.txt to svn ignores
SVN revision: 63997
2011-10-11 22:17:53 +00:00
Mike Blumenkrantz 358be8d21f add double click and longpress smart callbacks for toolbar items
SVN revision: 63996
2011-10-11 22:09:14 +00:00
Mike Blumenkrantz ebe7312d2b use longpress timer config value
SVN revision: 63995
2011-10-11 21:28:31 +00:00
Mike Blumenkrantz fa0834772c remember that time when somebody made a commit which caused elm to always spew lots of critical warnings on startup because there was no null check?
SVN revision: 63994
2011-10-11 21:19:08 +00:00
Mike Blumenkrantz 1ac843e259 add elm_pager_content_del() for deleting arbitrary pages from a pager
SVN revision: 63993
2011-10-11 21:06:59 +00:00
Mike Blumenkrantz 09a8378711 hmm need more caffeine to set proper buffer sizes today I guess
SVN revision: 63992
2011-10-11 21:05:32 +00:00
Mike Blumenkrantz f1dc5b0472 fix erroneous __UNUSED__
if there's a script to do this automagically, we should probably run it.


SVN revision: 63991
2011-10-11 20:29:19 +00:00
Mike Blumenkrantz e93200d8c2 add repeater/filter in toolbar for mouse clicks with button > 1
SVN revision: 63990
2011-10-11 20:14:52 +00:00
Mike Blumenkrantz c67b7479e0 use elm,action,click in notify like all other widgets
SVN revision: 63988
2011-10-11 19:41:54 +00:00
Mike McCormack a34438d5fc elementary: Intentiness
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63983
2011-10-11 06:27:47 +00:00
Shilpa Singh 259bdcdf70 elementary: Add edje interface for elm_pager_animation_disable_set()
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63982
2011-10-11 06:27:39 +00:00
Shilpa Singh 8623ee7ea1 elementary: Add elm_pager_animation_disable_set
Signed-off-by: Shilpa Singh <shilpa.singh@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63981
2011-10-11 06:27:30 +00:00
Mike McCormack d754f323ab elementary: Indent tweaks
SVN revision: 63980
2011-10-11 06:27:20 +00:00
Mike McCormack 20b75948c6 elementary: Intentiness updates
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63976
2011-10-11 04:41:36 +00:00
Mike McCormack e9e5af4d4a elementary: Heed indentiness corectiness
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63975
2011-10-11 02:39:07 +00:00
Rajeev Ranjan 7339ad9d82 elementary: Add "fixed" property to panes edje interface
Signed-off-by: Rajeev Ranjan <rajeev.r@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63974
2011-10-11 02:38:59 +00:00
Rajeev Ranjan 87e03cbfd3 elementary: Add support for fixed panes
Signed-off-by: Rajeev Ranjan <rajeev.r@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63973
2011-10-11 02:38:49 +00:00
Iván Briano c4a7751b05 Make toggling visibity of entry icons actually work
SVN revision: 63971
2011-10-11 02:07:56 +00:00
윤정현 a2aefee16f elementary: Add more icon parameters in edje
Signed-off-by: 윤정현 <jh0506.yun@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63970
2011-10-11 02:06:21 +00:00
Daniel Juyung Seo 7aa4684ab1 elementary: Add edje interface for calendar
Signed-off-by: Daniel Juyung Seo <juyung.seo@samsung.com>
Signed-off-by: Sumanth Krishna Mannam <sumanth.m@samsung.com>
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63969
2011-10-11 02:06:12 +00:00
Aharon Hillel a6083cb953 Elm Glayer: Added single tap/double click support.
Signed-off-by: Aharon Hillel <a.hillel@partner.samsung.com>

SVN revision: 63961
2011-10-10 15:47:40 +00:00
Aharon Hillel c2d58e895a Elm Glayer: Fixed many glayer issues.
zoom, rotate - Fixed continues gesture mode issues.
momentum - Fixed un relayable values returned for this gestures.
line - Fixed line continues mode issues.

Thank to Enumi Lee for reporting.

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

SVN revision: 63960
2011-10-10 15:47:34 +00:00
Mike McCormack 453c8437a4 elementary: Clear module callback functions on unload
Signed-off-by: Mike McCormack <mj.mccormack@samsung.com>

SVN revision: 63958
2011-10-10 10:06:36 +00:00
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