Re: How to resolve network connectivity without using Qt Mobility in Qt?

2010-07-22 Thread Sascha Mäkelä
Hi Ville, Let me just copy and paste here a few emails I got from Publish To Ovi Support: As a matter of fact, this app is failed in QA because of feature of application manager direct installing from deb file cause that installing will complain two dependence library: 'libqtm-bearer and

Re: How to resolve network connectivity without using Qt Mobility in Qt?

2010-07-22 Thread Sascha Mäkelä
Hi Ville, I did that and this is the response I got: In fact, the issue is not we cannot install the missing libraries on our own; it is that we cannot assume that end-users/consumers have this knowledge to install the dependencies by themselves. Thus, the current workaround for this is to

Re: How to resolve network connectivity without using Qt Mobility in Qt?

2010-07-22 Thread Sascha Mäkelä
Hi Ville, Well this is indeed weird. I'm beginning to think that all the Memo guys of Ovi Store are in holidays and the ones left have no idea how to publish my app for Maemo. The funny thing is that in our Ovi Store publishing site the status of my app is Passed and has been for about a week

Re: How to resolve network connectivity without using Qt Mobility in Qt?

2010-07-22 Thread Sascha Mäkelä
Hi Marius, So according your opinion, should I wait for this issue to be resolved at Nokia's end or should I try to make changes to my app? The one suggestion I've been given several times is to statically include Qt Mobility, but I'm not so sure if that is a great idea and even if it was, I

Re: How to resolve network connectivity without using Qt Mobility in Qt?

2010-07-22 Thread Sascha Mäkelä
Well, I think I'll just do my original version again which basically only detects if the connection exist or not. If there is no connection it will just prompt the user to manually connect. After all, my only needs the internet connection for data updates that are not even necessary for the app to

Re: How to resolve network connectivity without using Qt Mobility in Qt?

2010-07-22 Thread Sascha Mäkelä
Just as a side-note - can we work on making at least the Ovi QA criteria public so that we do not get minefield issues like this one ? I understand Maemo5 is fairly new and small in the Ovi story, but it would greatly help if we could see the criteria - in the worst case, adapt to it without

Re: How to to manually package Qt Mobility?

2010-07-21 Thread Sascha Mäkelä
On Wed, Jul 21, 2010 at 15:30, Taneli Vähäkangas taneli.vahakan...@cs.helsinki.fi wrote: Are the ovi people aware of this problem? Cheers, Taneli Yes, they should be aware of this as it is they who told me that currently developers have to manually package the Qt Mobility package

Re: How to to manually package Qt Mobility?

