read XML files

2009-11-10 Thread Fred Lefévère-Laoide
Hi, Is there a way to read XML files in the Maemo distribution ? If not can you recommend one available in extras ? If not can you recommend one ? I want to read keepassx xml files for importing in passwordSafe Thanks Fred ___ maemo-developers

Re: Problems Panning/Clicking with GtkIconView

2009-11-10 Thread daniel wilms
Hi Jonathan, which VMWare image and SDK are you using? This was an issue in the Beta SDK and with the Final SDK it should work. Cheers Daniel ext Jonathan Blake wrote: Hi everyone, I am having a hell of a time trying to get an GtkIconView working correctly with the pannable area widget.

Re: read XML files

2009-11-10 Thread Tim Teulings
Hello! Is there a way to read XML files in the Maemo distribution ? The GNOME XML library is available (should be libxml2-dev, libxml2). See also http://xmlsoft.org/. It is also possible that QT has a XML library, too (I'm not using QT). If not can you recommend one available in extras ? If

Re: read XML files

2009-11-10 Thread Fred Lefévère-Laoide
Le 10/11/2009 09:27, Tim Teulings a écrit : Hello! Is there a way to read XML files in the Maemo distribution ? The GNOME XML library is available (should be libxml2-dev, libxml2). See also http://xmlsoft.org/. Thanks a lot It is also possible that QT has a XML library, too (I'm not

Re: Looking for a tag cloud widget (like the one in Edit tags)

2009-11-10 Thread Dave Neary
Hi Thomas, Thomas Perl wrote: I need a widget that can display a tag cloud out of a list of items that I provide (with different font sizes depending on a weight associated with each item). In Fremantle, the Images and Camera apps have such a tag cloud (the dialog is called Edit tags), but I

Re: maemo-release

2009-11-10 Thread Gabriel Schulhof
Hey! On Mon, 2009-11-09 at 14:59 +0100, ext Frantisek Dufka wrote: I added a package to the extras(-devel)? repositories called maemo-release. It has version 1.0.0 in gregale, 2.0.0 in bora, 3.0.0 in Chinook, etc. ... There already is package named maemo-version in the SDK. And the

Re: How to get a transparent GtkWindow (fremantle)

