Notices


Reply
Thread Tools
pelago's Avatar
Posts: 2,121 | Thanked: 1,540 times | Joined on Mar 2008 @ Oxford, UK
#41
Originally Posted by inean View Post
Unfortunately, there's no official support for QtQuick 1.1 from nokia, so every app that depends from features added by CSSU (like qt 4.7.4) will never reach extras repo.
I guess we need another repo for CSSU users.
 

The Following 2 Users Say Thank You to pelago For This Useful Post:
Posts: 1,397 | Thanked: 2,126 times | Joined on Nov 2009 @ Dublin, Ireland
#42
Let's use the same repo than CSSU, what's the problem?
 
Posts: 103 | Thanked: 211 times | Joined on Sep 2011
#43
Originally Posted by ivgalvez View Post
Let's use the same repo than CSSU, what's the problem?
A) There's no clean way, for an app developer, to submit apps.
B) An app that depends of CSSU features will never reach extras repo

By the way, I'm thinking about extend qt-components-10 package with a components that make use of QtQuick 1.1, so package will end as:

QtQuick 1.0
----------------
org.maemo.fremantle
org.maemo.fremantle.extras

QtQuick 1.1
----------------
com.nokia.meego
com.nokia.meego.extras

The platform adaptation code should work fine with Qt 4.7.0 and Qt 4.7.4, so no problem at that point. That way, an app developer could build their app with code that works with BOTH namespaces and select the corrent QML frontend at runtime based on Qt library version.

With this approach, we make happy power users (CSSU ones) and app could reach extras.
 

The Following 5 Users Say Thank You to inean For This Useful Post:
Posts: 458 | Thanked: 274 times | Joined on Mar 2010 @ Finland
#44
Why dont you try and contact developers working with CSSU first and maybe they could work out how applications using CSSU's updated pakages could use the extras repositories. That might be earier for everyone.
 

The Following User Says Thank You to MiK546 For This Useful Post:
Posts: 103 | Thanked: 211 times | Joined on Sep 2011
#45
Originally Posted by MiK546 View Post
Why dont you try and contact developers working with CSSU first and maybe they could work out how applications using CSSU's updated pakages could use the extras repositories. That might be earier for everyone.
It's easy. Get Qt 4.7.4 or (better) on extras and problem is solved... except that we could reach the following scenario:

Gtk Libraries loaded
Qt from PR1.3 or CSSU loaded
Qt (extras package) libraries loaded for QtComponents based apps
...
and an out of memory message

Think about it
 

The Following User Says Thank You to inean For This Useful Post:
Posts: 148 | Thanked: 199 times | Joined on Nov 2009
#46
I added a new virtual keyboard to Maliit. It's written in C++ so performance should be good on the N900 even. It can load all MeeGo Keyboard layouts, including the N9 language layouts posted in this forum. For that, I could need some help with a settings application so that users can enable/disable language layouts without having to touch GConf directly: https://bugs.maliit.org/show_bug.cgi?id=60

The new VKB plugin is a buggy though when it comes to HWKB support (and as with any new software, it has other bugs, too), but I intend to fix that.

The theming might not fit Qt Components style on Fremantle, but it should be easy to fix for someone with basic photoshop/theming skills.
 

The Following 10 Users Say Thank You to mikhas For This Useful Post:
Posts: 304 | Thanked: 235 times | Joined on May 2010 @ Manila
#47
Originally Posted by mikhas View Post
I added a new virtual keyboard to Maliit. It's written in C++ so performance should be good on the N900 even. It can load all MeeGo Keyboard layouts, including the N9 language layouts posted in this forum. For that, I could need some help with a settings application so that users can enable/disable language layouts without having to touch GConf directly: https://bugs.maliit.org/show_bug.cgi?id=60

The new VKB plugin is a buggy though when it comes to HWKB support (and as with any new software, it has other bugs, too), but I intend to fix that.

The theming might not fit Qt Components style on Fremantle, but it should be easy to fix for someone with basic photoshop/theming skills.
um is this a system-wide vkb that can replace the stock fremantle vkb? or just for apps ported from harmattan?
 
Posts: 103 | Thanked: 211 times | Joined on Sep 2011
#48
Originally Posted by kent_autistic View Post
um is this a system-wide vkb that can replace the stock fremantle vkb? or just for apps ported from harmattan?
This is the best approach to get VKB on N900 (by far).
 
Posts: 103 | Thanked: 211 times | Joined on Sep 2011
#49
Originally Posted by mikhas View Post
I added a new virtual keyboard to Maliit. For that, I could need some help with a settings application so that users can enable/disable language layouts without having to touch GConf directly: https://bugs.maliit.org/show_bug.cgi?id=60
.
Michel, I've been thinking about this, and IMO, the best/fastest approach for Fremantle/Nemo/Harmattan is to extend MesInput to be able to select different keyboards.
A different way could be create custom control center apps for Meego and Fremantle, but this implies more work...
 

