Re: [E-devel] libtasn

2012-06-06 Thread Davide Andreoli
2012/6/6 Tom Hacohen : > On 05/06/12 21:37, Christopher Michael wrote: >> If it functioned properly, I may :-P:-P > > I can't change the past, will try to improve the future. :) for the past you just need to backport yourself. :D davemds > > -- > Tom. > > > --

Re: [E-devel] Ecore/Elm: Cursors on Wayland (patches)

2012-06-06 Thread Chris Michael
Rob, I have applied the first two patches (ecore & elm_win) however, the third would not apply cleanly due to changes in elm_cursor. If you find some time, would you mind resending the third patch after an svn update of efl ? Cheers, Dh > -Original Message- > From: Bradford, Robert [mai

[E-devel] ecore dependency changes

2012-06-06 Thread Michael Blumenkrantz
Hi, Be aware that I am planning to remove the c-ares resolver backend immediately following the next release unless there are serious issues found in the dns.c implementation. All developers should stop using the c-ares version immediately (just don't pass --enable-cares), as dns.c is the new defa

Re: [E-devel] ecore dependency changes

2012-06-06 Thread Vincent Torri
On Wed, Jun 6, 2012 at 11:35 AM, Michael Blumenkrantz wrote: > Hi, > > Be aware that I am planning to remove the c-ares resolver backend > immediately following the next release unless there are serious issues > found in the dns.c implementation. All developers should stop using the > c-ares versi

[E-devel] Ecore_Wayland: Keyboard input patch

2012-06-06 Thread Bradford, Robert
Attached is a patch that enhances the keyboard input a bit more and allows you to type most characters inside an elm entry. Here is the ChangeLog from the patch: 2012-06-06 Rob Bradford * Ecore_Wayland: Enhance the keyboard input handling * Associate the keymap with the input dev

Re: [E-devel] Ecore_Wayland: Keyboard input patch

2012-06-06 Thread Chris Michael
In Svn. Thanks :) Dh > -Original Message- > From: Bradford, Robert [mailto:robert.bradf...@intel.com] > Sent: 06 June 2012 13:55 > To: Enlightenment developer list > Subject: [E-devel] Ecore_Wayland: Keyboard input patch > > Attached is a patch that enhances the keyboard input a bit mor

Re: [E-devel] Ecore/Elm: Cursors on Wayland (patches)

2012-06-06 Thread Bradford, Robert
Here are the two patches rebased - including ChangeLog rebases. Cheers, Rob On 6 June 2012 09:42, Chris Michael wrote: > Rob, > > I have applied the first two patches (ecore & elm_win) however, the third > would not apply cleanly due to changes in elm_cursor. If you find some time, > would you

Re: [E-devel] Ecore/Elm: Cursors on Wayland (patches)

2012-06-06 Thread Chris Michael
In Svn. Cheers, Dh > -Original Message- > From: Bradford, Robert [mailto:robert.bradf...@intel.com] > Sent: 06 June 2012 14:48 > To: Enlightenment developer list > Subject: Re: [E-devel] Ecore/Elm: Cursors on Wayland (patches) > > Here are the two patches rebased - including ChangeLog r

[E-devel] Widget inheritance images

2012-06-06 Thread Gustavo Lima Chaves
Hi, folks :) For the ones not following the commit list, one more thing came into Elementary's documentation pages -- widget inheritance tree images. Each widget already ported to the new inheritance schema was contemplated with an image like that. To build your own (maybe new) image, use the "wid

[E-devel] Ecore_Wayland: Update to reflect protocol change

2012-06-06 Thread Bradford, Robert
Axis events are now wl_fixed_t. We need to convert before pushing into an Ecore event. Cheers, Rob 0001-Ecore_Wayland-Update-to-latest-protocol-axis-events-.patch Description: Binary data -- Live Security Virtual Confer

Re: [E-devel] Ecore_Wayland: Update to reflect protocol change

2012-06-06 Thread Chris Michael
In Svn, thanks :) Dh > -Original Message- > From: Bradford, Robert [mailto:robert.bradf...@intel.com] > Sent: 06 June 2012 15:05 > To: Enlightenment developer list > Subject: [E-devel] Ecore_Wayland: Update to reflect protocol change > > Axis events are now wl_fixed_t. We need to conver

Re: [E-devel] [Patch] emotion-gstreamer : add fimcconvert element on device

2012-06-06 Thread Gustavo Sverzut Barbieri
On Wed, Jun 6, 2012 at 12:14 AM, Cedric BAIL wrote: > > On Tue, Jun 5, 2012 at 4:39 PM, Gustavo Sverzut Barbieri > wrote: > > On Tue, Jun 5, 2012 at 4:22 AM, Sohyun Kim > > wrote: > >> I've made a patch for emotion-gstreamer. > >> When I tested video playing using emotion on the device, the fram

