Re: QMainWindow crashes when it closes while the menu is visible

2010-02-25 Thread Antonio Aloisio
Hi, to produce a BT please read this [1]. Regards, Antonio PS: If you are the author of the thread in Forum Nokia Discussion board [2], please avoid multi-posting. [1] http://wiki.maemo.org/Qt4_Hildon#Debugging_a_Qt_application [2]

Re: Maemo 5 PR1.2 and Extras

2010-02-25 Thread Marius Vollmer
ext Dave Neary dne...@maemo.org writes: Then a new version of the SDK comes out, which is not backwards compatible. A number of potentially bad things can happen: I agree with your points in general, but I want to qualify them a bit. There are two issues: - I think it is very important to be

Re: Problem running ogles2 program on Nokia N900

2010-02-25 Thread Kimmo Hämäläinen
On Wed, 2010-02-24 at 22:37 +0100, ext Jonny Karlsson wrote: I have successfully compiled an OpenGL ES 2.0 program on scratchbox for the FREMANTILE_ARMEL plattform. However, when running the program on Nokia N900 the compilation of the vertex and fragment shaders fails. This is the error

Re: Maemo 5 PR1.2 and Extras

2010-02-25 Thread Marius Vollmer
ext David Greaves da...@dgreaves.com writes: My wife must have done an 'ignore' on a Maemo5 update sometime in oct/nov. The device never reminded her again. She only got pr1.1.1 because she noticed my device made a sound on account connections and hers didn't... I did 2 upgrades in

Re: qmake

2010-02-25 Thread Tatu Lahtela
On Thu, Feb 25, 2010 at 9:26 AM, daniel wilms daniel.wi...@nokia.comwrote: ext ianaré sévi wrote: I'm having problems building my package using qmake on extra-devels. make[1]: Entering directory `/home/builder1/maemo-fremantle-armel-extras-devel/work/tipqalc-0.3.0/src' make[1]: *** No rule

Re: Maemo 5 PR1.2 and Extras

2010-02-25 Thread David Greaves
Marius Vollmer wrote: ext David Greaves da...@dgreaves.com writes: My wife must have done an 'ignore' on a Maemo5 update sometime in oct/nov. The device never reminded her again. She only got pr1.1.1 because she noticed my device made a sound on account connections and hers didn't... I

Re: Problem running ogles2 program on Nokia N900

2010-02-25 Thread Jonny Karlsson
Thank you for your prompt answer! I noticed I had precision and variable type the wrong way and changed that (it still worked in the emulator though). I also removed the precision values from all attributes. But I still get the same error. This is very weird, it seams like the shader code is

Re: Problem running ogles2 program on Nokia N900

2010-02-25 Thread Kimmo Hämäläinen
On Thu, 2010-02-25 at 10:38 +0100, ext Jonny Karlsson wrote: Thank you for your prompt answer! I noticed I had precision and variable type the wrong way and changed that (it still worked in the emulator though). I also removed the precision values from all attributes. But I still get the

Re: Maemo 5 PR1.2 and Extras

2010-02-25 Thread Xavier Bestel
On Wed, 2010-02-24 at 17:48 +, Graham Cobb wrote: On Wednesday 24 February 2010 17:18:29 Thomas Tanner wrote: On 24.02.10 18:04, Graham Cobb wrote: Why do I think many people will not upgrade? This device is a phone. The N900 is a mobile computer. I am talking about the people

Re: UK Maemo firmware location = Rapidshare??!

2010-02-25 Thread Dawid Lorenz
On 24 February 2010 22:51, Jan Knutar jknu...@nic.fi wrote: If you're going to flash, why not flash the global firmware? Or will Bad Things(TM) happen from that? There should be no dragons hidden in flashing generic firmware, really. The main question is - should I really be bothered to do

Re: UK Maemo firmware location = Rapidshare??!

2010-02-25 Thread Andre Klapper
Am Donnerstag, den 25.02.2010, 10:26 + schrieb Dawid Lorenz: but why oh why generic editions are getting such delays too??? I don't get that part. Do you refer to the few weeks difference between week/year in the x.year.week-y versioning scheme and the actual publishing date? That's because

Re: Maemo 5 PR1.2 and Extras

2010-02-25 Thread Martin DeMello
On Thu, Feb 25, 2010 at 2:33 PM, Marius Vollmer marius.voll...@nokia.com wrote: That's a bug in the ignore machinery: I think we only store which packages have been ignored, but not which versions.  This means that if you ignore a OS update, you will never be notified again about OS updates

Re: UK Maemo firmware location = Rapidshare??!

2010-02-25 Thread Dawid Lorenz
On 25 February 2010 10:34, Andre Klapper aklap...@openismus.com wrote: Am Donnerstag, den 25.02.2010, 10:26 + schrieb Dawid Lorenz: but why oh why generic editions are getting such delays too??? I don't get that part. Do you refer to the few weeks difference between week/year in the

Re: Maemo 5 PR1.2 and Extras

2010-02-25 Thread Marius Vollmer
ext David Greaves da...@dgreaves.com writes: That's a bug in the ignore machinery: I think we only store which packages have been ignored, but not which versions. This means that if you ignore a OS update, you will never be notified again about OS updates ever. Has a fairly big impact on

Re: Maemo 5 PR1.2 and Extras

