[E-devel] A quick explanation about Eina_Unicode, Eina_Binshare, Eina_UStringshare and Eina_UStrbuf

2010-07-27 Thread Tom Hacohen
Hi all, I recently added the types listed in the subject. Eina_Unicode is essentially 'wchar_t' (if sizeof(wchar_t) = 4), otherwise, it's a 32bit int. It's used to store Unicode code points, and it's needed as part of the changes I'm doing in the font engine (I will explain that in a different

Re: [E-devel] Super Fast Scrolling Available in Elementary?

2010-07-27 Thread The Rasterman
On Fri, 5 Mar 2010 15:29:03 +0800 Brian Wang brian.wang.0...@gmail.com said: look at elm_index :) that's designed for jumping tp sections in long lists. as such though scroller needs to have some more if u swipe it a 2nd and 3rds time if its already kinetically scrolling it doubles its speed in

Re: [E-devel] [PATCH] fix screen blanking with illume

2010-07-27 Thread The Rasterman
On Mon, 8 Mar 2010 19:47:11 +0100 pwerke...@a-eskwadraat.nl said: fixed in svn :) Hi, Just noticed a small problem with the (old) illume: when X blanks the screen it immediately gets unblanked. After some digging I found that since r46726 e_pwr_init_done() doesn't get called any more.

Re: [E-devel] [E-Devel] [Patch] Edje Message - add the callback recursively

2010-07-27 Thread The Rasterman
On Thu, 6 May 2010 18:38:35 +0200 Hugo Camboulive hugo.camboul...@gmail.com said: thanks! in svn! Hi, When you send a message from an edje subgroup (part { type: GROUP ...}), the message callback isn't called because it tries to reach ed-message.func, which is only defined for the top edje

Re: [E-devel] [PATCH] epoll support for ecore (v2)

2010-07-27 Thread The Rasterman
On Tue, 18 May 2010 11:40:10 +0900 Mike McCormack mj.mccorm...@samsung.com said: i just applied this and gave it a spin... instantly... 7:13PM ~ elementary_test ERR:Ecore ecore_main.c:379 ecore_main_fd_handler_add() Failed to add epoll fd 4! ERR:Ecore ecore_main.c:379

Re: [E-devel] [PATCH] ecore_con_url_httpauth_set()

2010-07-27 Thread The Rasterman
On Wed, 16 Jun 2010 21:19:31 +0900 Naruto TAKAHASHI tnar...@gmail.com said: thanks very much! patch in svn! Hi all, I attach a tiny Patch for ecore_con_url_httpauth_set(). CURLOPT_USERNAME and CURLOPT_PASSWORD is declared in enum, so those options isn't able to be used #ifdef macro's

[E-devel] some questions about Evas 'scroll' object.

2010-07-27 Thread Hyun Park
Hi, All. I'm writing a kind of image viewer application. This app has a image array view and is scrolled by touch interface one by one by horizentally. I'm refering to 'test_photo.c in Elementary test app, but I hit the wall because of some problems like below. =

Re: [E-devel] some questions about Evas 'scroll' object.

2010-07-27 Thread Atton Jonathan
2010/7/27 Hyun Park hyuny...@gmail.com Hi, All. I'm writing a kind of image viewer application. This app has a image array view and is scrolled by touch interface one by one by horizentally. I'm refering to 'test_photo.c in Elementary test app, but I hit the wall because of some problems

[E-devel] New website header

2010-07-27 Thread Andres Blanc
Hello there, the current site header always bottered me since it was based on something I half-did a long time ago and I've been wanting to fix it. Homepage with the mouse over about: http://i.imgur.com/IhjjZ.png The actual about page: http://i.imgur.com/MLGxv.png Tested in ie6 and ready to go

Re: [E-devel] New website header

2010-07-27 Thread Mike
Reverted. -- The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details:

[E-devel] ecore_evas_x Error while Make with snapshot

2010-07-27 Thread Christian K.
Hi, trying to setup fresh e install on ubuntu with the latest snapshots. But Ecore wont 'make'. This is the result error: http://pastebin.com/PXF7JGNP autogen worked fine. What did I wrong? Thanks for help. Christian.

Re: [E-devel] ecore_evas_x Error while Make with snapshot

2010-07-27 Thread Sachiel
On Tue, Jul 27, 2010 at 8:09 PM, Christian K. waffenkl...@googlemail.com wrote: Hi, trying to setup fresh e install on ubuntu with the latest snapshots. But Ecore wont 'make'. This is the result error: http://pastebin.com/PXF7JGNP autogen worked fine. What did I wrong? Old headers

Re: [E-devel] [PATCH] Genlist longpress timeout

2010-07-27 Thread The Rasterman
On Wed, 23 Jun 2010 00:59:11 +0200 Daniele Ricci daniele.ath...@gmail.com said: in svn! :) tnx! Hello, I've made a patch that makes the genlist capable of configuring the timeout for the longpress event. The patch compiles but I haven't tested it yet. However it's very simple, it should

Re: [E-devel] New elm pager slide and slide_invisible styles

2010-07-27 Thread The Rasterman
On Sat, 10 Jul 2010 05:45:03 +0200 Dave Andreoli d...@gurumeditation.it said: looks good. simple. nothing big to go wrong. in svn! :) tnx! Hi everyone, I have done 2 new style for the pager widget: slide and slide_invisible They work different from the other styles: new (pushed) pages

Re: [E-devel] E SVN: raster IN trunk/TMP/st/elementary: data/themes src/lib

