On 12/11/2012 11:59 PM, Eduardo Lima (Etrunko) wrote:
> On Tue, Dec 11, 2012 at 1:20 PM, Michael Blumenkrantz
> wrote:
>> This release of E17 is also known as "The Hulk" for obvious reasons.
>
> The theme is now green?!
>
I think he means that E17 is now officially "bloated" ;)
---
On Tue, 11 Dec 2012 21:06:42 -0200
Gustavo Sverzut Barbieri wrote:
> Hi all,
>
> Attached is a mild.patch that applies to e17 and provides a simplified
> theme. Please also add the attached images to data/themes/img folder
> so the build works.
>
> The generated mild.edj is also attached for ea
On Tue, Dec 11, 2012 at 3:09 PM, Enlightenment SVN
wrote:
> Log:
> elev8: Option to server mode do not "daemonize".
>
> Summary:
>- Added option '--no-daemonize' to not start server mode as a daemon.
>Useful for systemd.
>
>Author:ederson
>
> Author: mello
> Date:
On Wed, Dec 12, 2012 at 2:09 AM, Enlightenment SVN
wrote:
> Log:
> elev8: Option to server mode do not "daemonize".
>
> Summary:
>- Added option '--no-daemonize' to not start server mode as a daemon.
>Useful for systemd.
Is the current daemon mode supported ? I tried it this weekend and
Now this looks cool (except for the "stopped at file..." thing)! :)
I don't quite understand your question about /opt/e17. If you just want to
install it you just add it to Makefile.am like you would do any other data
file (look at efl/data if you don't know how for some reason). The problem
is th
On Tue, Dec 11, 2012 at 9:42 PM, Daniel Juyung Seo wrote:
> One user report from Korea:
>I got help from spec.in files in trunk while porting efl libraries to
> Tizen.
One user report from Sealand:
I got help from in
{fedora,suse,arch,}'s package
repository while porting efl libraries to
One user report from Korea:
I got help from spec.in files in trunk while porting efl libraries to
Tizen.
Daniel Juyung Seo (SeoZ)
On Wed, Dec 12, 2012 at 8:19 AM, Lucas De Marchi <
lucas.demar...@profusion.mobi> wrote:
> On Tue, Dec 11, 2012 at 6:58 PM, Rui Miguel Silva Seabra
> wrote:
> > O
On Tue, Dec 11, 2012 at 6:58 PM, Rui Miguel Silva Seabra wrote:
> On Mon, 26 Nov 2012 11:57:49 -0200
> Lucas De Marchi wrote:
>
>> > Now tell me which distros would include a weekly (or so) updated
>> > EFL+e17?
>> >
>> >> IMO it's better maintained by people that care
>> >> about it
>> >
>> > I
On Mon, 26 Nov 2012 11:57:49 -0200
Lucas De Marchi wrote:
> > Now tell me which distros would include a weekly (or so) updated
> > EFL+e17?
> >
> >> IMO it's better maintained by people that care
> >> about it
> >
> > I care about it, as probably do care other who build svn into rpms,
> > and it
On Tue, Dec 11, 2012 at 1:20 PM, Michael Blumenkrantz
wrote:
> This release of E17 is also known as "The Hulk" for obvious reasons.
The theme is now green?!
--
Eduardo de Barros Lima ◤✠◢
ebl...@gmail.com
--
LogMeIn Res
This release of E17 is also known as "The Hulk" for obvious reasons.
Changelog:
* Translation updates
* Clock and cpufreq gadgets now consume less cpu
* Slider widget can no longer explode the stack
* Backlight setting improved, now more reliable
* mkstemps no longer used; portability++
* "Really
Yes, now it works fine. Thx a lot!
2012/12/11 Cedric BAIL
> Hello,
>
> On Tue, Dec 11, 2012 at 8:03 PM, Leandro Santiago
> wrote:
> > Hello again. I've tested that same example I sent with eet-1.7.3,
> released
> > at Dec 7th and the leak still happens.
> >
> > I haven't tested the eet from tr
This option was enabled by default (removed .e and start a new conf)
Mmh, i found some old files of enlightenment installed in /opt, i removed
them and now im unable to reproduce the problem (it should not conflict,
but anyways)
I will report it back if i see again the problem
2012/12/11 Carsten
On Tue, Dec 11, 2012 at 5:33 AM, Enlightenment SVN <
no-re...@enlightenment.org> wrote:
> Log:
> elementary/naviframe : Remove dummy_edje. Naviframe should be shown with
> at least one item, and don't have to care about the state there is no item.
> Additionally, it's not a smart member of navif
On Tue, 11 Dec 2012 12:26:42 +
Sérgio Marques wrote:
> 2012/12/11 Igor Murzov
>
> > This patch makes use of pgettext() function which is provided in gettext.h
> > The function has two arguments -- the first argument is a context
> > (arbitrary
> > string), the second one is a message itself
Nicolas,
sorry about that. We do not in fact have a proper stable branch for evil,
so for 1.7.2 Vincent generated a tarball for me. As far as I can tell, you
can just use the 1.7.2 tarball since there should have not been any
changes, but lets wait for Vincent to chime in since he is the one who
k
All is in the title, evil is missing in the latest release.
--
Nicolas Aguirre
Mail: aguirre.nico...@gmail.com
Web: http://enna.geexbox.org
Blog: http://dev.enlightenment.fr/~captainigloo/
--
LogMeIn Rescue: Anywhere, Any
Hello,
> > I tested the proxy image for using it.
> > I expected the proxy image is shown whole ,even if the source object is
> > clipped.
> > But if the source object is clipped, the proxy image is clipped too.
> > I want to show the whole copied image regardless of the clip of the source
> > obj
Hello,
On Tue, Dec 11, 2012 at 8:03 PM, Leandro Santiago
wrote:
> Hello again. I've tested that same example I sent with eet-1.7.3, released
> at Dec 7th and the leak still happens.
>
> I haven't tested the eet from trunk, because after you had moved many
> libraries to a single project (efl) it
Hi All,
Please find attached bug fix patch for Colorselector.
This patch fixes the resize issue in palette which happens when
palette item size is given more than finger size.
This patch also fixes a fixed: 1 1 warning shown in picker(New addition to
colorselector).
This warning can be seen w
This patch makes use of pgettext() function which is provided in gettext.h
The function has two arguments -- the first argument is a context (arbitrary
string), the second one is a message itself. This allows translators to
have different translations for several equal messages depending on their
c
Hello again. I've tested that same example I sent with eet-1.7.3, released
at Dec 7th and the leak still happens.
I haven't tested the eet from trunk, because after you had moved many
libraries to a single project (efl) it became a bit hard to build eet here
(now I also have to have installed the
If anyone has time could you look into updating ELFE to working with the
latest EFL (combined in SVN) and E17 SVN? Right now it compiles for me, but
any profile in which it is loaded instantly gets a crash window as long as
ELFE is loaded.
Use this launcher in my tablet profile as it is better tha
Hey Tom,
You are right. Don't tell me "I know, I am always right!" ;-)
Following the script.
Next step, how can I install it in /opt/e17? Which file do I need to modify?
Script:
class Eo_step(gdb.Command):
def __init__(self):
gdb.Command.__init__(self, "eo_step", gdb.COMMAND_OBSCURE)
On Mon, 10 Dec 2012 14:34:25 + Michael Blumenkrantz
said:
> Hi,
>
> I've been unable to load anything on e.org for the past 3-4 hours today,
> and it seems to be similar for everyone else in the world. It would be
> great if this were not the case.
i reduced the server count as e.org has be
On Tue, 11 Dec 2012 02:25:20 +0100 Thanatermesis
said:
disabled "dont composite fullscreen windows" ?
> I just switched to releases (instead of svn, for libs and e17), and i have
> got problems with the composite on my laptop, let's say after 10 startups
> of e17 it freezed 2 times (no segfault,
On Mon, 10 Dec 2012 17:05:42 -0200 Gustavo Sverzut Barbieri
said:
> Raster,
>
> Wouldn't be nice to expose this in eina as this is a common problem?
> We use mktemps() when possible, or use some other technique like ou
> did if not?
problem is portability of mkstemps.. so yes - a portable solut
On 10/12/12 09:45, Gustavo Sverzut Barbieri wrote:
> On Monday, December 10, 2012, Stefan Schmidt wrote:
>
>> Hello.
>>
>> On 07/12/12 23:17, Enlightenment SVN wrote:
>>> Log:
>>> efl: almost final ecore/evas/ecore-evas options integration.
>>>
>>> Many changes in this commit, but overall it sh
Please ignore this message. All is fine with this module.
The state of my profile configurations... Not so much.
On Tue, Dec 11, 2012 at 1:47 AM, Jeff Hoogland wrote:
> If anyone has time could you look into updating ELFE to working with the
> latest EFL (combined in SVN) and E17 SVN? Right now
29 matches
Mail list logo