platform/upstream/elementary.git
12 years agoElm glayer: Added n-long-tap gesture
Aharon Hillel [Mon, 1 Aug 2011 13:09:05 +0000 (13:09 +0000)]
Elm glayer: Added n-long-tap gesture

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

12 years agoElementary: removing swap file(should've never been
Jonas M. Gastal [Mon, 1 Aug 2011 13:06:24 +0000 (13:06 +0000)]
Elementary: removing swap file(should've never been
 commited).

SVN revision: 61952

12 years agomin size of a win is NOT -1!!
Carsten Haitzler [Mon, 1 Aug 2011 12:19:36 +0000 (12:19 +0000)]
min size of a win is NOT -1!!

SVN revision: 61948

12 years agoelm win: Refactoring. Removed unused local variable.
Daniel Juyung Seo [Mon, 1 Aug 2011 06:49:58 +0000 (06:49 +0000)]
elm win: Refactoring. Removed unused local variable.

SVN revision: 61934

12 years agoelm: Removed trailing whitespaces before I work on.
Daniel Juyung Seo [Mon, 1 Aug 2011 06:46:43 +0000 (06:46 +0000)]
elm: Removed trailing whitespaces before I work on.

SVN revision: 61933

12 years agoelm Elementary.h.in: Fixed doxygen alignment.
Daniel Juyung Seo [Mon, 1 Aug 2011 04:01:53 +0000 (04:01 +0000)]
elm Elementary.h.in: Fixed doxygen alignment.

SVN revision: 61931

12 years agochange one of the tooltip tests to exhibit a pretty hilarious tooltip-related label bug
Mike Blumenkrantz [Mon, 1 Aug 2011 00:49:46 +0000 (00:49 +0000)]
change one of the tooltip tests to exhibit a pretty hilarious tooltip-related label bug

SVN revision: 61930

12 years agomore tooltip calc fixes: if edje minw/minh is 0x0 from calc, use evas minw/minh so...
Mike Blumenkrantz [Sun, 31 Jul 2011 14:29:04 +0000 (14:29 +0000)]
more tooltip calc fixes: if edje minw/minh is 0x0 from calc, use evas minw/minh so it's visible

SVN revision: 61926

12 years agowarning about shadowing symbols! BEGONE!
Iván Briano [Sat, 30 Jul 2011 03:19:44 +0000 (03:19 +0000)]
warning about shadowing symbols! BEGONE!

SVN revision: 61919

12 years agoI don't know why this doesn't break anything, but let's call functions with the right...
Iván Briano [Sat, 30 Jul 2011 03:16:46 +0000 (03:16 +0000)]
I don't know why this doesn't break anything, but let's call functions with the right object as parameters

SVN revision: 61918

12 years agoI don't care if the entry is not focused, update the cursor position anyway.
Iván Briano [Sat, 30 Jul 2011 03:15:43 +0000 (03:15 +0000)]
I don't care if the entry is not focused, update the cursor position anyway.

Returning at that point was making non focused entries, like say... the chat buffer in an IM client to not scroll properly when we tell it to do so.

SVN revision: 61917

12 years agoElementary: elm_menu documentation.
Jonas M. Gastal [Fri, 29 Jul 2011 21:40:54 +0000 (21:40 +0000)]
Elementary: elm_menu documentation.

SVN revision: 61910

12 years agoElementary: fix typos.
Jonas M. Gastal [Fri, 29 Jul 2011 20:17:21 +0000 (20:17 +0000)]
Elementary: fix typos.

SVN revision: 61909

12 years agoAdd preview for window
Iván Briano [Fri, 29 Jul 2011 19:58:07 +0000 (19:58 +0000)]
Add preview for window

SVN revision: 61908

12 years agoElm_Win for normal human beings
Iván Briano [Fri, 29 Jul 2011 19:57:57 +0000 (19:57 +0000)]
Elm_Win for normal human beings

SVN revision: 61907

12 years agoelementary: fix genlist sorted insert to not loose track of subitem.
Cedric BAIL [Fri, 29 Jul 2011 16:07:10 +0000 (16:07 +0000)]
elementary: fix genlist sorted insert to not loose track of subitem.

SVN revision: 61901

12 years agounbreak elm_menu_item api
Mike Blumenkrantz [Fri, 29 Jul 2011 15:08:56 +0000 (15:08 +0000)]
unbreak elm_menu_item api

the following functions are now DEPRECATED and will be removed on 5 AUG 2011:
elm_menu_item_object_icon_get -> elm_menu_item_object_content_get
elm_menu_item_icon_get -> elm_menu_item_object_icon_name_get
elm_menu_item_icon_set -> elm_menu_item_object_icon_name_set

added the following NEW functions:
elm_menu_item_object_content_set
elm_menu_item_menu_get (this will probably be replaced by an eventual elm_object_item_owner_get() or whatever it gets named)

SVN revision: 61899

12 years agoelementary/genlist - Add a small explanation to the 3rd example.
Rafael Antognolli [Fri, 29 Jul 2011 14:59:45 +0000 (14:59 +0000)]
elementary/genlist - Add a small explanation to the 3rd example.

SVN revision: 61898

12 years agoelm_win - patchec by kimcinoo@gmail.com
ChunEon Park [Fri, 29 Jul 2011 14:28:33 +0000 (14:28 +0000)]
elm_win - patchec by kimcinoo@gmail.com

Hi All,

If ecore_evas_[not_software_x11]_new(); returns NULL while elm_win_add(); is
called,
then ecore_evas_software_x11_new(); is used instead of other engines.
(FALLBACK_TRY)
But the configuration value for engine is not changed. This makes improper
result.

After FALLBACK_TRY, the elm_win works with different configuration value.
In this case, win->xwin (_elm_win_xwindow_get()) gives NULL.
and elm_win_xsinodow_get() returns 0 also.

Please refer to attached patch. Thanks a lot

Sincerely,
Shinwoo Kim.

SVN revision: 61894

12 years agohelper function for menu item creation to deduplicate code
Mike Blumenkrantz [Fri, 29 Jul 2011 14:04:54 +0000 (14:04 +0000)]
helper function for menu item creation to deduplicate code

SVN revision: 61893

12 years ago+elm_menu_item_index_get
Mike Blumenkrantz [Fri, 29 Jul 2011 14:00:31 +0000 (14:00 +0000)]
+elm_menu_item_index_get

SVN revision: 61892

12 years agoremove const from return of some menu item_get functions
Mike Blumenkrantz [Fri, 29 Jul 2011 13:29:04 +0000 (13:29 +0000)]
remove const from return of some menu item_get functions

SVN revision: 61891

12 years agospacing fix.
Carsten Haitzler [Fri, 29 Jul 2011 11:21:43 +0000 (11:21 +0000)]
spacing fix.

SVN revision: 61888

12 years agoFrom: cnook <kimcinoo@gmail.com>
cnook [Fri, 29 Jul 2011 06:47:45 +0000 (06:47 +0000)]
From: cnook <kimcinoo@gmail.com>
Subject: [E-devel] [Patch] elm_diskselector

I have attached elm_diskselector patch for resolving dynamic theme
change issue.
Previously, the item label did not display when them theme had changed
while elm_diskselector displayed.

also with fixes from me to not do silly things with parent geometry.

SVN revision: 61883

12 years agofix get of filesel is save
Carsten Haitzler [Fri, 29 Jul 2011 06:47:33 +0000 (06:47 +0000)]
fix get of filesel is save

SVN revision: 61882

12 years agoelementary: oops, thanks Rafael Antognolli.
Cedric BAIL [Thu, 28 Jul 2011 22:14:32 +0000 (22:14 +0000)]
elementary: oops, thanks Rafael Antognolli.

SVN revision: 61873

12 years agoElementary: Segment Control Documentation
Bruno Dilly [Thu, 28 Jul 2011 21:51:02 +0000 (21:51 +0000)]
Elementary: Segment Control Documentation

SVN revision: 61872

12 years agoelementary/genlist - Adding previews to index and docs.
Rafael Antognolli [Thu, 28 Jul 2011 21:27:48 +0000 (21:27 +0000)]
elementary/genlist - Adding previews to index and docs.

SVN revision: 61871

12 years agoelementary/doc - Remove annoying warnings from widget previews.
Rafael Antognolli [Thu, 28 Jul 2011 21:27:42 +0000 (21:27 +0000)]
elementary/doc - Remove annoying warnings from widget previews.

SVN revision: 61870

12 years agoelementary/genlist - Examples 04 and 05 explained.
Rafael Antognolli [Thu, 28 Jul 2011 21:27:32 +0000 (21:27 +0000)]
elementary/genlist - Examples 04 and 05 explained.

SVN revision: 61869

12 years agoelementary/genlist - More functions moved from .c to .h
Rafael Antognolli [Thu, 28 Jul 2011 21:27:23 +0000 (21:27 +0000)]
elementary/genlist - More functions moved from .c to .h
Most of them were reviewed and/or improved.

SVN revision: 61868

12 years agoelementary/genlist - two more examples (explanation comming soon).
Rafael Antognolli [Thu, 28 Jul 2011 21:27:09 +0000 (21:27 +0000)]
elementary/genlist - two more examples (explanation comming soon).

SVN revision: 61867

12 years agoElementary: When an elm_entry is setted to be scrolled its stops of propagate events.
Flavio Ceolin [Thu, 28 Jul 2011 17:33:53 +0000 (17:33 +0000)]
Elementary: When an elm_entry is setted to be scrolled its stops of propagate events.

Fixed  just setting the els_scrooller to propagate the events.

Patch by: Flavio Ceolin <flavio.ceolin@profusion.mobi>

SVN revision: 61866

12 years agoElementary: table documentation.
Jonas M. Gastal [Thu, 28 Jul 2011 16:51:39 +0000 (16:51 +0000)]
Elementary: table documentation.

SVN revision: 61865

12 years agoelementary: fix fileselector expandable mode with eio.
Cedric BAIL [Thu, 28 Jul 2011 16:44:10 +0000 (16:44 +0000)]
elementary: fix fileselector expandable mode with eio.

SVN revision: 61864

12 years agoelementary: fix some parental issue with genlist.
Cedric BAIL [Thu, 28 Jul 2011 16:43:15 +0000 (16:43 +0000)]
elementary: fix some parental issue with genlist.

SVN revision: 61863

12 years agoWho removed the second signal and left the now useless comment?
Iván Briano [Thu, 28 Jul 2011 14:59:15 +0000 (14:59 +0000)]
Who removed the second signal and left the now useless comment?

SVN revision: 61862

12 years agoElementary: scroller documentation.
Jonas M. Gastal [Thu, 28 Jul 2011 14:53:26 +0000 (14:53 +0000)]
Elementary: scroller documentation.

SVN revision: 61861

12 years agoElementary: elm_label doc fix.
Jonas M. Gastal [Thu, 28 Jul 2011 14:53:08 +0000 (14:53 +0000)]
Elementary: elm_label doc fix.

SVN revision: 61860

12 years agoElementary theme: Updated default theme's b, em and highlight tags.
Tom Hacohen [Thu, 28 Jul 2011 13:00:39 +0000 (13:00 +0000)]
Elementary theme: Updated default theme's b, em and highlight tags.

Updated them to use the new font_weight and font_style format attributes
of textblock.c

SVN revision: 61856

12 years agoInwin basic example
Iván Briano [Thu, 28 Jul 2011 12:11:26 +0000 (12:11 +0000)]
Inwin basic example

SVN revision: 61853

12 years agoInwin docs. No example.
Iván Briano [Thu, 28 Jul 2011 12:11:14 +0000 (12:11 +0000)]
Inwin docs. No example.

SVN revision: 61852

12 years agoremove printf
Carsten Haitzler [Thu, 28 Jul 2011 10:31:12 +0000 (10:31 +0000)]
remove printf

SVN revision: 61849

12 years agofix file selector get is _save. never worked!
Carsten Haitzler [Thu, 28 Jul 2011 10:28:55 +0000 (10:28 +0000)]
fix file selector get is _save. never worked!

SVN revision: 61848

12 years agoremove hardcoded transparency from tooltip, add data item to edc to enable it
Mike Blumenkrantz [Thu, 28 Jul 2011 10:08:07 +0000 (10:08 +0000)]
remove hardcoded transparency from tooltip, add data item to edc to enable it

SVN revision: 61845

12 years agoPOINTER ARITHMETIC WITH VOID* IS BAD.
Mike Blumenkrantz [Thu, 28 Jul 2011 08:36:55 +0000 (08:36 +0000)]
POINTER ARITHMETIC WITH VOID* IS BAD.

use intptr_t. also fixes a bunch of compile warns for x86_64

SVN revision: 61841

12 years agoElm entry: Fixed a bug with entry_get with big texts.
Tom Hacohen [Thu, 28 Jul 2011 08:18:37 +0000 (08:18 +0000)]
Elm entry: Fixed a bug with entry_get with big texts.

Entry gradually loads big texts. This bug caused entry_get to return the
current text in the textblock, and not the text not yet loaded.

SVN revision: 61840

12 years agoelementary : Modified comments and removed trailing white spaces :)
WooHyun Jung [Thu, 28 Jul 2011 08:14:30 +0000 (08:14 +0000)]
elementary : Modified comments and removed trailing white spaces :)

