![]() |
[Announce] QtComponents for Fremantle
Hi everyone.
A new qt-components package is out!. There are HUGE improvements against latest version, so, upgrade is totally recommended. What's new For Users
For Developers
All developers using this package are encouraged to release a new package that depends on 'qt-components-10 (>= 1.0-pre0)' It's recommended to build your packages taken into consideration the possibility that target users will be using different set of configurations (SSU / CSSU). To see a way on which you can build your package to support both deployments, take a look to: https://qt.gitorious.org/~inean/qt-c...tle/HelloWorld https://qt.gitorious.org/~inean/qt-c...mponentGallery Upgrade Along with qt-components, maliit IM framework has been updated as well. To be consistent with maliit upstream packages, I've need to replace old package with a new one, so automatic upgrade won't work. To upgrade:
Until official maliit-keyboard works on N900, Nemo keyboard from NemoMobile (kudos to Jakub and Maliit team) will be used as the default keyboard. Enjoy :D |
Re: [Announce] QtComponents for Fremantle
Thanks a lot! I can now delete that dropbox repo from signature i guess. Btw how should we treat the MeeCast app?
Well... I'll reply later after testing. Thanks again. |
Re: [Announce] QtComponents for Fremantle
Quote:
Quote:
|
Re: [Announce] QtComponents for Fremantle
1 Attachment(s)
I'm having a problem with the latest QtComponents, it doesn't seem to be able to load the theme. When I open butaca for example I can't see the bottom menubar or the statusarea with clock and battery(like in the attached screenshot). When I open it from command line I get the following(it all doesn't fit the N900's command line application):
Code:
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:170:9: QML Image: Failed to get image from provider: image://theme/meegotouch-positionindicator-background |
Re: [Announce] QtComponents for Fremantle
@ inean . i uninstall and purge all qt component , blanco base icon, and maliit keyboard .
now , i couldn't get any virtual keyboard appeared on any qt apps though gtk apps work ( appeared too in microb , contact , conversation , xterminal , msdict ) do u know how to solve it. edit : reinstallation new qt component doesn't work either, |
Re: [Announce] QtComponents for Fremantle
Quote:
Have you follow instructions to upgrade from a previous qt-components installation? On a shell type: Code:
# dpkg --get-selections | grep qt-components* If this is ok, then it could be a problem with theme cache. QtComponents makes a cache of themes in /home/user/.cache/meegotouch/. Remove it. Code:
# rm -rf /home/user/.cache/meegotouch |
Re: [Announce] QtComponents for Fremantle
I can confirm MiK546's apps behaviour and also maliit doesn't work, as it did from dropbox repo.
EDIT: so i deleted the blanco theme and now Butaca got it's bottom bar back and maliit works. Btw it looks different, doesn' it? |
Re: [Announce] QtComponents for Fremantle
Quote:
Code:
# apt-get install maliit-keyboard-quick |
Re: [Announce] QtComponents for Fremantle
Quote:
Base theme (the one provided by qt-components-base-theme) is a "popurrí" of kate's qt-components-base-icons > meegotouch-theme-graphics > meegotouch-theme > autogenerated-images to cover all images provided by blanco theme ( > 5000). There's has been also a relocate of images to match directory structure of blanco theme. The good news is that apps like butaca now works with base theme. The bad ones is that, yes, we need a designer... PD. New QtSimulator has a beautiful blanco theme inside... |
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Rotation is incorrect in Butaca. If I am in portrait it displays landscape form and if I ma in landscape it displays portrait form. Not sure if its bug of qt-component of Butaca only.
I have cssu 15.8 (the latest one, forgot the exact version) installed and forced rotation on. Why is miniature not working? Is it related to this or not? |
Re: [Announce] QtComponents for Fremantle
You have to blacklist in transition.ini of your theme butaca aswell as miniature and meecast and they'll stay in portrait all the time...and yeah it's not related to qt-components..
|
Re: [Announce] QtComponents for Fremantle
Miniature doesn't work...
It doesn't want to be launched... The icon from the menu keeps being backlighted. That's it. |
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Quote:
Code:
# touch -c /usr/share/themes/base/meegotouch/index.theme |
Re: [Announce] QtComponents for Fremantle
Quote:
Code:
Nokia-N900:~# /opt/usr/games/miniature Btw the dropbox-repo-miniature works fine |
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Quote:
work for me |
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Thanks a lot, I was able to run InternetRadioPlayer for harmattan on N900.
http://img94.imageshack.us/img94/994...1101718275.png Font size is not scaled as on harmattan, but it's easily fixable. Those numbers instead of the icons mean that there is no "theme" image provider available? Or do I have to do something else to get them shown? A last thing I noted is when a listview gets cleared and filled: delegates are not keep togheter but blank space is added between them. Thanks again. |
Re: [Announce] QtComponents for Fremantle
Quote:
Quote:
Quote:
|
Re: [Announce] QtComponents for Fremantle
Sorry, I was wrong about the font size. On Harmattan I have used font.pointSize, which I discovered it gets ignored while on Maemo it does not.
Here is the VNC capture: https://docs.google.com/leaf?id=0B6N...kN2M4&hl=en_US When tapping on sort>name the QAbstractListModel gets cleared and filled again, but doing it several times causes that glitch. |
Re: [Announce] QtComponents for Fremantle
Quote:
Are you using CSSU ? |
Re: [Announce] QtComponents for Fremantle
This is starting to getting interesting...
(Too much grammar in one sentence for me:() |
Re: [Announce] QtComponents for Fremantle
Quote:
Link should work now. Let me know if it's clear, I had last 3g promo few MBs yesterday. |
Re: [Announce] QtComponents for Fremantle
Quote:
let's try to narrow this a bit |
Re: [Announce] QtComponents for Fremantle
Is QtComponents the missing link for running apps from this website: http://my-meego.com/software/index.php
Or are there more stuff thatīs missing before being able to them to run in Maemo? Thanks |
Re: [Announce] QtComponents for Fremantle
Quote:
1. remove all qtquick 1.1 specific code and change namespace 2. optify 3. update package dependences see http://wiki.maemo.org/QtComponents/Miniature http://wiki.maemo.org/QtComponents/Butaca for an example of the required changes |
Re: [Announce] QtComponents for Fremantle
Quote:
Thatīs above my knowledge but itīs not impossible then as it seems :) |
Re: [Announce] QtComponents for Fremantle
Hi.
I'm trying to build MeeCast for new QtComponents and I have a problem with toolbar menu. I removed cache and checked packages of qt-components. Any ideas? Vlad. P.S. I've found source of the problem. Early I've played with themes in directory /usr/share/themes/base and few files remained in this directory. I've deleted all files and reinstalled the package qt-components-base-theme. It helped me. |
Re: [Announce] QtComponents for Fremantle
Quote:
Code:
Code:
# touch -c /usr/share/themes/base/meegotuch/index.theme |
Re: [Announce] QtComponents for Fremantle
1 Attachment(s)
Quote:
Here it is. |
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Hi.
I've uploaded the new version of MeeCast 0.3.34 with new dependencies from qt-components-10 to extras-devel repository. Please test it. Vlad. |
Re: [Announce] QtComponents for Fremantle
BTW, why not upgrade QtQuick to 1.1 on Fremantle ? What is blocking this ?
Looks like it would solve quite a few issues & make it possible to run most Harmattan apps without modification. |
Re: [Announce] QtComponents for Fremantle
Quote:
|
Re: [Announce] QtComponents for Fremantle
Hey guys,
Hoping someone can help me with this, followed instructions and tried to install butaca through FAM, here's the log. Code: Code:
--- 2011-10-23 14:48:33 --- |
Re: [Announce] QtComponents for Fremantle
Code:
dpkg: error processing /var/cache/apt/archives/qt-components-base-theme_0.1.90-1+0m5.1_all.deb (--unpack): |
Re: [Announce] QtComponents for Fremantle
Quote:
I'm showing 134mb free in opt and 62 in rootfs. From what I'm seeing I need about 30mb open, am I mistaken? |
All times are GMT. The time now is 02:23. |
vBulletin® Version 3.8.8