MeeGo UX
MeeGo user experience repositories across all device categories.
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
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
meego-app-email
QML based email application
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-email.git meego-app-email cd meego-app-email
Add this repository as a remote to an existing local repository:
git remote add meego-app-email git://gitorious.org/meego-ux/meego-app-email.git git fetch meego-app-email git checkout -b my-local-tracking-branch meego-app-email/master_or_other_branch
meego-app-clocks
QML based clocks application
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-clocks.git meego-app-clocks cd meego-app-clocks
Add this repository as a remote to an existing local repository:
git remote add meego-app-clocks git://gitorious.org/meego-ux/meego-app-clocks.git git fetch meego-app-clocks git checkout -b my-local-tracking-branch meego-app-clocks/master_or_other_branch
meego-ux-settings-socialweb
Adds the webservices settings page
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-settings-socialweb.git meego-ux-settings-socialweb cd meego-ux-settings-socialweb
Add this repository as a remote to an existing local repository:
git remote add meego-ux-settings-socialweb git://gitorious.org/meego-ux/meego-ux-settings-socialweb.git git fetch meego-ux-settings-socialweb git checkout -b my-local-tracking-branch meego-ux-settings-socialweb/master_or_other_branch
meego-ux-translations
Translations for MeeGo UX applications
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-translations.git meego-ux-translations cd meego-ux-translations
Add this repository as a remote to an existing local repository:
git remote add meego-ux-translations git://gitorious.org/meego-ux/meego-ux-translations.git git fetch meego-ux-translations git checkout -b my-local-tracking-branch meego-ux-translations/master_or_other_branch
meego-ux-alarms
Component that renders hard notifications for incoming calls, task reminders, calendar event reminders, and alarm clock alarms.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-alarms.git meego-ux-alarms cd meego-ux-alarms
Add this repository as a remote to an existing local repository:
git remote add meego-ux-alarms git://gitorious.org/meego-ux/meego-ux-alarms.git git fetch meego-ux-alarms git checkout -b my-local-tracking-branch meego-ux-alarms/master_or_other_branch
meego-ux-mediafs
This component creates several fuse filesystems to capture incoming media files and index the content.
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-ux-mediafs.git meego-ux-mediafs cd meego-ux-mediafs
Add this repository as a remote to an existing local repository:
git remote add meego-ux-mediafs git://gitorious.org/meego-ux/meego-ux-mediafs.git git fetch meego-ux-mediafs git checkout -b my-local-tracking-branch meego-ux-mediafs/master_or_other_branch
meego-app-satk
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-app-satk.git meego-app-satk cd meego-app-satk
Add this repository as a remote to an existing local repository:
git remote add meego-app-satk git://gitorious.org/meego-ux/meego-app-satk.git git fetch meego-app-satk git checkout -b my-local-tracking-branch meego-app-satk/master_or_other_branch
meego-handset-pin
-
Cloning this repository:
git clone git://gitorious.org/meego-ux/meego-handset-pin.git meego-handset-pin cd meego-handset-pin
Add this repository as a remote to an existing local repository:
git remote add meego-handset-pin git://gitorious.org/meego-ux/meego-handset-pin.git git fetch meego-handset-pin git checkout -b my-local-tracking-branch meego-handset-pin/master_or_other_branch
Activities 
-
Monday January 16 2012
-
Repository
12:57
gsluca cloned meego-ux/meego-app-satk
New repository is in gslucas-meego-app-satk
-
-
Sunday January 08 2012
-
Project
10:53
Thiago Marcos P. Santos deleted Thiago Marcos P. Santos/tmpsantos-meego-ux-content
-
Project
10:52
Thiago Marcos P. Santos deleted Thiago Marcos P. Santos/tmpsantos-meego-ux-daemon
-
-
Monday December 12 2011
-
Push
20:28
-
Push
20:27
-
-
Friday November 04 2011
-
Comment
20:09
James Ausmus commented on meego-ux/meego-ux-sharing
Reclosing to try and get out of gitorious's pending MR list
-
Push
00:53
James Ausmus pushed 1 commit to meego-ux/meego-ux-sharing:master. View diff
master changed from 8944987 to e6b87c5
-
-
Thursday November 03 2011
-
Merge request
22:43
James Ausmus updated merge request meego-ux/meego-ux-sharing #3
→ State changed from Open to Closed - MergedMerged, after modifying the .pro to not link in Qt libs in the glib client
-
Push
22:42
James Ausmus pushed 2 commits to meego-ux/meego-ux-sharing:master. View diff
master changed from dd62150 to 8944987
-
-
Wednesday November 02 2011
-
Merge request
23:04
Ben Drucker requested merge of ~btdrucke/meego-ux/btdruckes-meego-ux-sharing with meego-ux-sharing in merge request meego-ux/meego-ux-sharing #3
-
Commit
23:02
Ben Drucker created branch glib on meego-ux/btdruckes-meego-ux-sharing
-
-
Tuesday September 27 2011
-
Repository
09:48
justinz30 cloned meego-ux/meego-ux-settings
New repository is in justinz30s-meego-ux-settings
-
-
Wednesday September 21 2011
-
Push
18:17
tripzero pushed 1 commit to meego-ux/meego-ux-settings:master. View diff
master changed from 2eb42a6 to a024404
-
-
Tuesday September 13 2011
-
Favorite
05:48
joni started watching meego-ux/meego-app-calendar
-
-
Friday August 26 2011
-
Project
05:40
-
-
Tuesday August 23 2011
-
Push
19:31
asoliver pushed 1 commit to meego-ux/meego-app-im:master. View diff
master changed from 9164fae to af526f0
-
Push
19:06
gustavoboiko pushed 1 commit to meego-ux/meego-app-im:master. View diff
master changed from a967ef6 to 9164fae
-
Push
16:13
asoliver pushed 2 commits to meego-ux/meego-app-im:master. View diff
master changed from 2a28e92 to a967ef6
-
Push
00:10
gustavoboiko pushed 3 commits to meego-ux/meego-app-im:master. View diff
master changed from 65ea975 to 2a28e92
-
-
Monday August 22 2011
-
Push
22:56
gustavoboiko pushed 1 commit to meego-ux/meego-app-im:master. View diff
master changed from ec3f70e to 65ea975
-
Push
21:45
gustavoboiko pushed 1 commit to meego-ux/meego-app-im:master. View diff
master changed from 681bed6 to ec3f70e
-
Push
20:57
gustavoboiko pushed 1 commit to meego-ux/meego-app-im:master. View diff
master changed from e01391a to 681bed6
-
-
Friday August 19 2011
-
Merge request
01:03
msong requested merge of ~msong/meego-ux/msongs-meego-app-email with meego-app-email in merge request meego-ux/meego-app-email #56
-
Push
00:58
msong pushed 1 commit to ~msong/meego-ux/msongs-meego-app-email:master. View diff
master changed from 3b1e1dd to bfbbc8f
-
-
Thursday August 18 2011
-
Repository
23:55
msong cloned meego-ux/meego-app-email
New repository is in msongs-meego-app-email
-
-
Tuesday August 16 2011
-
Repository
08:09
mahita cloned meego-ux/meego-ux-components
New repository is in mahitas-meego-ux-components
-
-
Monday August 15 2011
-
Push
13:41
Bernd Stramm pushed 2 commits to ~berndhs/meego-ux/geuzen-ux-daemon:master. View diff
master changed from e05419d to 3a2560b
-
Push
13:38
Bernd Stramm pushed 1 commit to ~berndhs/meego-ux/geuzen-ux-daemon:master. View diff
master changed from 1c685b4 to e05419d
-
Push
13:37
Bernd Stramm pushed 3 commits to ~berndhs/meego-ux/geuzen-ux-daemon:master. View diff
master changed from 43e9a3a to 1c685b4
-
-
Sunday August 14 2011
-
Push
23:16
Bernd Stramm pushed 2 commits to ~berndhs/meego-ux/geuzen-ux-panels:master. View diff
master changed from 0dafa69 to 88478d8
-

