[E-devel] Evas Word-Wrapping and Long Chinese String

2009-10-27 Thread Brian Wang
Hello all, Evas's word-wrapping calculation does not work well with long Chinese strings. This is how it looks (no wrapping): http://cool-idea.com.tw/brian/edje-long-chinese-text-orig.png I made my effort to make it work with Chinese but it is certainly not for the majority. This is how the patch

Re: [E-devel] E SVN: andreas branches/edje_editor_elm/src/bin

2009-10-27 Thread Dave Andreoli
Thanks for your work! I'm really happy that someone contribute :) Just some comments: In the function program_source_combo_populate(void): * Use elm_hoversel_clear() instead of looping and delete. * Use EINA_LIST_FOREACH() instead of the while(l) loop. You can avoid ugly cast and save some line

Re: [E-devel] Elementary is the right choice?

2009-10-27 Thread The Rasterman
On Tue, 27 Oct 2009 12:04:17 +0100 Carlo Ascani said: > > Hi all, > i'm planning to write a set of widgets for audio applications, i want the > classic controls of real professional audio devices (e.g. mixers). Simply > knobs, meters, faders and toggle buttons, with a particolar attention to th

Re: [E-devel] Elementary is the right choice?

2009-10-27 Thread Sachiel
On Tue, Oct 27, 2009 at 9:08 PM, Marco Trevisan wrote: > Carlo Ascani wrote: >> It's possible to create a custom widget with Elementary? > > Yes, simply look at the elm widgets implementation, you can do the same > in your app with the help of edje. > > Beware that elm widgets use internal calls

Re: [E-devel] Elementary is the right choice?

2009-10-27 Thread Treviño
Carlo Ascani wrote: > It's possible to create a custom widget with Elementary? Yes, simply look at the elm widgets implementation, you can do the same in your app with the help of edje. -- Come build with us! The BlackB

[E-devel] [cpufreq applet] fixed setting userspace in CPU speed setting (better patch)

2009-10-27 Thread Pavol Klačanský
Hallo, I've fixed bug with setting freq by user (problems on govs "performance"). I've investigated in cpufreq-set (cpufrequtils) and that apps set govs to "userspace" before setting cpu speed. Diff in attachment, I've sent other patch tomorrow with fixed issue of showing two "same" freqs P.S.

[E-devel] [cpufreq applet] fixed setting userspace

2009-10-27 Thread Pavol Klačanský
Hallo, I've fixed bug with setting freq by user (problems on govs "performance"). I've investigated in cpufreq-set (cpufrequtils) and that apps set govs to "userspace" before setting cpu speed. Diff in attachment, I've sent other patch tomorrow with fixed issue of showing two "same" freqs P.S.

Re: [E-devel] opensuse 11.0 package dependency failures for libecore0.so.0

2009-10-27 Thread sda
hi David, i'm the one who maintain all E-svn stuff for SuSE/SLE. can i suspect that you're using this repo: http://download.opensuse.org/repositories/home:/dmitry_serpokryl:/Enlightenment-cvs-core-metapackage/ ? i may assume that the case is quite simple. the packeges you've mentioned are broken

Re: [E-devel] Elementary is the right choice?

2009-10-27 Thread Andreas Volz
Am Tue, 27 Oct 2009 12:04:17 +0100 schrieb Carlo Ascani: > > Hi all, > i'm planning to write a set of widgets for audio applications, i want > the classic controls of real professional audio devices (e.g. > mixers). Simply knobs, meters, faders and toggle buttons, with a > particolar attention t

[E-devel] [PATCH] Fix default value of vars in ethumb_calculate_fill_from_ratio()

2009-10-27 Thread João Paulo Rechi Vita
As of ethumb_calculate_aspect_from_ratio(), even if initial aspect is zero, default values should be assigned to the return variables. -- João Paulo Rechi Vita ProFUSION embedded systems jprv...@profusion.mobi Index: trunk/ethumb/src/lib/Ethumb.c ==

[E-devel] [PATCH] Fix aspect ratio in emotion gstreamer module.

2009-10-27 Thread João Paulo Rechi Vita
The aspect ratio was being set only when vsink->width and vsink->heigth were zero, thus leaving ev->ratio with NaN value. The attached patch adds a ratio setting after emotion_video_sink_fill() is called, when width and height are acquired from gstreamer. Not sure if the line that sets the ratio in

Re: [E-devel] Elementary is the right choice?

2009-10-27 Thread Michael 'Mickey' Lauer
Carlos, I think that's an amazing idea. I'd love to see such kinds of widgets available for ELM. ELM is certainly the right choice for that. Cheers, :M: -- Come build with us! The BlackBerry(R) Developer Conference in S

[E-devel] Elementary is the right choice?

2009-10-27 Thread Carlo Ascani
Hi all, i'm planning to write a set of widgets for audio applications, i want the classic controls of real professional audio devices (e.g. mixers). Simply knobs, meters, faders and toggle buttons, with a particolar attention to the aspect, that should be as real as possible. An example of a

Re: [E-devel] Elementary - error when building from svn

2009-10-27 Thread Sachiel
On Tue, Oct 27, 2009 at 2:36 AM, Carlo Ascani wrote: > Hi all, > i'm just trying to build elementary from svn, i got this error: > http://pastebin.com/m1adc4989 > Update Evas. > Cheers > -- > Carlo Ascani > La politica pratica consiste nell'ignorare i fatti. (Henry Adams) > C programmers never

[E-devel] Elementary - error when building from svn

2009-10-27 Thread Carlo Ascani
Hi all, i'm just trying to build elementary from svn, i got this error: http://pastebin.com/m1adc4989 Cheers -- Carlo Ascani La politica pratica consiste nell'ignorare i fatti. (Henry Adams) C programmers never die. They are just cast into void. - msn: bradw.

Re: [E-devel] Saving an object into a jpeg file

2009-10-27 Thread Atton Jonathan
Here a comparison : http://watchwolf.fr/public/evas_jpeg_loader_saver_quality_problem.jpg The problem seems to be related to the difference between 2 colors (dark/bright). Biggest the difference is, more fast the quality is lost. I save my files into tho same format that the original. 2009/10/27

Re: [E-devel] Saving an object into a jpeg file

2009-10-27 Thread Vincent Torri
On Tue, 27 Oct 2009, Gustavo Sverzut Barbieri wrote: On Tue, Oct 27, 2009 at 8:31 AM, Vincent Torri wrote: On Tue, 27 Oct 2009, Atton Jonathan wrote: hey, I load and save a jpg image into a file a couple of time ( load im1 - save under im2 - load im2 - save under im3 ... ). Each time I

Re: [E-devel] Saving an object into a jpeg file

2009-10-27 Thread Gustavo Sverzut Barbieri
On Tue, Oct 27, 2009 at 8:31 AM, Vincent Torri wrote: > > > On Tue, 27 Oct 2009, Atton Jonathan wrote: > >> hey, >> >> I load and save a jpg image into a file a couple of time ( load im1 - save >> under im2 - load im2 - save under im3 ... ). Each time I lost more data in >> my image, sounds like w

Re: [E-devel] Saving an object into a jpeg file

2009-10-27 Thread raoul hecky
Why don't you save your image as png? png is lossless. Or eet? Le mardi 27 octobre 2009 à 06:06 -0400, Atton Jonathan a écrit : > hey, > > I load and save a jpg image into a file a couple of time ( load im1 - save > under im2 - load im2 - save under im3 ... ). Each time I lost more data in > my

Re: [E-devel] Saving an object into a jpeg file

2009-10-27 Thread Vincent Torri
On Tue, 27 Oct 2009, Atton Jonathan wrote: > hey, > > I load and save a jpg image into a file a couple of time ( load im1 - save > under im2 - load im2 - save under im3 ... ). Each time I lost more data in > my image, sounds like we can't save an evas object image into a jpeg file > without lost

[E-devel] Saving an object into a jpeg file

2009-10-27 Thread Atton Jonathan
hey, I load and save a jpg image into a file a couple of time ( load im1 - save under im2 - load im2 - save under im3 ... ). Each time I lost more data in my image, sounds like we can't save an evas object image into a jpeg file without lost :/ my code is simple : Evas_Object *obj = evas_obj

Re: [E-devel] [PATCH] DPMS dialog - disabled controls bug

2009-10-27 Thread Manio
sorry - forgot to attach patch :) regards, manio Index: e_int_config_dpms.c === --- e_int_config_dpms.c (revision 43306) +++ e_int_config_dpms.c (working copy) @@ -127,6 +127,16 @@ cfdata->off_timeout = e_config->dpms_off_timeout

[E-devel] [PATCH] DPMS dialog - disabled controls bug

2009-10-27 Thread Manio
Hello Steps to reproduce: Settings->Settings Panel->Screen->Power Management click "Enable Display Power Management", OK then again click "Power Management" - you'll see that controls are disabled (greyed) attached patch fixes it please review/commit regards, -- manio jabber/e-mail: ma...@skybo