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,
ScreenSaverNo
On Mon, Oct 1, 2012 at 8:10 AM, rustyBSD 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, bu
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 i
Yes it looks definitely wrong.
I fixed it in r77232.
Thanks a lot!
Daniel Juyung Seo (SeoZ)
On Sat, Sep 29, 2012 at 2:37 AM, Patryk Kaczmarek wrote:
> Hello everyone,
>
>
>
> I had discovered some strange behavior in function ethumb_frame_set, it is
> correct to return EINA_TRUE when there is no
good catch :)
Daniel Juyung Seo (SeoZ)
On Sun, Sep 30, 2012 at 3:40 AM, Enlightenment SVN
wrote:
> Log:
> elementary/genlist - remove it safely.
>
>
>
> Author: hermet
> Date: 2012-09-29 11:40:43 -0700 (Sat, 29 Sep 2012)
> New Revision: 77218
> Trac: http://trac.enlightenme
So elm_exit() means, we are not going to continue the main loop anyhow?
Daniel Juyung Seo (SeoZ)
On Sun, Sep 30, 2012 at 8:58 PM, Cedric BAIL wrote:
> Cedric Bail
> On Sep 29, 2012 10:26 PM, "Gustavo Sverzut Barbieri" <
> barbi...@profusion.mobi> wrote:
>>
>> On Saturday, September 29, 2012, Ced
Yes it's dead again.
Daniel Juyung Seo (SeoZ)
On Mon, Oct 1, 2012 at 4:25 AM, Vincent Torri wrote:
> same here
>
> Vincent
>
> On Sun, Sep 30, 2012 at 6:12 PM, P Purkayastha wrote:
>> Is timeline ( http://trac.enlightenment.org/e/timeline ) working for
>> anyone? It shows no updates for the pas
Anyone else having trouble with the places module menu entry when the
option "use custom file manager" is checked? For the longest time I have
used this option with PCManFM but with recent builds it now causes an E
segfault and/or restart when this is in use (it works fine when this option
is unche
same here
Vincent
On Sun, Sep 30, 2012 at 6:12 PM, P Purkayastha wrote:
> Is timeline ( http://trac.enlightenment.org/e/timeline ) working for
> anyone? It shows no updates for the past 3 days and reports a latest
> revision of 77102, while svn.e.o shows the latest revision as 77229.
>
>
> -
Is timeline ( http://trac.enlightenment.org/e/timeline ) working for
anyone? It shows no updates for the past 3 days and reports a latest
revision of 77102, while svn.e.o shows the latest revision as 77229.
--
Everyone
On 09/30/12 13:57, Vincent Torri wrote:
> are you sure about fresqet.c ? Just returning 1 ?
Not really.
I'm looking for a way to change the cpu freq
--
Everyone hates slow websites. So do we.
Make your web apps faster with
are you sure about fresqet.c ? Just returning 1 ?
Vincent
On Sun, Sep 30, 2012 at 1:23 PM, rustyBSD wrote:
> Hi,
> I added support for OpenBSD on the cpufreq
> module.
>
> Thanks
>
> --
> Everyone hates slow websites. So
Cedric Bail
On Sep 29, 2012 10:26 PM, "Gustavo Sverzut Barbieri" <
barbi...@profusion.mobi> wrote:
>
> On Saturday, September 29, 2012, Cedric BAIL wrote:
>
> > On Sep 29, 2012 6:28 AM, "Bruno Dilly" >
> > wrote:
> > > I just saw that when an elm external is added it calls elm_init(), and
> > > cal
Hi,
I added support for OpenBSD on the cpufreq
module.
Thanks
--- e_mod_main.cSun Sep 30 11:16:50 2012
+++ e_mod_main.cSun Sep 30 11:11:57 2012
@@ -6,6 +6,12 @@
#include
#endif
+#ifdef __OpenBSD__
+#include
+#include
+#include
+#endif
+
/* gadcon requirements */
static E
Hi,
I have strong feeling that this was introduced by commit 76342
(raster).
I'm preparing pillory.
Best regards,
Sleep_Walker
signature.asc
Description: Digital signature
--
Everyone hates slow websites. So do we.
M
in svn, thanks
On Sat, Sep 29, 2012 at 9:09 AM, rustyBSD wrote:
> Hi,
> some trivial changes.
>
> I. _e_fm_op_stdin_handler is unused, so -> removed.
>
> II. if we cannot malloc _e_fm_op_stdin_buffer, we
> are in big shit, so nullcheck.
>
> III. Formatting.
>
> IV. if argc < 4 we quit, s
16 matches
Mail list logo