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

2012-10-01 Thread rustyBSD
On 09/30/12 14:11, rustyBSD wrote: are you sure about fresqet.c ? Just returning 1 ? Not really. I'm looking for a way to change the cpu freq Mmhh... The problem with openbsd's sysctl is that we get cpu freq in Mhz, but we can only set it in percents - and not up to 100%. So I put percents

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

2012-10-01 Thread Vincent Torri
On Mon, Oct 1, 2012 at 8:10 AM, rustyBSD rusty...@gmx.fr wrote: On 09/30/12 14:11, rustyBSD wrote: are you sure about fresqet.c ? Just returning 1 ? Not really. I'm looking for a way to change the cpu freq Mmhh... The problem with openbsd's sysctl is that we get cpu freq in Mhz, but we

Re: [E-devel] ecore_x_screensaver_set wtf

2012-10-01 Thread Sebastian Dransfeld
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(_ecore_x_disp, root,

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(_ecore_x_disp,

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 no-re...@enlightenment.org wrote: Log: e AUTHORS e.dox.in: Added a missing author and synchronized documentation with AUTHORS. Author: seoz Date: 2012-09-30

[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

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 no-re...@enlightenment.org 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:

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 vincent.to...@gmail.com wrote: would be nice to find an automatic way for doing this. Vincent On Mon, Oct 1, 2012 at 8:57 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: e AUTHORS

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 ohpo...@gmail.com wrote: Dear EFL developers, In current genlist reorder mode, reordering is not moved when reordering item is on top

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 seojuyu...@gmail.com: 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 ohpo...@gmail.com wrote: Dear

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 Seolt;seojuyu...@gmail.comgt; To: lt;enlightenment-devel@lists.sourceforge.netgt;; Cc: lt;enlightenment-...@lists.sourceforge.netgt;; Sent:

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.

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 no-re...@enlightenment.org: 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

[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

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),

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

2012-10-01 Thread Vincent Torri
On Mon, Oct 1, 2012 at 3:14 PM, rustyBSD rusty...@gmx.fr 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,

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 seojuyu...@gmail.com 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

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 the counter in

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

2012-10-01 Thread Christopher Michael
Leif Middelschulte leif.middelschu...@gmail.com wrote: Am 01.10.2012 um 09:32 schrieb Enlightenment SVN no-re...@enlightenment.org: 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-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

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

2012-10-01 Thread Vincent Torri
On Mon, Oct 1, 2012 at 3:14 PM, rustyBSD rusty...@gmx.fr 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 ?

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

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 no-re...@enlightenment.org 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: