Showing results 1 to 24 of 24 @ 0.01 seconds. Search: Posts Made By: sjaensch
Forum: Development 2010-02-05, 14:00
Replies: 295
Views: 112,555
Posted By sjaensch
Re: Technology Preview: MADDE

Hi Daniel, thanks for the update! How about some Qt 4.6 love? It's now in beta, so the Maemo5-specific API should be stable enough. Fixing bug 7773 along the way would help too... :)
Forum: Development 2010-02-04, 10:55
Replies: 15
Views: 6,114
Posted By sjaensch
Re: MADDE vs Scratchbox

Scratchbox:

works only on Linux
needs a Virtual Machine with Linux on it if you want to develop on other host OSes
brings an N900 emulator (even though people are quick to point out that it's...
Forum: Development 2010-02-03, 20:24
Replies: 7
Views: 2,559
Posted By sjaensch
Re: QMaemo5InformationBox Text Color

I'll do that, but you can also leave a comment there yourself. ;)
Forum: Development 2010-02-03, 19:23
Replies: 7
Views: 2,559
Posted By sjaensch
Re: QMaemo5InformationBox Text Color

I noticed this bug myself, but forgot to report it because I was in the middle of something. Done now, you can track it here: http://bugreports.qt.nokia.com/browse/QTBUG-7887
Forum: Development 2010-02-01, 09:07
Replies: 16
Views: 12,431
Posted By sjaensch
Re: How to compile Qt location example ?

I did all of that already and I'm happy to report that I successfully added liblocation support to my Qt application. Still, I find the example lacking, especially considering that it describes...
Forum: Development 2010-01-29, 22:01
Replies: 16
Views: 12,431
Posted By sjaensch
Re: How to compile Qt location example ?

Unfortunately, there isn't. The example consists of a single C file containing GTK+ code. :( I would also really like to know how to get the location info in a Qt application.
Forum: MeeGo / Harmattan 2010-01-19, 12:10
Replies: 197
Views: 133,258
Posted By sjaensch
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

dubik, you got me confused. You basically said that DUI and Orbit are both there to perform the same task (highly animated finger-friendly UIs). You also said that DUI will work on all platforms, be...
Forum: Maemo 5 / Fremantle 2010-01-15, 09:18
Replies: 8
Views: 2,523
Posted By sjaensch
Re: HOWTO: ISync

The ZIP-File contains nothing but a folder. scudderfish's version works. :)
Forum: MeeGo / Harmattan 2010-01-12, 20:03
Replies: 197
Views: 133,258
Posted By sjaensch
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

They are, by and large, evil. That's why Stroustrup discourages the use of macros in particular and the preprocessor in general. That's why practically all newer languages got rid of the preprocessor...
Forum: MeeGo / Harmattan 2009-12-15, 17:56
Replies: 197
Views: 133,258
Posted By sjaensch
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

As someone else posted earlier in this thread: Isn't it too late then? Just look at libqt4-maemo5. A lot of things done there are Fremantle-only so Qt4.6-powered apps can be released for the N900 in...
Forum: Development 2009-12-03, 13:07
Replies: 29
Views: 12,999
Posted By sjaensch
Re: Qt 4.6 for beginners

There is a Qt plugin for Eclipse: http://qt.nokia.com/developer/eclipse-integration
Unfortunately, it is not available for Mac OS X.
Forum: Development 2009-12-03, 10:59
Replies: 29
Views: 12,999
Posted By sjaensch
Re: Qt 4.6 for beginners

If you are a total beginner, maybe Python would be an easier language to start with. Just google "Python tutorial" (or "C++ tutorial" if you want to jump directly into C++) and start having fun. :)
Forum: MeeGo / Harmattan 2009-12-03, 10:12
Replies: 197
Views: 133,258
Posted By sjaensch
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

I asked him the same by email. But I guess qgil is on his way to Barcelona now. :) Anyway, I think that is the mailing list he meant.
Forum: MeeGo / Harmattan 2009-12-02, 15:50
Replies: 197
Views: 133,258
Posted By sjaensch
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

Yes. I already have the first two #ifdefs in my application just to get kinetic scrolling. And here is the best part: as far as I can gather, that's not even platform-specific code (works for all of...
Forum: Development 2009-12-02, 12:21
Replies: 5
Views: 3,122
Posted By sjaensch
Re: FingerScrollable in 4.6

And beware that currently, using kinetic scrolling in qt4-maemo5 crashes your app if the scrollarea has child widgets. This should be fixed in the next qt4-maemo5 update.
Forum: Development 2009-12-02, 12:18
Replies: 15
Views: 18,478
Posted By sjaensch
Re: new python GPS wrapper (liblocation.py)

hopbeat: Where can I find out more about the C++ library?
Forum: MeeGo / Harmattan 2009-12-02, 11:45
Replies: 197
Views: 133,258
Posted By sjaensch
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

And you don't see the problem with that statement? The goal of Qt is easy cross-platform development. The reason for Qt on Symbian, Maemo and WinMo is to be able to easily develop across these...
Forum: Development 2009-11-21, 14:52
Replies: 1
Views: 1,149
Posted By sjaensch
Re: Python Code Completion in ESBox

ESBox incorporates a somewhat outdated version of Pydev, the Eclipse Python support. Originally Pydev did not have code completion, you had to buy a license for the commercial Pydev Extensions to get...
Forum: MeeGo / Harmattan 2009-11-21, 11:23
Replies: 197
Views: 133,258
Posted By sjaensch
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

Completely agree with the criticism. Obviously things need to be done differently depending on the platform. That's why I'm using a cross-platform library - to take care of those things for me. Why...
Forum: Development 2009-11-10, 20:16
Replies: 6
Views: 3,974
Posted By sjaensch
Re: Using Python and Qt on Maemo 5 - help needed

I'm at home now and just like you said, works like a charm! I'll be off coding... ;)
Forum: Development 2009-11-10, 15:13
Replies: 6
Views: 3,974
Posted By sjaensch
Re: Using Python and Qt on Maemo 5 - help needed

I already read about Pluthon, and it looks like exactly the right thing for me. Having to run ESBox in a VM is not the nicest of development environments. Unfortunately, I don't have a device (yet)....
Forum: Development 2009-11-10, 14:01
Replies: 6
Views: 3,974
Posted By sjaensch
Re: Using Python and Qt on Maemo 5 - help needed

Hey attila, actually I already checked out your presentation. :) Unfortunately, the presentation skips the crucial step - how to set up the development environment. I know I have to install PySide....
Forum: Development 2009-11-10, 13:21
Replies: 6
Views: 3,974
Posted By sjaensch
Using Python and Qt on Maemo 5 - help needed

Hi everybody! I'm new to mobile development, but I am an experienced Web developer (Python/PHP/Java). This is a hobby for me, so naturally I wanted to leverage my Python skills (and the language is...
Forum: General 2009-11-10, 13:06
Replies: 2,070
Views: 697,509
Posted By sjaensch
Re: New members say hello !

Hi everybody. I'm a web developer and am currently looking to buy my first smartphone. It will most probably be the Nokia N900, since I really like the device and the Maemo OS. I also plan on...
Showing results 1 to 24 of 24



 
Forum Jump

All times are GMT. The time now is 09:23.