2010-02-25 Thread Marius Vollmer
ext Martin DeMello martindeme...@gmail.com writes: How do I clear out my ignore history? Try this: $ rm ~/.hildon-application-manager/{seen,tapped}-updates We don't really keep a history of what has been ignored, just a brief record of what has been shown in the Updates view. This is

MobileDevCamp Helsinki competition

2010-02-25 Thread tero.kojo
Hi, As part of MobileDevCamp [1], there is a 48 hour developer competition. Write a cool app in 48 hours to win a good prize. The topic and rules will be announced today at 17:00 (EET). Sign up [3], be creative and make good apps! Tero [1] http://mobiledevcamp.fi/ [2]

Re: Problem running ogles2 program on Nokia N900

2010-02-25 Thread Jonny Karlsson
Now I finally managed to get my OGLES2 program working on N900. The variable type and the precision definition was still in the wrong order at one place in my code... Here are my working shaders: const char* pszVertShader = attribute vec4myVertex;\n

Re: qmake

2010-02-25 Thread Murray Cumming
On Thu, 2010-02-25 at 11:26 +0200, Tatu Lahtela wrote: Another option is that you have run qmake outside the scratchbox environment and created invalid Makefiles. You might have to delete your current Makefiles manually and then re-run qmake in the target platform. Users of (awful, horrible,

Re: qmake

2010-02-25 Thread Ville M. Vainio
On Thu, Feb 25, 2010 at 2:17 PM, Murray Cumming murr...@murrayc.com wrote: Users of (awful, horrible, hateful, doesn't-actually-do-much) qmake regularly have to do complete rebuilds. Luckily, when using git, it's easy to remove all generated files like so: git clean -dfx Or a bit more

Re: Problem running ogles2 program on Nokia N900

2010-02-25 Thread Kimmo Hämäläinen
On Thu, 2010-02-25 at 13:14 +0100, ext Jonny Karlsson wrote: Now I finally managed to get my OGLES2 program working on N900. The variable type and the precision definition was still in the wrong order at one place in my code... ... So, at least on N900, the variable type must be defined

Re: qmake

2010-02-25 Thread John Kemp
Hi Murray, On Feb 25, 2010, at 7:17 AM, Murray Cumming wrote: On Thu, 2010-02-25 at 11:26 +0200, Tatu Lahtela wrote: Another option is that you have run qmake outside the scratchbox environment and created invalid Makefiles. You might have to delete your current Makefiles manually and then

RE: MobileDevCamp Helsinki competition

2010-02-25 Thread tero.kojo
The topic is now live, directly from http://wiki.maemo.org/Mobile_Dev_Camp_2010#Competition : To win the contest write an application in Qt for Maemo or Symbian, ideally for both, which: * uses the QtNetwork module, * integrates some aspect of the social web AND * the general topic

Re: qmake

2010-02-25 Thread Murray Cumming
On Thu, 2010-02-25 at 09:59 -0500, John Kemp wrote: Users of (awful, horrible, hateful, doesn't-actually-do-much) qmake Is there an easy alternative for doing Qt builds? I use autotools with Qt because autotools-created projects do things in de-facto standard documented ways on Linux, and

invoking the application manager programatically in Qt

2010-02-25 Thread ibrahim
greetings; I was hoping to add enable installing some features/add-ons/updates in the form of .deb packages (for example: font packages/ updates to my SW) from within my Qt application. So, I used an approach similar to OTA installation. I add a '.install' file in some server, open the link

Re: qmake

2010-02-25 Thread Ville M. Vainio
On Thu, Feb 25, 2010 at 5:14 PM, Murray Cumming murr...@murrayc.com wrote: I use autotools with Qt because autotools-created projects do things in de-facto standard documented ways on Linux, and actually work. It's Everything we have sort of sucks. I was hoping something would come out of

Re: Conversation Facebook plugin

2010-02-25 Thread Xavier Bestel
Hi, On Thu, 2010-02-11 at 17:34 +0100, Xavier Bestel wrote: On Thu, 2010-02-11 at 10:01 +, Jonny Lamb wrote: On Wed, Feb 10, 18:42:48 -0600, Kahlil Johnson wrote: Facebook recently change to XMPP protocol and this might affect the Facebook addition to Conversations that used to rely

Re: Garage project takeover

2010-02-25 Thread Javier S. Pedro
Graham Cobb wrote: I suggest a formal email from Niels, in the name of the council, notifying him that someone else wants to take over his project and that the council agrees. As the project is currently empty, and so nothing will be lost, I would give him 1 more week to respond to that

RE: Maemo 5 PR1.2 and Extras

2010-02-25 Thread Aldon Hynes
Random comments: While some people view the N900 as a mobile computer, and I use mine that way, I do believe that the majority of people buying an N900 are/will be buying it as a phone. I bought it primarily as a phone and everyone I know that has considered buying it, have been making the

SQLite

2010-02-25 Thread Demetris
Hi all, I was able to install and run mySQL on both the N800 and N810 fairly easy. I want to also test out the SQLite - I download the binaries for it from the SQLite site (http://www.sqlite.org/sqlite3-3.6.22.bin.gz), chmod on it to x, and launch but it fails - meaning it is not actiing as

Re: SQLite

2010-02-25 Thread Fred Lefevere-Laoide
Sqlite is available in the extras repository as a lib (gpe and others depnd on it) Fred - Original message - Hi all,       I was able to install and run mySQL on both the N800 and N810 fairly easy. I want to also test out the SQLite - I download the binaries for it from the SQLite