SVN revision: 61839

12 years agoelementary/elm_main : Add elm_object_tree_unfocusable_set/get. This
WooHyun Jung [Thu, 28 Jul 2011 06:58:29 +0000 (06:58 +0000)]
elementary/elm_main : Add elm_object_tree_unfocusable_set/get. This
API will set an object and its child objects to be
unfocusable/focusable.

SVN revision: 61838

12 years agoelementary/naviframe - trivial changes
ChunEon Park [Thu, 28 Jul 2011 02:32:40 +0000 (02:32 +0000)]
elementary/naviframe - trivial changes

SVN revision: 61835

12 years agoproperly set tooltip freesizing when object has not been realized in genlist/gengrid
Mike Blumenkrantz [Thu, 28 Jul 2011 02:22:37 +0000 (02:22 +0000)]
properly set tooltip freesizing when object has not been realized in genlist/gengrid

SVN revision: 61834

12 years agonow apply style correctly to free size tooltips, and remember that time I said that...
Mike Blumenkrantz [Thu, 28 Jul 2011 01:32:40 +0000 (01:32 +0000)]
now apply style correctly to free size tooltips, and remember that time I said that I was done with tt position calculations? I lied. this commit is the pinnacle of tooltip position calculating technology. also inverts position of tooltip so it doesn't get stupidly hidden by the pointer

