The Following User Says Thank You to shep For This Useful Post: | ||
|
2010-01-18
, 08:30
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#122
|
perl -MMIME::Base64 -ne 'print decode_base64($_)' < icon48x48file.png
The Following User Says Thank You to too For This Useful Post: | ||
|
2010-01-18
, 11:58
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#123
|
Hot tip:
http://wiki.maemo.org/Documentation/...d_Distributing
mentions that if you want to have icon in application managed you
need to create 48x48 pixel png image and then add it as base64-encoded to the debian/control file.
With MADDE, until helper tool is created, the base64-data can be achieved with the following way:
Code:perl -MMIME::Base64 -ne 'print decode_base64($_)' < icon48x48file.png
|
2010-01-19
, 09:07
|
Posts: 22 |
Thanked: 5 times |
Joined on Dec 2009
@ Copenhagen/Denmark
|
#124
|
|
2010-01-19
, 13:12
|
Posts: 434 |
Thanked: 325 times |
Joined on Sep 2009
|
#125
|
Hello hello
Is there any ETA on a version of MADDE that works with Qt 4.6.0?...I just bumped in to the 'This file was generated using the moc from 4.6.0. It cannot be used with the include files from this version of Qt'.
Will try fooling MADDE to believe the MOC is ok and see what happens :-)
|
2010-01-19
, 16:20
|
Posts: 21 |
Thanked: 14 times |
Joined on Dec 2009
@ Turku, Finland
|
#126
|
Yes, I would like to know that too. And the integration with Qt Creator. What about that?
All those working with MADDE: You are doing a great job. Thank you very much! Just could you please do it faster?
The Following User Says Thank You to timperi For This Useful Post: | ||
|
2010-01-19
, 22:49
|
|
Posts: 85 |
Thanked: 65 times |
Joined on Jan 2010
@ Ireland
|
#127
|
The Following 7 Users Say Thank You to shep For This Useful Post: | ||
|
2010-01-20
, 08:49
|
Posts: 432 |
Thanked: 645 times |
Joined on Mar 2009
|
#128
|
I have added a page to the wiki to describe how to do this here.
I'd appreciate your feedback.
The Following 2 Users Say Thank You to danielwilms For This Useful Post: | ||
|
2010-01-20
, 10:36
|
|
Posts: 122 |
Thanked: 135 times |
Joined on Dec 2009
@ Helsinki
|
#129
|
Hi all,
I finally finished packaging my 1st app with an icon and deployed it to the N900.
I have added a page to the wiki to describe how to do this here.
I'd appreciate your feedback.
Shep
mad pscreate -t qt_simple projectname
The Following 2 Users Say Thank You to too For This Useful Post: | ||
|
2010-01-20
, 11:27
|
|
Posts: 85 |
Thanked: 65 times |
Joined on Jan 2010
@ Ireland
|
#130
|
hey, this looks good. We were planning to offer more documentation on MADDE, like a step by step guide as you have started during this week. Would you be ok, if I would integrate that into the page you have started?
And thanks a lot for your effort. It's nice!
Cheers Daniel
The Following User Says Thank You to shep For This Useful Post: | ||
i hope at the end of this journey we can have a step by step guide for the community on how to add the icon and deploy an app with icon with Madde.
The thread is here: http://talk.maemo.org/showthread.php...257#post478257
Please look in and advise, I'm getting closer (app installed with blue square icon now).
Thanks for all the help everyone,
Shep