![]() |
2009-10-25
, 09:24
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#51
|
![]() |
2009-10-25
, 15:38
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#52
|
I'd still recommend Python for weekend coders, especially those with C(++)itis. At least with that you can forego the whole SB/SDK thing and still not have the problem above.
The Following User Says Thank You to lcuk For This Useful Post: | ||
![]() |
2009-10-25
, 16:49
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#53
|
one slight problem with this (which is the same mini bug I have)
packaging on the device is lacking.
unless a generic simple mechanism can be made to get their creations off the device and into extras scratchbox will be needed for the final step.
dh_make example export DEBFULLNAME=”Hack Er” dh_make –email [email_address] --copyright=bsd --file ../foo.tar.gz
![]() |
2009-10-25
, 19:01
|
|
Posts: 148 |
Thanked: 484 times |
Joined on Nov 2008
|
#54
|
Something like this I was really hoping for.![]()
But just to make sure that I understood correctly, let me ask a few questions:
1. Will the idea be to use Qt Creator (or something similar) for coding and then all one had to do is to compile it to Maemo (preferably with a single click)?
2. Will it have it have directly the ability to use Maemo style widgets (I'm not certain of the correct terms here) in its Form editor? Currently the Windows version of Qt Creator seems to have only Windows style widgets... I think.
3. Is the idea that run it in Windows for quick testing and eventually, when ready for testing on the actual device, compile it to Maemo?
Thanks
The Following User Says Thank You to tekojo For This Useful Post: | ||
![]() |
2009-10-25
, 19:09
|
|
Posts: 148 |
Thanked: 484 times |
Joined on Nov 2008
|
#55
|
Cool, I agree, hence my reason why I didn't like the eclipse solution I know that is being developed.
1. I know you don't like to commit to any specific time frame -- but are you talking like in the next 3 months; 6 months or farther out.
2. I assume this solution just allows you to create basic applications; and then submit them to the builders to create the actual application for them to test on their phone?
Nathan
![]() |
2009-10-25
, 19:20
|
|
Posts: 148 |
Thanked: 484 times |
Joined on Nov 2008
|
#56
|
I might have missed something here, but how will you solve the problem of Maemo APIs if you develop with Qt Creator on a desktop platform ? Only the simplest of apps can be developed in Creator and then 'just compiled in SB', and even then, you WILL have ifdefs. Try to access the address book, the desktop, widgets, MAFW, the location framework, accelerometers, cellular or IM functionality and suddently you find yourself in the middle of nowhere...
I'd still recommend Python for weekend coders, especially those with C(++)itis. At least with that you can forego the whole SB/SDK thing and still not have the problem above.
![]() |
2009-10-25
, 19:21
|
|
Posts: 1,635 |
Thanked: 1,816 times |
Joined on Apr 2008
@ Manchester, England
|
#57
|
I might have missed something here, but how will you solve the problem of Maemo APIs if you develop with Qt Creator on a desktop platform ? Only the simplest of apps can be developed in Creator and then 'just compiled in SB', and even then, you WILL have ifdefs. Try to access the address book, the desktop, widgets, MAFW, the location framework, accelerometers, cellular or IM functionality and suddently you find yourself in the middle of nowhere...
![]() |
2009-10-25
, 21:28
|
Posts: 3,319 |
Thanked: 5,610 times |
Joined on Aug 2008
@ Finland
|
#58
|
Have to agree somewhat to this. Having read some of the Python apps in extras-testing this weekend, Python is a simple and fast way to get going.
However don't underestimate Qt before trying it out, the library set is impressive. I see it more as a language preference thing.
Qt is also a way forward. As said in Maemo 6 Qt will be much more central than now.
The Following User Says Thank You to attila77 For This Useful Post: | ||
![]() |
2009-10-26
, 13:05
|
|
Posts: 148 |
Thanked: 484 times |
Joined on Nov 2008
|
#59
|
Hey, don't get me wrong, Qt is my weapon/toolkit of choice. Python/Eclipse/etc and Qt do not exclude each other, au contraire. Don't let the fact I occasionally write simple apps in GTK (too keep dependency sizes down) mislead you
![]() |
2009-10-28
, 13:22
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#60
|