Re: [E-devel] Nightly build log for E17 on 2008-08-17 07:12:09 -0700

2008-08-29 Thread Brian 'morlenxus' Miculcy
Hey,

can you please test this version of the script?
http://omicron.homeip.net/files/easy_e17_svn_preview.sh

A few commandline arguments changed, so you probably need to tune the
config file... Please give me a feedback if everything works ok, so i
can release this script version.

Greets,
Brian 'morlenxus' Miculcy

On Mon, Aug 18, 2008 at 10:11:29AM +1000, David Seikel wrote:
 On Mon, 18 Aug 2008 10:09:09 +1000 Carsten Haitzler (The Rasterman)
 [EMAIL PROTECTED] wrote:
 
  On Mon, 18 Aug 2008 09:53:53 +1000 David Seikel [EMAIL PROTECTED]
  babbled:
  
   With the new SVN repo, I'll disable these builds until I can get the
   script updated and tested using svn.
  
  also - do you think you can move the build to e1.enlightenment.org
  and build in /var/tmp ? :)
  
 
 Sure.



 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
 Build the coolest Linux based applications with Moblin SDK  win great prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] Nightly build log for E17 on 2008-08-17 07:12:09 -0700

2008-08-29 Thread David Seikel
On Fri, 29 Aug 2008 11:59:55 +0200 Brian 'morlenxus' Miculcy
[EMAIL PROTECTED] wrote:

 can you please test this version of the script?
 http://omicron.homeip.net/files/easy_e17_svn_preview.sh

Will do that tonight I think.


signature.asc
Description: PGP signature
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


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

2008-08-29 Thread Nicolas Aguirre
2008/8/29 [EMAIL PROTECTED]

 Author:   caro
 Date: 2008-08-29 06:34:30 -0700 (Fri, 29 Aug 2008)
 New Revision: 35730

 Modified:
  trunk/PROTO/eina/src/lib/eina_counter.c
 Log:

 port eina_counter code to Windows.


 @@ -74,6 +101,14 @@
  {
eina_error_init();
EINA_COUNTER_ERROR_OUT_OF_MEMORY  =
 eina_error_register(Eina_Counter out of memory);
 +#ifdef _WIN32
 +if (!QueryPerformanceFrequency(_eina_counter_frequency))
 +  {
 + EINA_COUNTER_ERROR_WINDOWS = eina_error_register(Change your
 OS, you moron !);
 + _eina_counter_init_count--;
 + return 0;
 +  }
 +#endif /* _WIN2 */
  }

  }
  }


I think this is not Microsoft's fault this time. In win CE OS, this function
is provided by OEM. So QueryPerformanceFrequency should not succedded if
guys that provided your BSP doesn't have code this function. In case of
Windows XP/Vista whatever OS I agree with you, change your OS :D

-- 
Nicolas Aguirre
Mail: [EMAIL PROTECTED]
Web: http://www.digital-corner.org
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] EWL Themes with Edje

2008-08-29 Thread Veli Ogla Sungutay
hey all
Is there any documentation samples on theming EWL applications?  I got the
latest svn tree and I think there is a start with
doc/tutorials/themeing.dox
I'm afraid that's about it.

Thanks!

-- 
Veli Ogla Sungutay
http://gui-rd.org
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EWL Themes with Edje

2008-08-29 Thread Jorge Mariani
You should decompile the default.edj that comes with EWL. It's a start.

On Aug 29, 2008, at 2:44 PM, Veli Ogla Sungutay wrote:

 hey all
 Is there any documentation samples on theming EWL applications?  I  
 got the
 latest svn tree and I think there is a start with
 doc/tutorials/themeing.dox
 I'm afraid that's about it.

 Thanks!

 -- 
 Veli Ogla Sungutay
 http://gui-rd.org
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's  
 challenge
 Build the coolest Linux based applications with Moblin SDK  win  
 great prizes
 Grand prize is a trip for two to an Open Source event anywhere in  
 the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EWL Themes with Edje

