![]() |
Re: [Announce] QtComponents for Fremantle
I think it is still not clear what developers should do, if they want to target extras and ovi store. From what I gather:
Is this list complete? Have I said anything wrong? I think there should be a wiki page with instructions |
Re: [Announce] QtComponents for Fremantle
Quote:
Quote:
Quote:
|
Re: [Announce] QtComponents for Fremantle
Quote:
Quote:
This problem also exists with Harmattan, but in that cases you already have QtComponents anf Qtm12 ;) Quote:
Quote:
Wikis are editable by everyone. Feel free to contribute and add/update pages with your experiences. ;) As I said previously, Take a look to this: https://qt.gitorious.org/~inean/qt-c...rld/autogen.sh https://qt.gitorious.org/~inean/qt-c...World/main.cpp That code generates Fremantle QML code from Meego couterpart and decided at runtime which system graphics and which QML set of files should use based on Qt version |
Re: [Announce] QtComponents for Fremantle
Quote:
correct? ovi does not even pull dependencies from extras even if extras is enabled in peoples devices by default correct? |
Re: [Announce] QtComponents for Fremantle
Yes to all. Problem with Ovi store is not the requirements but that Ovi will not allow an app in store that depends of non official repositories
|
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Harmattan icons aren't open. Feel free to provide good, free and redistributable ones at https://gitorious.org/fremantle-qt-c...commits/master. You can also use qt-components-blanco-theme and copy icons folder from an N9... :p
|
Re: [Announce] QtComponents for Fremantle
Quote:
EDIT: there's a package Code:
meegotouchtheme-nokia Code:
meegotouchtheme-nokia-icons The packages can be downloaded from: http://harmattan-dev.nokia.com/pool/....0+0m6_all.deb I found it in the repo, the details found somewhere in FMC, don't remember where. Google will help you find it. |
Re: [Announce] QtComponents for Fremantle
Quote:
Code:
rm -r /home/user/.cache/meegotouch Installs cleanly |
Re: [Announce] QtComponents for Fremantle
Quote:
See http://talk.maemo.org/showpost.php?p...2&postcount=68 |
Re: [Announce] QtComponents for Fremantle
Quote:
The package meegotouchtheme-nokia-icons installs cleany, the icons are recognized & shown properly. You just need to clean the meegotouch cache PS. Can qt-components-10 support com.meego namespace? There are some apps using this. |
Re: [Announce] QtComponents for Fremantle
Quote:
Quote:
|
Re: [Announce] QtComponents for Fremantle
I read somewhere that blanco theme became opensource. On the other hand there is Nemo theme, doesn't it contain icons?
|
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
oops sorry :)
|
Re: [Announce] QtComponents for Fremantle
Quote:
The deprecation of that namespace doesn't mean it shouldn't be included. I was trying out some Harmattan apps, and they use com.meego. Symlinking Code:
ln -s /usr/lib/qt4/imports/com/nokia/meego /usr/lib/imports/com/meego It's essential in the development to make as many as possible MeeGo apps run on Fremantle. Even though com.nokia.meego is most used, com.meego should be supported too. Lack of com.meego namespace is one of the 4 main problems slowing down the development of MeeCoLay, the others are: problems with orientation/rotation, lack of libc6 (>=2.9), multitouch problem. Even the lack of icons from Nokia's meegotouchtheme icons can be worked around as the package installs cleanly. |
Re: [Announce] QtComponents for Fremantle
I just made a crappy little web interface to help with the creation of icons here http://play.oob.gr/annasIconMaker/toolbaricons/
You can download the reference inkscape file, edit the "icon" layer, rename the file accordingly and upload it back. The system applies two filters, one for selected and one for disabled, so that we don't have to create 3 of each kind of icons. You have to resize the inkscape canvas manually to the required size. I also made a page in the wiki (http://wiki.maemo.org/QtComponents/missing_icons) where everybody interested should help reorder the list so that the most needed icons are at the top, and completely unneeded ones are removed. I will update the list on the webapp once in a while to reflect changes in the wiki. Question. Is there a free service where one can upload a php script to be collaboratively edited and used? ImageMagick is a requirement. DISCLAIMER: This little script is very hastily coded, because it is a one-off utility to help us gather most needed icons. If anybody is interested in the code I can share it, but don't expect something nice. Also there is no error-checking whatsoever, the script will probably fail silently if it's fed an svg, not based on the one I provide. Also if you upload something with the same name as something existing, it will overwrite it. I will start a thread with this text, so that the discussion can continue there. |
Re: [Announce] QtComponents for Fremantle
About copyright and Nokia theme:
1. Look at this: http://talk.maemo.org/showpost.php?p...3&postcount=40 2. If it's impossible, why don't you talk with the Council, maybe they can talk with Nokia representatives to allow us use the original icons? |
Re: [Announce] QtComponents for Fremantle
Marmistrz, Inean.
We will address the question about the use these icons to qgil. To my understanding it shouldn't be a problem to package these icons to be used in Maemo 5 (as per this post), but in any case we will wait for a clear answer. |
Re: [Announce] QtComponents for Fremantle
Good. Also ask for Nokia Pure Font. IMHO it's even more important than icons because of changes on lines spacing, introduced on PR 1.2, that affect to UI layouts.
|
Re: [Announce] QtComponents for Fremantle
Please just go ahead as explained in my previous posts.
|
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Quote:
Thanks again qgil. |
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Quote:
Code:
Cannot assign QObject* to PageStack_QMLTYPE_NN |
Re: [Announce] QtComponents for Fremantle
Quote:
Creating symlinks so that com.meego = com.nokia.meego results in a very strange behavior: system crashes, button being disabled. |
Re: [Announce] QtComponents for Fremantle
Quote:
I prefer to be focused on a qt-components that works properly with quality apps. |
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
I found a bug in the qt components package. Apps using com.nokia.meego usually get Segmentation fault when the screen is paused. (I guess it's connected with QtLockscreen and because of it the app is minimized)
|
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Qt Mobility for Qt Components seems to suffer from this bug: https://bugreports.qt-project.org/browse/QTBUG-16901
I'm reporting this to atilla77 too. |
Re: [Announce] QtComponents for Fremantle
any update on this ?? whats up with these qt-components ?
|
Re: [Announce] QtComponents for Fremantle
Are there any existing opensource app using it ? If not redak can be one of them , just ask ...
|
Re: [Announce] QtComponents for Fremantle
Quote:
Salu2 |
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Quote:
All my gui apps use qt components |
Re: [Announce] QtComponents for Fremantle
Can I add layouts to Nemo keyboard? Can't find the answer on maliit.org
|
Re: [Announce] QtComponents for Fremantle
inean: Qt Components 1.3 is out. Can you upgrade the qt-components-10 package to 1.3?
https://qt.gitorious.org/qt-componen...bian/changelog |
Re: [Announce] QtComponents for Fremantle
Quote:
|
All times are GMT. The time now is 16:11. |
vBulletin® Version 3.8.8