Re: [E-devel] E SVN: caro trunk/e/src/bin

2012-08-29 Thread Michael Blumenkrantz
okay, I know alloc checks are good and everything, but I'd really like to avoid turning the e17 codebase into a giant spaghetti monster with checking every alloc; if you're going to check one, check them all; we're not going to check them all. if it's not in e_sys_main or e_fm_op or e_alert, don't

Re: [E-devel] E SVN: raster IN trunk/elementary: . data/themes/widgets src/lib src/modules/datetime_input_ctxpopup

2012-08-29 Thread The Rasterman
On Thu, 30 Aug 2012 11:24:01 +0900 Daniel Juyung Seo said: > Arg what? Diskselector is working only in mobile mode? > That's so bad :( it RELIES on thumb-scroll in the scroller to select. desktop mode disables it. :) > Anyhow, I think adding autoselect_set API is not good. > I will review t

Re: [E-devel] ecore-audio and pulseaudio

2012-08-29 Thread The Rasterman
On Wed, 29 Aug 2012 22:07:07 -0300 Gustavo Sverzut Barbieri said: > On Wednesday, August 29, 2012, Carsten Haitzler wrote: > > > On Wed, 29 Aug 2012 13:28:09 -0300 Gustavo Sverzut Barbieri > > > said: > > > > > On Tuesday, August 28, 2012, Carsten Haitzler wrote: > > > > > > > On Mon, 27 Aug 201

Re: [E-devel] [patch][elementary] diskselector - select option, disabling auto selection. datetime - show even number of items

2012-08-29 Thread Daniel Juyung Seo
OK, I reverted the series of diskselector patches. Sorry raster. Instead of adding a new API to change diskselector's default behavior, I will add "item,clicked" smart callback as multibuttonentry does the same thing. This is important to keep the compatibility between widgets. However, this patc

Re: [E-devel] [patch][elementary] diskselector - select option, disabling auto selection. datetime - show even number of items

2012-08-29 Thread Kim Shinwoo
dear raster, hello thanks for your response!!! but there is a mistake on the previous patch. one is on datetime_input_ctxpopup.c, i changed what i did not need to change. the other one is visible:0 on diskselector.edc, on auto select disable state should be visible to emit signal. :-) then, chec

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread Karol Lewandowski
On 08/30/2012 01:22 AM, Gustavo Sverzut Barbieri wrote: > I dislike this patch as the suggested approach by systemd is to get the > header and implementation of sd-daemon into your project. See other > projects. This API is not changing and it's a thin layer to just access > some envvars to get fd

Re: [E-devel] E SVN: raster IN trunk/elementary: . data/themes/widgets src/lib src/modules/datetime_input_ctxpopup

2012-08-29 Thread Daniel Juyung Seo
Arg what? Diskselector is working only in mobile mode? That's so bad :( Anyhow, I think adding autoselect_set API is not good. I will review the patch again and solve it in a different way. Thanks. Daniel Juyung Seo (SeoZ) On Thu, Aug 30, 2012 at 9:47 AM, Carsten Haitzler wrote: > On Thu,

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread Gustavo Sverzut Barbieri
On Wednesday, August 29, 2012, Cedric BAIL wrote: > On Thu, Aug 30, 2012 at 1:22 AM, Gustavo Sverzut Barbieri > > wrote: > > I dislike this patch as the suggested approach by systemd is to get the > > header and implementation of sd-daemon into your project. See other > > projects. This API is not

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread Cedric BAIL
On Thu, Aug 30, 2012 at 1:22 AM, Gustavo Sverzut Barbieri wrote: > I dislike this patch as the suggested approach by systemd is to get the > header and implementation of sd-daemon into your project. See other > projects. This API is not changing and it's a thin layer to just access > some envvars

Re: [E-devel] ecore-audio and pulseaudio

2012-08-29 Thread Gustavo Sverzut Barbieri
On Wednesday, August 29, 2012, Carsten Haitzler wrote: > On Wed, 29 Aug 2012 13:28:09 -0300 Gustavo Sverzut Barbieri > > said: > > > On Tuesday, August 28, 2012, Carsten Haitzler wrote: > > > > > On Mon, 27 Aug 2012 10:25:21 -0300 Flávio Ceolin < > > > flavio.ceo...@profusion.mobi > > > > said: >