2008-08-29 Thread Jaime Thomas
You can also enable Print theme signals and Print theme keys in
ewl_config for some more information.

On Fri, Aug 29, 2008 at 3:56 PM, Jorge Mariani [EMAIL PROTECTED]wrote:

 You should decompile the default.edj that comes with EWL. It's a start.

 On Aug 29, 2008, at 2:44 PM, Veli Ogla Sungutay wrote:

  hey all
  Is there any documentation samples on theming EWL applications?  I
  got the
  latest svn tree and I think there is a start with
  doc/tutorials/themeing.dox
  I'm afraid that's about it.
 
  Thanks!
 
  --
  Veli Ogla Sungutay
  http://gui-rd.org
  -
  This SF.Net email is sponsored by the Moblin Your Move Developer's
  challenge
  Build the coolest Linux based applications with Moblin SDK  win
  great prizes
  Grand prize is a trip for two to an Open Source event anywhere in
  the world
  http://moblin-contest.org/redirect.php?banner_id=100url=/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] ewl_test segfaults

2008-08-29 Thread Veli Ogla Sungutay
hello again, yes this is my E night :)
i just compiled EFL svn smoothly. But ewl_test segfaults. ewl_simple_test
and ewl_embed_test works.
I had my 2 month old e cvs in /usr/local replaced by the new svn
compilation.

-- 
Veli Ogla Sungutay
http://gui-rd.org
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] EWL Themes with Edje

2008-08-29 Thread Veli Ogla Sungutay
thanks guys I'll try. by the way I just saw the ewl_embed_test. Veri
interesting.

On Sat, Aug 30, 2008 at 12:04 AM, Veli Ogla Sungutay [EMAIL PROTECTED]
 wrote:

 thanks guys I'll try. by the way I just saw the ewl_embed_test. Veri
 interesting.


 On Fri, Aug 29, 2008 at 11:13 PM, Jaime Thomas [EMAIL PROTECTED]wrote:

 You can also enable Print theme signals and Print theme keys in
 ewl_config for some more information.


 On Fri, Aug 29, 2008 at 3:56 PM, Jorge Mariani [EMAIL PROTECTED]wrote:

 You should decompile the default.edj that comes with EWL. It's a start.

 On Aug 29, 2008, at 2:44 PM, Veli Ogla Sungutay wrote:

  hey all
  Is there any documentation samples on theming EWL applications?  I
  got the
  latest svn tree and I think there is a start with
  doc/tutorials/themeing.dox
  I'm afraid that's about it.
 
  Thanks!
 
  --
  Veli Ogla Sungutay
  http://gui-rd.org
 
 -
  This SF.Net email is sponsored by the Moblin Your Move Developer's
  challenge
  Build the coolest Linux based applications with Moblin SDK  win
  great prizes
  Grand prize is a trip for two to an Open Source event anywhere in
  the world
  http://moblin-contest.org/redirect.php?banner_id=100url=/
  ___
  enlightenment-devel mailing list
  enlightenment-devel@lists.sourceforge.net
  https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the
 world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel





 --
 Veli Ogla Sungutay
 http://gui-rd.org




-- 
Veli Ogla Sungutay
http://gui-rd.org
-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] Evas_Quartz/Ecore_Quartz/Expedite_Quartz

