Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Kimmo Hämäläinen
On Thu, 2009-10-22 at 17:38 +0200, ext Aniello Del Sorbo wrote: 2009/10/22 Andrew Flegg and...@bleb.org: On Thu, Oct 22, 2009 at 16:06, Aniello Del Sorbo ani...@gmail.com wrote: [snip] Thus I thought I'll take the screenshot at the expose event and only take it if the file is not there

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Kimmo Hämäläinen
On Fri, 2009-10-23 at 08:08 +0200, Hamalainen Kimmo (Nokia-D/Helsinki) wrote: ... Please, no threads, no! The screenshot is only taken if it does not exist, otherwise the existing screenshot is used. So, the performance penalty is not there every time, only when the old screenshot does not

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Claudio Saavedra
El jue, 22-10-2009 a las 16:36 +0100, Andrew Flegg escribió: On Thu, Oct 22, 2009 at 16:06, Aniello Del Sorbo ani...@gmail.com wrote: [snip] Thus I thought I'll take the screenshot at the expose event and only take it if the file is not there already. I *think* you need to do it at

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Kimmo Hämäläinen
On Fri, 2009-10-23 at 08:28 +0200, ext Claudio Saavedra wrote: El jue, 22-10-2009 a las 16:36 +0100, Andrew Flegg escribió: On Thu, Oct 22, 2009 at 16:06, Aniello Del Sorbo ani...@gmail.com wrote: [snip] Thus I thought I'll take the screenshot at the expose event and only take it if

Re: Packaging Libraries

2009-10-23 Thread Claudio Saavedra
El vie, 23-10-2009 a las 00:37 -0400, David Falkayn escribió: Here's a question for you whiz kids: what's the best way to go about packaging up a library that already exists, e.g. in debian, for Maemo? Presumably the process is easier than starting from scratch, but after fiddling around

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Andrew Flegg
2009/10/23 Kimmo Hämäläinen kimmo.hamalai...@nokia.com: Yes, theme change, locale change, time change, restoring a backup (this in hildon-desktop HEAD) all remove the screenshots. Cool. it's a good idea to check for the existence of the screenshot and recreate it if necessary. Now that

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Henrik Hedberg
Aniello Del Sorbo wrote: But taking a snapshot slows down the startup... it should be then done in a small thread? The hildon_gtk_window_take_screenshot function just sends a client message to the root window [1] , and the screenshot is taken by the window manager / hildon desktop (I

HildonAnimationActor and transparency

2009-10-23 Thread Cornelius Hald
Hi, yesterday I was playing around with HildonAnimationActor and it's really nice what you can do with it. But there are still some things, I don't really understand. Hopefully someone can help me with that :) I created a HildonAnimationActor and put a GtkImage, made from a ARGB png, onto it

Re: HildonAnimationActor and transparency

2009-10-23 Thread Vlad Vasiliev
Hi Cornelius I used the next solution: pixbuf = gdk_pixbuf_new_from_file_at_size (/usr/share/omweather/icons/Glance/dark_cloud.png, 128, 128, NULL); image = gtk_image_new_from_pixbuf (pixbuf); g_object_unref(G_OBJECT(pixbuf)); g_signal_connect(G_OBJECT(image), expose_event,

Re: Using the sharing plugins

2009-10-23 Thread daniel wilms
Hi, a general comment about that. Unfortunately right now there is no possibility to use the sharing dialog from a 3rd party application. Cheers Daniel ext Aniello Del Sorbo wrote: No updates.. there should be a Sharing Service that should pop up the sharing dialog, but I can't seem to find

Re: HildonAnimationActor and transparency

2009-10-23 Thread Vlad Vasiliev
I'm sorry I forgot a small additional part of code. Here is the correct variant pixbuf = gdk_pixbuf_new_from_file_at_size (/usr/share/omweather/icons/Glance/dark_cloud.png, 128, 128, NULL); image = gtk_image_new_from_pixbuf (pixbuf); g_object_unref(G_OBJECT(pixbuf));

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Claudio Saavedra
El vie, 23-10-2009 a las 09:39 +0300, Kimmo Hämäläinen escribió: it's a good idea to check for the existence of the screenshot and recreate it if necessary. Now that the function is missing this argument (bad design). What do you mean by bad design? We should add some API for

Re: HildonAnimationActor and transparency

2009-10-23 Thread Cornelius Hald
Vlad, you are great :) Your solution works like a charm. Thank you very much!!! I think you could also have a solution for my second problem, but I'll create a new thread for that. Thanks again! Conny On Fri, 2009-10-23 at 10:40 +0300, Vlad Vasiliev wrote: I'm sorry I forgot a small

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Cornelius Hald
On Fri, 2009-10-23 at 09:20 +0300, Kimmo Hämäläinen wrote: On Fri, 2009-10-23 at 08:08 +0200, Hamalainen Kimmo (Nokia-D/Helsinki) wrote: ... Please, no threads, no! The screenshot is only taken if it does not exist, otherwise the existing screenshot is used. So, the performance penalty