SVN revision: 61833

12 years agoadd padding to transparent tooltip
Mike Blumenkrantz [Thu, 28 Jul 2011 01:30:09 +0000 (01:30 +0000)]
add padding to transparent tooltip

SVN revision: 61832

12 years agoElementary: Moving panes to containers section of index.
Jonas M. Gastal [Wed, 27 Jul 2011 20:37:04 +0000 (20:37 +0000)]
Elementary: Moving panes to containers section of index.

SVN revision: 61822

12 years agoElementary: photocam documentation.
Jonas M. Gastal [Wed, 27 Jul 2011 20:36:47 +0000 (20:36 +0000)]
Elementary: photocam documentation.

SVN revision: 61821

12 years ago+elm_icon_size_get
Mike Blumenkrantz [Wed, 27 Jul 2011 20:31:40 +0000 (20:31 +0000)]
+elm_icon_size_get

SVN revision: 61818

12 years ago[elementary] Random doc fixes.
Gustavo Lima Chaves [Wed, 27 Jul 2011 19:38:58 +0000 (19:38 +0000)]
[elementary] Random doc fixes.

SVN revision: 61815

12 years ago[elementary] Put dangling examples on the proper file.
Gustavo Lima Chaves [Wed, 27 Jul 2011 19:38:52 +0000 (19:38 +0000)]
[elementary] Put dangling examples on the proper file.

