SHIFT is an open source shell built on KDE Plasma Mobile, designed to adapt fluidly to your computing needs across devices
Find a file
Vishesh Handa 58bc75eef4 Add KRunner to the top of the homescreen
The KRunner view is part of the containment as then it can always be on
the top. This is the first iteration of the this design.
2015-06-19 02:53:43 +02:00
applets Rename satellite to plasma.phone 2015-06-19 01:48:47 +02:00
bin Rename satellite to plasma.phone 2015-06-19 01:48:47 +02:00
containments Add KRunner to the top of the homescreen 2015-06-19 02:53:43 +02:00
dbus Rename satellite to plasma.phone 2015-06-19 01:48:47 +02:00
debian move packaging now in plasma-phone-components-packaging 2015-06-12 23:20:03 +02:00
dialer solve qml unique id conflicts 2015-06-10 12:30:43 -07:00
kwinmultitasking [kwinmultitasking] Add more exceptions to the Switcher 2015-06-10 18:04:14 +02:00
look-and-feel Rename satellite to plasma.phone 2015-06-19 01:48:47 +02:00
phonebook rename homescreen library 2015-05-14 18:13:00 +02:00
prototypes finish the behavior 2015-03-20 17:24:10 +01:00
services Remove the compositor 2015-06-19 01:48:47 +02:00
settingsmodules Rename satellite to plasma.phone 2015-06-19 01:48:47 +02:00
shell Rename satellite to plasma.phone 2015-06-19 01:48:47 +02:00
wallpaper Rename satellite to plasma.phone 2015-06-19 01:48:47 +02:00
.gitignore Hide some qtcreator droppings 2015-05-12 10:34:43 +02:00
CMakeLists.txt a KRun based way to launch apps 2015-06-18 16:58:56 -07:00
plasma-phone-components.creator.user Fix spello 2015-05-12 10:34:51 +02:00
README.md Rename satellite to plasma.phone 2015-06-19 01:48:47 +02:00

plasma-phone-components

UI components for Plasma Phone

Test on a development machine

Dependencies:

Phonesim will add a fake phone modem, that can be controlled via a Qt based user interface from which it will be possible to test various aspects of the phone UI: making calls, receiving, signal strength, send SMS and so on. It will not generate any real call, but only make the UI think a SIM is working and that a phone call is in progress.

A tutorial how to start phonesim on a desktop system can be found here: http://comments.gmane.org/gmane.comp.handhelds.ofono/12178

  • edit /etc/ofono/phonesim.conf, uncomment everything so that it looks like

[phonesim]

Driver=phonesim

Address=127.0.0.1

Port=12345

  • start ofonod as root
  • start phonesim phonesim -p 12345 -gui /usr/share/phonesim/default.xml
  • from the oFono source directory, call /test/enable-modem to bring the modem up, the control UI should come up
  • call test/online-modem to activate the test phonesim modem
  • start plasma with plasmashell -w -p org.kde.plasma.phone to start the phone homescreen in a window

Note that the oFono/phonesim part is necessary only if it's needed to test some part specific to telephony