Commit Graph

24 Commits

Author SHA1 Message Date
ChunEon Park cd7ac1511f elementary / ctxpopup - just removed a empty line
SVN revision: 58919
2011-04-26 06:53:52 +00:00
ChunEon Park ef4eddd61b elementary / ctxpopup - just changed lines.
SVN revision: 58916
2011-04-26 04:35:27 +00:00
ChunEon Park 8b08119b14 elementary / ctxpopup - fixed logic error.
SVN revision: 58915
2011-04-26 04:31:23 +00:00
ChunEon Park 85d9b909f7 elementary / ctxpopup - modified doxygen smart object signal callbacks
SVN revision: 58307
2011-04-03 16:35:19 +00:00
ChunEon Park e88243c16a elementary/ctxpopup - removed white space
SVN revision: 58247
2011-04-01 09:08:11 +00:00
Carsten Haitzler f74c18a02e make all widgets use a standard setup macro. cuts code down and
handles null parent errors, null wd alloc, null obj create errors etc.



SVN revision: 58242
2011-04-01 06:08:02 +00:00
ChunEon Park 1a1a04685d elementary/ctxpopup - removed unuseful line.
SVN revision: 58219
2011-03-31 03:09:27 +00:00
ChunEon Park ef71827092 elementary/ctxpopup - fixed indentation
SVN revision: 58070
2011-03-24 15:49:46 +00:00
ChunEon Park a6a182f7b6 elementary/ctxpopup - removed white trailing
SVN revision: 58052
2011-03-24 02:17:34 +00:00
ChunEon Park 29bdbfe36f elementary/ctxpopup - removed fingersize completely.
SVN revision: 58051
2011-03-24 02:14:22 +00:00
ChunEon Park a92abbf562 elementary/ctxpopup - modified fingersize to half one
SVN revision: 58028
2011-03-23 10:52:18 +00:00
ChunEon Park c7e693adb6 elementary/ctxpopup - fixed a minor error
added exception for the null icon set. 



SVN revision: 57842
2011-03-18 06:36:39 +00:00
ChunEon Park 69fad7b41a elementary/ctxpopup - fixed tailing whitespace.
SVN revision: 57652
2011-03-10 05:58:31 +00:00
ChunEon Park 384354f9b0 elementary/ctxpopup - fixed white space
SVN revision: 57264
2011-02-23 12:14:45 +00:00
ChunEon Park 9aaa1691ca elementary/ctxpopup - removed unuseful lines.
SVN revision: 57255
2011-02-23 07:37:39 +00:00
ChunEon Park d1877609ad elementary/ctxpopup - just reduces code lines
SVN revision: 56988
2011-02-13 15:19:35 +00:00
ChunEon Park 01999d43f6 elementary/ctxpopup - just moved function position in code line.
SVN revision: 56977
2011-02-13 04:15:52 +00:00
ChunEon Park 4c33d6b63e From: ChunEon Park <chuneon.park@samsung.com>
Subject: [E-devel] [PATCH] elc_ctxpopup

only set style on scroller if it exists.



SVN revision: 56578
2011-01-31 08:47:19 +00:00
Carsten Haitzler 6f4cf7ca58 warning--
SVN revision: 56048
2011-01-11 09:54:41 +00:00
Carsten Haitzler c040e048fc fix if formatting
SVN revision: 56022
2011-01-10 09:05:11 +00:00
ChunEon Park b34d8f7e0e From: ChunEon Park <chuneon.park@samsung.com>
Subject: [PATCH] elc_ctxpopup

Here code is for the ctxpopup. 

Since the functionalities of ctxpopup are somewhat different, 
I'm trying to overwrite the ctxpopup code entirely first. 

The main reason is, 
Original ctxpopup could determine it's size and position by itself.
Of course, upstreamed version supports this. But it can not be reduced
it's
size
And it supposes the arrow position to center of box edje. 

Basically, 
This version calculates it's box size first then find available space
from
the it's position. 
The origin position of the box is not expected, it finds the available
positions. 
But if there is not enough space to be shown, then it finds a best
direction
to be shown again.
In this case, it reduces it's size also as to be shown entirely. 
Since the ctxpopup supports scroller, the reduced box could show the all
items also. 
(The point is ctxpopup should know the size of total items...)

I'm not sure the upstreamed version could cover the above scenario, 
If then, I need to modify it first.

(fixed some minor formatting issue too)



SVN revision: 56021
2011-01-10 08:59:40 +00:00
3v1n0 ff67ce31fb Always check for valid evas object.
If you try to create a new widget, you must be sure that the parent
is really an evas object.

With the previous implementation it was possible to call an _add
function for an elementary widget with any non-null pointer as parent
eventually causing crashes (like with the elm_box).


SVN revision: 55521
2010-12-12 19:12:43 +00:00
Otávio Pontes 5d00a5ae75 Hover is already list parent.
SVN revision: 55429
2010-12-09 18:04:25 +00:00
Gustavo Lima Chaves b667ede566 Ctxpopup should have been an elC from the beginning.
SVN revision: 55377
2010-12-08 16:18:30 +00:00