Re: [E-devel] E SVN: raster trunk/terminology/src/bin

2012-06-22 Thread Raphael Kubo da Costa
"Enlightenment SVN" writes: > + if ((ty->state.send_bs) && > + (!strcmp(ev->keyname, "Bakcspace"))) > + { > +termpty_write(ty, "\b", 1); > +return; > + } Typo? -- Live Security Virtual C

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-22 Thread Michaël Bouchaud
My mind isn't fixed, look svn ^^ but if you can provide a better example, I take it ! :) Your patch go in, thx ! 2012/6/22 Daniel Willmann > On 06/21/2012 11:34 PM, Michaël Bouchaud wrote: > >> Sorry, but I really cannot identify your use case. The only utility >> that I see to emit a "changed"

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Christopher Michael
Christopher Michael wrote: Jeff Hoogland wrote: Also - the live CD can write to the home directory. It is all stored in memory basically - behaves the same as a normal user - never been an issue in the past. On Fri, Jun 22, 2012 at 1:41 PM, Jeff Hoogland wrote: > I've got 5 desktop files bein

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Christopher Michael
Jeff Hoogland wrote: Also - the live CD can write to the home directory. It is all stored in memory basically - behaves the same as a normal user - never been an issue in the past. On Fri, Jun 22, 2012 at 1:41 PM, Jeff Hoogland wrote: > I've got 5 desktop files being generated in ~/.cache/efree

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Christopher Michael
Sebastian Dransfeld wrote: On 06/22/2012 06:49 PM, Jeff Hoogland wrote: > OK - > > So, I'm having an issue with Enlightenment on my latest Bodhi disc - for my > live user no startup applications run when Enlightenment is started... At > the suggestion of Raster/Devilhorns I've started adding prin

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Jeff Hoogland
What exactly should I be checking in the init functions? On Fri, Jun 22, 2012 at 2:44 PM, Sebastian Dransfeld wrote: > On 06/22/2012 06:49 PM, Jeff Hoogland wrote: > > OK - > > > > So, I'm having an issue with Enlightenment on my latest Bodhi disc - for > my > > live user no startup applications

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Sebastian Dransfeld
On 06/22/2012 06:49 PM, Jeff Hoogland wrote: > OK - > > So, I'm having an issue with Enlightenment on my latest Bodhi disc - for my > live user no startup applications run when Enlightenment is started... At > the suggestion of Raster/Devilhorns I've started adding print commands to > the *e_startu

[E-devel] Scroller freeze/hold push and pop

2012-06-22 Thread Gustavo Lima Chaves
Dear Elementary coders, Would you please add meaninful tests of elm_object_scroll_{hold,freeze}_{push,pop} on Elementary test? This would both test it and show to the world its purpose (sorry, the docs on it are pretty bad). Best regards, -- Gustavo Lima Chaves Computer Engineer @ ProFUSION Emb

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Jeff Hoogland
Also - the live CD can write to the home directory. It is all stored in memory basically - behaves the same as a normal user - never been an issue in the past. On Fri, Jun 22, 2012 at 1:41 PM, Jeff Hoogland wrote: > I've got 5 desktop files being generated in ~/.cache/efreet so I'm not > sure tha

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Jeff Hoogland
I've got 5 desktop files being generated in ~/.cache/efreet so I'm not sure that is the issue. I'll have to decompile the .eet files and compare them to my installed user I guess. On Fri, Jun 22, 2012 at 1:29 PM, Christopher Michael wrote: > Michael Blumenkrantz wrote: > > On Fri, 22 Jun 2012 1

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Christopher Michael
Michael Blumenkrantz wrote: On Fri, 22 Jun 2012 12:01:47 -0500 Jeff Hoogland wrote: > OK so played around with my installed system and > *_e_startup_event_cb*appears to be running there and thus my startup > applications are working... > Any ideas why this function might not be working with my

Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-22 Thread Nikolas Arend
On 06/22/2012 01:28 PM, thomasg wrote: > On Fri, Jun 22, 2012 at 6:51 PM, Nikolas Arend wrote: >> Hi, >> >> Are there plans to support tabs? >> >> >> Cheers, Nick > You replied to the thread in which about 10 messages were dedicated to > or including this topic, it would be only polite to read t

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Michael Blumenkrantz
On Fri, 22 Jun 2012 12:01:47 -0500 Jeff Hoogland wrote: > OK so played around with my installed system and > *_e_startup_event_cb*appears to be running there and thus my startup > applications are working... > Any ideas why this function might not be working with my live user? > > On Fri, Jun 22

Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-22 Thread P Purkayastha
On 06/23/2012 12:51 AM, Nikolas Arend wrote: > Hi, > > Are there plans to support tabs? > > > Cheers, Nick > http://search.gmane.org/?query=tabs&author=&group=gmane.comp.window-managers.enlightenment.devel&sort=relevance&DEFAULTOP=and&xP=Ztab&xFILTERS=Gcomp.window-managers.enlightenment.devel---