2010-07-21 Thread Sascha Mäkelä
Anyway, the pressing problem I have now is what should I do with my app? I had to use Qt Mobility to be able to detect Offline mode and other network issues I had with QA (which at least I can't find documented anywhere... I think it would be nice to know what the QA wants beforehand). Now they

Re: How to to manually package Qt Mobility?

2010-07-21 Thread Sascha Mäkelä
Hi, I just got a reply from Ovi Support. This is what they suggest: You can always try to build the Qt Mobility source with your app. The source package can be downloaded at http://repository.maemo.org/pool/fremantle/free/q/qt-mobility/qt-mobility_1.0.2-maemo1.tar.gz; or you can use apt-get

Re: How to to manually package Qt Mobility?

2010-07-20 Thread Sascha Mäkelä
Debian repository. Thanks, Daniil. On Tue, Jul 20, 2010 at 9:13 AM, Sascha Mäkelä sascha.mak...@gmail.com wrote: I got this email from Ovi Support today: As a matter of fact, this app is failed in QA because of feature of application manager direct installing from deb file cause

Re: How to to manually package Qt Mobility?

2010-07-20 Thread Sascha Mäkelä
OK. If Ovi Store for paid apps is no using a repository, then what about using preinst script or something to install the dependencies? Bare in mind that my experience in Linux and/or Debian packages is very limited, so this might be totally wrong. I'm just running out of ideas. Does anyone have a

Re: QtSql and Debian package probelm

2010-06-11 Thread Sascha Mäkelä
::addDatabase(QSQLITE); db.setDatabaseName(/home/user/.AppName); if (!db.open()) qDebug() db.lastError(); Thanks, Daniil. On Thu, Jun 10, 2010 at 4:33 PM, Sascha Mäkelä sascha.mak...@gmail.com wrote: Ehr... no. And how would I do that? Sorry for these silly questions... Thanks

Re: QtSql and Debian package probelm

2010-06-11 Thread Sascha Mäkelä
Hmm... it doesn't print anything in the console. I've also added this before the error: qDebug() name Error!; Strange... Thanks, Sascha On Fri, Jun 11, 2010 at 11:57, Sascha Mäkelä sascha.mak...@gmail.comwrote: On Fri, Jun 11, 2010 at 11:42, Daniil Ivanov daniil.iva...@gmail.comwrote

Re: QtSql and Debian package probelm

2010-06-11 Thread Sascha Mäkelä
, 2010 at 11:59, Sascha Mäkelä sascha.mak...@gmail.comwrote: Hmm... it doesn't print anything in the console. I've also added this before the error: qDebug() name Error!; Strange... Thanks, Sascha On Fri, Jun 11, 2010 at 11:57, Sascha Mäkelä sascha.mak...@gmail.comwrote: On Fri, Jun 11

QtSql and Debian package probelm

2010-06-10 Thread Sascha Mäkelä
Hi, I just made a Debian package of my app. I'm using QtSql in it. But for some reason when I install the package, all the SQL things don't work. My guess is that I'm missing something in the Build-Depends line in the control file. How can I check what libs I need to add there and what are their

Re: QtSql and Debian package probelm

2010-06-10 Thread Sascha Mäkelä
Sascha! You don't have to include libqt4-network and libqt4-sql in Depends:. Where do you save your DB? Thanks, Daniil. On Thu, Jun 10, 2010 at 3:47 PM, Sascha Mäkelä sascha.mak...@gmail.com wrote: This how it looks now: Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-network, libqt4

Re: QtSql and Debian package probelm

2010-06-10 Thread Sascha Mäkelä
-10 15:47, Sascha Mäkelä sascha.mak...@gmail.com wrote: This how it looks now: Depends: ${shlibs:Depends}, ${misc:Depends}, libqt4-network, libqt4-sql, libqt4-sql-sqlite But still it doesn't work. Am I missing something? The app works fine when I run it in N900 from Qt Creator. Which

How to optify in MADDE?

2010-06-09 Thread Sascha Mäkelä
How can I optify a package in Windows using MADDE? Does this work: http://maemo.org/packages/package_instance/view/fremantle_extras_free_armel/maemo-optify/0.2.1/ If it does, how can I install it to MADDE? Cheers, Sascha ___ maemo-developers mailing

How to force landscape mode in Qt 4.6.2?

2010-06-08 Thread Sascha Mäkelä
Hi, In my app I have setAttribute(Qt::WA_Maemo5AutoOrientation, true) in the main.cpp. The auto orientation works fine. However, I have some stacked windows that I want to display only in landscape. I've tried using setAttribute(Qt::WA_Maemo5LandscapeOrientation, true) when creating the window or

Strange problem with Maemo5ShowProgressIndicator

2010-06-07 Thread Sascha Mäkelä
Hi, I'm having a strange problem with Maemo5ShowProgressIndicator. My code looks like this: QMessageBox::StandardButton reply; reply = QMessageBox::warning(this, tr(Warning!), QMessageBox::Yes | QMessageBox::No); if (reply == QMessageBox::Yes) {

Re: Why should I write apps for Maemo?

2010-05-07 Thread Sascha Mäkelä
I would be already happy if the Qt Simulator in Qt SDK would run like PR1.2. Currently as it is I'm stuck on my development, because I cannot test the Qt 4.6.2 Maemo features like WA_Maemo5PortraitOrientation. Sascha ___ maemo-developers mailing list

Is maemo.org web site down?

2010-03-29 Thread Sascha Mäkelä
Is it only me or is the maemo.org site down? I only get a blank page. Cheers, Sascha ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

How to use MySQL with Maemo 5?

2010-03-29 Thread Sascha Mäkelä
I'm trying to retrieve data from a MySQL server. I use the following example code (with some slight modifications): Code: QSqlDatabase db = QSqlDatabase::addDatabase(QMYSQL); db.setHostName(bigblue); db.setDatabaseName(flightdb); db.setUserName(acarlson);

Re: How to make a finger scrollable frame for widgets in Qt 4.5?

2010-03-22 Thread Sascha Mäkelä
(sys.argv) sw = StackedWindow() sw.show() sys.exit(app.exec_()) On Sat, Mar 20, 2010 at 7:31 AM, Sascha Mäkelä sascha.mak...@gmail.comwrote: Yes I'm using that. I just don't know what view I should use. I've tried QScrollArea, QFrame, QWidget and also the QMainWindow, but nothing

Re: How to make a finger scrollable frame for widgets in Qt 4.5?

2010-03-20 Thread Sascha Mäkelä
, Sascha On Sat, Mar 20, 2010 at 08:23, Timo Härkönen timop.harko...@gmail.comwrote: Hi 2010/3/19 Sascha Mäkelä sascha.mak...@gmail.com I'm trying to make a finger scrollable area which has many buttons and other widgets in it, because I cannot fit them on the screen. I have something

How to make a finger scrollable frame for widgets in Qt 4.5?

2010-03-19 Thread Sascha Mäkelä
I'm trying to make a finger scrollable area which has many buttons and other widgets in it, because I cannot fit them on the screen. I have something similar in mind as in this video clip: http://labs.trolltech.com/blogs/?p=1480 Any idea how can I do it? Cheers, Sascha

Re: Extras-testing improvements

2010-03-09 Thread Sascha Mäkelä
I would like to see more interaction between the dev and the Testing Squad. In the current system after the dev promotes the package to testing, all he can do is to hope that everything is OK. If it's not, he has to promote new package and everything starts from zero again. I don't think this good

Re: Extras-testing improvements

2010-03-09 Thread Sascha Mäkelä
No. The testing squad and testers in general also leave (I like to believe more often valuable than not) comments and suggestions. You will see plenty of 'X dialogue not finger friendly', 'use a hildon file dialogue', 'it is very slow while loading data', 'a WiFi-only refresh option would be

Re: Maemo 5 PR1.2 and Extras

2010-02-24 Thread Sascha Mäkelä
I would prefer if devs could get the PR1.2 update a week or so earlier than the general release. This way most of the necessary updates from Qt 4.5 to 4.6 could be done before the general public gets the new firmware. Also the normal 10 day quarantine should not apply to these case. Thanks,

Re: Maemo 5 PR1.2 and Extras

2010-02-24 Thread Sascha Mäkelä
On Wed, Feb 24, 2010 at 15:30, Niels Breet ni...@maemo.org wrote: Also the normal 10 day quarantine should not apply to these case. I'm not sure if that is a good idea. The quarantine is there for a reason, the switch between these Qt releases can actually introduce issues. If we have the

Re: Free space, Qt and PR1.2

2010-02-17 Thread Sascha Mäkelä
I too would like to know the answer for this and preferable before PR1.2 is released. On Wed, Feb 17, 2010 at 11:57, Attila Csipa ma...@csipa.in.rs wrote: In the light of the latest PR1.1.1 and free space issues I was wondering about the soon to be PR1.2 and Qt update impact on it. Is there a

Is package importing working?

2010-02-15 Thread Sascha Mäkelä
Two days ago autobuilder wasn't working for me. Now that it works, package importing doesn't seem to work, as I uploaded a package some time ago and while building succeeded, it hasn't been imported yet. This is getting old... Anyway, has anybody noticed the same? Thanks, Sascha

Is the autobuilder working?

2010-02-13 Thread Sascha Mäkelä
Is the autobuilder working currently? I uploaded a package some times ago and I haven't received any email about its status. Thanks, Sascha ___ maemo-developers mailing list maemo-developers@maemo.org

A proper home page in maemo.org with help wiki for each app in Extras

2010-02-12 Thread Sascha Mäkelä
While writing help files for my current project, I came to a conclusion that it would be easier to have the app simply point to a wiki page. This way a new version of the app would not be needed for changes/corrections in the documentation. Now since we already have a Downloads page in maemo.org

Re: A proper home page in maemo.org with help wiki for each app in Extras

2010-02-12 Thread Sascha Mäkelä
On Fri, Feb 12, 2010 at 23:16, Ryan Abel rabe...@gmail.com wrote: This isn't really any easier than bundling the docs with the application package itself and marginally more complicated for both the developer and the user. If the docs package is in user/*, then it's cluttering up the

Re: Request: Tutorials use-cases for documentation

2010-02-11 Thread Sascha Mäkelä
How to override Silent Profile? ___ maemo-developers mailing list maemo-developers@maemo.org https://lists.maemo.org/mailman/listinfo/maemo-developers

Re: New to N900 and Qt, what's the best place to start?

2010-01-25 Thread Sascha Mäkelä
I too didn't manage to get the USB to work. But I found out that WLAN does and it's much better as there is no need for cables. ;-) Cheers, Sascha On Tue, Jan 26, 2010 at 01:40, Paul Hartman paul.hartman+ma...@gmail.com wrote: On Sun, Jan 24, 2010 at 2:41 PM, Klaus Rotter kl...@rotters.de

Re: Is Maemo Talk sever always down during the morning?

2010-01-22 Thread Sascha Mäkelä
Yeah, maybe I should be more specific about what I intend with morning. It's around 11:00 UTC/GMT according to a 24 hour clock. ;) On Fri, Jan 22, 2010 at 10:38, Wake Array wake.ar...@gmail.com wrote: I've never had any trouble at 2am eastern. :) On Fri, Jan 22, 2010 at 2:16 AM, Sascha Mäkelä

Re: Is Maemo Talk sever always down during the morning?

2010-01-22 Thread Sascha Mäkelä
expect heavy usage. On Fri, Jan 22, 2010 at 4:06 AM, Sascha Mäkelä sascha.mak...@gmail.com wrote: Yeah, maybe I should be more specific about what I intend with morning. It's around 11:00 UTC/GMT according to a 24 hour clock. ;) On Fri, Jan 22, 2010 at 10:38, Wake Array wake.ar...@gmail.com wrote

Re: Donate $x button on Packages and/or Downloads

2010-01-22 Thread Sascha Mäkelä
Yes, I would definitely be in favour of a centralised donation system. However, instead of the suggested amount set by the author, why not have a general minimum amount (say like €1) accepted per app? Then the the user who wants to donate, would select the amount and the app(s). Thanks, Sascha

