[E-devel] PATCH: eina_stringshare in epsilon

2008-12-14 Thread Viktor Kojouharov
Hi, I'm trying to bring epsilon into the 21st century with some eina_stringshare love. The attached patch should convert all epsilon strings to consts that use eina_stringshare_*. Please review it. Index: src/include/Epsilon_Request.h

Re: [E-devel] SUID bits for E17

2008-12-14 Thread Gustavo Sverzut Barbieri
On Sun, Dec 14, 2008 at 3:48 AM, sda dmitry.serpok...@gmail.com wrote: hi guys! here comes a long story, sorry for that. openSUSE will release version 11.1 soon and this release has a new system of 'brp' checks which are a bit similar to 'rpmlint' but could not be disabled. yes, i can

Re: [E-devel] PATCH: eina_stringshare in epsilon

2008-12-14 Thread Gustavo Sverzut Barbieri
On Sun, Dec 14, 2008 at 10:59 AM, Viktor Kojouharov vkojouha...@gmail.com wrote: Hi, I'm trying to bring epsilon into the 21st century with some eina_stringshare love. The attached patch should convert all epsilon strings to consts that use eina_stringshare_*. Please review it. looks good,

Re: [E-devel] PATCH: eina_stringshare in epsilon

2008-12-14 Thread Sebastian Dransfeld
Viktor Kojouharov wrote: Hi, I'm trying to bring epsilon into the 21st century with some eina_stringshare love. The attached patch should convert all epsilon strings to consts that use eina_stringshare_*. Please review it. Strings which are probably unique (like paths) should not be

Re: [E-devel] PATCH: eina_stringshare in epsilon

2008-12-14 Thread Gustavo Sverzut Barbieri
On Sun, Dec 14, 2008 at 12:24 PM, Sebastian Dransfeld sebas...@tango.flipp.net wrote: Viktor Kojouharov wrote: Hi, I'm trying to bring epsilon into the 21st century with some eina_stringshare love. The attached patch should convert all epsilon strings to consts that use eina_stringshare_*.

Re: [E-devel] PATCH: eina_stringshare in epsilon

2008-12-14 Thread Viktor Kojouharov
On Sun, 2008-12-14 at 12:56 -0200, Gustavo Sverzut Barbieri wrote: On Sun, Dec 14, 2008 at 12:24 PM, Sebastian Dransfeld sebas...@tango.flipp.net wrote: Viktor Kojouharov wrote: Hi, I'm trying to bring epsilon into the 21st century with some eina_stringshare love. The attached patch

Re: [E-devel] PATCH: eina_stringshare in epsilon

2008-12-14 Thread Sebastian Dransfeld
Viktor Kojouharov wrote: On Sun, 2008-12-14 at 12:56 -0200, Gustavo Sverzut Barbieri wrote: On Sun, Dec 14, 2008 at 12:24 PM, Sebastian Dransfeld sebas...@tango.flipp.net wrote: Viktor Kojouharov wrote: Hi, I'm trying to bring epsilon into the 21st century with some eina_stringshare love.

Re: [E-devel] PATCH: eina_stringshare in epsilon

2008-12-14 Thread Gustavo Sverzut Barbieri
On Sun, Dec 14, 2008 at 1:16 PM, Viktor Kojouharov vkojouha...@gmail.com wrote: On Sun, 2008-12-14 at 12:56 -0200, Gustavo Sverzut Barbieri wrote: On Sun, Dec 14, 2008 at 12:24 PM, Sebastian Dransfeld sebas...@tango.flipp.net wrote: Viktor Kojouharov wrote: Hi, I'm trying to bring

[E-devel] Bugfix for screenshot module

2008-12-14 Thread Andreas Volz
Hello Christopher, I fixed two problems in the E17 screenshot module: 1. The aspect of the edje theme was fixed to a special size. 2. If you change timer config while active count it could get negative. For both problems I provide this patch:

Re: [E-devel] Bugfix for screenshot module

2008-12-14 Thread Christopher Michael
Andreas, Thanks for checking with me before you did the commit :) The code patch looks fine, that can go in, However the new edj does not work by default with the screenshot module. When I copied the new edj in place of the old one, the module basically disappeared from the shelf. Also, for

Re: [E-devel] Bugfix for screenshot module

2008-12-14 Thread Christopher Michael
Andreas, I went and applied the code patch to cvs...thanks :) If we can sort out the problem with the .edj file, then it's ok if you would like to commit that. Thanks, devilhorns Christopher Michael wrote: Andreas, Thanks for checking with me before you did the commit :) The code patch

Re: [E-devel] Bugfix for screenshot module

2008-12-14 Thread Andreas Volz
Am Sun, 14 Dec 2008 11:57:52 -0500 schrieb Christopher Michael: Hello Christoper, I copied it to ~/.e/e/themes/ and choosed it with the E theme chooser instead of the default one. I could also decompress it with edje_decc. Maybe you should download it again. Anyway, I uploaded the source:

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2008-12-14 Thread Peter Wehrfritz
Graham Gower schrieb: Peter Wehrfritz wrote: I committed it without the @EVAS_LIBS@, because Vincent told me that it is not needed. Can you check please if it works now? Since I don't have ecore_fb installed, I cannot test it myself. Yes, this works fine. Nice :) One other issue which

Re: [E-devel] Bugfix for screenshot module

2008-12-14 Thread Christopher Michael
Andreas, Thanks :) After getting those files manually, it works fine as the default module theme if you want to commit it, that's fine with me :) Thanks, devilhorns Andreas Volz wrote: Am Sun, 14 Dec 2008 11:57:52 -0500 schrieb Christopher Michael: Hello Christoper, I copied it to

Re: [E-devel] Bugfix for screenshot module

2008-12-14 Thread luchezar Petkov
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 12/14/08 6:13 PM, Christopher Michael wrote: Andreas, I went and applied the code patch to cvs...thanks I know how much you'd love to read this: It's SVN now, not CVS ;-) - --Mano -BEGIN PGP SIGNATURE- Version: GnuPG v1.4.8 (Darwin)

Re: [E-devel] EWL evas_fb_la_LIBADD patch

2008-12-14 Thread Graham Gower
Peter Wehrfritz wrote: Graham Gower schrieb: Peter Wehrfritz wrote: I committed it without the @EVAS_LIBS@, because Vincent told me that it is not needed. Can you check please if it works now? Since I don't have ecore_fb installed, I cannot test it myself. Yes, this works fine. Nice :)

Re: [E-devel] PATCH: eina_stringshare in epsilon

2008-12-14 Thread The Rasterman
On Sun, 14 Dec 2008 15:24:06 +0100 Sebastian Dransfeld sebas...@tango.flipp.net babbled: Viktor Kojouharov wrote: Hi, I'm trying to bring epsilon into the 21st century with some eina_stringshare love. The attached patch should convert all epsilon strings to consts that use

Re: [E-devel] SUID bits for E17

2008-12-14 Thread The Rasterman
On Sun, 14 Dec 2008 12:25:50 -0200 Gustavo Sverzut Barbieri barbi...@profusion.mobi babbled: On Sun, Dec 14, 2008 at 3:48 AM, sda dmitry.serpok...@gmail.com wrote: hi guys! here comes a long story, sorry for that. openSUSE will release version 11.1 soon and this release has a new system