Re: [E-devel] E SVN: discomfitor trunk/devs/mike_m

2012-06-06 Thread Gustavo Sverzut Barbieri
On Wed, Jun 6, 2012 at 7:37 AM, Enlightenment SVN wrote: > Log: > also missing dbus dep > > > Author:       discomfitor > Date:         2012-06-06 03:37:44 -0700 (Wed, 06 Jun 2012) > New Revision: 71741 > Trac:         http://trac.enlightenment.org/e/changeset/71741 > > Modified: >  trunk/devs/mik

[E-devel] Fresh svn code base has issues with Everything

2012-06-06 Thread Noorul Islam Kamal Malmiyoda
Hello e-devs, I have been using everything without any issues so far. Today I updated to svn trunk and found that Everything module is not showing cli commands when I start typing. Is this a bug? Am I the only one facing this? Thanks and Regards Noorul ---

Re: [E-devel] Widget inheritance images

2012-06-06 Thread Daniel Juyung Seo
That's great. We needed auto-generated inheritance tree :) I added a link here for those who do not know where the document is. http://docs.enlightenment.org/auto/elementary/group__Widget.html Thanks. Daniel Juyung Seo (SeoZ) On Wed, Jun 6, 2012 at 10:57 PM, Gustavo Lima Chaves wrote: > Hi, folk

Re: [E-devel] E SVN: discomfitor trunk/devs/mike_m

2012-06-06 Thread Michael Blumenkrantz
I needed something a bit more finely tuned that included the dependencies. And this was the closest I found which was available now. On Wed, Jun 6, 2012 at 3:19 PM, Gustavo Sverzut Barbieri < barbi...@profusion.mobi> wrote: > On Wed, Jun 6, 2012 at 7:37 AM, Enlightenment SVN > wrote: > > Log: >

Re: [E-devel] Widget inheritance images

2012-06-06 Thread Gustavo Sverzut Barbieri
On Wed, Jun 6, 2012 at 11:34 AM, Daniel Juyung Seo wrote: > That's great. We needed auto-generated inheritance tree :) > I added a link here for those who do not know where the document is. > http://docs.enlightenment.org/auto/elementary/group__Widget.html Sure, just note I've asked Glima to not

[E-devel] EFL 1.0.2 release

2012-06-06 Thread Michael Blumenkrantz
Hi, Your new evil release overlord here. 1.0.2 release is out and ready for download. It has lots^Wsome^Wan update or two that is not^Wdefinitely relevant to people. Seriously. You should all update immediately. More releases tomorrow. I don't know what else needs to be done for announcements, so

Re: [E-devel] E SVN: discomfitor trunk/devs/mike_m

2012-06-06 Thread Gustavo Sverzut Barbieri
On Wed, Jun 6, 2012 at 12:03 PM, Michael Blumenkrantz wrote: > I needed something a bit more finely tuned that included the dependencies. > And this was the closest I found which was available now. The bin pkg dep handling is wanted/desired for the buildbot as well, as it's a debian system. but I

[E-devel] segfault in svn71422

2012-06-06 Thread Massimo Maiurana
I know it is an old svn, and indeed I should update, so I don't really know if this segfault happens even with newer versions. however this happened to me *only once* (I'm not able to reproduce it again) a few seconds after e17 started, here is the backtrace: #0 0x7f8f980dc84e in waitpid () f

Re: [E-devel] [Patch][elementary] using textblocks in the layout as an accessibility object (with focus chain)

2012-06-06 Thread Gustavo Lima Chaves
* Kim Shinwoo [2012-06-06 00:02:02 +0900]: > Dear Mr. Gustavo Lima Chaves, > > Hello. > Thanks for your response again and sorry for my poor English. > Hi, Kim Shinwoo :) No problem, I understand you clearly :) > > In the "Focus 2", there is not a TEXTBLOCK part but a TEXT part("some > edje tex

Re: [E-devel] E SVN: glima IN trunk/elementary: doc/widgets src/examples

2012-06-06 Thread Michael Blumenkrantz
On Wed, 6 Jun 2012 11:05:22 -0700 "Enlightenment SVN" wrote: > Log: > [elm] Dangling elm_icon_resizable_set() calls, be gone. > > > > Author: glima > Date: 2012-06-06 11:05:22 -0700 (Wed, 06 Jun 2012) > New Revision: 71763 > Trac: http://trac.enlightenment.org/e/chan

Re: [E-devel] E SVN: discomfitor trunk/elementary

2012-06-06 Thread Christopher Michael
Hey...thats not my spank...that should be Rob from Intel ;-) dh Sent from Samsung mobileEnlightenment SVN wrote:Log: unbreak elm configure   SPANK SPANK SPANK devilhorns!   Author:   discomfitor Date: 2012-06-06 09:43:35 -0700 (Wed, 06 Jun 2012) New Revision: 71762 Trac:  