HildonAnimationActor and button events

2009-10-23 Thread Cornelius Hald
Hi, the documentation of HildonAnimationActor states that by design it is not reactive. Meaning that actors do not receive motion or button events. The thing is, I want to get notified if someone clicks on my actor, so how can I do this? I have a half working solution: I'm using a signal

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Aniello Del Sorbo
2009/10/23 Cornelius Hald h...@icandy.de: On Fri, 2009-10-23 at 09:20 +0300, Kimmo Hämäläinen wrote: On Fri, 2009-10-23 at 08:08 +0200, Hamalainen Kimmo (Nokia-D/Helsinki) wrote: ... Please, no threads, no!  The screenshot is only taken if it does not exist, otherwise the existing

Re: Announcement: mafw-gst-eq-renderer initial version

2009-10-23 Thread Xabier Rodriguez Calvar
O Xov, 22-10-2009 ás 13:35 +0200, Juan A. Suarez Romero escribiu: If you choose the second flavour, default mediaplayer will not be able to use it, as it only handles one renderer: mafw-gst-renderer. Which is the reason? If you control equalization with the applet, why can't you use it with the

Re: Using the sharing plugins

2009-10-23 Thread Aniello Del Sorbo
:( Any idea of when this will be available? Aniello 2009/10/23 daniel wilms daniel.wi...@nokia.com: Hi, a general comment about that. Unfortunately right now there is no possibility to use the sharing dialog from a 3rd party application. Cheers Daniel ext Aniello Del Sorbo wrote: No

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Claudio Saavedra
El vie, 23-10-2009 a las 09:58 +0100, Aniello Del Sorbo escribió: 2009/10/23 Cornelius Hald h...@icandy.de: On Fri, 2009-10-23 at 09:20 +0300, Kimmo Hämäläinen wrote: On Fri, 2009-10-23 at 08:08 +0200, Hamalainen Kimmo (Nokia-D/Helsinki) wrote: ... Please, no threads, no! The

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Andrew Flegg
On Fri, Oct 23, 2009 at 10:16, Claudio Saavedra csaave...@igalia.com wrote: I insist that the best would be that the desktop itself checks whether the screenshot already exists. Agreed. However, what if the application wants to refresh the screenshot because of a layout/settings change? For

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread Luca Donaggio
On Thu, Oct 22, 2009 at 11:48 PM, Cornelius Hald h...@icandy.de wrote: On Wed, 2009-10-21 at 17:13 +0200, Luca Donaggio wrote: If there's neither hardware button to toggle fullscreen mode nor a default keyboard shortcut and the preferred method is via the touchscreen then a specific widget

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Aniello Del Sorbo
2009/10/23 Claudio Saavedra csaave...@igalia.com: El vie, 23-10-2009 a las 09:58 +0100, Aniello Del Sorbo escribió: 2009/10/23 Cornelius Hald h...@icandy.de: On Fri, 2009-10-23 at 09:20 +0300, Kimmo Hämäläinen wrote: On Fri, 2009-10-23 at 08:08 +0200, Hamalainen Kimmo (Nokia-D/Helsinki)

Re: Packaging Libraries

2009-10-23 Thread David Falkayn
I'm talking about a typical workflow; what steps would probably be necessary to take a library that's available as a .deb somewhere and make it available on Maemo? If i knew the specifics, i guess i wouldn' t need to ask, but there are some general steps like (1) get source package (2) modify

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread Cornelius Hald
On Fri, 2009-10-23 at 11:27 +0200, Luca Donaggio wrote: I'm no goot at finding names, but what about he_fullscreen_toggle_overlay? It's a good fit I think. Something shorter would be nice, though. I was thinking about the following names, but they have problems too: - HeFullscreenButton

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread Andrew Flegg
On Fri, Oct 23, 2009 at 10:44, Cornelius Hald h...@icandy.de wrote: On Fri, 2009-10-23 at 11:27 +0200, Luca Donaggio wrote: I'm no goot at finding names, but what about he_fullscreen_toggle_overlay? It's a good fit I think. Something shorter would be nice, though. I was thinking about the

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread Aniello Del Sorbo
2009/10/23 Cornelius Hald h...@icandy.de: On Fri, 2009-10-23 at 11:27 +0200, Luca Donaggio wrote: I'm no goot at finding names, but what about he_fullscreen_toggle_overlay? It's a good fit I think. Something shorter would be nice, though. I was thinking about the following names, but they

Black border/background around GtkButton

2009-10-23 Thread Andrew Flegg
Hi, If you look at this screenshot, you'll see there are black borders around the GtkButtons: http://twitpic.com/mknhl This is just two GtkButtons in a GtkHButtonBox in a GtkAlignment in a GtkWindow (which has had gdk_window_set_back_pixmap called on it). Is there a way of getting rid of

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread Cornelius Hald
On Fri, 2009-10-23 at 10:55 +0100, Aniello Del Sorbo wrote: HeFullscreenToggle ? I like that one. Andrew is of course right, that it doesn't really toggle, it just allows to go from fullscreen to not-fullscreen. It's difficult to put this into words and I think 'Fullscreen' should somehow be

Re: HildonAnimationActor and button events

2009-10-23 Thread Piñeiro
From: Cornelius Hald h...@icandy.de the documentation of HildonAnimationActor states that by design it is not reactive. Meaning that actors do not receive motion or button events. The thing is, I want to get notified if someone clicks on my actor, so how can I do this? Well, as the

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread Aniello Del Sorbo
2009/10/23 Cornelius Hald h...@icandy.de: On Fri, 2009-10-23 at 10:55 +0100, Aniello Del Sorbo wrote: HeFullscreenToggle ? I like that one. Andrew is of course right, that it doesn't really toggle, it just allows to go from fullscreen to not-fullscreen. It's difficult to put this into words

Re: HildonAnimationActor and button events

2009-10-23 Thread Cornelius Hald
Hi and thanks for you answer :) On Fri, 2009-10-23 at 13:01 +0200, Piñeiro wrote: AFAIK, the real purpose of HildonAnimationActor is just what his name indicates, a way to introduce animations on the hildon applications with the help of the window manager, so in fact, it shouldn't be required

