Ubuntu SDK is an Ubuntu-specific software development kit, bringing together all the necessary software and tools for app development.

learn more… | top users | synonyms

1
vote
0answers
39 views

When the full SDK will be available?

I would be very interested to know when the full Ubuntu SDK is going to be released. Is there any preliminary schedule planned that could be published or is it still way too early stage? Or is there ...
0
votes
1answer
33 views

How to make an ubuntu SDK dialog not stretch over the full mainview?

When I create a dialog with the Ubuntu SDK, like in the example below, the dialog covers the full mainview: import QtQuick 2.0 import Ubuntu.Components 0.1 import Ubuntu.Components.Popups 0.1 ...
1
vote
0answers
263 views

Qt5 font rendering in Ubuntu 13.04

My fonts in general within QtCreator inside Ubuntu 13.04 looks 'ugly' when compared to how they looked in 12.10. 12.10 still used Qt4, so did something regarding the font rendering in Qt5 and the ...
0
votes
1answer
94 views

Ubuntu SDK for x86 tablets

I was thinking about installing the regular Ubuntu on a Windows 8 tablet with x86 processor...so basically a tablet that is actually a PC. I want to make a program that supports all gestures and ...
3
votes
0answers
48 views

Where can I find the default spinner image for Ubuntu-touch?

I can“t find the Ubuntu-touch spinner. Only this one, but this is not spinning :( ...
0
votes
0answers
48 views

Ubuntu for Tablets.Preview Source Avaible

I have a Suitcase PC with multi-touch and I would be honored if I could run Ubuntu for Tablets on my suitcase PC. Is there any way to get a snapshot for x86_64 amd64 Systems or any source ? Id already ...
0
votes
0answers
15 views

Uninstall Phone app Demo and SDK

I would like to unload the Phone application demo and SDK. I guess I would delete the Currency Converter Directory and uninstall QT Creator. Anything else I should do? Thanks Dennis
0
votes
1answer
40 views

Unable to assign QString to QQuickItem* with Qt.resolvedUrl

I have the following code: Tabs { Tab { id: financialDetailsTab title: i18n.tr("Financial Details") page: Qt.resolvedUrl("FinancialDetails.qml") } Tab { ...
0
votes
1answer
322 views

Problem with qtchooser

When I try to start qtchooser i get this notification: qtchooser: could not exec '/usr/lib/x86_64-linux-gnu/qt5/bin/qtchooser': No such file or directory I've installed Qt5 from ...
2
votes
1answer
240 views

Can I develop a hybrid native/HTML5 app for the Ubuntu Phone?

Can I develop a hybrid app that was used in conjunction with the native API and HTML5 in Ubuntu phone? I know that it is possible to develop either native app or HTML5 app. However, I want to know ...
4
votes
1answer
78 views

What is the @ sign added as a suffix to images used for apps based in the Ubuntu SDK?

I've been looking at some example apps from the Ubuntu SDK and from the Touch Developer Preview source code, and I've noticed that some images used as assets in those apps have a suffix with an @ sign ...
1
vote
0answers
103 views

Deploying to Ubuntu Phone OS

I have set up the development kit using the command line options shown on the Go Mobile site and started QT Creator. Did the first tutorial and wanted to see it on my Ubuntu Phone Tablet but it could ...
7
votes
2answers
194 views

dynamically adding tab to tabs

I am trying to add a new tab to the tabs component with the code below. When running there is no error reported but no additional tabs are show. I have tried using both tabs and tabs.__tabsModel as ...
0
votes
1answer
33 views

Ubuntu Mobile SDK on Oneiric

When I try to install Ubuntu Mobile SDK on 11.10, updating repositoeis gives 404 that libs do not exists in /oneiric/ W: Failed to fetch htt ://ppa ...
1
vote
2answers
209 views

libqt4-dev cannot be installed and breaks package manager

My qtcreator was not working properly and was missing things like examples, tutorials etc. So I basically decided to do a clean install of all qt5 packages. I ppa-purge the official ubuntu-sdk ppa and ...
1
vote
1answer
102 views

Where to Find Ubuntu.Application and libhud1-dev

libhud1-dev and also libhybris-dev and also libubuntu-platform-api1-dev I am also looking for a full blown libary called Ubuntu.Applications You know like how there is Ubuntu.Components Seems Like ...
7
votes
2answers
574 views

QtCreator error; can't load library; ProjectExplorer(2.6.82)

I try to install the new Ubuntu Phone SDK using the instructions here: http://developer.ubuntu.com/resources/app-developer-cookbook/mobile/currency-converter-phone-app/ Unfortunately when I run ...
1
vote
1answer
74 views

Ubuntu SDK conflicts with Amarok [duplicate]

Apt removed Amarok after installing Ubuntu SDK due to dependencies conflict. Now when I try to reinstall it again i get this message is7yx@is7yx-Satellite-L305:~$ sudo apt-get install amarok Reading ...
0
votes
0answers
29 views

I am unable to get the Currency Converter file opened in ubuntu phone app tutorial

I am trying to run the tutorial for the Ubuntu phone app tutorial. I cannot access it. I have the qt5 downloaded and installed, but do not have the sdk installed. I followed the directions but I do ...
9
votes
5answers
1k views

How can I update the Ubuntu SDK preview from the Qt 5 Beta PPA to the Qt 5 Release PPA

When the Ubuntu SDK preview was announced on the 2nd of January, it was based on the Qt 5 Beta release (as Qt 5 had not yet been released and packaged for Ubuntu). At some point, the Qt 5 release was ...