MeeGo Touch Framework
MeeGo Touch is a Qt based application development framework targeting mobile touch screen devices. It provides all the necessary building blocks for creating native applications that follow the MeeGo Handset UX guidelines . The framework itself is built on top of the Qt Graphics View Framework.
libmeegotouch
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/libmeegotouch.git libmeegotouch cd libmeegotouch
Add this repository as a remote to an existing local repository:
git remote add libmeegotouch git://gitorious.org/meegotouch/libmeegotouch.git git fetch libmeegotouch git checkout -b my-local-tracking-branch libmeegotouch/master_or_other_branch
meegotouch-theme
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-theme.git meegotouch-theme cd meegotouch-theme
Add this repository as a remote to an existing local repository:
git remote add meegotouch-theme git://gitorious.org/meegotouch/meegotouch-theme.git git fetch meegotouch-theme git checkout -b my-local-tracking-branch meegotouch-theme/master_or_other_branch
meegotouch-compositor
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-compositor.git meegotouch-compositor cd meegotouch-compositor
Add this repository as a remote to an existing local repository:
git remote add meegotouch-compositor git://gitorious.org/meegotouch/meegotouch-compositor.git git fetch meegotouch-compositor git checkout -b my-local-tracking-branch meegotouch-compositor/master_or_other_branch
meegotouch-home
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-home.git meegotouch-home cd meegotouch-home
Add this repository as a remote to an existing local repository:
git remote add meegotouch-home git://gitorious.org/meegotouch/meegotouch-home.git git fetch meegotouch-home git checkout -b my-local-tracking-branch meegotouch-home/master_or_other_branch
meegotouch-inputmethodframework
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-inputmethodframework.git meegotouch-inputmethodframework cd meegotouch-inputmethodframework
Add this repository as a remote to an existing local repository:
git remote add meegotouch-inputmethodframework git://gitorious.org/meegotouch/meegotouch-inputmethodframework.git git fetch meegotouch-inputmethodframework git checkout -b my-local-tracking-branch meegotouch-inputmethodframework/master_or_other_branch
meegotouch-inputmethodengine
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-inputmethodengine.git meegotouch-inputmethodengine cd meegotouch-inputmethodengine
Add this repository as a remote to an existing local repository:
git remote add meegotouch-inputmethodengine git://gitorious.org/meegotouch/meegotouch-inputmethodengine.git git fetch meegotouch-inputmethodengine git checkout -b my-local-tracking-branch meegotouch-inputmethodengine/master_or_other_branch
meegotouch-inputmethodkeyboard
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-inputmethodkeyboard.git meegotouch-inputmethodkeyboard cd meegotouch-inputmethodkeyboard
Add this repository as a remote to an existing local repository:
git remote add meegotouch-inputmethodkeyboard git://gitorious.org/meegotouch/meegotouch-inputmethodkeyboard.git git fetch meegotouch-inputmethodkeyboard git checkout -b my-local-tracking-branch meegotouch-inputmethodkeyboard/master_or_other_branch
meegotouch-feedback
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-feedback.git meegotouch-feedback cd meegotouch-feedback
Add this repository as a remote to an existing local repository:
git remote add meegotouch-feedback git://gitorious.org/meegotouch/meegotouch-feedback.git git fetch meegotouch-feedback git checkout -b my-local-tracking-branch meegotouch-feedback/master_or_other_branch
meegotouch-feedbackreactionmaps
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-feedbackreactionmaps.git meegotouch-feedbackreactionmaps cd meegotouch-feedbackreactionmaps
Add this repository as a remote to an existing local repository:
git remote add meegotouch-feedbackreactionmaps git://gitorious.org/meegotouch/meegotouch-feedbackreactionmaps.git git fetch meegotouch-feedbackreactionmaps git checkout -b my-local-tracking-branch meegotouch-feedbackreactionmaps/master_or_other_branch
meegotouch-systemui
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-systemui.git meegotouch-systemui cd meegotouch-systemui
Add this repository as a remote to an existing local repository:
git remote add meegotouch-systemui git://gitorious.org/meegotouch/meegotouch-systemui.git git fetch meegotouch-systemui git checkout -b my-local-tracking-branch meegotouch-systemui/master_or_other_branch
meegotouch-controlpanelapplets
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-controlpanelapplets.git meegotouch-controlpanelapplets cd meegotouch-controlpanelapplets
Add this repository as a remote to an existing local repository:
git remote add meegotouch-controlpanelapplets git://gitorious.org/meegotouch/meegotouch-controlpanelapplets.git git fetch meegotouch-controlpanelapplets git checkout -b my-local-tracking-branch meegotouch-controlpanelapplets/master_or_other_branch
meegotouch-controlpanelsoundsettingsapplet
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-controlpanelsoundsettingsapplet.git meegotouch-controlpanelsoundsettingsapplet cd meegotouch-controlpanelsoundsettingsapplet
Add this repository as a remote to an existing local repository:
git remote add meegotouch-controlpanelsoundsettingsapplet git://gitorious.org/meegotouch/meegotouch-controlpanelsoundsettingsapplet.git git fetch meegotouch-controlpanelsoundsettingsapplet git checkout -b my-local-tracking-branch meegotouch-controlpanelsoundsettingsapplet/master_or_other_branch
meegotouch-controlpanellanguageapplet
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-controlpanellanguageapplet.git meegotouch-controlpanellanguageapplet cd meegotouch-controlpanellanguageapplet
Add this repository as a remote to an existing local repository:
git remote add meegotouch-controlpanellanguageapplet git://gitorious.org/meegotouch/meegotouch-controlpanellanguageapplet.git git fetch meegotouch-controlpanellanguageapplet git checkout -b my-local-tracking-branch meegotouch-controlpanellanguageapplet/master_or_other_branch
meegotouch-controlpaneldatetimeapplet
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-controlpaneldatetimeapplet.git meegotouch-controlpaneldatetimeapplet cd meegotouch-controlpaneldatetimeapplet
Add this repository as a remote to an existing local repository:
git remote add meegotouch-controlpaneldatetimeapplet git://gitorious.org/meegotouch/meegotouch-controlpaneldatetimeapplet.git git fetch meegotouch-controlpaneldatetimeapplet git checkout -b my-local-tracking-branch meegotouch-controlpaneldatetimeapplet/master_or_other_branch
meegotouch-controlpanelregionformatapplet
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-controlpanelregionformatapplet.git meegotouch-controlpanelregionformatapplet cd meegotouch-controlpanelregionformatapplet
Add this repository as a remote to an existing local repository:
git remote add meegotouch-controlpanelregionformatapplet git://gitorious.org/meegotouch/meegotouch-controlpanelregionformatapplet.git git fetch meegotouch-controlpanelregionformatapplet git checkout -b my-local-tracking-branch meegotouch-controlpanelregionformatapplet/master_or_other_branch
meegotouch-systemuiextensions
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-systemuiextensions.git meegotouch-systemuiextensions cd meegotouch-systemuiextensions
Add this repository as a remote to an existing local repository:
git remote add meegotouch-systemuiextensions git://gitorious.org/meegotouch/meegotouch-systemuiextensions.git git fetch meegotouch-systemuiextensions git checkout -b my-local-tracking-branch meegotouch-systemuiextensions/master_or_other_branch
meegotouch-applifed
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-applifed.git meegotouch-applifed cd meegotouch-applifed
Add this repository as a remote to an existing local repository:
git remote add meegotouch-applifed git://gitorious.org/meegotouch/meegotouch-applifed.git git fetch meegotouch-applifed git checkout -b my-local-tracking-branch meegotouch-applifed/master_or_other_branch
meegotouch-applauncherd
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-applauncherd.git meegotouch-applauncherd cd meegotouch-applauncherd
Add this repository as a remote to an existing local repository:
git remote add meegotouch-applauncherd git://gitorious.org/meegotouch/meegotouch-applauncherd.git git fetch meegotouch-applauncherd git checkout -b my-local-tracking-branch meegotouch-applauncherd/master_or_other_branch
meegotouch-tests
This repository is now closed and contents will be split into bunch separate repos.
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-tests.git meegotouch-tests cd meegotouch-tests
Add this repository as a remote to an existing local repository:
git remote add meegotouch-tests git://gitorious.org/meegotouch/meegotouch-tests.git git fetch meegotouch-tests git checkout -b my-local-tracking-branch meegotouch-tests/master_or_other_branch
meegotouch-qt-style
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-qt-style.git meegotouch-qt-style cd meegotouch-qt-style
Add this repository as a remote to an existing local repository:
git remote add meegotouch-qt-style git://gitorious.org/meegotouch/meegotouch-qt-style.git git fetch meegotouch-qt-style git checkout -b my-local-tracking-branch meegotouch-qt-style/master_or_other_branch
meegotouch-controlpanel
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-controlpanel.git meegotouch-controlpanel cd meegotouch-controlpanel
Add this repository as a remote to an existing local repository:
git remote add meegotouch-controlpanel git://gitorious.org/meegotouch/meegotouch-controlpanel.git git fetch meegotouch-controlpanel git checkout -b my-local-tracking-branch meegotouch-controlpanel/master_or_other_branch
meegotouch-controlpanelresetapplet
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-controlpanelresetapplet.git meegotouch-controlpanelresetapplet cd meegotouch-controlpanelresetapplet
Add this repository as a remote to an existing local repository:
git remote add meegotouch-controlpanelresetapplet git://gitorious.org/meegotouch/meegotouch-controlpanelresetapplet.git git fetch meegotouch-controlpanelresetapplet git checkout -b my-local-tracking-branch meegotouch-controlpanelresetapplet/master_or_other_branch
clean-device
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/clean-device.git clean-device cd clean-device
Add this repository as a remote to an existing local repository:
git remote add clean-device git://gitorious.org/meegotouch/clean-device.git git fetch clean-device git checkout -b my-local-tracking-branch clean-device/master_or_other_branch
meegotouch-theme-graphics
meegotouch-theme-graphics
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/meegotouch-theme-graphics.git meegotouch-theme-graphics cd meegotouch-theme-graphics
Add this repository as a remote to an existing local repository:
git remote add meegotouch-theme-graphics git://gitorious.org/meegotouch/meegotouch-theme-graphics.git git fetch meegotouch-theme-graphics git checkout -b my-local-tracking-branch meegotouch-theme-graphics/master_or_other_branch
libmlocale
A library that provides locale dependent data formatting as well as translation, collation and calendar systems. more…
History:
Contains classes MLocale and friends originally from libmeegotouch. With that separation one can use those localization facilities without having to bring on board also the MeeGo Touch GUI toolkit.
-
Cloning this repository:
git clone git://gitorious.org/meegotouch/libmlocale.git libmlocale cd libmlocale
Add this repository as a remote to an existing local repository:
git remote add libmlocale git://gitorious.org/meegotouch/libmlocale.git git fetch libmlocale git checkout -b my-local-tracking-branch libmlocale/master_or_other_branch
Activities 
-
Wednesday February 22 2012
-
Merge request
16:52
-
Push
16:49
Daniel Borgmann pushed 1 commit to ~danielb/meegotouch/danielbs-libmeegotouch:test-infobannerinformationview. View diff
test-infobannerinformationview changed from 30666bb to 04f11d2
-
Merge request
15:20
Jarno Malmari updated merge request meegotouch/libmeegotouch #2505
→ State changed from New to Updated -
Merge request
15:20
-
Push
14:57
Jarno Malmari pushed 6 commits to ~malmari/meegotouch/malmari-libmeegotouch:master. View diff
master changed from ddbf8db to 0387f5a
-
Comment
14:52
Jarno Malmari commented on merge request meegotouch/libmeegotouch #2505
> is there a necessity for this condition? there is already in check inside of updateScene()
>It would work even without the condition....
-
Push
14:23
Thyagarajan Balakrishnan pushed 1 commit to meegotouch/meegotouch-applauncherd:master. View diff
master changed from d6b65e9 to bbd3b48
-
Push
14:22
Thyagarajan Balakrishnan pushed 1 commit to meegotouch/meegotouch-applauncherd:PR13Pre. View diff
PR13Pre changed from da97776 to 0c2ad0b
-
Push
10:22
David Kedves pushed 1 commit to meegotouch/meegotouch-controlpanel:master. View diff
master changed from 3bf8d5f to 736e2d0
-
Merge request
08:27
Jukka Halonen updated merge request meegotouch/libmeegotouch #2503
→ State changed from Reviewing to UpdatedOtherwise looking good to me
-
Comment
07:51
Jukka Halonen commented on merge request meegotouch/libmeegotouch #2503
I would like to suggest that testMouseReleaseEvent() case is changed to testClickedEvent (so also pressEvent path is executed) and add testClickedE...
-
Push
07:46
David Kedves pushed 1 commit to meegotouch/meegotouch-controlpanel:master. View diff
master changed from 60b5a1f to 3bf8d5f
-
Comment
07:35
Jukka Halonen commented on merge request meegotouch/libmeegotouch #2503
General policy in our unit tests seems to be that setters/getters are tested like done in here thus I agree with Daniel's decision relating to imag...
-
Merge request
07:21
Jukka Halonen updated merge request meegotouch/libmeegotouch #2503
→ State changed from Updated to Reviewing
-
-
Tuesday February 21 2012
-
Merge request
17:49
Daniel Borgmann updated merge request meegotouch/libmeegotouch #2503
→ State changed from Revise and resubmit to UpdatedI have split up testBannerData() as Jukka suggested, and added some additional asserts. I will do...
-
Merge request
17:39
-
Push
17:10
Daniel Borgmann pushed 1 commit to ~danielb/meegotouch/danielbs-libmeegotouch:test-infobannerinformationview. View diff
test-infobannerinformationview changed from 8a0ffa1 to 30666bb
-
Push
15:25
Vesa Halttunen pushed 1 commit to meegotouch/meegotouch-home:master. View diff
master changed from e5d60f7 to f3fae1b
-
Push
15:22
Vesa Halttunen pushed 1 commit to meegotouch/meegotouch-home:1.3. View diff
1.3 changed from 39be282 to 090ff72
-
Commit
15:21
-
Push
15:21
Vesa Halttunen pushed 2 commits to meegotouch/meegotouch-home:1.3. View diff
1.3 changed from 8f0e600 to 39be282
-
Merge request
14:24
Marcin Miklas updated merge request meegotouch/libmeegotouch #2504
→ State changed from Reviewing to Go ahead and mergeNow it is ok.
-
Merge request
14:01
-
Commit
13:57
Maksim Kirillov created branch master-1.3 on meegotouch/kirilma-libmeegotouch
-
Commit
13:54
Maksim Kirillov created branch 1.3 on meegotouch/kirilma-libmeegotouch
-
Merge request
13:16
Marcin Miklas updated merge request meegotouch/libmeegotouch #2504
→ State changed from Updated to Reviewing -
Merge request
10:56
Peter Penz updated merge request meegotouch/libmeegotouch #2504
→ State changed from Revise and resubmit to Updated -
Merge request
10:51
-
Merge request
09:42
Adrián Yanes updated merge request meegotouch/libmeegotouch #2507
→ State changed from Go ahead and merge to MergedMerged, thanks.
-
Push
09:41
Adrián Yanes pushed 1 commit to meegotouch/libmeegotouch:master. View diff
master changed from bb515fe to 5f81c73
-