Re: [E-devel] E SVN: discomfitor trunk/elementary

2012-06-06 Thread Michael Blumenkrantz
On Wed, 06 Jun 2012 19:47:54 +0100 Christopher Michael wrote: > > Hey...thats not my spank...that should be Rob from Intel ;-) > > dh > > > > > Sent from Samsung mobileEnlightenment SVN > wrote:Log: unbreak elm configure >   SPANK SPANK SPANK devilhorns! >   > > Author:   discomfitor

Re: [E-devel] E SVN: discomfitor trunk/elementary

2012-06-06 Thread Christopher Michael
Lol ;-) dh Sent from Samsung mobileMichael Blumenkrantz wrote:On Wed, 06 Jun 2012 19:47:54 +0100 Christopher Michael wrote: > > Hey...thats not my spank...that should be Rob from Intel ;-) > > dh > > > > > Sent from Samsung mobileEnlightenment SVN > wrote:Log: unbreak elm configure

Re: [E-devel] E SVN: discomfitor trunk/elementary

2012-06-06 Thread Tom Hacohen
On 06/06/12 22:05, Christopher Michael wrote: > > Lol ;-) What mail client do you use? For some reason your client breaks thunderbird's "sort by thread". -- Tom. -- Live Security Virtual Conference Exclusive live event

Re: [E-devel] E SVN: discomfitor trunk/elementary

2012-06-06 Thread Christopher Michael
Not sure which. Whatever came wih my fancy new Samsung Galaxy S II ;-) dh Sent from Samsung mobileTom Hacohen wrote:On 06/06/12 22:05, Christopher Michael wrote: > > Lol ;-) What mail client do you use? For some reason your client breaks thunderbird's "sort by thread". -- Tom. ---

Re: [E-devel] E SVN: discomfitor trunk/elementary

2012-06-06 Thread Tom Hacohen
On 06/06/12 22:24, Christopher Michael wrote: > > Not sure which. Whatever came wih my fancy new Samsung Galaxy S II ;-) I don't use it myself, because I use gmail, but K-9 Mail is an open source mail client for Android which is considered very good, maybe it's better than what ships with the S2

Re: [E-devel] E SVN: discomfitor trunk/elementary

2012-06-06 Thread Christopher Michael
Ahhh cool. I will check that out, thanks ;-) Cheers dh Sent from Samsung mobileTom Hacohen wrote:On 06/06/12 22:24, Christopher Michael wrote: > > Not sure which. Whatever came wih my fancy new Samsung Galaxy S II ;-) I don't use it myself, because I use gmail, but K-9 Mail is an open source

Re: [E-devel] libtasn

2012-06-06 Thread Leandro Pereira
On 06/05/2012 07:37 PM, David Seikel wrote: > >> apt-get remove --purge *tasn* :-P:-P > > I'm not familiar with the :-P option to apt-get, and the documentation > is not enlightening. > I'm sure it only works with the apt-get moo command. Leandro ---

Re: [E-devel] [Patch][elementary] using textblocks in the layout as an accessibility object (with focus chain)

2012-06-06 Thread Kim Shinwoo
Dear Mr. Gustavo Lima Chaves, Hello. Thanks for your understanding, proposal and kind response! > Now I seem to get what you want. For accessibility reasons, you want > the user to be able to read the contents of TEXT/TEXTBLOCK parts on a > layout. Is it right? Then we'd have a "fake" widget enca

Re: [E-devel] E SVN: discomfitor trunk/elementary

2012-06-06 Thread Michael Blumenkrantz
On Wed, 06 Jun 2012 20:31:01 +0100 Christopher Michael wrote: > Ahhh cool. I will check that out, thanks ;-) > > Cheers > dh > > Sent from Samsung mobileTom Hacohen wrote:On 06/06/12 22:24, > Christopher Michael wrote: > > > > Not sure which. Whatever came wih my fancy new Samsung Galaxy S II

Re: [E-devel] EFL 1.0.2 release

2012-06-06 Thread David Seikel
On Wed, 6 Jun 2012 16:09:06 +0100 Michael Blumenkrantz wrote: > Your new evil release overlord here. You are doing releases of evil now? -- A big old stinking pile of genius that no one wants coz there are too many silver coated monkeys in the world. signature.asc Description: PGP signature

Re: [E-devel] EFL 1.0.2 release

2012-06-06 Thread Vincent Torri
On Thu, Jun 7, 2012 at 8:28 AM, David Seikel wrote: > On Wed, 6 Jun 2012 16:09:06 +0100 Michael Blumenkrantz > wrote: > > >> Your new evil release overlord here. > > You are doing releases of evil now? > he wrote 'evil', not 'Evil' :) Evil Vincent --