Re: [E-devel] E SVN: tasn trunk/evas

2011-07-11 Thread Tom Hacohen
On 11/07/11 17:11, Vincent Torri wrote: On Mon, 11 Jul 2011, Enlightenment SVN wrote: Log: Evas: Added HAVE_TESTS to config.h This is set to 1 if tests are enabled. no ! add it to the m4 macro in m4/efl_tests.m4 That was fast! You want me to set the config.h value from the m4 macro,

Re: [E-devel] E SVN: tasn trunk/evas

2011-07-11 Thread Tom Hacohen
On 11/07/11 17:20, Vincent Torri wrote: yes Done. -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a definitive record of application performance, security threats,

Re: [E-devel] Elm Build Error

2011-07-11 Thread Tom Hacohen
On 11/07/11 17:52, David Seikel wrote: On Mon, 11 Jul 2011 10:43:07 -0400 Christopher Michael cpmicha...@comcast.net wrote: Hi All, Anyone else getting these errors when building elm today ?? CC test_win_inline.o CC test_win_state.o CC test_eio.o CCLD

Re: [E-devel] Segfault with the ELM_ENGINE=shot

2011-07-11 Thread Tom Hacohen
On 11/07/11 17:54, David Seikel wrote: Trying Entry under fb is next on my TODO list. Please let me know. :) -- Tom. -- All of the data generated in your IT infrastructure is seriously valuable. Why? It contains a

Re: [E-devel] Elm Build Error

2011-07-11 Thread Tom Hacohen
On 11/07/11 21:05, Christopher Michael wrote: Well, I got it figured out now. Man, I hate when Tom is right ;) Anyway, the problem was I have 2 versions of svn here (a current one, and the one w/ the xcb changes), and apparently I was building edje from the older one, but elm from the newer

Re: [E-devel] Segfault with the ELM_ENGINE=shot

2011-07-11 Thread Tom Hacohen
On 11/07/11 20:49, David Seikel wrote: On Mon, 11 Jul 2011 17:58:47 +0300 Tom Hacohen tom.haco...@partner.samsung.com wrote: On 11/07/11 17:54, David Seikel wrote: Trying Entry under fb is next on my TODO list. Please let me know. :) It worked fine. Keep in mind though that my fb

Re: [E-devel] elm_label

2011-07-12 Thread Tom Hacohen
On 12/07/11 00:14, Jonas M. Gastal wrote: Hey all, I've been trying to write documentation for elm_label, however there are a number of things that seem to not work: - elm_label_ellipsis_set() is only respected for ELM_WRAP_CHAR It also works with ELM_WRAP_WORD/NONE here... -

Re: [E-devel] Segfault with the ELM_ENGINE=shot

2011-07-12 Thread Tom Hacohen
On 11/07/11 17:35, Tom Hacohen wrote: Dear all, There's a segfault when using ELM_ENGINE=shot with Entry. The problem is that it tries setting up DND properties on the X window, but we have no X window when using the shot engine. I guess we should check the engine currently used to avoid

[E-devel] Introducing: elm_tsuite - a pixel comparison test suite for EFL.

2011-07-12 Thread Tom Hacohen
Dear all, I'm glad to introduce elm_tsuite, a pixel comparison test suite for EFL. Thanks should go to Aharon Hillel for writing this one. Commit: http://trac.enlightenment.org/e/changeset/61289 All the info below is also available in the README. This test suite should be used to make sure we

Re: [E-devel] Introducing: elm_tsuite - a pixel comparison test suite for EFL.

2011-07-12 Thread Tom Hacohen
On 12/07/11 18:11, Gustavo Sverzut Barbieri wrote: It would be useful to have some references in SVN and also a tool to diff these files, producing a hint on what's different other than pure cmp a b: files differ at byte X. This is done by WebKit, for instance Well, it uses image magick to

Re: [E-devel] elm_label

2011-07-13 Thread Tom Hacohen
On 13/07/11 00:36, Gustavo Sverzut Barbieri wrote: well, we do have the track but nobody ever checks it (/me hides from vtorri, the one that definitely checks!) Yeah, that's what I said, no trac-culture. :) We have it, but we don't use it. -- Tom.

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread Tom Hacohen
On 13/07/11 07:57, ChunEon Park wrote: Dear, I added a new widget naviframe. This widget is for application's view manager such as elm_pager. But has optional functions more for users convenience. Not completed yet for decorations. but basic frame is completed. Do someone review it's

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-13 Thread Tom Hacohen
On 13/07/11 10:15, ChunEon Park wrote: Ok, i will check the ui-mirroring soon. I'm not even sure it's needed, as I'm not sure exactly what's a part of the widget, and what's not. But from the code it seems there's not ui-mirroring handling (not to mention, theme hook/scaling)... -- Tom.