Re: Donate $x button on Packages and/or Downloads

2010-01-22 Thread Sascha Mäkelä
A donation is voluntary. No one should feel obligated to do it and it's not a requirement for using the app. Yet, if someone wants to show appreciation to the developer, no matter if it's new app, a port or just mod, with a monetary donation, it shouldn't be too difficult for him/her to do it. Any

Re: Donate $x button on Packages and/or Downloads

2010-01-22 Thread Sascha Mäkelä
From various on-line dictionaries: Donate (Verb) To present as a gift to a fund or cause; contribute. to present as a gift, grant, or contribution; make a donation of, as to a fund or cause to give; to contribute; to grant; to bestow [INTRANSITIVE/TRANSITIVE] to give something such as money

Re: Donate $x button on Packages and/or Downloads

2010-01-22 Thread Sascha Mäkelä
It should also be a well known and trusted system. Unfortunately, the only one I know is PayPal, which is not that great for micro-payment. But it's better than nothing and many users already have a PayPal account, so it's fairly fast to use. On Fri, Jan 22, 2010 at 15:58, Andrew Flegg

Re: QDesktopServices::openUrl opens always 2 web pages

2010-01-21 Thread Sascha Mäkelä
On Thu, Jan 21, 2010 at 10:06, Mustali Dalal archeb...@gmail.com wrote: On Thu, Jan 21, 2010 at 8:25 AM, Sascha Mäkelä sascha.mak...@gmail.com wrote: I uses (in Qt 4.5) two different methods to open outside URL links: 1. A button in the Menu bar, that when clicked does: Code: void

Is Maemo Talk sever always down during the morning?

2010-01-21 Thread Sascha Mäkelä
Is it just me, but it seems that the Maemo Talk is always down around this time. Well, at least this week it has been. Has anyone else noticed this trend? Thanks, Sascha ___ maemo-developers mailing list maemo-developers@maemo.org