Commit Graph

3244 Commits

Author SHA1 Message Date
Carsten Haitzler f1b6434fc2 remove printf
SVN revision: 61849
2011-07-28 10:31:12 +00:00
Carsten Haitzler ddced6c6e9 fix file selector get is _save. never worked!
SVN revision: 61848
2011-07-28 10:28:55 +00:00
Mike Blumenkrantz fb13968e89 remove hardcoded transparency from tooltip, add data item to edc to enable it
SVN revision: 61845
2011-07-28 10:08:07 +00:00
Mike Blumenkrantz 52d5130947 POINTER ARITHMETIC WITH VOID* IS BAD.
use intptr_t. also fixes a bunch of compile warns for x86_64


SVN revision: 61841
2011-07-28 08:36:55 +00:00
Tom Hacohen e0364385f8 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
2011-07-28 08:18:37 +00:00
WooHyun Jung b1dde8fb29 elementary : Modified comments and removed trailing white spaces :)
SVN revision: 61839
2011-07-28 08:14:30 +00:00
WooHyun Jung 73057c35bd 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
2011-07-28 06:58:29 +00:00
ChunEon Park 3012836567 elementary/naviframe - trivial changes
SVN revision: 61835
2011-07-28 02:32:40 +00:00
Mike Blumenkrantz 5d9cc6c464 properly set tooltip freesizing when object has not been realized in genlist/gengrid
SVN revision: 61834
2011-07-28 02:22:37 +00:00
Mike Blumenkrantz d25c988bfc 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
2011-07-28 01:32:40 +00:00
Mike Blumenkrantz b404e85ed1 add padding to transparent tooltip
SVN revision: 61832
2011-07-28 01:30:09 +00:00
Jonas M. Gastal fe48ed4839 Elementary: Moving panes to containers section of index.
SVN revision: 61822
2011-07-27 20:37:04 +00:00
Jonas M. Gastal 53c54e0b6d Elementary: photocam documentation.
SVN revision: 61821
2011-07-27 20:36:47 +00:00
Mike Blumenkrantz 4804b51338 +elm_icon_size_get
SVN revision: 61818
2011-07-27 20:31:40 +00:00
Gustavo Lima Chaves f6c0e4aa87 [elementary] Random doc fixes.
SVN revision: 61815
2011-07-27 19:38:58 +00:00
Gustavo Lima Chaves f8e055748d [elementary] Put dangling examples on the proper file.
SVN revision: 61814
2011-07-27 19:38:52 +00:00
Gustavo Lima Chaves 4619bd37a5 [elementary] Documentation for the slideshow widget.
SVN revision: 61813
2011-07-27 19:38:43 +00:00
Mike Blumenkrantz 51491fbbae whoops, forgot to give transparent tooltip an alpha channel
SVN revision: 61812
2011-07-27 19:09:50 +00:00
Mike Blumenkrantz 3957a809f4 throttle tooltip job creation
SVN revision: 61811
2011-07-27 18:35:49 +00:00
Bruno Dilly 7da46cfbbe Elementary: panes documentation
SVN revision: 61809
2011-07-27 17:06:40 +00:00
Jonas M. Gastal e51dcb01b5 Elementary: notify documentation.
SVN revision: 61807
2011-07-27 13:40:30 +00:00
Bruno Dilly 4c2b1d1deb Elementary: Slider documentation
SVN revision: 61806
2011-07-27 13:32:51 +00:00
ChunEon Park bea13bc9d7 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
2011-07-27 10:05:09 +00:00
ChunEon Park 2b8ae14cd2 elementary - added common APIs elm_object_content_set/get/unset
Now need to widgets use them. 



SVN revision: 61802
2011-07-27 09:49:14 +00:00
Carsten Haitzler 0678344e96 fix flipselector to select a nearyby item if deleted and its current.
SVN revision: 61801
2011-07-27 09:43:09 +00:00
Jaehwan Kim 159888e059 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
2011-07-27 09:24:42 +00:00
Jaehwan Kim 4ebfb567bd 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
2011-07-27 09:21:54 +00:00
Mike Blumenkrantz 2a09e2e7a8 significantly improve tooltip orientation calculations
SVN revision: 61795
2011-07-27 07:12:28 +00:00
Mike Blumenkrantz 81c6fb457d allow tooltips to better choose their orientation
SVN revision: 61793
2011-07-27 06:50:56 +00:00
Mike Blumenkrantz c061290560 err...not sure how that got in there
SVN revision: 61792
2011-07-27 06:44:39 +00:00
Mike Blumenkrantz 018a6320f5 fix a lot of issues with giant tooltips, also disable mouse input.
THANK YOU JEFFDAMETH FOR BEING SO AWESOME


SVN revision: 61791
2011-07-27 06:43:51 +00:00
Mike Blumenkrantz 7512d98de6 set transparent style for tooltip tests
SVN revision: 61790
2011-07-27 06:41:56 +00:00
Carsten Haitzler 8803910b36 make ecore_con a default requirement for elm.
SVN revision: 61789
2011-07-27 05:59:01 +00:00
WooHyun Jung a03291c9af elementary/elm_entry : cursor geometry should be changed only when
focused.


SVN revision: 61787
2011-07-27 04:57:18 +00:00
Daniel Juyung Seo 05cbb97d7c elm Elementary.h.in: Fixed typo.
SVN revision: 61781
2011-07-27 01:51:27 +00:00
Iván Briano 7f82a14061 And if we found Emap and it wasn't disabled, we may as well not break the build.
SVN revision: 61780
2011-07-26 21:36:14 +00:00
Iván Briano 2bf15a56bd I didn't forget the images, I just wanted more commits under my name
SVN revision: 61776
2011-07-26 21:10:51 +00:00
Iván Briano 1e8cf84233 Elm_Box preview screenshot
SVN revision: 61775
2011-07-26 21:04:09 +00:00
Gustavo Lima Chaves a47af8dbe3 [elementary] Docs. for the progress bar widget.
SVN revision: 61772
2011-07-26 20:11:39 +00:00
Gustavo Lima Chaves beb15c327b [elementary] Fixes on gengrid docs.
SVN revision: 61771
2011-07-26 20:11:32 +00:00
Iván Briano 757a30a198 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
2011-07-26 19:01:31 +00:00
Rafael Antognolli e5e66db3d5 elementary/genlist - Explaining the examples.
SVN revision: 61769
2011-07-26 18:32:14 +00:00
Rafael Antognolli bd2f3e7dee elementary/genlist - Moving and improving docs of genlist functions.
Most of the functions deal with configuring the genlist, not the items.



SVN revision: 61768
2011-07-26 18:32:05 +00:00
Rafael Antognolli a72bd83eb8 elementary/genlist - Add some examples.
SVN revision: 61767
2011-07-26 18:31:54 +00:00
Bruno Dilly 569b78f243 Elementary: Spinner documentation
SVN revision: 61766
2011-07-26 17:27:05 +00:00
Cedric BAIL 618317e0c1 elementary: fix compilation of shader with OpenGL.
SVN revision: 61765
2011-07-26 16:37:41 +00:00
Daniel Juyung Seo febcbbf303 elm tooltip: Fixed warnings.
SVN revision: 61758
2011-07-26 12:35:54 +00:00
Daniel Juyung Seo ce6e815e0b elm widgets: Removed trailing whitespaces.
SVN revision: 61744
2011-07-26 11:28:08 +00:00
Mike Blumenkrantz 26ccd20393 new tooltip test for seriously large images
SVN revision: 61740
2011-07-26 10:28:01 +00:00
Mike Blumenkrantz 54f1e32c17 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
2011-07-26 09:38:23 +00:00