SVN revision: 61814

12 years ago[elementary] Documentation for the slideshow widget.
Gustavo Lima Chaves [Wed, 27 Jul 2011 19:38:43 +0000 (19:38 +0000)]
[elementary] Documentation for the slideshow widget.

SVN revision: 61813

12 years agowhoops, forgot to give transparent tooltip an alpha channel
Mike Blumenkrantz [Wed, 27 Jul 2011 19:09:50 +0000 (19:09 +0000)]
whoops, forgot to give transparent tooltip an alpha channel

SVN revision: 61812

12 years agothrottle tooltip job creation
Mike Blumenkrantz [Wed, 27 Jul 2011 18:35:49 +0000 (18:35 +0000)]
throttle tooltip job creation

SVN revision: 61811

12 years agoElementary: panes documentation
Bruno Dilly [Wed, 27 Jul 2011 17:06:40 +0000 (17:06 +0000)]
Elementary: panes documentation

SVN revision: 61809

12 years agoElementary: notify documentation.
Jonas M. Gastal [Wed, 27 Jul 2011 13:40:30 +0000 (13:40 +0000)]
Elementary: notify documentation.

SVN revision: 61807

12 years agoElementary: Slider documentation
Bruno Dilly [Wed, 27 Jul 2011 13:32:51 +0000 (13:32 +0000)]
Elementary: Slider documentation