Re: [E-devel] E SVN: raster IN trunk/elementary: . data/themes/widgets src/lib src/modules/datetime_input_ctxpopup

2012-08-29 Thread The Rasterman
On Thu, 30 Aug 2012 07:43:54 +0900 Daniel Juyung Seo said: i fixed 1 of the auto_selects, but missed the other one (i spotted it in the patch thats why but missed fixing the other). fixed now. n.b. diskselector is broken in anything other than mobile mode :) > I will review this. > > Daniel Ju

Re: [E-devel] ecore-audio and pulseaudio

2012-08-29 Thread The Rasterman
On Wed, 29 Aug 2012 13:28:09 -0300 Gustavo Sverzut Barbieri said: > On Tuesday, August 28, 2012, Carsten Haitzler wrote: > > > On Mon, 27 Aug 2012 10:25:21 -0300 Flávio Ceolin < > > flavio.ceo...@profusion.mobi > > > said: > > > > > On Mon, Aug 27, 2012 at 12:15 AM, Carsten Haitzler > > > > > >

Re: [E-devel] E SVN: raster IN trunk/elementary: . data/themes/widgets src/lib src/modules/datetime_input_ctxpopup

2012-08-29 Thread Daniel Juyung Seo
I will review this. Daniel Juyung Seo (SeoZ) On Aug 30, 2012 3:01 AM, "Eduardo Lima (Etrunko)" wrote: > Now the Diskselector test is broken. > > On Wed, Aug 29, 2012 at 6:02 AM, Enlightenment SVN > wrote: > > Log: > > From: Kim Shinwoo > > Subject: [E-devel] [patch][elementary] diskselector

Re: [E-devel] E SVN: raster IN trunk/elementary: . data/themes/widgets src/lib src/modules/datetime_input_ctxpopup

2012-08-29 Thread Eduardo Lima (Etrunko)
Now the Diskselector test is broken. On Wed, Aug 29, 2012 at 6:02 AM, Enlightenment SVN wrote: > Log: > From: Kim Shinwoo > Subject: [E-devel] [patch][elementary] diskselector - select option, > disabling auto selection. datetime - show even number of items > > by default, an diskselector

Re: [E-devel] ecore-audio and pulseaudio

2012-08-29 Thread Gustavo Sverzut Barbieri
On Tuesday, August 28, 2012, Carsten Haitzler wrote: > On Mon, 27 Aug 2012 10:25:21 -0300 Flávio Ceolin < > flavio.ceo...@profusion.mobi > > said: > > > On Mon, Aug 27, 2012 at 12:15 AM, Carsten Haitzler > > > > > > wrote: > > > On Sun, 26 Aug 2012 23:26:41 -0300 Flávio Ceolin > > > > said: > >

