Qt-Maemo

(Image:Kblogger.png‎ News: fixing dates)
(wikify partly)
Line 39: Line 39:
Distributed under the terms of the GNU Lesser General Public License (among others), Qt is free and open source software.
Distributed under the terms of the GNU Lesser General Public License (among others), Qt is free and open source software.
-
<br>
 
-
<br>
 
=[[Image:Rocket.png]] Maemo Qt main features=
=[[Image:Rocket.png]] Maemo Qt main features=
Line 49: Line 47:
** partial support in Qt 4.5
** partial support in Qt 4.5
** Qt 4.6 will have full support
** Qt 4.6 will have full support
-
<br>
 
-
<br>
 
= [[Image:Fileview-preview.png]] Maemo Qt in Actions =
= [[Image:Fileview-preview.png]] Maemo Qt in Actions =
Line 57: Line 53:
* Fremantle Maemo Qt
* Fremantle Maemo Qt
  ADD HERE SOME PICS
  ADD HERE SOME PICS
-
<br>
 
-
<br>
 
=[[Image:Pda.png]] Supported Maemo devices=
=[[Image:Pda.png]] Supported Maemo devices=
* Nokia N800/N810 (OS2008/Maemo4.1/Diablo)
* Nokia N800/N810 (OS2008/Maemo4.1/Diablo)
* Nokia N900 (OS2009/Maemo5/Fremantle)
* Nokia N900 (OS2009/Maemo5/Fremantle)
-
<br>
 
-
<br>
 
=[[Image:Ktorrent.png‎ ]] Installing Qt=
=[[Image:Ktorrent.png‎ ]] Installing Qt=
-
<div id="news"><div class="tm"><div class="bm"><div class="lm"><div class="rm"><div class="tl"><div class="tr"><div class="bl"><div class="br">
+
== N900 ==
-
<ul class="recent">
+
-
  <li class="first">
+
-
    <H3>N8x0</H3>
+
-
Supported Maemo version: 4.1 (Diablo)
+
-
 
+
-
Latest stable packages are into extras repository:<br>
+
-
deb http://repository.maemo.org/extras/ diablo free non-free
+
-
 
+
-
Testing packages are in extras-devel<br>
+
-
deb http://repository.maemo.org/extras-devel/ diablo free non-free
+
-
 
+
-
Install Qt binaries onto the device: <i>sudo gainroot && apt-get install libqt4-gui</i>
+
-
 
+
-
Install Qt binaries and development packages into the SDK:
+
-
<i>fakeroot apt-get install libqt4-dev</i>
+
-
  </li>
+
-
  <li class="">
+
-
    <H3>N900</H3>
+
Supported Maemo version: 5 (Fremantle)
Supported Maemo version: 5 (Fremantle)
-
Qt core packages (qtcore, xml...) are pre-installed into the device. Rest of packages (GUI, webkit...) are in the Application repository (enabled by default in every device).
+
Qt core packages (qtcore, xml...) are pre-installed on the device. The remaining packages (GUI, webkit...) are in the Application repository (enabled by default in every device). They are downloaded automatically when the user installs a package that depends on them. The OVI store can host Maemo Qt Applications as well as other official Maemo repositories.
-
They are downloaded automatically when user install application packages that depends from those.
+
'''Qt 4.5 - community port''' core packages are already installed on the device.  
-
OVI store can host Maemo Qt Applications as well as other official Maemo repositories.
+
# Installing Qt binaries into the device:<br/><pre>sudo gainroot && apt-get install libqt4-gui</pre>
 +
# Installing Qt binaries and development packages in scratchbox:<br/><pre>fakeroot apt-get install libqt4-dev</pre>
 +
'''Qt 4.6''' is still under development. It is in [[extras-devel]]; To install Qt 4.6:
-
'''Qt 4.5 - community port''' core packages are already into the device.
+
# Add the extras-devel repository to <code>/etc/apt/source.list</code>. You can do this adding the following line to that file:<br/><pre>deb http://repository.maemo.org/extras-devel/ fremantle free non-free</pre>
 +