Extras Testing queue and number of days left (out of 10)

2009-10-23 Thread Aniello Del Sorbo
Hi, it is too complicated to show how many days an application has been in the queue (say 5/10) along with its Karma? -- anidel Sent from London, Eng, United Kingdom ___ maemo-developers mailing list maemo-developers@maemo.org

Re: Maemo Browser addons

2009-10-23 Thread daniel wilms
Hi, the documentation on how to write browser extensions is not ready yet, but will be available soon. Cheers Daniel ext Sampo Savola wrote: Hey I wonder is there going to be an addon support for Maemo Browser in Maemo5 like there was in earlier Maemo versions. Is there any tutorial

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread Cornelius Hald
On Fri, 2009-10-23 at 12:07 +0100, Aniello Del Sorbo wrote: Why is that not a toggle? Because I didn't make it a toggle :D Can it also bring from non fullscreen to fullscreen? Simply NOT fade away when in not fullscreen mode... may be passing that flag via parameter? HeFullscreenToggle -

Re: Announcement: mafw-gst-eq-renderer initial version

2009-10-23 Thread Juan A. Suarez Romero
On Fri, 2009-10-23 at 12:36 +0200, Xabier Rodriguez Calvar wrote: O Ven, 23-10-2009 ás 12:18 +0200, Juan A. Suarez Romero escribiu: Because official renderer doesn't include an equalizer element in gstreamer pipeline, which fork does. The fork sets equalizer values from gconf. And

Re: HildonAnimationActor and button events

2009-10-23 Thread Cornelius Hald
I think I now know how to do it. Probably I don't even need the HildonAnimationActor. It should be possible only using cairo and argb colormap. I'll give it a try later and report back. Cheers! Conny On Fri, 2009-10-23 at 13:12 +0200, Cornelius Hald wrote: Hi and thanks for you answer :) On

Re: Using the sharing plugins