2008-08-29 Thread Tim Horton
So! I'm just finishing up my first week of my sophomore year, and I  
had some time to throw together three patches; these represent, more  
or less, my initial goals re. GSoC. I have Evas_GL_Quartz stuff in  
Git, but never got around to polishing it to a patchable form (that  
might still happen, we'll see, but it won't be /soon/ if it does... in  
any case it's all still in my repo).


I'm going to have very little time in the near future to fix things,  
but I'd be more than happy to help if someone else wants to work on it  
(judging from past responses, I'd say the likelihood of that is rather  
slim)... but there's a chance I'll be back at some point...


Have fun, everyone!






-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


Re: [E-devel] ewl_test segfaults

2008-08-29 Thread Jaime Thomas
Could you provide a backtrace?

Thanks,
  Jaime

On Fri, Aug 29, 2008 at 5:07 PM, Veli Ogla Sungutay
[EMAIL PROTECTED]wrote:

 hello again, yes this is my E night :)
 i just compiled EFL svn smoothly. But ewl_test segfaults. ewl_simple_test
 and ewl_embed_test works.
 I had my 2 month old e cvs in /usr/local replaced by the new svn
 compilation.

 --
 Veli Ogla Sungutay
 http://gui-rd.org
 -
 This SF.Net email is sponsored by the Moblin Your Move Developer's
 challenge
 Build the coolest Linux based applications with Moblin SDK  win great
 prizes
 Grand prize is a trip for two to an Open Source event anywhere in the world
 http://moblin-contest.org/redirect.php?banner_id=100url=/
 ___
 enlightenment-devel mailing list
 enlightenment-devel@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

-
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK  win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100url=/
___
enlightenment-devel mailing list
enlightenment-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel


[E-devel] segfault in shelf configuration

2008-08-29 Thread jochen schroeder
Hi all,

I experience a segfault when configuring shelf contents. 
To reproduce: create a new shelf, right click select shelf-configuration
(advanced). 
Configure shelf contents, add ibar remove ibox, remove pager -
segfault. This is with my existing configuration. If I do the same after
erasing my configuration directory and go to configure shelf contents of
the existing shelf I cannot remove items. If I close the window and go
to the shelf configuration again I don't see any items at all in the
list and trying to add an item I get a segfault. This is on ubuntu
hardy. Svn of yesterday. I've attached a backtrace of
the first case.