SVN revision: 61806

12 years agoelementary/diskselector - patched by kimcinoo@gmail.com
ChunEon Park [Wed, 27 Jul 2011 10:05:09 +0000 (10:05 +0000)]
elementary/diskselector - patched by kimcinoo@gmail.com

Hi All,

I have attached refined path.
There is no storing parent.

Sincerely,
Shinwoo Kim.

SVN revision: 61803

12 years agoelementary - added common APIs elm_object_content_set/get/unset
ChunEon Park [Wed, 27 Jul 2011 09:49:14 +0000 (09:49 +0000)]
elementary - added common APIs elm_object_content_set/get/unset

Now need to widgets use them.

SVN revision: 61802

12 years agofix flipselector to select a nearyby item if deleted and its current.
Carsten Haitzler [Wed, 27 Jul 2011 09:43:09 +0000 (09:43 +0000)]
fix flipselector to select a nearyby item if deleted and its current.

SVN revision: 61801

12 years agoFrom: Jaehwan Kim <jae.hwan.kim@samsung.com>
Jaehwan Kim [Wed, 27 Jul 2011 09:24:42 +0000 (09:24 +0000)]
From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: Re: [E-devel] [Patch] The bounce problem in the scroller.

The scroller has a problem when it is scrolled consistently in the end of the edge.
It has an acceleration. If the scrolling occur again before the animation end,?
the scroll-animation (momentum animation) be faster. When it is in the end of the edge,
it does, too. So the content of the scroller disappear because of the acceleration.
The scroller don't need to has the acceleration in the end of edge.

The below is the problem.
http://www.youtube.com/watch?v=Qg7BZrm9EnA

And the below is the scroller which be patched.
http://www.youtube.com/watch?v=lHT6G9WoNSs

SVN revision: 61800

12 years agoFrom: Jaehwan Kim <jae.hwan.kim@samsung.com>
Jaehwan Kim [Wed, 27 Jul 2011 09:21:54 +0000 (09:21 +0000)]
From: Jaehwan Kim <jae.hwan.kim@samsung.com>
Subject: [E-devel] [Patch] The scroll animation doesn't work when the
scroll-action is started from the outside of a viewport.

In scroller, if the scroll-action is started from the outside of a
viewport,
the momentum animation does not work because of the bounce-effect.

Please see the below video.
http://www.youtube.com/watch?v=xNvLSxWjrDE

The below video is the scroller after applying my patch.
http://www.youtube.com/watch?v=hM3o1kxC674

SVN revision: 61799

12 years agosignificantly improve tooltip orientation calculations
Mike Blumenkrantz [Wed, 27 Jul 2011 07:12:28 +0000 (07:12 +0000)]
significantly improve tooltip orientation calculations

SVN revision: 61795

12 years agoallow tooltips to better choose their orientation
Mike Blumenkrantz [Wed, 27 Jul 2011 06:50:56 +0000 (06:50 +0000)]
allow tooltips to better choose their orientation

SVN revision: 61793

12 years agoerr...not sure how that got in there
Mike Blumenkrantz [Wed, 27 Jul 2011 06:44:39 +0000 (06:44 +0000)]
err...not sure how that got in there

SVN revision: 61792

12 years agofix a lot of issues with giant tooltips, also disable mouse input.
Mike Blumenkrantz [Wed, 27 Jul 2011 06:43:51 +0000 (06:43 +0000)]
fix a lot of issues with giant tooltips, also disable mouse input.
THANK YOU JEFFDAMETH FOR BEING SO AWESOME