# Run<br/><pre>apt-get update</pre>
 +
# Install lib packages on the device with:<br/><pre>fakeroot apt-get install libqt4-maemo5-gui</pre>
 +
# Install dev packages in the SDK with:<br/><pre>fakeroot apt-get install libqt4-maemo5-dev</pre>
-
- Installing Qt binaries into the device: <i>sudo gainroot && apt-get install libqt4-gui</i>
+
Note:  
 +
# The Qt 4.6 technology preview is installed to <code>/opt/qt4-maemo5</code>
-
- Installing Qt binaries and development packages in scratchbox: <i>fakeroot apt-get install libqt4-dev</i>
+
==N8x0==
 +
Supported Maemo version: 4.1 (Diablo)
-
'''Qt 4.6''' is still underdevelopment. It's in extras-devel; To install Qt 4.6:
+
Latest stable packages are in the [[extras]] repository:
 +
deb http://repository.maemo.org/extras/ diablo free non-free
-
- Add add extras-devel repository to /etc/apt/source.list. You can do that adding following line to that file.
+
Testing packages are in [[extras-devel]]:
 +
deb http://repository.maemo.org/extras-devel/ diablo free non-free
-
<i>deb http://repository.maemo.org/extras-devel/ fremantle free non-free</i>
+
Install Qt binaries on the device:
 +
sudo gainroot && apt-get install libqt4-gui
-
- Run <i>apt-get update</i>
+
Install Qt binaries and development packages in the SDK:
-
 
+
fakeroot apt-get install libqt4-dev
-
- Install lib packages into the device with: <i>fakeroot apt-get install libqt4-maemo5-gui</i>
+
-
 
+
-
- Install dev packages into the SDK with: <i>fakeroot apt-get install libqt4-maemo5-dev</i>
+
-
 
+
-
Note:
+
-
 
+
-
- Qt 4.6tp is installed to /opt/qt4-maemo5
+
-
  </li>
