Repositories
webupload-engine
Web Upload Engine serves as a central point for uploading media content
to social networks. Web Upload Engine is a suite of tools that prepare,
process, queue, and upload the content with the help of specialized plugins
(destinations).
more…
Web Upload Engine integrates with Accounts and Single Sign-On libraries in MeeGo.
This gives possibility to have unified account management for all uploads and
enables unified handling of all social networking destinations in Share UI
through the single Share UI plugin that exposes all accounts which have “sharing”
service defined for them (which means these services have corresponding web upload
engine plugin).
In order to allow fine tuned configuration for the media being uploaded, Web Upload Engine
defines helper library for publishing widgets that can be used by Share UI web upload plugin
to expose destination-specific UI for specified media content.
Web Upload Engine includes MetaWriter, a tool to clean up media files from the metadata that
isn’t reasonable to share with social networks.
-
Cloning this repository:
git clone git://gitorious.org/meego-sharing-framework/webupload-engine.git webupload-engine cd webupload-engine
Add this repository as a remote to an existing local repository:
git remote add webupload-engine git://gitorious.org/meego-sharing-framework/webupload-engine.git git fetch webupload-engine git checkout -b my-local-tracking-branch webupload-engine/master_or_other_branch
share-ui
Share UI is a set of libraries and executables that implements
platform-wide selection of destinations to share content.
more…
Share UI features D-BUS interface to spawn UX-specific destination selector
and provides clean API for extending list of destinations irrespective to the
UX in use. UX-specific destination selector is clearly separated from the rest
of the framework.
UX-specific destination selector UI is implemented as a dynamically loadable module.
The module is loaded by the UX-specific share-ui executable and asked to provide
actual UI implementation. This allows to keep destination implementations common to
whole platform while having actual UI visualization of them to follow specific
requirements of a platform’s UX implementation (Handset, Netbook, IVI, etc).
-
Cloning this repository:
git clone git://gitorious.org/meego-sharing-framework/share-ui.git share-ui cd share-ui
Add this repository as a remote to an existing local repository:
git remote add share-ui git://gitorious.org/meego-sharing-framework/share-ui.git git fetch share-ui git checkout -b my-local-tracking-branch share-ui/master_or_other_branch
transfer-ui
Transfer UI is an application and a library to communicate with the application
which implement platform-wide consistent view on ongoing transfers from different
applications.
more…
Transfer UI application is accessible over D-BUS interface to spawn UX-specific
transfer visualization. The actual UI implementation is separated from the rest
of the framework.
UX-specific transfer visualization UI is implemented as a dynamically loadable module.
The module is loaded by the UX-specific transfer-ui executable and asked to provide
actual UI implementation. This allows to utilize transfers concept across whole platform
while having actual UI visualization of them to follow specific requirements of
a platform’s UX implementation (Handset, Netbook, IVI, etc).
-
Cloning this repository:
git clone git://gitorious.org/meego-sharing-framework/transfer-ui.git transfer-ui cd transfer-ui
Add this repository as a remote to an existing local repository:
git remote add transfer-ui git://gitorious.org/meego-sharing-framework/transfer-ui.git git fetch transfer-ui git checkout -b my-local-tracking-branch transfer-ui/master_or_other_branch
webupload-engine-mhaulo
-
Cloning this repository:
git clone git://gitorious.org/~mhaulo/meego-sharing-framework/webupload-engine-mhaulo.git webupload-engine-mhaulo cd webupload-engine-mhaulo
Add this repository as a remote to an existing local repository:
git remote add webupload-engine-mhaulo git://gitorious.org/~mhaulo/meego-sharing-framework/webupload-engine-mhaulo.git git fetch webupload-engine-mhaulo git checkout -b my-local-tracking-branch webupload-engine-mhaulo/master_or_other_branch
rkunnass-webupload-engine
-
Cloning this repository:
git clone git://gitorious.org/~rkunnas/meego-sharing-framework/rkunnass-webupload-engine.git rkunnass-webupload-engine cd rkunnass-webupload-engine
Add this repository as a remote to an existing local repository:
git remote add rkunnass-webupload-engine git://gitorious.org/~rkunnas/meego-sharing-framework/rkunnass-webupload-engine.git git fetch rkunnass-webupload-engine git checkout -b my-local-tracking-branch rkunnass-webupload-engine/master_or_other_branch
sandbox-webupload-engine
-
Cloning this repository:
git clone git://gitorious.org/~bokovoy/meego-sharing-framework/sandbox-webupload-engine.git sandbox-webupload-engine cd sandbox-webupload-engine
Add this repository as a remote to an existing local repository:
git remote add sandbox-webupload-engine git://gitorious.org/~bokovoy/meego-sharing-framework/sandbox-webupload-engine.git git fetch sandbox-webupload-engine git checkout -b my-local-tracking-branch sandbox-webupload-engine/master_or_other_branch
alumps-webupload-engine
-
Cloning this repository:
git clone git://gitorious.org/~alump/meego-sharing-framework/alumps-webupload-engine.git alumps-webupload-engine cd alumps-webupload-engine
Add this repository as a remote to an existing local repository:
git remote add alumps-webupload-engine git://gitorious.org/~alump/meego-sharing-framework/alumps-webupload-engine.git git fetch alumps-webupload-engine git checkout -b my-local-tracking-branch alumps-webupload-engine/master_or_other_branch
ab-share-ui
-
Cloning this repository:
git clone git://gitorious.org/~bokovoy/meego-sharing-framework/ab-share-ui.git ab-share-ui cd ab-share-ui
Add this repository as a remote to an existing local repository:
git remote add ab-share-ui git://gitorious.org/~bokovoy/meego-sharing-framework/ab-share-ui.git git fetch ab-share-ui git checkout -b my-local-tracking-branch ab-share-ui/master_or_other_branch
mikasu-share-ui
-
Cloning this repository:
git clone git://gitorious.org/~mikasu/meego-sharing-framework/mikasu-share-ui.git mikasu-share-ui cd mikasu-share-ui
Add this repository as a remote to an existing local repository:
git remote add mikasu-share-ui git://gitorious.org/~mikasu/meego-sharing-framework/mikasu-share-ui.git git fetch mikasu-share-ui git checkout -b my-local-tracking-branch mikasu-share-ui/master_or_other_branch
mikasu-transfer-ui
-
Cloning this repository:
git clone git://gitorious.org/~mikasu/meego-sharing-framework/mikasu-transfer-ui.git mikasu-transfer-ui cd mikasu-transfer-ui
Add this repository as a remote to an existing local repository:
git remote add mikasu-transfer-ui git://gitorious.org/~mikasu/meego-sharing-framework/mikasu-transfer-ui.git git fetch mikasu-transfer-ui git checkout -b my-local-tracking-branch mikasu-transfer-ui/master_or_other_branch
mikasu-webupload-engine
-
Cloning this repository:
git clone git://gitorious.org/~mikasu/meego-sharing-framework/mikasu-webupload-engine.git mikasu-webupload-engine cd mikasu-webupload-engine
Add this repository as a remote to an existing local repository:
git remote add mikasu-webupload-engine git://gitorious.org/~mikasu/meego-sharing-framework/mikasu-webupload-engine.git git fetch mikasu-webupload-engine git checkout -b my-local-tracking-branch mikasu-webupload-engine/master_or_other_branch
divya-webupload-engine
-
Cloning this repository:
git clone git://gitorious.org/~d1vya/meego-sharing-framework/divya-webupload-engine.git divya-webupload-engine cd divya-webupload-engine
Add this repository as a remote to an existing local repository:
git remote add divya-webupload-engine git://gitorious.org/~d1vya/meego-sharing-framework/divya-webupload-engine.git git fetch divya-webupload-engine git checkout -b my-local-tracking-branch divya-webupload-engine/master_or_other_branch
alumps-share-ui
-
Cloning this repository:
git clone git://gitorious.org/~alump/meego-sharing-framework/alumps-share-ui.git alumps-share-ui cd alumps-share-ui
Add this repository as a remote to an existing local repository:
git remote add alumps-share-ui git://gitorious.org/~alump/meego-sharing-framework/alumps-share-ui.git git fetch alumps-share-ui git checkout -b my-local-tracking-branch alumps-share-ui/master_or_other_branch
divya-share-ui
-
Cloning this repository:
git clone git://gitorious.org/~d1vya/meego-sharing-framework/divya-share-ui.git divya-share-ui cd divya-share-ui
Add this repository as a remote to an existing local repository:
git remote add divya-share-ui git://gitorious.org/~d1vya/meego-sharing-framework/divya-share-ui.git git fetch divya-share-ui git checkout -b my-local-tracking-branch divya-share-ui/master_or_other_branch
transfer-ui-changes
-
Cloning this repository:
git clone git://gitorious.org/~ravikumar2979/meego-sharing-framework/transfer-ui-changes.git transfer-ui-changes cd transfer-ui-changes
Add this repository as a remote to an existing local repository:
git remote add transfer-ui-changes git://gitorious.org/~ravikumar2979/meego-sharing-framework/transfer-ui-changes.git git fetch transfer-ui-changes git checkout -b my-local-tracking-branch transfer-ui-changes/master_or_other_branch
qml-share-enablers
Qt Quick bindings for Sharing Framework
-
Cloning this repository:
git clone git://gitorious.org/meego-sharing-framework/qml-share-enablers.git qml-share-enablers cd qml-share-enablers
Add this repository as a remote to an existing local repository:
git remote add qml-share-enablers git://gitorious.org/meego-sharing-framework/qml-share-enablers.git git fetch qml-share-enablers git checkout -b my-local-tracking-branch qml-share-enablers/master_or_other_branch
btdrucke-share-ui
-
Cloning this repository:
git clone git://gitorious.org/~btdrucke/meego-sharing-framework/btdrucke-share-ui.git btdrucke-share-ui cd btdrucke-share-ui
Add this repository as a remote to an existing local repository:
git remote add btdrucke-share-ui git://gitorious.org/~btdrucke/meego-sharing-framework/btdrucke-share-ui.git git fetch btdrucke-share-ui git checkout -b my-local-tracking-branch btdrucke-share-ui/master_or_other_branch
jussinis-qml-share-enablers
-
Cloning this repository:
git clone git://gitorious.org/~jussini/meego-sharing-framework/jussinis-qml-share-enablers.git jussinis-qml-share-enablers cd jussinis-qml-share-enablers
Add this repository as a remote to an existing local repository:
git remote add jussinis-qml-share-enablers git://gitorious.org/~jussini/meego-sharing-framework/jussinis-qml-share-enablers.git git fetch jussinis-qml-share-enablers git checkout -b my-local-tracking-branch jussinis-qml-share-enablers/master_or_other_branch
customdialog-transfer-ui
-
Cloning this repository:
git clone git://gitorious.org/~ravikumar2979/meego-sharing-framework/customdialog-transfer-ui.git customdialog-transfer-ui cd customdialog-transfer-ui
Add this repository as a remote to an existing local repository:
git remote add customdialog-transfer-ui git://gitorious.org/~ravikumar2979/meego-sharing-framework/customdialog-transfer-ui.git git fetch customdialog-transfer-ui git checkout -b my-local-tracking-branch customdialog-transfer-ui/master_or_other_branch
ravikumar2979s-transfer-ui-initchanges
-
Cloning this repository:
git clone git://gitorious.org/~ravikumar2979/meego-sharing-framework/ravikumar2979s-transfer-ui-initchanges.git ravikumar2979s-transfer-ui-initchanges cd ravikumar2979s-transfer-ui-initchanges
Add this repository as a remote to an existing local repository:
git remote add ravikumar2979s-transfer-ui-initchanges git://gitorious.org/~ravikumar2979/meego-sharing-framework/ravikumar2979s-transfer-ui-initchanges.git git fetch ravikumar2979s-transfer-ui-initchanges git checkout -b my-local-tracking-branch ravikumar2979s-transfer-ui-initchanges/master_or_other_branch
stahkamos-transfer-ui
-
Cloning this repository:
git clone git://gitorious.org/~stahkamo/meego-sharing-framework/stahkamos-transfer-ui.git stahkamos-transfer-ui cd stahkamos-transfer-ui
Add this repository as a remote to an existing local repository:
git remote add stahkamos-transfer-ui git://gitorious.org/~stahkamo/meego-sharing-framework/stahkamos-transfer-ui.git git fetch stahkamos-transfer-ui git checkout -b my-local-tracking-branch stahkamos-transfer-ui/master_or_other_branch
markomattilas-webupload-engine
-
Cloning this repository:
git clone git://gitorious.org/~markomattila/meego-sharing-framework/markomattilas-webupload-engine.git markomattilas-webupload-engine cd markomattilas-webupload-engine
Add this repository as a remote to an existing local repository:
git remote add markomattilas-webupload-engine git://gitorious.org/~markomattila/meego-sharing-framework/markomattilas-webupload-engine.git git fetch markomattilas-webupload-engine git checkout -b my-local-tracking-branch markomattilas-webupload-engine/master_or_other_branch
tempfilechanges
-
Cloning this repository:
git clone git://gitorious.org/~ravikumar2979/meego-sharing-framework/tempfilechanges.git tempfilechanges cd tempfilechanges
Add this repository as a remote to an existing local repository:
git remote add tempfilechanges git://gitorious.org/~ravikumar2979/meego-sharing-framework/tempfilechanges.git git fetch tempfilechanges git checkout -b my-local-tracking-branch tempfilechanges/master_or_other_branch
jussini-transfer-ui
-
Cloning this repository:
git clone git://gitorious.org/~jussini/meego-sharing-framework/jussini-transfer-ui.git jussini-transfer-ui cd jussini-transfer-ui
Add this repository as a remote to an existing local repository:
git remote add jussini-transfer-ui git://gitorious.org/~jussini/meego-sharing-framework/jussini-transfer-ui.git git fetch jussini-transfer-ui git checkout -b my-local-tracking-branch jussini-transfer-ui/master_or_other_branch