SVN revision: 61791

12 years agoset transparent style for tooltip tests
Mike Blumenkrantz [Wed, 27 Jul 2011 06:41:56 +0000 (06:41 +0000)]
set transparent style for tooltip tests

SVN revision: 61790

12 years agomake ecore_con a default requirement for elm.
Carsten Haitzler [Wed, 27 Jul 2011 05:59:01 +0000 (05:59 +0000)]
make ecore_con a default requirement for elm.

SVN revision: 61789

12 years agoelementary/elm_entry : cursor geometry should be changed only when
WooHyun Jung [Wed, 27 Jul 2011 04:57:18 +0000 (04:57 +0000)]
elementary/elm_entry : cursor geometry should be changed only when
focused.

SVN revision: 61787

12 years agoelm Elementary.h.in: Fixed typo.
Daniel Juyung Seo [Wed, 27 Jul 2011 01:51:27 +0000 (01:51 +0000)]
elm Elementary.h.in: Fixed typo.

SVN revision: 61781

12 years agoAnd if we found Emap and it wasn't disabled, we may as well not break the build.
Iván Briano [Tue, 26 Jul 2011 21:36:14 +0000 (21:36 +0000)]
And if we found Emap and it wasn't disabled, we may as well not break the build.

SVN revision: 61780

12 years agoI didn't forget the images, I just wanted more commits under my name
Iván Briano [Tue, 26 Jul 2011 21:10:51 +0000 (21:10 +0000)]
I didn't forget the images, I just wanted more commits under my name

SVN revision: 61776

12 years agoElm_Box preview screenshot
Iván Briano [Tue, 26 Jul 2011 21:04:09 +0000 (21:04 +0000)]
Elm_Box preview screenshot

SVN revision: 61775

12 years ago[elementary] Docs. for the progress bar widget.
Gustavo Lima Chaves [Tue, 26 Jul 2011 20:11:39 +0000 (20:11 +0000)]
[elementary] Docs. for the progress bar widget.

SVN revision: 61772

12 years ago[elementary] Fixes on gengrid docs.
Gustavo Lima Chaves [Tue, 26 Jul 2011 20:11:32 +0000 (20:11 +0000)]
[elementary] Fixes on gengrid docs.

SVN revision: 61771

12 years agoSome more doc fixing in entry, mostly cursor, images showing items and an example.
Iván Briano [Tue, 26 Jul 2011 19:01:31 +0000 (19:01 +0000)]
Some more doc fixing in entry, mostly cursor, images showing items and an example.

Example that's not of my liking, stupid entry... I will get you while you sleep and teach you how to edit formatted text!

SVN revision: 61770

12 years agoelementary/genlist - Explaining the examples.
Rafael Antognolli [Tue, 26 Jul 2011 18:32:14 +0000 (18:32 +0000)]
elementary/genlist - Explaining the examples.

SVN revision: 61769

12 years agoelementary/genlist - Moving and improving docs of genlist functions.
Rafael Antognolli [Tue, 26 Jul 2011 18:32:05 +0000 (18:32 +0000)]
elementary/genlist - Moving and improving docs of genlist functions.
Most of the functions deal with configuring the genlist, not the items.

SVN revision: 61768

12 years agoelementary/genlist - Add some examples.
Rafael Antognolli [Tue, 26 Jul 2011 18:31:54 +0000 (18:31 +0000)]
elementary/genlist - Add some examples.

SVN revision: 61767

12 years agoElementary: Spinner documentation
Bruno Dilly [Tue, 26 Jul 2011 17:27:05 +0000 (17:27 +0000)]
Elementary: Spinner documentation

SVN revision: 61766

12 years agoelementary: fix compilation of shader with OpenGL.
Cedric BAIL [Tue, 26 Jul 2011 16:37:41 +0000 (16:37 +0000)]
elementary: fix compilation of shader with OpenGL.

SVN revision: 61765

12 years agoelm tooltip: Fixed warnings.
Daniel Juyung Seo [Tue, 26 Jul 2011 12:35:54 +0000 (12:35 +0000)]
elm tooltip: Fixed warnings.

SVN revision: 61758