The Following User Says Thank You to inean For This Useful Post:
Posts: 32 | Thanked: 2 times | Joined on Jul 2011
#50
Originally Posted by MiK546 View Post
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
file:///usr/lib/qt4/imports/org/maemo/fremantle/BusyIndicator.qml:68:5: QML QDeclarativeImage_QML_66: Failed to get image from provider: image://theme/spinner_96_1
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:226:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-indicator-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:226:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-indicator-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:220:9: QML Image: Failed to get image from provider: image://theme/meegotouch-positionindicator-background-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:175:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-indicator
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:175:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-indicator
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
qrc:/qml/CustomListDelegate.qml:39:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-list-background-pressed-vertical-center
qrc:/qml/CustomListDelegate.qml:39:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-list-background-pressed-vertical-center
file:///usr/lib/qt4/imports/org/maemo/fremantle/StatusBar.qml:66:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-statusbar-landscape-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/StatusBar.qml:66:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-statusbar-landscape-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ToolBar.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-toolbar-landscape-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ToolBar.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-toolbar-landscape-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:220:9: QML Image: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-background-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:226:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:226:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:170:9: QML Image: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:175:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:175:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator
file:///usr/lib/qt4/imports/org/maemo/fremantle/ToolIcon.qml:63:9: QML QDeclarativeImage_QML_51: Failed to get image from provider: image://theme/icon-m-toolbar-favorite-unmark-white
file:///usr/lib/qt4/imports/org/maemo/fremantle/ToolIcon.qml:63:9: QML QDeclarativeImage_QML_51: Failed to get image from provider: image://theme/icon-m-toolbar-share-white
file:///usr/lib/qt4/imports/org/maemo/fremantle/Button.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background-disabled
file:///usr/lib/qt4/imports/org/maemo/fremantle/Button.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background-disabled
file:///usr/lib/qt4/imports/org/maemo/fremantle/Button.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/Button.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/Button.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/Button.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/Button.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/Button.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/BusyIndicator.qml:68:5: QML QDeclarativeImage_QML_66: Failed to get image from provider: image://theme/spinnerinverted_96_1
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:220:9: QML Image: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-background-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:226:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:226:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:170:9: QML Image: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:175:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:175:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:220:9: QML Image: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-background-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:226:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:226:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:170:9: QML Image: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:175:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:175:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator
file:///usr/lib/qt4/imports/org/maemo/fremantle/BusyIndicator.qml:68:5: QML QDeclarativeImage_QML_66: Failed to get image from provider: image://theme/spinnerinverted_96_1
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:220:9: QML Image: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-background-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:226:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:226:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator-horizontal
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:170:9: QML Image: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:175:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator
file:///usr/lib/qt4/imports/org/maemo/fremantle/ScrollDecorator.qml:175:9: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-positionindicator-inverted-indicator
qrc:/qml/CustomListDelegate.qml:39:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-list-inverted-background-pressed-vertical-center
qrc:/qml/CustomListDelegate.qml:39:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-list-inverted-background-pressed-vertical-center
file:///usr/lib/qt4/imports/org/maemo/fremantle/Button.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background-selected
file:///usr/lib/qt4/imports/org/maemo/fremantle/Button.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-button-inverted-background-selected
file:///usr/lib/qt4/imports/org/maemo/fremantle/StatusBar.qml:66:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-statusbar-portrait-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/StatusBar.qml:66:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-statusbar-portrait-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ToolBar.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-toolbar-portrait-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ToolBar.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-toolbar-portrait-inverted-background
qrc:/qml/CustomListDelegate.qml:39:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-list-inverted-background-pressed-vertical-center
qrc:/qml/CustomListDelegate.qml:39:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-list-inverted-background-pressed-vertical-center
qrc:/qml/CustomListDelegate.qml:39:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-list-inverted-background-pressed-vertical-center
qrc:/qml/CustomListDelegate.qml:39:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-list-inverted-background-pressed-vertical-center
file:///usr/lib/qt4/imports/org/maemo/fremantle/StatusBar.qml:66:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-statusbar-landscape-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/StatusBar.qml:66:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-statusbar-landscape-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ToolBar.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-toolbar-landscape-inverted-background
file:///usr/lib/qt4/imports/org/maemo/fremantle/ToolBar.qml:73:5: QML BorderImage: Failed to get image from provider: image://theme/meegotouch-toolbar-landscape-inverted-backgroundv
can i know how to solve this problem?
 
Reply


 
Forum Jump


All times are GMT. The time now is 09:56.