2010-07-27 Thread The Rasterman
On Fri, 16 Jul 2010 12:22:10 -0300 Gustavo Sverzut Barbieri barbi...@profusion.mobi said: On Fri, Jul 16, 2010 at 2:50 AM, Enlightenment SVN no-re...@enlightenment.org wrote: Log:  From: ?\236?\158?\165?\237?\154?\168?\236?\152?\129 hyoyoung.ch...@samsung.com  I've added elm_label

Re: [E-devel] 8bpp xcb evas engine

2010-07-27 Thread The Rasterman
On Wed, 21 Jul 2010 00:19:57 +0200 Alexander Kerner alexander.ker...@googlemail.com said: Hi all, I've implemented the 8bpp grayscale evas engine. It is based on the 16bpp engine. It would be nice if someone could review the code and maybe commit into svn. The patches against evas and ecore

Re: [E-devel] 8bpp xcb evas engine

2010-07-27 Thread The Rasterman
On Wed, 21 Jul 2010 16:44:59 +0200 Alexander Kerner alexander.ker...@googlemail.com said: Hi! On Wed, Jul 21, 2010 at 04:33:25PM +0200, Vincent Torri wrote: Hey, I've implemented the 8bpp grayscale evas engine. It is based on the 16bpp engine. It would be nice if someone could

Re: [E-devel] Ecore_X_Randr API

2010-07-27 Thread The Rasterman
On Mon, 26 Jul 2010 17:03:32 -0300 Leif Middelschulte leif.middelschu...@gmail.com said: yeah. split it. that patch is big and i'm not going to be able to review something of that size any time soon. small digestible chunks please! :) Hey Lucas, thanks for your answer. I will rework the

Re: [E-devel] some questions about Evas 'scroll' object.

2010-07-27 Thread The Rasterman
On Tue, 27 Jul 2010 21:02:04 +0900 Hyun Park hyuny...@gmail.com said: elm_photo widget is for displaying photo of a contact - not for viewing actual full photos. elm_image for general images, elm_icon for viewing images intended as icons and elm_photocam for specifically viewing images that come

Re: [E-devel] New website header

2010-07-27 Thread The Rasterman
On Tue, 27 Jul 2010 14:09:14 -0300 Andres Blanc andresbl...@gmail.com said: you're back? :) hmm i quite like the old header... what do people think? the black selection misses a shadow - it needs some depth. and the whole bar needs a shadow under it for some depth too i think. that or it should

Re: [E-devel] New website header

2010-07-27 Thread Steve Jones
My tuppence worth: Having the bar and buttons both fading to white at the top just makes the whole top section lose definition, especially as the 'selected' button does fully extend to the top. Similarly, I don't think there's enough contrast between the buttons and the bar. In both cases, I

[E-devel] e code formatting - uncrustify

2010-07-27 Thread The Rasterman
ok as one of the final few things before an efl 1.0.0... we need to cease the formatting wars/hell. the first step is in stopping the newlines, space vs tab and other indentation etc. wars. from now on all efl and e code will conform to a SINGLE standard. that standard is now programmatically

Re: [E-devel] New website header

2010-07-27 Thread Andres Blanc
On Martes 27 Julio 2010 21:34:04 Carsten Haitzler escribió: On Tue, 27 Jul 2010 14:09:14 -0300 Andres Blanc andresbl...@gmail.com said: you're back? :) hmm i quite like the old header... what do people think? the black selection misses a shadow - it needs some depth. and the whole bar needs

Re: [E-devel] New website header

2010-07-27 Thread The Rasterman
On Tue, 27 Jul 2010 23:34:18 -0300 Andres Blanc andresbl...@gmail.com said: well... hurry up on the design. we want to get efl 1.0.0 out the door. frankly i'm close to doing an efl 1.0.0 alpha release - i'd hope this or next week. it's waiting on 1. tasn to finish doing his textblock api changes

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-07-27 Thread Brian Wang
On Wed, Jul 28, 2010 at 7:55 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 14 Jul 2010 18:22:24 +0800 Brian Wang brian.wang.0...@gmail.com said: unfortunately this breaks loading of images from a bmp test suite i have. (as such evas's loader loads more files correctly than gqview

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-07-27 Thread The Rasterman
On Wed, 28 Jul 2010 11:49:06 +0800 Brian Wang brian.wang.0...@gmail.com said: On Wed, Jul 28, 2010 at 7:55 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 14 Jul 2010 18:22:24 +0800 Brian Wang brian.wang.0...@gmail.com said: unfortunately this breaks loading of images from a

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-07-27 Thread Brian Wang
On Wed, Jul 28, 2010 at 11:54 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 28 Jul 2010 11:49:06 +0800 Brian Wang brian.wang.0...@gmail.com said: On Wed, Jul 28, 2010 at 7:55 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 14 Jul 2010 18:22:24 +0800 Brian Wang

Re: [E-devel] [PATCH] evas BMP loader - fix for 32-bit BMP files saved by GIMP

2010-07-27 Thread Brian Wang
On Wed, Jul 28, 2010 at 12:41 PM, Brian Wang brian.wang.0...@gmail.com wrote: On Wed, Jul 28, 2010 at 11:54 AM, Carsten Haitzler ras...@rasterman.com wrote: On Wed, 28 Jul 2010 11:49:06 +0800 Brian Wang brian.wang.0...@gmail.com said: On Wed, Jul 28, 2010 at 7:55 AM, Carsten Haitzler