Active Topics

 

Showing results 1 to 19 of 19 @ 0.33 seconds. Search: Posts Made By: Mark Wilcox
Forum: MeeGo / Harmattan 2010-10-22, 16:27
Replies: 197
Views: 139,579
Posted By qgil
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

Now the developer story is easy to explain: Qt is the Queen, Qt Quick is the King and Qt Mobility is the Wizard. That's it.

All the rest is now tagged as legacy, which means that the teams working...
Forum: MeeGo / Harmattan 2010-10-22, 16:01
Replies: 197
Views: 139,579
Posted By kate
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

MeeGotouch is part of MeeGo, so it is not just going away. Qt Quick and Qt Quick components is preferred to new applications because is is cross platform. You have Qt Quick everywhere were you have...
Forum: MeeGo / Harmattan 2010-10-22, 13:29
Replies: 197
Views: 139,579
Posted By vivainio
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

Here's the deal:

http://labs.qt.nokia.com/2010/09/10/building-the-future-reintroducing-the-qt-quick-components/
Forum: MeeGo / Harmattan 2010-10-22, 13:26
Replies: 197
Views: 139,579
Posted By NvyUs
Forum: MeeGo / Harmattan 2010-01-21, 09:30
Replies: 197
Views: 139,579
Posted By svdwal
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

It won't be that simple.

1) Look and feel. Dui apps will have a different look and feel from Symbian ^4 apps, at least, this is one of the arguments used against my proposal. However, App Stores...
Forum: MeeGo / Harmattan 2010-01-18, 12:17
Replies: 197
Views: 139,579
Posted By noam
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

I don't have a technical argument - I completely agree that a better way to do things would be as a Qt backend and not a frontend on top of Qt. I also believe that the Maemo/Symbian people have done...
Forum: MeeGo / Harmattan 2010-01-18, 10:30
Replies: 197
Views: 139,579
Posted By svdwal
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

There is a big difference between having to create a couple of widgets and having to rename each and every Qt class in your app.

The Dui proposal requires you to change all the top-level UI code....
Forum: MeeGo / Harmattan 2010-01-17, 00:40
Replies: 197
Views: 139,579
Posted By noam
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

Almost all of Qt apps in the world extend the basic framework to include their own widget sets and APIs. Even on desktop, some of the more serious commercial application use Qt as the core...
Forum: MeeGo / Harmattan 2010-01-15, 14:10
Replies: 197
Views: 139,579
Posted By qgil
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

I think you are overlooking the Web Runtime here, which is just as first class citizen.

How many Javascript-friendly developers you find for each developer ready to go through Qt+DUI/Orbit? How...
Forum: MeeGo / Harmattan 2010-01-13, 11:36
Replies: 197
Views: 139,579
Posted By arlehyn
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

Did you do actual programming with #ifdefs for multi-platform UI in single source? Don't you think it would have been much more fun and much more productive without #ifdefs?


So of course if...
Forum: MeeGo / Harmattan 2010-01-12, 20:03
Replies: 197
Views: 139,579
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 2010-01-12, 08:51
Replies: 197
Views: 139,579
Posted By arlehyn
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

I just want to point out, that unless you're running a professionally managed software project with developers and testers and test devices for all branches of that #ifdef tree (hopefully just two,...
Forum: MeeGo / Harmattan 2010-01-11, 13:16
Replies: 197
Views: 139,579
Posted By dubik
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

You are confusing me. When you say DuiApplication do you actually mean all widgets and classes which directui provides? So you want to create QPushButton, QLabel and have interface like iPhone or...
Forum: MeeGo / Harmattan 2010-01-08, 23:20
Replies: 197
Views: 139,579
Posted By attila77
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

My problem with that was that more complex Qt projects tended to have 'smart' dialogs and forms, many of the actual signals, actions, etc defined in the forms. Which is cool and makes it easier to...
Forum: MeeGo / Harmattan 2010-01-07, 18:00
Replies: 197
Views: 139,579
Posted By dubik
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

I wouldn't put my money on itemview-ng. It's a great research project but not much more. Not to mention that it will take years until it become part of QT. I would suggest to all angry people...
Forum: MeeGo / Harmattan 2009-12-16, 12:42
Replies: 197
Views: 139,579
Posted By zchydem
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

For those who are worried about compatibility of the QWidget based widgets in Dui, you might be interested in about the itemview-ng project in Qt Software.

Their goals is to make all the...
Forum: MeeGo / Harmattan 2009-12-15, 23:04
Replies: 197
Views: 139,579
Posted By Jaffa
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

And this was the mistake that was made back in 2005 with Hildon. I'm sure it was the "right" decision given the constraints and expectations at the time, but duplicating an API...
Forum: MeeGo / Harmattan 2009-12-15, 21:08
Replies: 197
Views: 139,579
Posted By conny
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

I think most people see that there is the need for a different UI on different devices. But the differentiation should be on the visual level. Not on the API level.
Of course there also might be the...
Forum: MeeGo / Harmattan 2009-12-15, 17:07
Replies: 197
Views: 139,579
Posted By qgil
Re: Maemo 6 loosing source compatibility with plain Qt, and Symbian^4

Hi Mark, nice post with good technical insight.

Now, you know that software is developed by people with goals. In theory you can look at a toolkit and conclude that it will take this time for...
Showing results 1 to 19 of 19



 
Forum Jump

All times are GMT. The time now is 01:07.