2009-10-23 Thread daniel wilms
Hi, at the moment it is not available, but the plan exist to make it so. Although I cannot give you any concrete information about the time frame yet, I will keep you up to date. Cheers Daniel ext Aniello Del Sorbo wrote: :( Any idea of when this will be available? Aniello 2009/10/23

Re: Using the sharing plugins

2009-10-23 Thread Aniello Del Sorbo
2009/10/23 daniel wilms daniel.wi...@nokia.com: Hi, at the moment it is not available, but the plan exist to make it so. Although I cannot give you any concrete information about the time frame yet, I will keep you up to date. Cheers Daniel Okay thanks. Guess I'll have to wait . Aniello

Re: Packaging Libraries

2009-10-23 Thread Jeremiah Foster
On Oct 23, 2009, at 11:39, David Falkayn wrote: I'm talking about a typical workflow; what steps would probably be necessary to take a library that's available as a .deb somewhere and make it available on Maemo? If i knew the specifics, i guess i wouldn' t need to ask, but there are some

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread pHilipp Zabel
On Fri, Oct 23, 2009 at 1:00 PM, Cornelius Hald h...@icandy.de wrote: On Fri, 2009-10-23 at 10:55 +0100, Aniello Del Sorbo wrote: HeFullscreenToggle ? I like that one. Andrew is of course right, that it doesn't really toggle, it just allows to go from fullscreen to not-fullscreen. It's

Re: Black border/background around GtkButton

2009-10-23 Thread Anderson Lizardo
On Fri, Oct 23, 2009 at 6:52 AM, Andrew Flegg and...@bleb.org wrote: Hi, If you look at this screenshot, you'll see there are black borders around the GtkButtons:    http://twitpic.com/mknhl This is just two GtkButtons in a GtkHButtonBox in a GtkAlignment in a GtkWindow (which has had

Re: Black border/background around GtkButton

2009-10-23 Thread Andrew Flegg
On Fri, Oct 23, 2009 at 13:25, Anderson Lizardo anderson.liza...@openbossa.org wrote: On Fri, Oct 23, 2009 at 6:52 AM, Andrew Flegg and...@bleb.org wrote: Is there a way of getting rid of these backgrounds/borders? I've seen that on Scratchbox + Xephyr, but I thought it was just some drawing

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Kimmo Hämäläinen
On Fri, 2009-10-23 at 09:58 +0200, ext Claudio Saavedra wrote: El vie, 23-10-2009 a las 09:39 +0300, Kimmo Hämäläinen escribió: it's a good idea to check for the existence of the screenshot and recreate it if necessary. Now that the function is missing this argument (bad design).

Re: Black border/background around GtkButton

2009-10-23 Thread Claudio Saavedra
El vie, 23-10-2009 a las 08:25 -0400, Anderson Lizardo escribió: On Fri, Oct 23, 2009 at 6:52 AM, Andrew Flegg and...@bleb.org wrote: Hi, If you look at this screenshot, you'll see there are black borders around the GtkButtons: http://twitpic.com/mknhl This is just two

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Claudio Saavedra
El vie, 23-10-2009 a las 15:37 +0300, Kimmo Hämäläinen escribió: The only thing that this method is doing in the client side is to set a property in the window. When @take is %TRUE, it's the desktop the one who should actually verify whether the screenshot exists already and create it

Re: Packaging Libraries

2009-10-23 Thread Marius Gedminas
On Fri, Oct 23, 2009 at 02:13:57PM +0200, Jeremiah Foster wrote: The best way to go about it might be to first pull down your source package from upstream. Upstream is usually debian and that is easy to do if you are on a debian, or even debian-like, machine: `apt-get source

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread Marius Gedminas
On Fri, Oct 23, 2009 at 11:44:33AM +0200, Cornelius Hald wrote: On Fri, 2009-10-23 at 11:27 +0200, Luca Donaggio wrote: I'm no goot at finding names, but what about he_fullscreen_toggle_overlay? It's a good fit I think. Something shorter would be nice, though. I was thinking about the

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Kimmo Hämäläinen
On Fri, 2009-10-23 at 14:46 +0200, ext Claudio Saavedra wrote: El vie, 23-10-2009 a las 15:37 +0300, Kimmo Hämäläinen escribió: ... Let's make a deal, you fix it in the desktop and I fix the documentation of the method :) Fixed in hildon-desktop git master now :) Claudio

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Claudio Saavedra
El vie, 23-10-2009 a las 17:25 +0300, Kimmo Hämäläinen escribió: On Fri, 2009-10-23 at 14:46 +0200, ext Claudio Saavedra wrote: El vie, 23-10-2009 a las 15:37 +0300, Kimmo Hämäläinen escribió: ... Let's make a deal, you fix it in the desktop and I fix the documentation of the method :)

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Luca Donaggio
I was thinking that there should be a way to remove the existing screenshot from a postinst script when upgrading to a new version of the app. I mean, some way more reliable than `rm /home/user/.cache/launch/service name.pvr`. This could be useful if the new version has a substantially different

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread Cornelius Hald
On Fri, 2009-10-23 at 16:31 +0300, Marius Gedminas wrote: On Fri, Oct 23, 2009 at 11:44:33AM +0200, Cornelius Hald wrote: On Fri, 2009-10-23 at 11:27 +0200, Luca Donaggio wrote: I'm no goot at finding names, but what about he_fullscreen_toggle_overlay? It's a good fit I think.

Re: Fremantle fullscreen mode [was Re: Call for testers with N900 for vncviewer]

2009-10-23 Thread Cornelius Hald
On Fri, 2009-10-23 at 14:19 +0200, pHilipp Zabel wrote: On Fri, Oct 23, 2009 at 1:00 PM, Cornelius Hald h...@icandy.de wrote: On Fri, 2009-10-23 at 10:55 +0100, Aniello Del Sorbo wrote: HeFullscreenToggle ? I like that one. Andrew is of course right, that it doesn't really toggle, it

Re: HildonAnimationActor and button events

2009-10-23 Thread Cornelius Hald
It turned out to be so much easier without HildonAnimationActor. I was just totally on the wrong track regarding transparency, composition, clutter, and all. After spending one night with HildonRemoteTexture and one with HildonAnimationActor. I'm happy to say that to create a transparent

Re: Screenshot as loading screen on Maemo 5

2009-10-23 Thread Thomas Perl
2009/10/23 Luca Donaggio donag...@gmail.com: I was thinking that there should be a way to remove the existing screenshot from a postinst script when upgrading to a new version of the app. I mean, some way more reliable than `rm /home/user/.cache/launch/service name.pvr`. This could be useful

gtkhtml link_clicked

2009-10-23 Thread Peter Romero
Hello, How can i handle LINKS in a GtkHtml Widget ? I have tried to connect link_clicked with my funktion. But what ever i do ... link_clicked seems to be ignored. g_signal_connect(G_OBJECT(html_gtkwidget), link_clicked,

Power friendliness is in the hands of the app developers, but...

2009-10-23 Thread Attila Csipa
... are there actual examples for what we should do ? Sure, save as much power as we can, don't do things you don't have to, etc, etc. It's easy to say, but where are the 'good practice' examples (e.g. CODE) that demonstrate the suggested guidelines ? I'm starting to swim in boilerplate code

extras-testing and WONTFIX ?

2009-10-23 Thread Attila Csipa
I've been thinking through some extras-testing scenarios... What happens if an issue is marked as a blocker, but the developer says it's a WONTFIX, fixed in Harmattan or similar ? If we play by the book, the app is stuck in testing and everybody looses - users won't get a potentially

Re: extras-testing and WONTFIX ?

2009-10-23 Thread Aniello Del Sorbo
2009/10/23 Attila Csipa ma...@csipa.in.rs: I've been thinking through some extras-testing scenarios... What happens if an issue is marked as a blocker, but the developer says it's a WONTFIX, fixed in Harmattan or similar ? If we play by the book, the app is stuck in testing and everybody

Re: extras-testing and WONTFIX ?

2009-10-23 Thread Matan Ziv-Av
On Fri, 23 Oct 2009, Attila Csipa wrote: I've been thinking through some extras-testing scenarios... What happens if an issue is marked as a blocker, but the developer says it's a WONTFIX, fixed in Harmattan or similar ? If we play by the book, the app is stuck in testing and everybody looses

Re: extras-testing QA checklist (proposal)

2009-10-23 Thread Attila Csipa
On Thursday 22 October 2009 14:31:38 Quim Gil wrote: Feedback please. This checklist is common for developers (before promnoting their applications to extras-testing) and betatesters (before giving them farewell to reach Extras). Lack of bug reporting database http://bugs.maemo.org is the

Re: Maemo-Optify Builder Bots = Broken?

2009-10-23 Thread Graham Cobb
On Thu, Oct 22, 2009 at 09:37:11AM +0300, Ed Bartosh wrote: 2009/10/22 Kamen Bundev bun...@gmail.com: Hmm, yes, that seems to be the problem. In the final SDK /opt is a symlink but in the latest beta SDK it is not. I didn't upgrade my development machine, but I have the final on another so

Re: extras-testing QA checklist (proposal)

2009-10-23 Thread Valerio Valerio
Hi, On Fri, Oct 23, 2009 at 11:29 PM, Attila Csipa ma...@csipa.in.rs wrote: On Thursday 22 October 2009 14:31:38 Quim Gil wrote: Feedback please. This checklist is common for developers (before promnoting their applications to extras-testing) and betatesters (before giving them farewell

curious tv out

2009-10-23 Thread gary liquid
hi am on n900 so will be brief got chance to do some testing witrh n900 and projector tonight my n900 is a month old my n900 works in tv in at home my n900 worked with projectors tested at onedotzero my n900 failed at summit my tv out just failed to show on a projector here with me (it was