Re: [E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread Gustavo Sverzut Barbieri
I dislike this patch as the suggested approach by systemd is to get the header and implementation of sd-daemon into your project. See other projects. This API is not changing and it's a thin layer to just access some envvars to get fds and write back some messages. It should be also always auto ena

Re: [E-devel] Elementary: Entry focus problem.

2012-08-29 Thread Daniel Juyung Seo
good catch. but it looks complicated focus issue inside the entry. woohyun, can you have a look? Daniel Juyung Seo (SeoZ) On Aug 29, 2012 5:52 AM, "Fábio Mello" wrote: > Hi, > > I put a button as a elm.swallow.end of a editable entry. At first, I can > edit the entry as usual, but if I click on

Re: [E-devel] Bug in e/elementary?

2012-08-29 Thread Daniel Juyung Seo
yes it lools like that. Daniel, can you disable 'sync window' option in e17 composite setting and test that again? Daniel Juyung Seo (SeoZ) On Aug 29, 2012 9:41 PM, "Cedric BAIL" wrote: > On Wed, Aug 29, 2012 at 9:01 PM, daniel.za...@samsung.com > wrote: > > When running elementary_test/Window

Re: [E-devel] Bug in e/elementary?

2012-08-29 Thread Tom Hacohen
On 29/08/12 15:39, Cedric BAIL wrote: > On Wed, Aug 29, 2012 at 9:01 PM, daniel.za...@samsung.com > wrote: >> When running elementary_test/Window States, clicking on Alpha On will be >> transparent and will behave weird. >> After that, you cannot close elementary_test (except by kill -9), the >> w

Re: [E-devel] Bug in e/elementary?

2012-08-29 Thread Cedric BAIL
On Wed, Aug 29, 2012 at 9:01 PM, daniel.za...@samsung.com wrote: > When running elementary_test/Window States, clicking on Alpha On will be > transparent and will behave weird. > After that, you cannot close elementary_test (except by kill -9), the > windows stay on the desktop stuck and only rest

[E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread The Rasterman
anyone interested in systemd user session integration... have a look. and again.. with patch attached. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com >From 4588942d356c7f8133eda119a293a87e69e466fa Mon Sep 17

[E-devel] foward: e17 systemd integration patch from karol

2012-08-29 Thread The Rasterman
anyone interested in systemd user session integration... have a look. -- - Codito, ergo sum - "I code, therefore I am" -- The Rasterman (Carsten Haitzler)ras...@rasterman.com -- Live Securit

Re: [E-devel] efl documentation etc...

2012-08-29 Thread Donn Jeferson R Atienza
I think i do need to get that api documentation, after all :) anybody with a generated apidoc? I kinda want to start dev'ing efl+vala, already have both, just need the api knowhow. -- Live Security Virtual Conference

Re: [E-devel] elev8: dbus_test.js is broken

2012-08-29 Thread Stefan Schmidt
Hello. On 08/17/2012 10:44 AM, Daniel Willmann wrote: > On 08/15/2012 06:59 PM, Gustavo Sverzut Barbieri wrote: >> On Wed, Aug 15, 2012 at 2:55 PM, Daniel Willmann >> wrote: >> >>> On 08/15/2012 06:27 PM, Gustavo Sverzut Barbieri wrote: That dbus support is horrible and we'll replace it with

Re: [E-devel] [patch][elementary] diskselector - select option, disabling auto selection. datetime - show even number of items

2012-08-29 Thread The Rasterman
On Thu, 23 Aug 2012 19:10:16 +0900 Kim Shinwoo said: > by default, an diskselector item which is right in the center of > diskselector is selected automatically. > and if the item style emit elm,action,click signal, the item is selected > also. > > so there would be a case that item select callb

Re: [E-devel] [patch][elementary] segment_control, spinner - accessibility feature

2012-08-29 Thread Cedric BAIL
On Wed, Aug 29, 2012 at 9:26 AM, Carsten Haitzler wrote: > On Wed, 29 Aug 2012 15:01:03 +0800 stroodlepup said: > >> are there plans to create more tupes of widget controls knob buttons >> maybe, kind of like the ones used in multitrack recording apps and amp >> simulators.. > > these can be done

Re: [E-devel] [patch][elementary] segment_control, spinner - accessibility feature

2012-08-29 Thread The Rasterman
On Wed, 29 Aug 2012 15:01:03 +0800 stroodlepup said: > are there plans to create more tupes of widget controls knob buttons > maybe, kind of like the ones used in multitrack recording apps and amp > simulators.. these can be done with styles and edje. raoul showed off a cool example he has for

Re: [E-devel] [Patch] [Elementary] elm_datetime widget bug fix : Display AM/PM string(s) in all locales

2012-08-29 Thread The Rasterman
On Fri, 24 Aug 2012 13:03:41 + (GMT) Rajeev Ranjan said: hmmm i've put in much simpler code in svn (no srncpy's and stncmp's) that does this based on yours. > Hi, >Please review the attached patch for supporting simple transition without > any effect in slideshow widget. It is created by

Re: [E-devel] [patch][elementary] segment_control, spinner - accessibility feature

2012-08-29 Thread stroodlepup
are there plans to create more tupes of widget controls knob buttons maybe, kind of like the ones used in multitrack recording apps and amp simulators.. -- Live Security Virtual Conference Exclusive live event will cover

Re: [E-devel] EFL: status on Windows

2012-08-29 Thread Vincent Torri
On Wed, Aug 29, 2012 at 8:56 AM, stroodlepup wrote: > On 21/08/12 21:45, Gustavo Sverzut Barbieri wrote: >> On Tue, Aug 21, 2012 at 7:33 AM, Vincent Torri >> wrote: >>- slave and server communicates heavy data using shmem. That's the >> most >> efficient system on linux, you'll