2009-11-10 Thread Kimmo Hämäläinen
Hi, Sorry, took some time, I was busy with some bug fixing... I started with the Home applet example and managed to whip up a small example (attached) that shows a transparent pop-up window. -Kimmo /* gcc -Wall `pkg-config gtk+-2.0 --cflags --libs` rgba-window-example.c -o rgba-window-example

debhelper-maemo-package-icons

2009-11-10 Thread Gabriel Schulhof
Hey, all! Let's hope this package doesn't duplicate some functionality too (like maemo-release did ... *scratch head*). So, here's the scoop.: debhelper-maemo-package-icons adds the command dh_maemo_package_icons, which you can use in the binary-arch section of debian/rules. You should add it

Re: debhelper-maemo-package-icons

2009-11-10 Thread Aniello Del Sorbo
This means we should remove our manually added XB-Maemo-Icon-26 line from our control file and let this command do the job for us ? Where does it expect the package_name.png file to be? Aniello 2009/11/10 Gabriel Schulhof n...@go-nix.ca: Hey, all! Let's hope this package doesn't duplicate

How to get n900 IMEI code in C

2009-11-10 Thread ibrahim
greetings; I wonder if there is an API to get the n900 device IMEI code . I've been searching for a long time with no result except for : http://talk.maemo.org/showthread.php?t=34058 which didn't give me sufficient information. Can anybody help??? thanx alot

Re: maemo-release

2009-11-10 Thread Jeremiah Foster
On Nov 10, 2009, at 13:17, Frantisek Dufka wrote: Gabriel Schulhof wrote: I suppose I should've asked around some more. We can still have interesting discussion now :-) Actually I am not sure if maemo-version solves every problem maemo-release wanted to solve or developers need to solve

Re: debhelper-maemo-package-icons

2009-11-10 Thread Jeremiah Foster
Is there a public code repo so people can download and integrate this? Jeremiah On Nov 10, 2009, at 12:49, Aniello Del Sorbo wrote: This means we should remove our manually added XB-Maemo-Icon-26 line from our control file and let this command do the job for us ? Where does it expect the

Re: debhelper-maemo-package-icons

2009-11-10 Thread Gabriel Schulhof
Hey! On Tue, November 10, 2009 13:49, Aniello Del Sorbo wrote: This means we should remove our manually added XB-Maemo-Icon-26 line from our control file and let this command do the job for us ? Using this package is completely optional. I like it, because I don't have to do this manually.

Re: QA process = bug fixing disincentive?

2009-11-10 Thread Jeremiah Foster
On Nov 4, 2009, at 8:29, Andrew Flegg wrote: Jeremiah wrote: On Nov 3, 2009, at 19:25, Tim Teulings wrote: P.S.: Don't trust my version numbers! Trust my checkbox choice! That is totally fine with me. I thought a version number was less intrusive, developers didn't have to do anything,

Re: debhelper-maemo-package-icons

2009-11-10 Thread Gabriel Schulhof
Hey! On Tue, November 10, 2009 14:28, Jeremiah Foster wrote: Is there a public code repo so people can download and integrate this? Ummm ... I haven't really thought beyond apt-get source debhelper-maemo-package-icon. I mean, it's a tiny package. Cheers, Gabriel

Re: debhelper-maemo-package-icons

2009-11-10 Thread David King
On 2009-11-10 14:30, Gabriel Schulhof n...@go-nix.ca wrote: On Tue, November 10, 2009 13:49, Aniello Del Sorbo wrote: Where does it expect the package_name.png file to be? If you have an icon debian/package-name.png, then package-name_version_arch.deb will have the icon. the helper assumes that

Re: autobuilder oddity

2009-11-10 Thread Jeremiah Foster
On Nov 8, 2009, at 20:20, Andrea Borgia wrote: Hi, all. I just submitted a minor change to my openvpn package and I got a strange message in the reply: -cut-cut- [2009-11-08 21:04:58] ERROR running /etc/buildme.d/check_build: Fatal error: Call to undefined method stdClass::update() in

Re: debhelper-maemo-package-icons

2009-11-10 Thread Valerio Valerio
Hi, On Tue, Nov 10, 2009 at 12:30 PM, Gabriel Schulhof n...@go-nix.ca wrote: Hey! On Tue, November 10, 2009 13:49, Aniello Del Sorbo wrote: This means we should remove our manually added XB-Maemo-Icon-26 line from our control file and let this command do the job for us ? Using this

Re: maemo-release

2009-11-10 Thread Frantisek Dufka
Gabriel Schulhof wrote: I suppose I should've asked around some more. We can still have interesting discussion now :-) Actually I am not sure if maemo-version solves every problem maemo-release wanted to solve or developers need to solve to have same package for more SDK versions.

Re: maemo-release

2009-11-10 Thread Mikko Vartiainen
How can I differentiate between arm and x86 builds? Example - x86 may use vorbis package but arm can use tremor so Build-Depends: can be different for x86 vs ARM. arm may also benefit from arm specific compiler flags. How can I solve that? I'm not sure why would you want to do that in

Re: debhelper-maemo-package-icons

2009-11-10 Thread Marius Vollmer
ext David King dav...@openismus.com writes: You mean 48x48 pixels, right? http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing#Icons Ouch, somebody needs to be tickled to death for this. (Maybe me for not catching this earlier.) Why do people

Re: How to get a transparent GtkWindow (fremantle)

2009-11-10 Thread Luca Donaggio
Hi Kimmo, I'm sorry to bother you again, but the problem I'm facing is not how to get a transparent window, but that if I create such a window the HildonAppMenu of its parent HildonWindow doesn't show anymore. I (slightly) modified your code to exemplify my situation. Thanks for your time,

Re: maemo-release

2009-11-10 Thread Frantisek Dufka
Mikko Vartiainen wrote: How can I differentiate between arm and x86 builds? Example - x86 may use vorbis package but arm can use tremor so Build-Depends: can be different for x86 vs ARM. arm may also benefit from arm specific compiler flags. How can I solve that? I'm not sure why would

Re: maemo-release

2009-11-10 Thread Anderson Lizardo
On Tue, Nov 10, 2009 at 9:16 AM, Frantisek Dufka duf...@seznam.cz wrote: But still it could be useful to set different compiler flags for arm (vfp, thumb mode) [...] For that I think the standard way is to use dpkg-architecture in debian/rules, e.g.: HOST = $(shell dpkg-architecture

Re: debhelper-maemo-package-icons

2009-11-10 Thread Gabriel Schulhof
Hey! On Tue, November 10, 2009 14:59, Marius Vollmer wrote: ext David King dav...@openismus.com writes: You mean 48x48 pixels, right? http://wiki.maemo.org/Documentation/Maemo_5_Developer_Guide/Packaging%2C_Deploying_and_Distributing#Icons Ouch, somebody needs to be tickled to death for

Re: debhelper-maemo-package-icons

2009-11-10 Thread Andrew Flegg
On Tue, Nov 10, 2009 at 13:50, Gabriel Schulhof n...@go-nix.ca wrote: I, for one, will stick to 26x26, because older version of Hildon Application Manager do not work with higher rez icons, and I don't want yet another reason to split my source package along distro lines. AIUI, Diablo and

Re: How to get a transparent GtkWindow (fremantle)

2009-11-10 Thread Kimmo Hämäläinen
On Tue, 2009-11-10 at 14:12 +0100, ext Luca Donaggio wrote: Hi Kimmo, I'm sorry to bother you again, but the problem I'm facing is not how to get a transparent window, but that if I create such a window the HildonAppMenu of its parent HildonWindow doesn't show anymore. I (slightly) modified

Re: How to get a transparent GtkWindow (fremantle)

2009-11-10 Thread Luca Donaggio
I thought it was somewhat related to transparency because doing this: gdk_window_reparent(win-window,gtk_widget_get_window(GTK_WIDGET (mainwin)),300,200); makes the HildonAppMenu work again at the price of loosing the transparency effect (modified code attached). -- Luca Donaggio 2009/11/10

Geocoding library for Fremantle?

2009-11-10 Thread Simon Pickering
Hi all, I'm looking for a geocoding library to run on the N900. I want to take the location string attached to those N900 using online contacts who provide it, and plot that on a map (Emerillon). Of course having to parse the message string and then do the geocoding is rather wasteful (of CPU,

PyMaemo (Python for Maemo) final release for Maemo 5 (Fremantle)

2009-11-10 Thread Anderson Lizardo
Hi, The PyMaemo team is pleased to announce the final release of PyMaemo for Maemo 5! For users, no manual installation steps are necessary. If you want to enjoy Python on your tablet, simply install a Python application from the repository. For developers which want to try the latest versions

Re: PyMaemo (Python for Maemo) final release for Maemo 5 (Fremantle)

2009-11-10 Thread Benoît HERVIER
And the most important : T H A N K S !!! Le 10 novembre 2009 17:11, Benoît HERVIER kher...@khertan.net a écrit : (such as some remaining documentation) Oh no Please no Did you think it s possible to keep it in a separate package as for example there is still some python modules which

Re: PyMaemo (Python for Maemo) final release for Maemo 5 (Fremantle)

2009-11-10 Thread Andrea Grandi
Hi, 2009/11/10 Anderson Lizardo anderson.liza...@openbossa.org: Hi, The PyMaemo team is pleased to announce the final release of PyMaemo for Maemo 5! really thank you guys :) -- Andrea Grandi email: a.grandi [AT] gmail [DOT] com website: http://www.andreagrandi.it PGP Key:

Re: PyMaemo (Python for Maemo) final release for Maemo 5 (Fremantle)

2009-11-10 Thread Benoît HERVIER
(such as some remaining documentation) Oh no Please no Did you think it s possible to keep it in a separate package as for example there is still some python modules which has an interactive help() and it s really usefull for onboard developpers like me (i don't know if i not the only one

Optification (was Re: PyMaemo (Python for Maemo) final release for Maemo 5 (Fremantle))

2009-11-10 Thread Andrew Flegg
On Tue, Nov 10, 2009 at 16:00, Anderson Lizardo anderson.liza...@openbossa.org wrote: The PyMaemo team is pleased to announce the final release of PyMaemo for Maemo 5! BTW, I've tested with bind mounts and /opt. I've done the following and it seems to work well: * Created

Re: PyMaemo (Python for Maemo) final release for Maemo 5 (Fremantle)

2009-11-10 Thread Anderson Lizardo
2009/11/10 Benoît HERVIER kher...@khertan.net: (such as some remaining documentation) Oh no Please no Did you think it s possible to keep it in a separate package as for example there is still some python modules which has an interactive help() and it  s really usefull for onboard

Re: Optification (was Re: PyMaemo (Python for Maemo) final release for Maemo 5 (Fremantle))

2009-11-10 Thread Anderson Lizardo
On Tue, Nov 10, 2009 at 12:11 PM, Andrew Flegg and...@bleb.org wrote: On Tue, Nov 10, 2009 at 16:00, Anderson Lizardo anderson.liza...@openbossa.org wrote: The PyMaemo team is pleased to announce the final release of PyMaemo for Maemo 5! BTW, I've tested with bind mounts and /opt. [...]

Re: Optification (was Re: PyMaemo (Python for Maemo) final release for Maemo 5 (Fremantle))

2009-11-10 Thread Andrew Flegg
On Tue, Nov 10, 2009 at 16:33, Anderson Lizardo anderson.liza...@openbossa.org wrote: Nice to hear that! We decided to leave out the optification for the final release, just not to delay it even more. But now I believe we can work on it as an update through extras-devel (I just hope that that

Re: PyMaemo (Python for Maemo) final release for Maemo 5 (Fremantle)

2009-11-10 Thread Benoît HERVIER
Le 10 novembre 2009 17:22, Anderson Lizardo anderson.liza...@openbossa.org a écrit : 2009/11/10 Benoît HERVIER kher...@khertan.net: (such as some remaining documentation) Oh no Please no Did you think it s possible to keep it in a separate package as for example there is still some

Re: Problems Panning/Clicking with GtkIconView

2009-11-10 Thread Jonathan Blake
Hi Daniel, I'm using the PreFinal from http://maemovmware.garage.maemo.org/ - Does that sound like it would be the cause of my problems? Cheers Jon On Tue, Nov 10, 2009 at 12:15 AM, daniel wilms daniel.wi...@nokia.com wrote: Hi Jonathan, which VMWare image and SDK are you using? This was

Re: Problems Panning/Clicking with GtkIconView

2009-11-10 Thread Cornelius Hald
On Tue, 2009-11-10 at 09:08 -0800, Jonathan Blake wrote: Hi Daniel, I'm using the PreFinal from http://maemovmware.garage.maemo.org/ - Does that sound like it would be the cause of my problems? The PreFinal vmware image contains the Final Maemo SDK. So I guess the answer is no. Just a guess

Re: PyMaemo (Python for Maemo) final release for Maemo 5 (Fremantle)

2009-11-10 Thread Anderson Lizardo
2009/11/10 Benoît HERVIER kher...@khertan.net: https://bugs.maemo.org/show_bug.cgi?id=5871 Is it fixed ? (i ll try :) At least two people tried but could not reproduce this bug on N900 (using the latest 0.10 package). Can you please try again and check if you are using the 0.10-1maemo1 version

Re: How to get n900 IMEI code in C

2009-11-10 Thread Faheem Pervez
Here is a quick example I've posted up: http://talk.maemo.org/showpost.php?p=371496postcount=45 Best Regards, Faheem On Tue, Nov 10, 2009 at 12:01 PM, ibrahim ibrahim@asgatech.com wrote: greetings; I wonder if there is an API to get the n900 device IMEI code . I've been searching for a

Package does not end up in DIABLO extras-devel

2009-11-10 Thread Bruce Forsberg
I am working on porting eboard, which is in OS2007, to OS2008 DIABLO. I have got it to compile successfully with the autobuilder but the package never ends up in extras-devel. I have a Section: entry of user/games. Is there a log somewhere that I can look at to find what is wrong with my package

Re: Package does not end up in DIABLO extras-devel

2009-11-10 Thread Frank Banul
You should have received an email from the Maemo Extras Builder, in it there should be a link to the logs. https://garage.maemo.org/builder/diablo/ Frank On Tue, Nov 10, 2009 at 1:19 PM, Bruce Forsberg bruce.forsb...@gmail.com wrote: I am working on porting eboard, which is in OS2007, to

Re: Package does not end up in DIABLO extras-devel

2009-11-10 Thread Bruce Forsberg
Yes it compiled successfully. The log (https://garage.maemo.org/builder/diablo/eboard_1.0.3-9-maemo1/) says: [2009-11-10 11:10:13] Processing package eboard 1.0.3-9-maemo1. Uploader: bforsberg, builder: builder2 [2009-11-10 11:10:23] Building eboard 1.0.3-9-maemo1 for target

Retail FIASCO image for users of real operating systems

2009-11-10 Thread Ryan Abel
Any news on when tablets-dev might be updated for those of us without access to Windows XP installs? You know, most of us with pre-release devices. ;) http://tablets-dev.nokia.com/nokia_N900.php is 404 as of now. ___ maemo-developers mailing list

Re: Mapping the N900 keyboard?

2009-11-10 Thread Qole
Now that the N900 has been released, I will post this question on maemo-developers, in the hopes that some Nokia devs can help me here. I would like to know how to remap the keyboard on the N900. I've received some help from Marius Gedminas, as you will see below, but I'd like to know how to map

Re: How to get a transparent GtkWindow (fremantle)

2009-11-10 Thread Kimmo Hämäläinen
On Tue, 2009-11-10 at 16:15 +0100, ext Luca Donaggio wrote: I thought it was somewhat related to transparency because doing this: gdk_window_reparent(win-window,gtk_widget_get_window(GTK_WIDGET (mainwin)),300,200); makes the HildonAppMenu work again at the price of loosing the