Re: [E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Jeff Hoogland
OK so played around with my installed system and *_e_startup_event_cb*appears to be running there and thus my startup applications are working... Any ideas why this function might not be working with my live user? On Fri, Jun 22, 2012 at 11:49 AM, Jeff Hoogland wrote: > OK - > > So, I'm having an

Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-22 Thread Nikolas Arend
Hi, Are there plans to support tabs? Cheers, Nick -- 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. Di

[E-devel] Debugging a Startup Applications Issue

2012-06-22 Thread Jeff Hoogland
OK - So, I'm having an issue with Enlightenment on my latest Bodhi disc - for my live user no startup applications run when Enlightenment is started... At the suggestion of Raster/Devilhorns I've started adding print commands to the *e_startup.c*, but I still haven't pinned down the issue. The pa

Re: [E-devel] [PATCH] elementary: Add elm_progressbar_maxunit_{set, get} functions

2012-06-22 Thread Daniel Willmann
On 06/21/2012 11:34 PM, Michaël Bouchaud wrote: > Sorry, but I really cannot identify your use case. The only utility > that I see to emit a "changed" signal is to be noticed that the > progressbar value has changed ... But we will not use the value > later, but surely not to redefine a new format.

Re: [E-devel] E SVN: barbieri trunk/elementary/src/lib

2012-06-22 Thread Gustavo Lima Chaves
* Enlightenment SVN [2012-06-21 16:37:49 -0700]: > Log: > oops, unb0rk compat layer. > > glima was on d0rgs... > Mmmm, indeed :) > > Author: barbieri > Date: 2012-06-21 16:37:49 -0700 (Thu, 21 Jun 2012) > New Revision: 72678 > Trac: http://trac.enlightenment.org/e/change

[E-devel] Fwd: [Patch] toolbar widget new style patch.

2012-06-22 Thread Artem Popov
Problems: New style for toolbar, where icon and text are align to center of item. Commit log: Elementary toolbar: Added new style for toolbar (where icon and text are align to center of item). Best Regards, Artem Popov toolbar.diff Description: Binary data -

Re: [E-devel] [e-users] Terminology - time to talk.

2012-06-22 Thread The Rasterman
On Fri, 22 Jun 2012 01:24:36 -0300 Wido said: > > > On Thursday June 21 2012 00:37:29 Carsten Haitzler escribió: > > On Wed, 20 Jun 2012 23:52:57 -0300 Wido said: > > > > > Hey Guys, I've switched from konsole to terminology as full time console, > > > so I can try to hit as many bus as can.

[E-devel] Fwd: [Patch] elm_toolbar add signals patch.

2012-06-22 Thread Artem Popov
Problems: For new style of toolbar (align icon and text to center of item) are necessary some signals ("elm,state,text,visible", "elm,state,text,hidden", "elm,state,icon,visible", "elm,state,icon,hidden") Commit log: Elementary toolbar: Added signals for new style of toolbar (align icon and