[E-devel] Wayland: Complete support for keyboard events

2012-05-01 Thread Bradford, Robert
Patch is attached.

Cheers,

Rob


0001-Ecore_Evas-wayland-Complete-implementation-of-key-ev.patch
Description: Binary data
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Wayland: Complete support for keyboard events

2012-05-02 Thread cpmichael1

The attached patch is a good start, many Thanks :) there are some minor things 
that need changing (EFL formatting, better function name, using 'unsigned int' 
rather than 'uin32_t', etc, etc) but I will address those this evening before I 
commit the patch. 

Thank You :) 

dh 


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Wayland: Complete support for keyboard events

2012-05-02 Thread Bradford, Robert
On 2 May 2012 08:40,   wrote:
>
> The attached patch is a good start, many Thanks :) there are some minor 
> things that need changing (EFL formatting, better function name, using 
> 'unsigned int' rather than 'uin32_t', etc, etc) but I will address those this 
> evening before I commit the patch.

Much appreciated.

Cheers,

Rob

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Wayland: Complete support for keyboard events

2012-05-02 Thread Vinícius dos Santos Oliveira
2012/5/2 

> using 'unsigned int' rather than 'uin32_t'


Just curious, why the E coding standard forces this convention?

-- 
Vinícius dos Santos Oliveira
https://plus.google.com/118295250366112843114
http://vinipsmaker.wordpress.com/
http://twitter.com/vinipsmaker

Linux user #481186

Majoring in Computer Science (UFAL)
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Wayland: Complete support for keyboard events

2012-05-02 Thread Boris Faure
On Wed, May 2, 2012 at 5:06 PM, Vinícius dos Santos Oliveira
 wrote:
> 2012/5/2 
>
>> using 'unsigned int' rather than 'uin32_t'
>
>
> Just curious, why the E coding standard forces this convention?

Quoting raster:
> back when i was working on E like pre Dr0.13 i got complaints from irix users
> that these were not available for their platform - i just remained shy of them
> ever since as i could simply depend on a pseudo-standard that actually worked:
>
> char -> 8bit
> short -> 16bit
> int -> 32bit
> long -> 3n2/64bit
> long long -> 64bit.
> void * -> 32/64bit
>
> everything i've ever needed has fitted into one of these (or there have been
> special ways to do it - eg mmx/neon). as such due to history to keep
> consistency everything follows this.if you start throwing in int32_t's and
> bools and these types they will simply stand out as "look weird" in the api.

--
Boris Faure

--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Wayland: Complete support for keyboard events

2012-05-02 Thread Chris Michael
Well, it's not so much that it is an "E coding standard", or that it's even 
enforced at all  it's a matter of preference for the most part. When I 
started coding on/with EFL 'unsigned int' was used instead of 'uint32_t' so I 
just stuck with unsigned, and have since gotten used to it :) It's also what I 
used when starting the work on the EFL wayland codeit's not much trouble to 
change the uint32_t in the patch so not to worry, I'll take care of it ;)

dh

> -Original Message-
> From: Vinícius dos Santos Oliveira [mailto:vini.ipsma...@gmail.com]
> Sent: 02 May 2012 16:07
> To: Enlightenment developer list
> Cc: r...@linux.intel.com
> Subject: Re: [E-devel] Wayland: Complete support for keyboard events
> 
> 2012/5/2 
> 
> > using 'unsigned int' rather than 'uin32_t'
> 
> 
> Just curious, why the E coding standard forces this convention?
> 
> --
> Vinícius dos Santos Oliveira
> https://plus.google.com/118295250366112843114
> http://vinipsmaker.wordpress.com/
> http://twitter.com/vinipsmaker
> 
> Linux user #481186
> 
> Majoring in Computer Science (UFAL)
> ---
> ---
> Live Security Virtual Conference
> Exclusive live event will cover all the ways today's security and
> threat landscape has changed and how IT managers can respond.
> Discussions
> will include endpoint security, mobile security and the latest in
> malware
> threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
> ___
> enlightenment-devel mailing list
> enlightenment-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Wayland: Complete support for keyboard events

2012-05-02 Thread Vinícius dos Santos Oliveira
2012/5/2 Boris Faure 

> Quoting raster:
> > back when i was working on E like pre Dr0.13 i got complaints from irix
> users
> > that these were not available for their platform - i just remained shy
> of them
> > ever since as i could simply depend on a pseudo-standard that actually
> worked:
> >
> > char -> 8bit
> > short -> 16bit
> > int -> 32bit
> > long -> 3n2/64bit
> > long long -> 64bit.
> > void * -> 32/64bit
> >
> > everything i've ever needed has fitted into one of these (or there have
> been
> > special ways to do it - eg mmx/neon). as such due to history to keep
> > consistency everything follows this.if you start throwing in int32_t's
> and
> > bools and these types they will simply stand out as "look weird" in the
> api.
>

Seems reasonable.

Thanks.

-- 
Vinícius dos Santos Oliveira
https://plus.google.com/118295250366112843114
http://vinipsmaker.wordpress.com/
http://twitter.com/vinipsmaker

Linux user #481186

Majoring in Computer Science (UFAL)
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Wayland: Complete support for keyboard events

2012-05-02 Thread Christopher Michael
On 05/02/12 03:40, cpmicha...@comcast.net wrote:
>
> The attached patch is a good start, many Thanks :) there are some minor 
> things that need changing (EFL formatting, better function name, using 
> 'unsigned int' rather than 'uin32_t', etc, etc) but I will address those this 
> evening before I commit the patch.
>
> Thank You :)
>
> dh

Robert,

Committed in svn now (70672)
(slightly modified to fix some things like formatting, etc).

Thank You Kindly,
dh



--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel