Plasma/Mobile/Code: Difference between revisions
No edit summary |
No edit summary |
||
Line 5: | Line 5: | ||
Relevant repositiories are: | Relevant repositiories are: | ||
= | = General Mobile Components = | ||
* ''plasma-mobile'': Components generally applicable on mobile devices. | * ''plasma-mobile'': Components generally applicable on mobile devices. | ||
* ''plasma-settings'': Settings application and modules. | * ''plasma-settings'': Settings application and modules. | ||
Line 15: | Line 14: | ||
* ''plasma-maliit-plugin'': Maliit virtual keyboard integration. | * ''plasma-maliit-plugin'': Maliit virtual keyboard integration. | ||
* ''mtp-server'': Maliit virtual keyboard integration. | * ''mtp-server'': Maliit virtual keyboard integration. | ||
= Phone Specific = | |||
* ''plasma-phone-components'': Dialer and Phone shell QtQuick code, application launcher model, etc. | |||
* ''plasma-phone-dev-setup'': Default configs for Plasma Phone | |||
= Development Tools = | = Development Tools = | ||
* ''xbuilder'': Script to set up an SDK. | * ''xbuilder'': Script to set up an SDK. | ||
* ''xutils'': Utilities for the SDK. | * ''xutils'': Utilities for the SDK. | ||
* ''plasma-phone-sim'': simulator for development of apps | |||
You can check out any of these repos easily: | |||
git clone kde:<repository name> | |||
You should add the "kde" alias to your [https://techbase.kde.org/Development/Git/Configuration#URL_Renaming Git setup]. |
Revision as of 15:19, 6 August 2015
The code for various Plasma Mobile components can be found on git.kde.org.
todo: add links to phabricator, once set up
Relevant repositiories are:
General Mobile Components
- plasma-mobile: Components generally applicable on mobile devices.
- plasma-settings: Settings application and modules.
- plasma-camera: Camera application.
- plasma-angelfish: Proof-of-concept demo webbrowser for phones.
- plasma-samegame: Small example game, pure QML.
- plasma-maliit-frameworks: Maliit virtual keyboard integration.
- plasma-maliit-plugin: Maliit virtual keyboard integration.
- mtp-server: Maliit virtual keyboard integration.
Phone Specific
- plasma-phone-components: Dialer and Phone shell QtQuick code, application launcher model, etc.
- plasma-phone-dev-setup: Default configs for Plasma Phone
Development Tools
- xbuilder: Script to set up an SDK.
- xutils: Utilities for the SDK.
- plasma-phone-sim: simulator for development of apps
You can check out any of these repos easily:
git clone kde:<repository name>
You should add the "kde" alias to your Git setup.