Re: [E-devel] Introducing: elm_tsuite - a pixel comparison test suite for EFL.

2011-07-13 Thread Tom Hacohen
On 13/07/11 11:25, Cedric BAIL wrote: Maybe using ensure to do this could help to ease the amount of work required by this idea (that I really like to). Yeah, that's for sure. -- Tom. -- AppSumo Presents a FREE Video

Re: [E-devel] Introducing: elm_tsuite - a pixel comparison test suite for EFL.

2011-07-13 Thread Tom Hacohen
On 13/07/11 12:10, ChunEon Park wrote: Compared 111 with 2 diffs. Is it normal? Even there are no diff files. :p It printed out the diffs while testing. ls *.comp* to see the files that were different. I guess you get Calendar_2 and Focus_2 different. Focus_2 is an animation, I already

Re: [E-devel] elm_label

2011-07-13 Thread Tom Hacohen
On 12/07/11 22:47, Jonas M. Gastal wrote: Tom, You certainly did help, I got almost everything to work as expected. However a few issues remain: - the marker style which was mentioned in the previously existing documentation is present in the default.edc file, but using it causes the text

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-14 Thread Tom Hacohen
On 14/07/11 18:52, Gustavo Sverzut Barbieri wrote: 2011/7/13 ChunEon Parkher...@naver.com: elm_naviframe_item_text_part_set/get() or something like that. - Yes. it looks not bad for me. But it will cause more mistakes of users since they should pass the part name, (I don't like it from

Re: [E-devel] E SVN: discomfitor trunk/e/src/modules/mixer

2011-07-16 Thread Tom Hacohen
On 16/07/11 15:54, Mike Blumenkrantz wrote: you mean the params on each line? blame raster, that's what he wanted. That, and also putting the params in those awful columns this gets ugly the moment you add stuff (especially to structures), and it's stupid to reindent everything in the same

Re: [E-devel] [Patch] A fault stride value in eng_image_stride_get of gl backend

2011-07-18 Thread Tom Hacohen
On 18/07/11 02:22, Seung-Soo Woo wrote: Dear all, eng_image_stride_get() of gl backend get fault stride value. In case of using dynamic image, it get from dyn.w*4. But, dyn.stride was already got from secsym_eglGetImageAttribSEC() in _pool_tex_dynamic_new(). dyn.stride can be changed

Re: [E-devel] [Patch] A fault stride value in eng_image_stride_get of gl backend

2011-07-18 Thread Tom Hacohen
On 18/07/11 09:36, ChunEon Park wrote: Thank u Tom. :) No problem. And oops, in my email I meant no one else *will* bother not with. -- Tom. -- AppSumo Presents a FREE Video for the SourceForge Community by Eric Ries,

Re: [E-devel] E SVN: mike_m IN trunk/PROTO/elev8: data/javascript src/bin

2011-07-21 Thread Tom Hacohen
On 21/07/11 04:18, Mike Blumenkrantz wrote: are there // will there be docs for elev8? I have some people who would probably be interested in using/contributing to it... You should know better than that, we only doc projects that have reached maturity (5 years or more)... Joking aside, it's

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xlib

2011-07-21 Thread Tom Hacohen
On 21/07/11 16:03, Vincent Torri wrote: as you're adding functions to ecore_x : http://trac.enlightenment.org/e/ticket/73 Vincent Dh, Also, please add docs, or at least @since 1.1.0... -- Tom. -- 5 Ways to Improve

Re: [E-devel] E SVN: devilhorns trunk/ecore/src/lib/ecore_x/xlib

2011-07-21 Thread Tom Hacohen
On 21/07/11 16:47, Christopher Michael wrote: Will add some docs shortly Yay. :P -- 5 Ways to Improve Secure Unified Communications Unified Communications promises greater efficiencies for business. UC can improve

Re: [E-devel] elm tooltip's big bug

2011-07-24 Thread Tom Hacohen
On 24/07/11 02:22, Mike Blumenkrantz wrote: ELM tooltip has a rather obvious bug: if the tooltip is larger than the window it is anchored to, it get clipped to the window. This is because the tooltip gets affixed to the same evas that its anchor is on, so it cannot freely expand. I have

Re: [E-devel] E SVN: discomfitor trunk/e

2011-07-25 Thread Tom Hacohen
On 25/07/11 17:01, Christopher Michael wrote: Sorry bout that :/ As I said earlier today, it was based off an older configure.ac o small stuff like this was bound to happen, lol :) Thanks for the fix0rs !! It sounds like you are using a deprecated version control system. Is it possible you

Re: [E-devel] [Patch] Elm_Label, Incompatible Widget Data Type

2011-07-26 Thread Tom Hacohen
On 26/07/11 07:58, cnook wrote: Hi All, The Elm_Wrap_Type have been added, and APIs have been changed also. But there are some remains have to be changed as the attached patch. /me hides from the shame. Nice catch, thanks. -- Tom.

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-27 Thread Tom Hacohen
On 27/07/11 03:02, ChunEon Park wrote: To support elm_object_item_blah_blah_blah... APIs, I think we need to provide an interface such as Elm_Object_Item. If you all agree with it, I will dig them in a hurry. Probably needs to be thought of and then proposed in ML, not done in a hurry. :)

Re: [E-devel] European Tour -- BEERS?

2011-07-27 Thread Tom Hacohen
On 27/07/11 09:33, Philippe Caseiro wrote: Hello Gustavo Great to see you in Europe. I think it's the place to say a small part of the frenchies Team (look for the spank spank spank t-shirt) will be presend in Berlin at the Desktop Submit. We hope meet some German contributors from

Re: [E-devel] Introducing: elm_tsuite - a pixel comparison test suite for EFL.

2011-07-27 Thread Tom Hacohen
On 27/07/11 14:02, Carsten Haitzler (The Rasterman) wrote: On Tue, 12 Jul 2011 12:11:00 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: It would be useful to have some references in SVN and also a tool to diff these files, producing a hint on what's different other than pure

Re: [E-devel] E SVN: hermet IN trunk/elementary: data/images data/themes src/bin src/lib

2011-07-28 Thread Tom Hacohen
On 28/07/11 11:29, Carsten Haitzler (The Rasterman) wrote: i think it needs to handle mirroring. things like buttons for control (back) go in the top and may be on the left normally, but in a mirrored case.. i guess should be on the right. so yes - it needs mirroring support for our

[E-devel] New important textblock formats - Esp. for theme designers

2011-07-28 Thread Tom Hacohen
Dear all, Today I added two new important textblock formats: font_weight and font_style. These two let us override just weight (e.g bold) or style (e.g italic) of the font, solving two big problems we had: 1. The b/i/em/etc. tags were font specific (Sans in the default theme). 2. You couldn't

Re: [E-devel] HEADER SIZE POLL

2011-07-28 Thread Tom Hacohen
On 28/07/11 19:42, Mike Blumenkrantz wrote: This is a community project, so we can do stuff like having polls and taking votes right? Okay then, since there's been some disagreement with strong opinions on either side we're voting on a super important issue - header size. Specifically, the

Re: [E-devel] header size...

2011-07-29 Thread Tom Hacohen
On 29/07/11 03:37, Bruno Dilly wrote: On Thu, Jul 28, 2011 at 7:53 PM, Mike Blumenkrantz m...@zentific.com wrote: On Fri, 29 Jul 2011 00:38:50 +0200 Hugo Camboulive hugo.camboul...@gmail.com wrote: Really you're worried about the approaching 20k lines of a header? Please have a look at the

Re: [E-devel] header size...

2011-07-29 Thread Tom Hacohen
On 29/07/11 14:25, Carsten Haitzler (The Rasterman) wrote: edje_decc then breaks if we start using includes. That can be solved simply by normalizing the path, will take a look tomorrow. -- Tom. -- Got Input?

Re: [E-devel] header size...

2011-07-31 Thread Tom Hacohen
On 29/07/11 17:46, Carsten Haitzler (The Rasterman) wrote: it already tries. :) If at first you don't succeed, try, try, and try again... -- Tom. -- Got Input? Slashdot Needs You. Take our quick survey online.

Re: [E-devel] header size...

2011-07-31 Thread Tom Hacohen
On 29/07/11 17:46, Carsten Haitzler (The Rasterman) wrote: it already tries. :) WFM. I created a dir called: /tmp/edje inside I created bla.edc and emo-unhappy.png. I created the edj using: edje_cc bla.edc -id ../../../../tmp/../tmp/edje/ and then decompiled using: edje_decc bla.edj.

Re: [E-devel] header size...

2011-07-31 Thread Tom Hacohen
On 31/07/11 16:15, Carsten Haitzler (The Rasterman) wrote: when using form makefiles and we have $(top_srcdir) and other such fun in the past i found it made files that edje_decc doesnt like as all the relative paths make it think theres a security violation (try to write file outside of decc

Re: [E-devel] header size...

2011-08-02 Thread Tom Hacohen
On 31/07/11 16:20, Tom Hacohen wrote: Yeah, I know, and I think what I did should have triggered it, doesn't it? I also tried doing: edje_cc ../../../tmp/../tmp/edje/bla.edc which also didn't trigger it. Seems to me that it's fixed now... Ok, I split default.edc, according to my tests

Re: [E-devel] fix eina's configure.ac

2011-08-02 Thread Tom Hacohen
On 02/08/11 13:05, Vincent Torri wrote: hey i have had a quick look at eina's configure.ac and valgrind is tested with pkg-config *before* pkg-config checks. It's a library check, so it must be in the library part of configure.ac In svn. -- Tom.

Re: [E-devel] E SVN: tasn trunk/elementary/data/themes/widgets

2011-08-03 Thread Tom Hacohen
On 03/08/11 04:27, Daniel Juyung Seo wrote: Hello Tom. How did you do this? It'll be good to share this. As I told you in IRC, it's no biggie. I first split to different files (was easy, just used V with searching for group to find the next group). As for indentation: Prerequisites - vim edc

Re: [E-devel] [patch] elm_cnp_helper - adding ps handling

2011-08-04 Thread Tom Hacohen
On 04/08/11 13:20, Hyoyoung Chang wrote: Dear developers. This patch is about elm_cnp_helper. When using elm_entry, sometimes newline isn't copied. That's becauseps tag. It's represent 'paragraph separator'. I just addingps handling. After url entry bug (isn't copied in some browsers.),

Re: [E-devel] Change request for evas

2011-08-08 Thread Tom Hacohen
On 08/08/11 17:40, Carsten Haitzler (The Rasterman) wrote: removed in svn. someone was being bad... Was just about to fix it, but I guess you were faster this time. I'll get you next time. As for strndup: It's a useful extension, we should probably detect and implement it on our own (as a

Re: [E-devel] E SVN: raster trunk/evas/src/lib/canvas

2011-08-08 Thread Tom Hacohen
On 08/08/11 17:45, Vincent Torri wrote: is it really 'start' and not 'tmp' that should be usedd in FcPatternAddString() ? Nice catch, fixed. -- Tom. -- BlackBerryreg; DevCon Americas, Oct. 18-20, San Francisco, CA The

Re: [E-devel] Change request for evas

2011-08-09 Thread Tom Hacohen
On 09/08/11 08:42, Vincent Torri wrote: strncpy is faster than memcpy ? No, the opposite is true, and that's exactly what he said. -- Tom. -- uberSVN's rich system and user administration capabilities and model

Re: [E-devel] Change request for evas

2011-08-09 Thread Tom Hacohen
On 09/08/11 08:43, Vincent Torri wrote: On Tue, 9 Aug 2011, Daniel Juyung Seo wrote: What about strdup? slower. We know the length, here Not only that we know the length, we also wanted to copy up to a certain point, and not up to the terminating null. -- Tom.

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2011-08-11 Thread Tom Hacohen
On 11/08/11 15:59, cnook wrote: Dear All, Hi! I have got a problem, when I used evas_object_textblock with edje. I am using the following style for textblock which has width 380. style { name: tle_style; base: font=MYFONT:style=Medium font_size=24 align=center

Re: [E-devel] HEADER SIZE POLL RESULTS

2011-08-12 Thread Tom Hacohen
On 12/08/11 07:08, Mike Blumenkrantz wrote: POLL OVER. Results: 2 votes: #1 - LEAVE AS-IS, CONTINUE ADDING DOCS TO Elementary.h 9 votes: #2 - SPLIT INTO WIDGET HEADERS SIMILAR TO EINA 5 votes: #3 - OTHER (put docs back in C files) Executive Summary: WINNER - #2 (SPLIT INTO WIDGET

Re: [E-devel] White box... again :-)

2011-08-15 Thread Tom Hacohen
On 15/08/11 04:54, David Seikel wrote: I have not tried it in months, since it just got too annoying, but whenever running any E17 module that accessed the 'net, I would get a crash every time it tried when my 'net was down. Haha, I opened a can of worms. :) But anyhow, everyone, report your

Re: [E-devel] Evas text problem

2011-08-16 Thread Tom Hacohen
On 16/08/11 01:21, David Seikel wrote: On Mon, 15 Aug 2011 16:56:38 -0400 Christopher Michael cpmicha...@comcast.net wrote: Wanted to report an issue wrt evas text drawing (for Tom)... Apparently, evas does not like the letter 's' here ;) As per the attached screenshot, if you notice,

Re: [E-devel] Evas text problem

2011-08-16 Thread Tom Hacohen
On 15/08/11 23:56, Christopher Michael wrote: Hi All, Wanted to report an issue wrt evas text drawing (for Tom)... Apparently, evas does not like the letter 's' here ;) As per the attached screenshot, if you notice, every word that ends in 's' has the 's' only drawn half way... :( If I

Re: [E-devel] Evas text problem

2011-08-16 Thread Tom Hacohen
On 16/08/11 09:54, Christopher Michael wrote: Well, it could possibly be something w/ fontconfig..not sure, but I've attached the font anyway (it's just bitstream vera). I fixed (at least to my knowledge) font choosing two weeks ago. Try printing fs-file at

Re: [E-devel] Evas text problem

2011-08-16 Thread Tom Hacohen
On 16/08/11 09:54, Christopher Michael wrote: Well, it could possibly be something w/ fontconfig..not sure, but I've attached the font anyway (it's just bitstream vera). I can't reproduce, even with this font. -- Tom.

Re: [E-devel] Evas text problem

2011-08-16 Thread Tom Hacohen
On 16/08/11 10:20, Christopher Michael wrote: Ok, thanks for looking into it. It could be a fontconfig issue (or something w/ evas that is only getting triggered w/ this fontconfig version). I'll have to dig into it more when I have more available time. Fontconfig is really only about choosing

Re: [E-devel] E SVN: cedric IN trunk/ecore: . src/lib/ecore

2011-08-16 Thread Tom Hacohen
On 16/08/11 17:37, Vincent Torri wrote: @since pour les type aussi French invasion! -- Tom -- Get a FREE DOWNLOAD! and learn more about uberSVN rich system, user administration capabilities and model configuration.

Re: [E-devel] Evas text problem

2011-08-17 Thread Tom Hacohen
On 17/08/11 02:27, Teodor Petrov wrote: Hello, I have this problem, too. I wonder, do you guys use Word/Metric caching? What evas configure flags do you guys use? -- Tom. -- Get a FREE DOWNLOAD! and learn more

Re: [E-devel] Evas text problem

2011-08-17 Thread Tom Hacohen
On 17/08/11 17:45, Tom Hacohen wrote: I wonder, do you guys use Word/Metric caching? What evas configure flags do you guys use? After a couple more tests, it looks related to Metric/Word caching. I'll take a look and hopefully fix it tomorrow. -- Tom

Re: [E-devel] [Patch] evas_ojbect_textblock, ellipsis handling

2011-08-17 Thread Tom Hacohen
On 18/08/11 08:09, cnook wrote: Dear Mr. Tom, I have checked with latest evas (evas_object_textblock, and some dependent files evas_font_dir and so on) The problem never comes again. Thanks. Glad to hear. :) -- Tom.

Re: [E-devel] dsktop icons

2011-08-18 Thread Tom Hacohen
On 18/08/11 14:45, Xtroce wrote: Exec=kdesu -u nonet -c 'winestart.sh simsmed C:\simsmedieval\Game\Bin\TSM.exe' Off topic: why do you run wine as root?! i think this has nothing to to with it but also in everything launcher i'm missing the icons in iconview. listview is fine though. thanks

Re: [E-devel] dsktop icons

2011-08-18 Thread Tom Hacohen
On 18/08/11 14:54, Xtroce wrote: it's not as root, it's as user nonet which has filtered network access in case i catch myself something. kind of a wine sandbox if you will. works just peachy Ahhh, didn't notice the -u, the kdesu was enough for me to go nuts :P My bad. Anyhow, upgrade e, and

[E-devel] E won't build because of missing xcb-shape

2011-08-22 Thread Tom Hacohen
Dear dh, You broke my e :) Build breaks on missing xcb-shape (fresh machine). checking for E_ALERT... configure: error: Package requirements ( xcb xcb-shape eina = 1.0.999 ecore = 1.0.999 ecore-ipc = 1.0.999 ) were not met: No package 'xcb-shape' found Please fix it. Thanks,

Re: [E-devel] E won't build because of missing xcb-shape

2011-08-22 Thread Tom Hacohen
On 22/08/11 18:18, Tom Hacohen wrote: Please fix it. Btw, by fix I mean: detect if xlib is available, and use it if it is, don't just force people to use xcb :) -- Tom. -- uberSVN's rich system and user administration

Re: [E-devel] E won't build because of missing xcb-shape

2011-08-22 Thread Tom Hacohen
On 22/08/11 18:25, Christopher Michael wrote: Uhhh, ok. Give me ssh access to your box so I can install the xcb shape stuff :P I ain't gonna give you password access, send me your public key... -- Tom. -- uberSVN's

Re: [E-devel] E won't build because of missing xcb-shape

2011-08-22 Thread Tom Hacohen
On 22/08/11 18:30, Tom Hacohen wrote: I ain't gonna give you password access, send me your public key... Whatever. :) I decided I don't trust you with access to the machine, you'll probably end up installing more xcb-* stuff than I'd ever want/need, I just installed xcb-shape instead

Re: [E-devel] E won't build because of missing xcb-shape

2011-08-22 Thread Tom Hacohen
On 22/08/11 18:47, Christopher Michael wrote: See, wasn't that much easier than all the complaining ? :P I had to reach a certain mental state in order to install xcb-shape, and that stage can only be achieved by complaining. -- Tom.

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2011-08-24 Thread Tom Hacohen
On 24/08/11 17:04, Gustavo Sverzut Barbieri wrote: On Wed, Aug 24, 2011 at 5:10 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elm toolbar: Fixed build warnings. - char *txt = item-access_info; + char *txt = (char *)item-access_info; if (!txt) txt = (char

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2011-08-24 Thread Tom Hacohen
On 24/08/11 17:09, Tom Hacohen wrote: On 24/08/11 17:04, Gustavo Sverzut Barbieri wrote: On Wed, Aug 24, 2011 at 5:10 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elm toolbar: Fixed build warnings. - char *txt = item-access_info; + char *txt = (char *)item

Re: [E-devel] E SVN: seoz trunk/elementary/src/lib

2011-08-24 Thread Tom Hacohen
On 24/08/11 17:09, Tom Hacohen wrote: On 24/08/11 17:04, Gustavo Sverzut Barbieri wrote: On Wed, Aug 24, 2011 at 5:10 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log: elm toolbar: Fixed build warnings. - char *txt = item-access_info; + char *txt = (char *)item

[E-devel] Introducing Clouseau - A ui debugging tool.

2011-08-24 Thread Tom Hacohen
Dear All, I'm glad to introduce Clouseau, a ui debugging tool. First and foremost, I'd like to thank Sachiel for the awesome name. Link to sources: http://svn.enlightenment.org/svn/e/trunk/clouseau/ It started as a small hack that came out of necessity, so it might be rough around the edges,

Re: [E-devel] E SVN: discomfitor trunk/eina/src/lib

2011-08-28 Thread Tom Hacohen
On 28/08/11 09:35, Vincent Torri wrote: On Sat, 27 Aug 2011, Enlightenment SVN wrote: Log: seriously guys. null checks. why are there still functions that don't have them after we've hit 1.0? backport ? Author: discomfitor Date: 2011-08-27 23:30:51 -0700 (Sat, 27

Re: [E-devel] E SVN: discomfitor trunk/eina/src/lib

2011-08-28 Thread Tom Hacohen
On 28/08/11 09:59, Vincent Torri wrote: in that case, the doc *must* say that there is no check Exactly what I said in IRC. :) -- Tom. -- EMC VNX: the world's simplest storage, starting under $10K The only unified

Re: [E-devel] E SVN: discomfitor IN trunk/E-MODULES-EXTRA/places: . m4 src

2011-08-28 Thread Tom Hacohen
On 28/08/11 13:52, P Purkayastha wrote: Whatever it is, I got major crashes after trying it out today. I think even e's F1/F2 dialog is broken since pressing F1 behavees the same as F2. You mean the white box of death? dh fixed that not so long ago. Please try to upgrade to latest e. -- Tom.

Re: [E-devel] E SVN: discomfitor IN trunk/E-MODULES-EXTRA/places: . m4 src

2011-08-28 Thread Tom Hacohen
On 28/08/11 16:43, P Purkayastha wrote: I was at latest e. Updated yesterday. Today I have updated yet again, trying to test some eeze stuff. I will let you know if it still doesn't work. Ouch, dh, please come to the rescue. -- Tom.

[E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Tom Hacohen
Hey everyone (dh?), This is broken again. And since this is the #1 feature I care about, I'm sad. :( Whoever broke it, please fix it. Thanks, Tom. -- EMC VNX: the world's simplest storage, starting under $10K The only

Re: [E-devel] E SVN: tasn trunk/elementary/src/lib

2011-08-29 Thread Tom Hacohen
On 29/08/11 14:32, Gustavo Barbieri wrote: Hey Tasn, need to check but before there were no limits that the tooltip must be on an elm object. It could be an edje or a single rectangle. All it should use are mouse events. --Gustavo Sent from my iPhone Ah. I'm sorry then, will revert, my

Re: [E-devel] E SVN: tasn trunk/elementary/src/lib

2011-08-29 Thread Tom Hacohen
Ok, reverted. A big win for informative commit logs that made it easier for you to detect this bad commit. :) On 29/08/11 14:43, Gustavo Barbieri wrote: Went bad? But evas_object_data_get() should be safe with it using magic numbers. I'm not sure I got you, you suggest I'll change it to

Re: [E-devel] E SVN: tasn trunk/elementary/src/lib

2011-08-29 Thread Tom Hacohen
On 29/08/11 14:59, Iván Briano (Sachiel) wrote: Or tell your friend to read the warnings in the compile log. Or not to cast pointers to incompatible types to silence those warnings. I tell him that all the time... To his defence though, in this case it wasn't entirely his fault. He did

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Tom Hacohen
On 29/08/11 17:40, Christopher Michael wrote: Uggg, WTH !! How can this be broken again ? :( Tom, I assume you are still building evas/ecore w/ Xlib support ? What exactly is broken ? The box doesn't show anymore ? Restart doesn't work with the mouse? keyboard ? Exit is broken ?? Need

[E-devel] elementary_test segs after latest smart object changes

2011-08-29 Thread Tom Hacohen
Dear everyone (raster), Last smart object changes break everything. I get a seg when trying to launch elementary_test. I don't have time to debug it, but reproducing it is pretty straightforward. -- Tom. -- EMC VNX:

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Tom Hacohen
On 29/08/11 18:06, Christopher Michael wrote: Ok, well I am just getting caught up due to the storm, but I'll look @ this today and run some tests. Just out of curiosity, if you send E a segv (kill -s SEGV e_pid) like Sachiel suggested when we had this problem before, does the Restart work ?

Re: [E-devel] White box of death restart (F1) doesn't work again

2011-08-29 Thread Tom Hacohen
On 29/08/11 19:06, Christopher Michael wrote: gdb attach pid (gdb) set unwindonsignal on (gdb) call eina_stringshare_del(234234) works in that it makes it possible to debug using gdb like you are (calling efl functions inside gdb). As far as the alert dialog working (restart/exit), we

Re: [E-devel] E SVN: raster IN trunk/evas/src/lib: canvas include

2011-08-29 Thread Tom Hacohen
On 29/08/11 19:34, Nicolas Aguirre wrote: SPANK SPANK SPANK! I can't launch enlightenment anymore after this commit : Here the backtrace : Same as my elementary_test won't start thread. :) So +1 from me. -- Tom. --

Re: [E-devel] elementary_test segs after latest smart object changes

2011-08-29 Thread Tom Hacohen
On 29/08/11 18:48, Carsten Haitzler (The Rasterman) wrote: no problems here - and valgrind doesnt complain one little peep. check your local build is up to date etc. for evas and elm. i have e17 running with the changes, elementary_test, elementary_config all run under valgrind without

[E-devel] Entry changed, user additional information - request for opinion

2011-08-30 Thread Tom Hacohen
Hey everyone, As part my effort of improving entry, I started implementing undo/redo support. I guess there are several ways of doing it, therefore I'd like to hear what you guys think about the solutions in general, and the one I chose in particular. Before I start, there's one important

[E-devel] Issue after the new smart calculate changes

2011-08-30 Thread Tom Hacohen
Hey, I get a lot of ERR30112:evas_main evas_object_smart.c:590 evas_object_smart_need_recalculate_set() Object 0xb6e127b8 is not stable during recalc loop When I resize the Toolbar 6 test in elementary_test. Just resize it a bit, make it bigger/smaller/whatever it takes and you'll probably

Re: [E-devel] Entry changed, user additional information - request for opinion

2011-08-31 Thread Tom Hacohen
On 30/08/11 21:04, Gustavo Barbieri wrote: Custom or smart callbacks for me. I'd go with smart and change these alien new callbacks that raster introduced to smart callbacks unless they are in the single hook class that sometimes is required (limits to one implementation/provider, in hot

Re: [E-devel] E SVN: tasn trunk/elementary/data/themes/widgets

2011-09-01 Thread Tom Hacohen
On 01/09/11 21:17, Daniel Juyung Seo wrote: I'm curious 1. Why it was broken, There were many hackish things there, tbh, I don't remember all of them atm and it's getting late here, remind me tomorrow and I'll explain. IIRC it was setting text to 0 size with fit set, so of course it would

Re: [E-devel] textblock rendering issue on elm_mapbuf

2011-09-07 Thread Tom Hacohen
Dear Mj, I don't feel comfortable debugging any textblock related issues until raster fixes the complete brokeness with notifying textblock it's size has changed. I'm sorry, but I really think that all the bugs that popped recently are related to this (many I already confirmed). -- Tom. On

Re: [E-devel] textblock rendering issue on elm_mapbuf

2011-09-07 Thread Tom Hacohen
On 07/09/11 13:23, Tom Hacohen wrote: Dear Mj, I don't feel comfortable debugging any textblock related issues until raster fixes the complete brokeness with notifying textblock it's size has changed. I'm sorry, but I really think that all the bugs that popped recently are related

Re: [E-devel] [patch] elm_diskselector - hangs after using elm_diskselector_item_selected_set

2011-09-07 Thread Tom Hacohen
On 07/09/11 18:04, Daniel Juyung Seo wrote: In SVN. Thanks. Please close the ticket. You fixed it, you should close it... -- Tom. -- Using storage to extend the benefits of virtualization and iSCSI Virtualization

Re: [E-devel] stringshare use in elementary

2011-09-10 Thread Tom Hacohen
On 10/09/11 18:59, Mike Blumenkrantz wrote: hmm at the least I'd think there would be a way to set a mode for it using something like elm_genlist_stringshare_mode_set or something... No way, don't ruin the API. :) I guess it doesn't really matter cause genlist only creates actual items for

Re: [E-devel] stringshare use in elementary

2011-09-11 Thread Tom Hacohen
On 10/09/11 20:01, Mike Blumenkrantz wrote: too late! check out what I did in 61735 :D 61735? That's not recent, are you sure that's the one? Btw, also, malloc is faster than stringshare, I guess that's also a reason why he opted for that (as I said, it's only a small number of strings, only

Re: [E-devel] stringshare use in elementary

2011-09-11 Thread Tom Hacohen
On 11/09/11 10:54, Mike Blumenkrantz wrote: obviously, but when it's the case that your list is composed entirely of strings that you will be reusing, it makes a lot more sense to stringshare. Only if you assure the strings passed are stringshares, i.e if you do eina_stringshare_*REF* on all

Re: [E-devel] Lib ICU Integration

2011-09-13 Thread Tom Hacohen
On 14/09/11 05:39, Govindaraju SM wrote: Hello All, We are considering lib ICU integration ( http://icu-project.org/apiref/icu4c/ ) with EFL to enhance the localization support. Initially, Date time input / display with ucal, udat, uloc features. ICU provides API to get default system

Re: [E-devel] [Patch] edje_cc : group_inherit feature

2011-09-14 Thread Tom Hacohen
Dear Jaehwan, Thanks a lot for the patch. This is indeed a very cool and needed feature. I don't have time (and I'm not the maintainer anyway) to review the code and apply it, but I do have a couple of questions/comments: 1. Does it support multi level group inheritance? I.e group B inherits