12 years agoelm widgets: Removed trailing whitespaces.
Daniel Juyung Seo [Tue, 26 Jul 2011 11:28:08 +0000 (11:28 +0000)]
elm widgets: Removed trailing whitespaces.

SVN revision: 61744

12 years agonew tooltip test for seriously large images
Mike Blumenkrantz [Tue, 26 Jul 2011 10:28:01 +0000 (10:28 +0000)]
new tooltip test for seriously large images

SVN revision: 61740

12 years agoTHE MOST ANTICIPATED COMMIT OF 2011: HUGENORMOUS TOOLTIPS!!!!!!
Mike Blumenkrantz [Tue, 26 Jul 2011 09:38:23 +0000 (09:38 +0000)]
THE MOST ANTICIPATED COMMIT OF 2011: HUGENORMOUS TOOLTIPS!!!!!!
these bad boys are so big and pixelthirsty they can't be constrained by a regular canvas or window, they use OVERRIDE REDIRECT WINDOWS. not only that, they totally exceed the boundaries of what a reasonable function name length could be. 50 character function name limit? puh-leeze. these guys don't care what side of the screen they're even on so long as they get to wade into the thick of the action and block out each and every crappy non-efl application behind them. and that's when they're in good moods. you don't even want to know what happens when you piss these guys off.

SVN revision: 61735

12 years agoelm gengrid: Fixed indentation for signal description.
Daniel Juyung Seo [Tue, 26 Jul 2011 07:00:19 +0000 (07:00 +0000)]
elm gengrid: Fixed indentation for signal description.

SVN revision: 61729

12 years agoelm genscroller: Fixed warnings while raster is not working on this :)
Daniel Juyung Seo [Tue, 26 Jul 2011 06:07:54 +0000 (06:07 +0000)]
elm genscroller: Fixed warnings while raster is not working on this :)
hooray! lol!

SVN revision: 61727

12 years agoelementary/label - patched by kimcinoo@gmail.com
ChunEon Park [Tue, 26 Jul 2011 05:57:32 +0000 (05:57 +0000)]
elementary/label - patched by kimcinoo@gmail.com

-----Original Message-----
From: "cnook"<kimcinoo@gmail.com>
To: "EFL"<enlightenment-devel@lists.sourceforge.net>
Cc:
Sent: 11-07-26(화) 13:58:55
Subject: [E-devel] [Patch] Elm_Label, Incompatible Widget Data TypeHi All,

The Elm_Wrap_Type have been added, and APIs have been changed also.
But there are some remains have to be changed as the attached patch.

Sincerely,
Shinwoo Kim.

SVN revision: 61726

12 years agoadd note regarding swallowed content in items to elm_menu_item_object_icon_get
Mike Blumenkrantz [Tue, 26 Jul 2011 01:51:50 +0000 (01:51 +0000)]
add note regarding swallowed content in items to elm_menu_item_object_icon_get

SVN revision: 61721

12 years agoadd new signal for list/genlist/gengrid: "activated"
Mike Blumenkrantz [Tue, 26 Jul 2011 01:49:24 +0000 (01:49 +0000)]
add new signal for list/genlist/gengrid: "activated"
this signal is called whenever an item receives either a double click or selection+(enter/spacebar/return)

this commit also unifies the click/enter/spacebar/etc event api for these widgets, including removing the double click signal from keypress events and removing the 'clicked' signal from double click events

SVN revision: 61720

12 years agoradio buttons: GET IN MAH MENUS!!!!
Mike Blumenkrantz [Tue, 26 Jul 2011 01:17:09 +0000 (01:17 +0000)]
radio buttons: GET IN MAH MENUS!!!!

added elm_menu_item_add_object which allows a user to directly add an arbitrary evas_object to be swallowed as a menu item, added radio item as test

SVN revision: 61717

12 years agoElementary: List Documentation
Bruno Dilly [Mon, 25 Jul 2011 20:47:59 +0000 (20:47 +0000)]
Elementary: List Documentation

SVN revision: 61711

12 years ago[elementary] Gengrid docs: improvements.
Gustavo Lima Chaves [Mon, 25 Jul 2011 19:52:59 +0000 (19:52 +0000)]
[elementary] Gengrid docs: improvements.

SVN revision: 61709