Re: [E-devel] ecore_x_screensaver_set wtf

2012-10-01 Thread Christopher Michael
On 01/10/12 07:39, Sebastian Dransfeld wrote: > On 09/30/2012 11:30 AM, Tomas Cech wrote: >> Hi, >> >> I have strong feeling that this was introduced by commit 76342 >> (raster). >> >> I'm preparing pillory. > > In combination with this: > > ecore_x_screensaver.c: >XScreenSaverSelectInput(_

Re: [E-devel] E SVN: seoz IN trunk/e: . doc

2012-10-01 Thread Vincent Torri
would be nice to find an automatic way for doing this. Vincent On Mon, Oct 1, 2012 at 8:57 AM, Enlightenment SVN wrote: > Log: > e AUTHORS e.dox.in: Added a missing author and synchronized documentation > with AUTHORS. > > Author: seoz > Date: 2012-09-30 23:57:50 -0700 (Sun, 30 Se

[E-devel] Possible bug in ecore's mainloop

2012-10-01 Thread Guillaume Friloux
Hello e people, I am having difficulties with a simple app. While developping an internal tool that syncs files depending on their presence in an SQL DB, I got some problems, one with eina_lock, and one with ecore. Cedric is aware of both problems, but it seems very hard to understand what g

Re: [E-devel] E SVN: hermet trunk/elementary/data/objects

2012-10-01 Thread Daniel Juyung Seo
On Mon, Oct 1, 2012 at 3:35 PM, Enlightenment SVN wrote: > Log: > elementary/flip - reverted 77229. actually clo.png is used. > > > > Author: hermet > Date: 2012-09-30 23:35:08 -0700 (Sun, 30 Sep 2012) > New Revision: 77236 > Trac: http://trac.enlightenment.org/e/changeset/77

Re: [E-devel] E SVN: seoz IN trunk/e: . doc

2012-10-01 Thread Daniel Juyung Seo
I hope so and it should. Daniel Juyung Seo (SeoZ) On Mon, Oct 1, 2012 at 3:59 PM, Vincent Torri wrote: > would be nice to find an automatic way for doing this. > > Vincent > > On Mon, Oct 1, 2012 at 8:57 AM, Enlightenment SVN > wrote: >> Log: >> e AUTHORS e.dox.in: Added a missing author and sy

Re: [E-devel] [patch][elementary] add reorder fast mode for mobile case

2012-10-01 Thread Daniel Juyung Seo
It looks like there are unnecessary codes in your patch. Can you please resend the patch? Daniel Juyung Seo (SeoZ) On Fri, Sep 28, 2012 at 10:04 PM, Bluezery wrote: > Dear EFL developers, > > In current genlist reorder mode, reordering is not moved when > reordering item is on top or in bottom o

Re: [E-devel] [patch][elementary] add reorder fast mode for mobile case

2012-10-01 Thread Bluezery
Sorry, test code was in there :( I removed them. 2012/10/1 Daniel Juyung Seo : > It looks like there are unnecessary codes in your patch. > Can you please resend the patch? > > Daniel Juyung Seo (SeoZ) > > On Fri, Sep 28, 2012 at 10:04 PM, Bluezery wrote: >> Dear EFL developers, >> >> In curren

Re: [E-devel] E SVN: hermet trunk/elementary/data/objects

2012-10-01 Thread ChunEon Park
fault. i didn't intend. and reverted already. :) -Regards, Hermet- -Original Message- From: "Daniel Juyung Seo" To: ; Cc: ; Sent: 2012-10-01

Re: [E-devel] [patch][elementary] add reorder fast mode for mobile case

2012-10-01 Thread Daniel Juyung Seo
Good catch :) In svn but I fixed some of you codes. Please read this carefully. 1. removed _viewport_coord_get function from your patch. The function is not needed in this scenario. So I just removed it and calculated geometry directly. 2. line wrap Do not exceed 80 chars per line. I fixed it. 3

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/conf_randr

2012-10-01 Thread Leif Middelschulte
Am 01.10.2012 um 09:32 schrieb Enlightenment SVN : > Log: > E (RandR): Update mouse pointer when over the thumbnail to indicate > move is possible. Though, that's nice for desktop monitors, it's bad for touch screens (e.g. tablets) :-/ At least make it themable via some data flag in the edc or a

[E-devel] elementary: problem with focus in panel

2012-10-01 Thread Jérôme Pinot
Hi, Moving from EFL 1.2 to 1.7 was not flawless for eperiodique. I had to adjust again the button size in boxes, but well, it does mostly work as expected. I still got a major issue that prevents me to release: it seems that the focus behaviour in panel changed a lot (or is it a bug?). Under EFL

Re: [E-devel] [e] cpufreq: OpenBSD support

2012-10-01 Thread rustyBSD
On 10/01/12 08:22, Vincent Torri wrote: maybe this could help you : http://stackoverflow.com/questions/4226353/show-memory-and-cpu-in-c Vincent ? There is no problem when getting the frequency. The only difference with linux is that instead of displaying available frequencies (in the menu), w

Re: [E-devel] [e] cpufreq: OpenBSD support

2012-10-01 Thread Vincent Torri
On Mon, Oct 1, 2012 at 3:14 PM, rustyBSD wrote: > On 10/01/12 08:22, Vincent Torri wrote: >> >> maybe this could help you : >> >> http://stackoverflow.com/questions/4226353/show-memory-and-cpu-in-c >> >> Vincent > > ? I have seen that : printf("CPU: %d MHz Free: %ld MB\n", cpuspeed, sysconf(_SC_

Re: [E-devel] Issues on init / shutdown design of elm externals

2012-10-01 Thread Bruno Dilly
On Sun, Sep 30, 2012 at 11:53 PM, Daniel Juyung Seo wrote: > So elm_exit() means, we are not going to continue the main loop anyhow? We'll keep elm_exit() the way it is, a call to ecore_main_loop_quit() Right now, on elm_shutdown, when _elm_init_count reaches 0, it will call _elm_win_shutdown, t

Re: [E-devel] [e] cpufreq: OpenBSD support

2012-10-01 Thread rustyBSD
On 10/01/12 15:20, Vincent Torri wrote: >> ? > I have seen that : > > printf("CPU: %d MHz Free: %ld MB\n", cpuspeed, > sysconf(_SC_AVPHYS_PAGES)*sysconf(_SC_PAGESIZE))>>20 > > so it displays the freq in Mhz, no ? > My "?" meant that it's not actually the problem. The freq is correctly displayed in

Re: [E-devel] E SVN: devilhorns trunk/e/src/modules/conf_randr

2012-10-01 Thread Christopher Michael
Leif Middelschulte wrote: >Am 01.10.2012 um 09:32 schrieb Enlightenment SVN >: > >> Log: >> E (RandR): Update mouse pointer when over the thumbnail to indicate >> move is possible. >Though, that's nice for desktop monitors, it's bad for touch screens >(e.g. tablets) :-/ >At least make it themabl

[E-devel] [e] evas bad typedef

2012-10-01 Thread rustyBSD
Hi, == evas_gl_api_ext.h l.4 == The GLchar type is already defined on openbsd (/usr/X11R6/include/GL/glext.h), so it has to be renamed. -- Got visibility? Most devs has no idea what their production app looks like. Find out

Re: [E-devel] [e] cpufreq: OpenBSD support

2012-10-01 Thread Vincent Torri
On Mon, Oct 1, 2012 at 3:14 PM, rustyBSD wrote: in svn, thanks > > PS: I forgot to mention that the freebsd support > is broken. > > Here are patches again. This time it's really ok, > I also quickly modified the freebsd code. is the freebsd support still broken avec your changes ? Vincent --

Re: [E-devel] [e] cpufreq: OpenBSD support

2012-10-01 Thread rustyBSD
On 10/01/12 19:41, Vincent Torri wrote: > is the freebsd support still broken avec your changes ? Yes I think, but I'm not sure. -- Got visibility? Most devs has no idea what their production app looks like. Find out how fa

Re: [E-devel] E SVN: hermet IN trunk/PROTO: . etypers etypers/images

2012-10-01 Thread Vincent Torri
move it to GAMES, then :) Vincent On Mon, Oct 1, 2012 at 8:09 PM, Enlightenment SVN wrote: > Log: > PROTO/etypers - a simple efl typing game. > > > > Author: hermet > Date: 2012-10-01 11:09:40 -0700 (Mon, 01 Oct 2012) > New Revision: 77277 > Trac: http://trac.enlightenment.