Cheers
Jochen
#0  0xb7f0e410 in __kernel_vsyscall ()
#1  0xb79e2881 in select () from /lib/tls/i686/cmov/libc.so.6
#2  0xb77bfdff in ?? () from /usr/lib/libxcb.so.1
#3  0xb77c18bc in xcb_wait_for_event () from /usr/lib/libxcb.so.1
#4  0xb7b3cca1 in ?? () from /usr/lib/libX11.so.6
#5  0xb7b3cfcf in ?? () from /usr/lib/libX11.so.6
#6  0xb7b2474b in XNextEvent () from /usr/lib/libX11.so.6
#7  0x080e332d in e_alert_show (
text=0x81592c0 This is very bad. Enlightenment SEGV'd.\n\nThis is not 
meant to happen and is likely a sign of\na bug in Enlightenment or the 
libraries it relies\non. You can gdb attach to this process now to try\ndebug 
i...)
at e_alert.c:129
#8  0x080c9ad6 in e_sigseg_act (x=11, info=0xbf8e7d8c, data=0xbf8e7e0c)
at e_signals.c:48
#9  signal handler called
#10 0xb7c301a4 in evas_mempool_malloc (pool=0xb7ca4d08, size=8)
at evas_mempool.c:104
#11 0xb7c2e7f0 in evas_list_append (list=0x0, data=0x8545900) at evas_list.c:86
#12 0xb7bf865b in evas_object_clip_set (obj=0x8545900, clip=0x8312458)
at evas_clip.c:137
#13 0xb7e88694 in _edje_object_file_set_internal (obj=0x87a2b48, 
file=0x81ab890 /home/jschrod/.e/e/themes/cthulhain-0.5.1.edj, 
group=0xb3a5e28c e/modules/ibar/icon, group_path=0x0) at edje_load.c:406
#14 0xb7e87a5f in edje_object_file_set (obj=0x87a2b48, 
file=0x81ab890 /home/jschrod/.e/e/themes/cthulhain-0.5.1.edj, 
group=0xb3a5e28c e/modules/ibar/icon) at edje_load.c:34
#15 0x080d08d8 in e_theme_edje_object_set (o=0x87a2b48, 
category=0xbf8e83d4 base/theme, group=0xb3a5e28c e/modules/ibar/icon)
at e_theme.c:194
#16 0x080d095b in e_theme_edje_object_set (o=0x87a2b48, 
category=0xbf8e8524 base/theme/modules, 
group=0xb3a5e28c e/modules/ibar/icon) at e_theme.c:208
#17 0x080d095b in e_theme_edje_object_set (o=0x87a2b48, 
category=0xb3a5e2a0 base/theme/modules/ibar, 
group=0xb3a5e28c e/modules/ibar/icon) at e_theme.c:208
#18 0xb3a5b0a9 in _ibar_icon_new (b=0x878ca30, desktop=0x82e5f08)
at e_mod_main.c:557
#19 0xb3a5a84b in _ibar_fill (b=0x878ca30) at e_mod_main.c:383
#20 0xb3a5a3d8 in _ibar_new (evas=0x82e8b78, inst=0x854bfb0)
at e_mod_main.c:279
#21 0xb3a59dfe in _gc_init (gc=0x86e6760, name=0x81a9100 ibar, 
id=0x85e31b0 ibar.3, style=0xb3a5e1c5 inset) at e_mod_main.c:139
#22 0x0810f7f5 in e_gadcon_populate (gc=0x86e6760) at e_gadcon.c:395
#23 0x08121fa1 in _cb_add (data=0x826d8d0, data2=0x0)
at e_int_gadcon_config.c:296
#24 0x080f1f26 in _e_wid_activate_hook (obj=0x84f6710) at e_widget_button.c:164
#25 0x080f1fcd in _e_wid_signal_cb1 (data=0x84f6710, obj=0x84b8300, 
emission=0x87e4cb0 e,action,click, source=0x81b6a48 )
at e_widget_button.c:188
#26 0xb7e99112 in edje_match_callback_exec_check_finals (
signal_finals=0x880dbe8, source_finals=0x87fc978, signal_states=0x856e2e0, 
source_states=0x84b2b68, signal=0x87e4cb0 e,action,click, 
source=0x81b6a48 , callbacks=0x87ff8b8, ed=0x840b200) at edje_match.c:393
#27 0xb7e9953f in edje_match_callback_exec (ppat_signal=0x880dbd8, 
ppat_source=0x87fc968, signal=0x87e4cb0 e,action,click, 
source=0x81b6a48 , callbacks=0x87ff8b8, ed=0x840b200) at edje_match.c:529
#28 0xb7e8c8e3 in _edje_emit_cb (ed=0x840b200, sig=0x87e4cb0 e,action,click, 
src=0x81b6a48 ) at edje_program.c:1009
#29 0xb7e8c7ec in _edje_emit_handle (ed=0x840b200, 
sig=0x87e4cb0 e,action,click, src=0x81b6a48 ) at edje_program.c:976
#30 0xb7e96d36 in _edje_message_process (em=0x84bfbe8)
at edje_message_queue.c:548
#31 0xb7e97013 in _edje_message_queue_process () at edje_message_queue.c:623
#32 0xb7e961dd in _edje_job (data=0x0) at edje_message_queue.c:108
#33 0xb7ec0954 in _ecore_job_event_handler (data=0x0, type=15, ev=0x8607be0)
at ecore_job.c:104
#34 0xb7aa8d35 in _ecore_event_call () at ecore_events.c:429
#35 0xb7ab1a70 in _ecore_main_loop_iterate_internal (once_only=0)
at ecore_main.c:680
#36 0xb7ab0b07 in ecore_main_loop_begin () at ecore_main.c:87
#37 0x0806dbad in main (argc=1, argv=0xbf8ecbf4) at e_main.c:941
5   
6   #ifdef HAVE_ECORE_IMF
7   #include Ecore_IMF.h
8   #endif
9   
10  EAPI int e_precache_end = 0;
11  
12  /* local subsystem functions */
13  static void _e_main_shutdown_push(int (*func)(void));
14  static void _e_main_shutdown(int errorcode);
6   #ifdef HAVE_ECORE_IMF
7