+
-
</ul>
+
-
</div></div></div></div></div></div></div></div></div>.
+
-
<br>
+
-
<br>
+
=[[Image:Available-qtapps-32.png‎ ]]Available and proposed Qt Applications=
=[[Image:Available-qtapps-32.png‎ ]]Available and proposed Qt Applications=
-
If you want to port a Qt application to Maemo or if you want to check if an application you love has been already ported.. well [http://wiki.maemo.org/Qt4HildonApplications this] is the place you would like to check;  
+
If you want to port a Qt application to Maemo or if you want to check if an application you love has been already ported.. [[Qt4HildonApplications|this] is the place you would like to check;  
-
<br>
+
-
<br>
+
=[[Image:Help-contents.png]] Docs=
=[[Image:Help-contents.png]] Docs=
Line 146: Line 116:
=[[Image:Bug.png]] Bug tracking=
=[[Image:Bug.png]] Bug tracking=
-
* Diablo & Fremanlte Qt 4.5 port
+
* Diablo & Fremantle Qt 4.5 port
** [https://bugs.maemo.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Qt&content= View bug list]
** [https://bugs.maemo.org/buglist.cgi?query_format=specific&order=relevance+desc&bug_status=__open__&product=Qt&content= View bug list]
** [https://bugs.maemo.org/enter_bug.cgi?product=Qt Report a new bug]
** [https://bugs.maemo.org/enter_bug.cgi?product=Qt Report a new bug]
Line 161: Line 131:
* Qt 4.6 (Fremantle)
* Qt 4.6 (Fremantle)
** http://qt.gitorious.org/qt/x11-maemo
** http://qt.gitorious.org/qt/x11-maemo
-
<br>
 
-
<br>
 
=[[Image:Preferences-desktop-user.png]] Get Help=
=[[Image:Preferences-desktop-user.png]] Get Help=

Revision as of 11:21, 28 January 2010


File:Kblogger.png News

  • 20 Jan 10 - Qt Mobile Demos in extras-devel
    19 Jan 10 - Qt 4.6 for Maemo 5 going Beta
    15 Jan 10 - New Qt 4.5.3~git20090723-0maemo6 packages are now in Fremantle PR 1.1.
    22 Dec 09 - Qt example for MADDE (talk thread)
    17 Dec 09 - Qt declarative hits Maemo extras-devel repository more info here
    11 Dec 09 - Bye bye old static web pages.. all our pages are now in Maemo Wiki. Old website is here
  • File:OtherNews.jpg
    Error: It's not possible to get http://labs.trolltech.com/blogs/feed/rss/...
  • File:LastCommits.jpg
    Error: It's not possible to get http://pipes.yahoo.com/pipes/pipe.run?_id=249549b5f3ea9af37a077bb103af6614&_render=rss...



.

File:Intro.png What is Qt?

Qt (pronounced as the English word "cute") is a cross-platform application development framework.

It is produced by Nokia's Qt Development Frameworks division, which came into being after Nokia's acquisition of the Norwegian company Trolltech.

Qt uses standard C++, but makes extensive use of the C pre-processor to enrich the language. Qt can also be used in several other programming languages via language bindings.

Distributed under the terms of the GNU Lesser General Public License (among others), Qt is free and open source software.

File:Rocket.png Maemo Qt main features

  • Hildon Style
  • Hildon Input Method
  • Optimizations
  • Hildon specific widgets
    • partial support in Qt 4.5
    • Qt 4.6 will have full support

File:Fileview-preview.png Maemo Qt in Actions

  • Diablo Maemo Qt
ADD_HERE_SOME_PICS
  • Fremantle Maemo Qt
ADD HERE SOME PICS

File:Pda.png Supported Maemo devices

  • Nokia N800/N810 (OS2008/Maemo4.1/Diablo)
  • Nokia N900 (OS2009/Maemo5/Fremantle)

File:Ktorrent.png Installing Qt

N900

Supported Maemo version: 5 (Fremantle)

Qt core packages (qtcore, xml...) are pre-installed on the device. The remaining packages (GUI, webkit...) are in the Application repository (enabled by default in every device). They are downloaded automatically when the user installs a package that depends on them. The OVI store can host Maemo Qt Applications as well as other official Maemo repositories.

Qt 4.5 - community port core packages are already installed on the device.

  1. Installing Qt binaries into the device:
    sudo gainroot && apt-get install libqt4-gui
  2. Installing Qt binaries and development packages in scratchbox:
    fakeroot apt-get install libqt4-dev

Qt 4.6 is still under development. It is in extras-devel; To install Qt 4.6:

  1. Add the extras-devel repository to /etc/apt/source.list. You can do this adding the following line to that file:
    deb http://repository.maemo.org/extras-devel/ fremantle free non-free
  2. Run
    apt-get update
  3. Install lib packages on the device with:
    fakeroot apt-get install libqt4-maemo5-gui
  4. Install dev packages in the SDK with:
    fakeroot apt-get install libqt4-maemo5-dev

Note:

  1. The Qt 4.6 technology preview is installed to /opt/qt4-maemo5

N8x0

Supported Maemo version: 4.1 (Diablo)

Latest stable packages are in the extras repository:

deb http://repository.maemo.org/extras/ diablo free non-free

Testing packages are in extras-devel:

deb http://repository.maemo.org/extras-devel/ diablo free non-free

Install Qt binaries on the device:

sudo gainroot && apt-get install libqt4-gui

Install Qt binaries and development packages in the SDK:

fakeroot apt-get install libqt4-dev

File:Available-qtapps-32.pngAvailable and proposed Qt Applications

If you want to port a Qt application to Maemo or if you want to check if an application you love has been already ported.. [[Qt4HildonApplications|this] is the place you would like to check;

File:Help-contents.png Docs

Qt:

Non-Qt stuff:



File:Bug.png Bug tracking

File:Helmet.png Code

File:Preferences-desktop-user.png Get Help