Repositories
meego-app-camera
QML based camera application that allows the user to take snapshots and record simple videos.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-camera.git meego-app-camera cd meego-app-camera
Add this repository as a remote to an existing local repository:
git remote add meego-app-camera git://gitorious.org/meego-ux/meego-app-camera.git git fetch meego-app-camera git checkout -b my-local-tracking-branch meego-app-camera/master_or_other_branch
meego-app-video
QML based application for browsing and viewing local video files as discovered via tracker
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-video.git meego-app-video cd meego-app-video
Add this repository as a remote to an existing local repository:
git remote add meego-app-video git://gitorious.org/meego-ux/meego-app-video.git git fetch meego-app-video git checkout -b my-local-tracking-branch meego-app-video/master_or_other_branch
meego-app-photos
QML based application for browsing, organizing, and viewing local photos as discovered via tracker
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-photos.git meego-app-photos cd meego-app-photos
Add this repository as a remote to an existing local repository:
git remote add meego-app-photos git://gitorious.org/meego-ux/meego-app-photos.git git fetch meego-app-photos git checkout -b my-local-tracking-branch meego-app-photos/master_or_other_branch
meego-app-music
QML based application for browsing and listening to local music files found via tracker
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-music.git meego-app-music cd meego-app-music
Add this repository as a remote to an existing local repository:
git remote add meego-app-music git://gitorious.org/meego-ux/meego-app-music.git git fetch meego-app-music git checkout -b my-local-tracking-branch meego-app-music/master_or_other_branch
meego-app-fingerpaint
Brain-dead simple fingerpaint application provided as an example of a QML app that implements a native component (the fingerpainting canvas.)
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-fingerpaint.git meego-app-fingerpaint cd meego-app-fingerpaint
Add this repository as a remote to an existing local repository:
git remote add meego-app-fingerpaint git://gitorious.org/meego-ux/meego-app-fingerpaint.git git fetch meego-app-fingerpaint git checkout -b my-local-tracking-branch meego-app-fingerpaint/master_or_other_branch
meego-app-calculator
Simple QML calculator using the meegolabs component library. This was originally derived from sample qml calculator in the Qt source tree.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-calculator.git meego-app-calculator cd meego-app-calculator
Add this repository as a remote to an existing local repository:
git remote add meego-app-calculator git://gitorious.org/meego-ux/meego-app-calculator.git git fetch meego-app-calculator git checkout -b my-local-tracking-branch meego-app-calculator/master_or_other_branch
meego-app-contacts
QML based contacts application for browsing, editing, and viewing user contacts.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-contacts.git meego-app-contacts cd meego-app-contacts
Add this repository as a remote to an existing local repository:
git remote add meego-app-contacts git://gitorious.org/meego-ux/meego-app-contacts.git git fetch meego-app-contacts git checkout -b my-local-tracking-branch meego-app-contacts/master_or_other_branch
meego-app-tasks
QML based application for managing simple tasks.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-tasks.git meego-app-tasks cd meego-app-tasks
Add this repository as a remote to an existing local repository:
git remote add meego-app-tasks git://gitorious.org/meego-ux/meego-app-tasks.git git fetch meego-app-tasks git checkout -b my-local-tracking-branch meego-app-tasks/master_or_other_branch
meego-app-notes
QML based application for managing notes.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-notes.git meego-app-notes cd meego-app-notes
Add this repository as a remote to an existing local repository:
git remote add meego-app-notes git://gitorious.org/meego-ux/meego-app-notes.git git fetch meego-app-notes git checkout -b my-local-tracking-branch meego-app-notes/master_or_other_branch
meego-app-im
QML based front end for telepathy instant messaging.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-im.git meego-app-im cd meego-app-im
Add this repository as a remote to an existing local repository:
git remote add meego-app-im git://gitorious.org/meego-ux/meego-app-im.git git fetch meego-app-im git checkout -b my-local-tracking-branch meego-app-im/master_or_other_branch
mlite
mlite contains a handful of classes originally copied from libmeegotouch that were found to be very useful in the development of the QML based MeeGo UX, without having to pull in “all” of libmeegotouch. more…
A good example of a class that prompted the creation of mlite is the MGConfItem class which is a nice C++ wrapper for gconf (something used in a lot of the core ux), which doesn’t really depend on all the rest of libmeegotouch.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/mlite.git mlite cd mlite
Add this repository as a remote to an existing local repository:
git remote add mlite git://gitorious.org/meego-ux/mlite.git git fetch mlite git checkout -b my-local-tracking-branch mlite/master_or_other_branch
meego-ux-daemon
This is the central daemon that works in concert with the window manager to coordinate the core user experience. Some of the responsibilities include:
– manage lockscreen
– homescreen rendered in the desktop
– task switcher UI
– listen for hardware keys for raising the homescreen or task switcher
– status indicator menu triggered by dragging down on the statusbar from any of the apps
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-daemon.git meego-ux-daemon cd meego-ux-daemon
Add this repository as a remote to an existing local repository:
git remote add meego-ux-daemon git://gitorious.org/meego-ux/meego-ux-daemon.git git fetch meego-ux-daemon git checkout -b my-local-tracking-branch meego-ux-daemon/master_or_other_branch
meegolabs-ux-components
QML Component library containing a host of useful QML components and data models. more…
This project was created early in the qt-components lifecycle, and as a results contains many similar technologies (but incompatible, as you might expect by two different groups of people solving basically the same problems.)
The direction for all the MeeGo UX applications is to slowly migrate to a qt-components based component library (meego-ux-components), so new QML app developers should avoid using this implementation.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meegolabs-ux-components.git meegolabs-ux-components cd meegolabs-ux-components
Add this repository as a remote to an existing local repository:
git remote add meegolabs-ux-components git://gitorious.org/meego-ux/meegolabs-ux-components.git git fetch meegolabs-ux-components git checkout -b my-local-tracking-branch meegolabs-ux-components/master_or_other_branch
meego-ux-components
Qt-Components based components library providing all the basic building blocks for creating a QML based application that fits nicely into the MeeGo UX.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-components.git meego-ux-components cd meego-ux-components
Add this repository as a remote to an existing local repository:
git remote add meego-ux-components git://gitorious.org/meego-ux/meego-ux-components.git git fetch meego-ux-components git checkout -b my-local-tracking-branch meego-ux-components/master_or_other_branch
meego-ux-appgrid
QML based UI for launching applications via a configurable grid of app icons.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-appgrid.git meego-ux-appgrid cd meego-ux-appgrid
Add this repository as a remote to an existing local repository:
git remote add meego-ux-appgrid git://gitorious.org/meego-ux/meego-ux-appgrid.git git fetch meego-ux-appgrid git checkout -b my-local-tracking-branch meego-ux-appgrid/master_or_other_branch
meego-ux-panels
QML based UI for surfacing interesting user information via a group of flickable panels.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-panels.git meego-ux-panels cd meego-ux-panels
Add this repository as a remote to an existing local repository:
git remote add meego-ux-panels git://gitorious.org/meego-ux/meego-ux-panels.git git fetch meego-ux-panels git checkout -b my-local-tracking-branch meego-ux-panels/master_or_other_branch
meego-qml-launcher
Common executable container used for launching all the core MeeGo UX QML based applications.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-qml-launcher.git meego-qml-launcher cd meego-qml-launcher
Add this repository as a remote to an existing local repository:
git remote add meego-qml-launcher git://gitorious.org/meego-ux/meego-qml-launcher.git git fetch meego-qml-launcher git checkout -b my-local-tracking-branch meego-qml-launcher/master_or_other_branch
meego-ux-settings
QML based centralized settings application
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-settings.git meego-ux-settings cd meego-ux-settings
Add this repository as a remote to an existing local repository:
git remote add meego-ux-settings git://gitorious.org/meego-ux/meego-ux-settings.git git fetch meego-ux-settings git checkout -b my-local-tracking-branch meego-ux-settings/master_or_other_branch
meego-ux-theme
Common theme used by all the core MeeGo UX applications.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-theme.git meego-ux-theme cd meego-ux-theme
Add this repository as a remote to an existing local repository:
git remote add meego-ux-theme git://gitorious.org/meego-ux/meego-ux-theme.git git fetch meego-ux-theme git checkout -b my-local-tracking-branch meego-ux-theme/master_or_other_branch
meego-ux-content
content aggregation engine for feeding content into panels hosted in meego-ux-panels.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-content.git meego-ux-content cd meego-ux-content
Add this repository as a remote to an existing local repository:
git remote add meego-ux-content git://gitorious.org/meego-ux/meego-ux-content.git git fetch meego-ux-content git checkout -b my-local-tracking-branch meego-ux-content/master_or_other_branch
meego-ux-content-socialweb
Plug-in for feeding data sources from libsocialweb
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-content-socialweb.git meego-ux-content-socialweb cd meego-ux-content-socialweb
Add this repository as a remote to an existing local repository:
git remote add meego-ux-content-socialweb git://gitorious.org/meego-ux/meego-ux-content-socialweb.git git fetch meego-ux-content-socialweb git checkout -b my-local-tracking-branch meego-ux-content-socialweb/master_or_other_branch
meego-ux-content-email
Plugin for feeding the aggregation engine email content.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-content-email.git meego-ux-content-email cd meego-ux-content-email
Add this repository as a remote to an existing local repository:
git remote add meego-ux-content-email git://gitorious.org/meego-ux/meego-ux-content-email.git git fetch meego-ux-content-email git checkout -b my-local-tracking-branch meego-ux-content-email/master_or_other_branch
meego-ux-sharing
Sharing framework deamon integrated into the common component library that allows QML applications to share different types of content via web services.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-sharing.git meego-ux-sharing cd meego-ux-sharing
Add this repository as a remote to an existing local repository:
git remote add meego-ux-sharing git://gitorious.org/meego-ux/meego-ux-sharing.git git fetch meego-ux-sharing git checkout -b my-local-tracking-branch meego-ux-sharing/master_or_other_branch
meego-ux-sharing-email
Sharing framework plugin for email
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-sharing-email.git meego-ux-sharing-email cd meego-ux-sharing-email
Add this repository as a remote to an existing local repository:
git remote add meego-ux-sharing-email git://gitorious.org/meego-ux/meego-ux-sharing-email.git git fetch meego-ux-sharing-email git checkout -b my-local-tracking-branch meego-ux-sharing-email/master_or_other_branch
meego-ux-sharing-socialweb
Sharing framework plugin for sharing with any libsocialweb endpoint that supports the requested interface.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-sharing-socialweb.git meego-ux-sharing-socialweb cd meego-ux-sharing-socialweb
Add this repository as a remote to an existing local repository:
git remote add meego-ux-sharing-socialweb git://gitorious.org/meego-ux/meego-ux-sharing-socialweb.git git fetch meego-ux-sharing-socialweb git checkout -b my-local-tracking-branch meego-ux-sharing-socialweb/master_or_other_branch
meego-ux-media
Contains a host of useful media data models and QML elements for accessing that data. Also contains a framework for metadata fetching plugins.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-media.git meego-ux-media cd meego-ux-media
Add this repository as a remote to an existing local repository:
git remote add meego-ux-media git://gitorious.org/meego-ux/meego-ux-media.git git fetch meego-ux-media git checkout -b my-local-tracking-branch meego-ux-media/master_or_other_branch
meego-ux-media-lastfm
Meego media plugin for fetching cover art and artist photos from the Last.fm webservice
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-media-lastfm.git meego-ux-media-lastfm cd meego-ux-media-lastfm
Add this repository as a remote to an existing local repository:
git remote add meego-ux-media-lastfm git://gitorious.org/meego-ux/meego-ux-media-lastfm.git git fetch meego-ux-media-lastfm git checkout -b my-local-tracking-branch meego-ux-media-lastfm/master_or_other_branch
meego-app-calendar
QML based calendar application
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-calendar.git meego-app-calendar cd meego-app-calendar
Add this repository as a remote to an existing local repository:
git remote add meego-app-calendar git://gitorious.org/meego-ux/meego-app-calendar.git git fetch meego-app-calendar git checkout -b my-local-tracking-branch meego-app-calendar/master_or_other_branch
jpwhitings-meego-ux-components
-
Cloning this repository:
git clone git://gitorious.org/~jpwhiting/meego-ux/jpwhitings-meego-ux-components.git jpwhitings-meego-ux-components cd jpwhitings-meego-ux-components
Add this repository as a remote to an existing local repository:
git remote add jpwhitings-meego-ux-components git://gitorious.org/~jpwhiting/meego-ux/jpwhitings-meego-ux-components.git git fetch jpwhitings-meego-ux-components git checkout -b my-local-tracking-branch jpwhitings-meego-ux-components/master_or_other_branch
orientation-contextkit-sensor
This package installs a Qt mobility sensor plugin which reads data from the “Screen.TopEdge” and “Screen.IsCovered” contextkit properties.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/orientation-contextkit-sensor.git orientation-contextkit-sensor cd orientation-contextkit-sensor
Add this repository as a remote to an existing local repository:
git remote add orientation-contextkit-sensor git://gitorious.org/meego-ux/orientation-contextkit-sensor.git git fetch orientation-contextkit-sensor git checkout -b my-local-tracking-branch orientation-contextkit-sensor/master_or_other_branch

