Belated review.
I have some comments. I just committed the fixed version but it'll be
good for you to know.
1) two spaces between "bt," and "4"!!.
> elm_grid_pack(gd, bt, 4, 80, 20, 10);
There were more than 10 instances of this. I fixed it.
2) internal function position
I moved _first/prev/nex
Hi,
First of all, thanks for your feedbacks about the previous implementation at
eet level.
Attached to the mail is a patch to set the alpha information for an image
header to 0 with alpha present but all the texels being opaque.
Continuing to our discussion, as suggested by many people in t
Hi Raster,
Are you suggesting that all the objects of a group should be placed in a single
layer, otherwise it will be a voilation of edje object encapsulation ?
Thanks,
Sumanth
> --- Original Message ---
> Sender : Carsten Haitzler
> Date : Apr 18, 2012 18:17 (GMT+05:30)
> Title : R
On Wed, Apr 18, 2012 at 7:28 PM, Carsten Haitzler wrote:
> On Wed, 18 Apr 2012 10:50:53 +0900 Daniel Juyung Seo
> said:
>
>> Hello,
>> I agree with this change but I'm sad that Elm_Object_Select_Mode is
>> not reusable here :(
>> If we need to add Elm_Calendar_Select_Mode enum, I recommend to ren
On Wed, 18 Apr 2012 00:13:15 +0200 Michaël Bouchaud said:
hey yoz... see my reply to daniel... can u push out a patch asap? :) like when
you wake up and see this? :)
> -- Forwarded message --
> From: Michaël Bouchaud
> Date: 2012/4/18
> Subject: queue 1
> To: Enlightenment users
On Wed, Apr 18, 2012 at 8:49 PM, Tom Hacohen wrote:
> On 18/04/12 14:44, Gustavo Sverzut Barbieri wrote:
>> You are forcing it to a fixed File descriptor. Also you're imposing the
>> getenv() in every log function. Make it a global state that can be enabled
>> based on a numerical level. I'd also
On Thu, 19 Apr 2012 06:27:23 +1000 David Seikel said:
> I'm not seeing anywhere in the docs a description of the eet integer
> data type sizes. The float types include their size in the name -
actually those are fixed point, not float. theres FLOAT and DOUBLE for floating
point... no sizes spec
On Wed, 18 Apr 2012 14:32:23 + (GMT) Rajeev Ranjan
said:
> Hi,
> While working with E-Notify, I found that notification sent by a sender app
> does not get received by the receiver(running the daemon such as
> Enlightenment window manager or some other app) if both run under different
> use
I'm not seeing anywhere in the docs a description of the eet integer
data type sizes. The float types include their size in the name -
EET_T_F16P16. What size are EET_T_CHAR, EET_T_SHORT, EET_T_INT, and
EET_T_LONG_LONG? I would guess 8, 16, 32, and 64 bits, but a quick
look at the code seems to
On Mon, Apr 9, 2012 at 11:11 AM, Carsten Haitzler wrote:
> On Mon, 9 Apr 2012 10:16:26 +0530 Noorul Islam Kamal Malmiyoda
> said:
>
>> On Thu, Apr 5, 2012 at 10:12 AM, Noorul Islam K M wrote:
>> > Carsten Haitzler (The Rasterman) writes:
>> >
>> >> On Mon, 2 Apr 2012 11:46:12 +0530 Noorul Islam
On Wed, Apr 18, 2012 at 16:32, Rajeev Ranjan wrote:
> Hi,
> While working with E-Notify, I found that notification sent by a sender app
> does not get received by the receiver(running the daemon such as
> Enlightenment window manager or some other app) if both run under different
> user.
> One
On Wednesday, April 18, 2012, Rajeev Ranjan wrote:
> Hi,
> While working with E-Notify, I found that notification sent by a sender
> app does not get received by the receiver(running the daemon such as
> Enlightenment window manager or some other app) if both run under different
> user.
> One can
Hi,
While working with E-Notify, I found that notification sent by a sender app
does not get received by the receiver(running the daemon such as Enlightenment
window manager or some other app) if both run under different
user.
One can test this by running e-notify-send under some other user, sa
On Wed, 18 Apr 2012 11:30:05 + (GMT) Sumanth Krishna Mannam
said:
no - you can't as this violates the encapsulation of the edje object - all
objects are INSIDE the edje object.
>
> Dear All,
>
> Is there any option to utilize evas_object_layer_set() feature in EDC?
> This may be a desira
On 18/04/12 14:44, Gustavo Sverzut Barbieri wrote:
> You are forcing it to a fixed File descriptor. Also you're imposing the
> getenv() in every log function. Make it a global state that can be enabled
> based on a numerical level. I'd also introduce a new backtrace function
> that can be provided
You are forcing it to a fixed File descriptor. Also you're imposing the
getenv() in every log function. Make it a global state that can be enabled
based on a numerical level. I'd also introduce a new backtrace function
that can be provided by user, or just a generic "post log" user function
that ca
Dear All,
Is there any option to utilize evas_object_layer_set() feature in EDC?
This may be a desirable feature like, Slider widget can display zoom indicator
may be few pixels above the actual indicator where many higher layer objects
present. Whenever the zoom indicator is displayed (in dr
On Wed, Apr 18, 2012 at 7:16 PM, Carsten Haitzler wrote:
> On Wed, 18 Apr 2012 19:13:18 +0800 Brian Wang
> said:
>
>> On Wed, Apr 18, 2012 at 7:07 PM, Carsten Haitzler
>> wrote:
>> > On Wed, 18 Apr 2012 19:04:13 +0800 Brian Wang
>> > said:
>> >
>> >> On Wed, Apr 18, 2012 at 6:57 PM, Carsten Ha
On Wed, 18 Apr 2012 19:10:09 +0900 Hyoyoung Chang said:
ok - in it goes. read it - seems about right. tnx! :)
> I made a small patch about item flipped.
> It resolves two bugs
>
> 1. flip_set and unset is called quickly, sometimes genlist can't free
> flipped data.
> it fixed to remove checking
Hehe, yeah. :) The other Daniel, not you ;)
--
Tom.
On 18/04/12 13:23, Daniel Juyung Seo wrote:
> hehe obviously there are multiple instances of daniel now.
> On Apr 17, 2012 9:58 PM, "Enlightenment SVN"
> wrote:
>
>> Log:
>> Eobj: Fixed docs.
>>
>> Thanks to Daniel.
>>
>> Author: tasn
>>
On Wed, 18 Apr 2012 14:56:54 +0800 Brian Wang said:
> Hello all,
>
> I am not sure if this is intended. However, it used to work.
>
> Case : A part with multiple states (sizes)
> State #1 : default
> State #2 : inherit State #1, with different size (different rel1, rel2)
> --> State #2 seems t
On Wed, 18 Apr 2012 10:50:53 +0900 Daniel Juyung Seo
said:
> Hello,
> I agree with this change but I'm sad that Elm_Object_Select_Mode is
> not reusable here :(
> If we need to add Elm_Calendar_Select_Mode enum, I recommend to rename them.
> So my suggestion is
>
> typedef enum
> {
>ELM_CALE
hehe obviously there are multiple instances of daniel now.
On Apr 17, 2012 9:58 PM, "Enlightenment SVN"
wrote:
> Log:
> Eobj: Fixed docs.
>
> Thanks to Daniel.
>
> Author: tasn
> Date: 2012-04-17 05:58:33 -0700 (Tue, 17 Apr 2012)
> New Revision: 70268
> Trac: http://trac.en
Dear all
I made a small patch about item flipped.
It resolves two bugs
1. flip_set and unset is called quickly, sometimes genlist can't free
flipped data.
it fixed to remove checking flipped status in item unrealize
2. add item unhighlight at flip_job
Thanks.
gl_flip_bugfix.txt.diff
Descripti
On Wed, Apr 18, 2012 at 5:59 PM, Carsten Haitzler wrote:
> On Wed, 18 Apr 2012 15:40:39 +1000 David Seikel said:
>> Does eet use a checksum or anything to detect if eet files got
>> corrupted? If so, how does the app find out about it? eet_data_read()
>> returning NULL?
>
> no checksums. if com
On Wed, 18 Apr 2012 14:50:20 +0900 chanwook jung said:
> Dear all,
>
> I made a patch to fix the bug in _elm_genlist_item_del_notserious.
> If relcount is not 0 or walking is not 0, return.
yup. looks right. in svn. tnx! :)
--
- Codito, ergo sum - "I code, therefore I am"
On Wed, 18 Apr 2012 15:40:39 +1000 David Seikel said:
> Does eet use a checksum or anything to detect if eet files got
> corrupted? If so, how does the app find out about it? eet_data_read()
> returning NULL?
no checksums. if compressed, decompression of a data segment fails and u get
NULL. if
27 matches
Mail list logo