[E-devel] Segfault in E

2011-09-14 Thread Tom Hacohen
Hey guys, I attached the backtrace. Happened when I switched desktops using my key combination. I have engage, and compositing using gl with an nvidia card. Cheers, Tom. #0 0xb77a7424 in __kernel_vsyscall () #1 0xb6e5c81b in waitpid () from /lib/libpthread.so.0 #2 0x08076bf8 in

Re: [E-devel] [Patch] edje_cc : group_inherit feature

2011-09-14 Thread Tom Hacohen
Dear Jaehwan, My comment are inlined On 14/09/11 16:27, Jaehwan Kim wrote: 1. Does it support multi level group inheritance? I.e group B inherits from group A and group C inherits from group B. I.e A-B-C ? - Yes. Technically, it is possible if the groups are written in order. But I think

Re: [E-devel] Lib ICU Integration

2011-09-17 Thread Tom Hacohen
On 16/09/11 04:44, Govindaraju SM wrote: == Requirement is providing Date time input widget which should change the format automatically based on current system locale, also display the date field strings in the locale specific language. so, at this moment ICU lib utilization is only for date

Re: [E-devel] Segfault in E

2011-09-20 Thread Tom Hacohen
On 14/09/11 16:26, Tom Hacohen wrote: Hey guys, I attached the backtrace. Happened when I switched desktops using my key combination. I have engage, and compositing using gl with an nvidia card. Another backtrace, different place, same module, another segfault. -- Tom. #6 0xb5ccdbac

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Tom Hacohen
On 22/09/11 05:39, SHILPAONKAR SINGH wrote: Hi All, The attached patch adds dashed underline support to evas_object_textblock. dashed underline can be enabled by assigning dashed value to underline tag. dash underline's parameters can be controlled by manipulating dashgap and dashwidth tags

Re: [E-devel] Evas Patch - Dashed Underline Support

2011-09-22 Thread Tom Hacohen
On 22/09/11 13:14, Govindaraju SM wrote: == There are use case which requires multiple lines together. Strikeout uses line with different height offset. For Example, A underlined, Strike out word with Wrong spell will have 3 lines and all three can co-exist with different colors. But I

  1   2   3   4   5   6   7   8   9   10   >