Re: maemo-developers Digest, Vol 30, Issue 22

2007-10-21 Thread Alberto García Hierro
El Sunday 21 October 2007 15:57:31 [EMAIL PROTECTED] escribió:
 xchat works fine but the keyboard would respond until i got to search
 for a channel.  otherwise i was able to join #maemo on freenode and
 have a quick chat.

 sorry for not changing the subject line ... i am in m.gmail and it is
 not an option.

Many thanks :)

Regards,
Alberto

-- 
Alberto García Hierro
http://zeus.rm-fr.net/~skyhusker/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Fwd: chinook

2007-10-20 Thread Alberto García Hierro
El Thursday 18 October 2007 17:20:45 Jonathan Greene escribió:
 does anyone have anything built to test?  love to try some apps on the N810
 ...

Sure. Could you please test xchat[0] and send me some reports?

Regards,
Alberto

[0]

http://zeus.rm-fr.net/~skyhusker/xchat-chinook-betas/
-- 
Alberto García Hierro
http://zeus.rm-fr.net/~skyhusker/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: Porting to chinook

2007-10-19 Thread Alberto García Hierro
El Friday 19 October 2007 13:21:34 Detlef Schmicker escribió:
 he hildon-widgets in the includes had to be changed from

 #include hildon-widgets/hildon-program.h

 to

 #include hildon-1/hildon/hildon-program.h
That's not the best way. You should check for hildon-1 pkg-config files 
in 
configure.in, which will add /usr/include/hildon-1 to your include path. 
Then, in the source files, you should include hildon/hildon-program.h.

Regards,
Alberto

-- 
Alberto García Hierro
http://zeus.rm-fr.net/~skyhusker/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: last.fm - maemo wiki entry appropriate?

2007-07-30 Thread Alberto García Hierro
El Sunday 29 July 2007 19:18:12 Rainer Dorsch escribió:
 Hello,

 I am wondering if there is a good way to use last.fm

   http://en.wikipedia.org/wiki/Last.fm

 on the N800.

I'm working on a Last.fm stream player, but it's not ready for release 
yet. 
I've written almost all the backend stuff, consisting of:
GObject based wrapper around curl, for avoiding dependencies on a new 
http 
library (curl comes preinstalled in maemo).
XML-RPC library on top of libgcurl, which is the name I gave to the 
previous 
mentioned wrapper around curl.
GstCurl source plugin, for accesing http streams without gnome-vfs and, 
thereby, reducing overall memory footprint.
Last.fm player based on GStreamer and using all the components 
mentioned 
above.

Now I'm working on the frontend, using a common infrastructure with 
hooks 
where the environment-specific functions attach. I have almost-working 
frontends for maemo and plain gtk, and I also plan to write one for openmoko.

[EMAIL PROTECTED] ~/src/sol $ find \( -name *.c -o -name *.h \) -exec cat 
{} 
\; |wc -l
6762

(I know that infamous phrase about measuring progress by lines of code, but 
you get the idea)

Regards,
Alberto

-- 
Alberto García Hierro
http://zeus.rm-fr.net/~skyhusker/
___
maemo-developers mailing list
maemo-developers@maemo.org
https://lists.maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Making a GtkEntry insensitive

2007-02-05 Thread Alberto García Hierro
El Lunes, 5 de Febrero de 2007 16:00, escribió:
 I have a problem with the following code:

 static void
 tap_and_hold_cb (GtkWidget *w, gpointer data)
 {
 gtk_widget_set_sensitive (w, FALSE);
 }

 It works fine on scratchbox, but fails on my N800. In fact, I can 
do other
 things like setting the entry as not editable or set its im_context to null
 and all of them behave as expected in the development environment, but they
 seem to have no effect on the N800. Has anybody experienced this?

Are you sure your callback is being invoked on the device?  What event
are you catching?

I assumed yes, since I verified it was being invoked on scratchbox. I 
will 
add a debug message and try again as soon as I'm back at home next week. The 
signal I was listening for was tap-and-hold (previuosly enabled via 
gtk_widget_tap_and_hold_setup()).

Regards,
Alberto

-- 
/* Alberto García Hierro (Skyhusker) */
http://www.handhelds.org/~skyhusker
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


[maemo-developers] Announce: X-Chat ported to IT2006

2006-06-19 Thread Alberto García Hierro
Hi all,
I've just finished porting X-Chat to IT2006. Repository for Application 
Manager is at http://zeus.rm-fr.net/~skyhusker/maemo. Please, report any bugs 
you find to my email address.

Regards,
Alberto
-- 
/* Alberto García Hierro (Skyhusker) */
http://www.handhelds.org/~skyhusker


pgp4hbxUxLEYB.pgp
Description: PGP signature
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Bug with GtkCellRendererToggle?

2006-04-19 Thread Alberto García Hierro
El Miércoles, 19 de Abril de 2006 15:10, Gustavo Sverzut Barbieri escribió:
 While developing an example Eagle application
 (http://code.gustavobarbieri.com.br/eagle/examples/vareditor.py) that
 uses GtkTreeView and
 GtkCellRendererToggle I noticed that it doesn't work as expected.

 At first I thought it was a bug with my software/library and asserted
 it was not the case, code is all right and it works on my desktop.

 Then after some research, Gaim port to Maemo also show the same
 problem, in the Accounts window.

Let me guess... the GtkCellRendererToogle is toogled when you click 
anywhere 
on the row? If that's the problem, it's not a bug, it's a feature (tm). In 
fact, it's the default behaviour in Hildon. I have some code to disable it, 
so if that's the problem just  drop me a line and I'll search that code.

Cheers,
Alberto

-- 
/* Alberto García Hierro (Skyhusker) */
http://www.handhelds.org/~skyhusker
___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers


Re: [maemo-developers] Maemo 1.1RC5 localisation issues. C instead of en_GB

2005-11-02 Thread Alberto García Hierro

Tom Rathbone escribió:

Hi,

Just upgraded to 1.1 and all menu entries, buttons and dialogs seem to
be showing their C string values rather than their locale versions.  I
have LANG and LANGUAGE set to en_GB.  Am I missing something?


 export LC_ALL=en_GB in your .bash_profile should do the trick.


Cheers,
Alberto

___
maemo-developers mailing list
maemo-developers@maemo.org
https://maemo.org/mailman/listinfo/maemo-developers