Marco Martin
e75c8005d3
a KRun based way to launch apps
...
needs the duplicate for now in order to test without breaking
the image
2015-06-18 16:58:56 -07:00
Vishesh Handa
c94b6c348c
Remove packaging for RPM
2015-06-19 01:48:47 +02:00
Vishesh Handa
724389fac4
Remove the compositor
...
Made obsolete by kwin
2015-06-19 01:48:47 +02:00
Vishesh Handa
25ae67d782
Add README file for the systemd unit files
2015-06-19 01:48:47 +02:00
Vishesh Handa
df0fd34bc1
Rename satellite to plasma.phone
...
All interfaces are now consistent and start with 'org.kde.plasma.phone'
Reviewed-By: Marco Martin
2015-06-19 01:48:47 +02:00
Marco Martin
608be69047
stub for the task manager
2015-06-18 16:31:26 -07:00
Martin Klapetek
4da57aa812
[dialer] Set the call state to "idle" on creation
2015-06-19 01:27:41 +02:00
Martin Klapetek
07ed76484a
[dialer] Add missing include
2015-06-19 01:27:20 +02:00
Martin Klapetek
1bff2a4c48
[dialer] Remove the tpCaller qml plugin
...
Everything is now moved to DialerUtils
2015-06-19 01:26:39 +02:00
Martin Klapetek
bba2650087
[dialer] Implement hanging up in CallManager
2015-06-19 01:25:44 +02:00
Martin Klapetek
cf00cb85f3
[dialer] Move the stuff from the tpCaller qml plugin into DialerUtils
...
Less hassle needed with env vars
2015-06-19 01:24:46 +02:00
Martin Klapetek
def5d16a22
[dialer] Fix the dbus service exec line
2015-06-19 01:22:18 +02:00
Martin Klapetek
958983df42
[dialer] Add basic Telepathy Channel Handler
2015-06-18 21:27:24 +00:00
Marco Martin
15803f7672
adjust centering of bookmark icons
2015-06-18 13:40:36 -07:00
Marco Martin
89935a1d21
don't reset homescreen scroll position
2015-06-18 12:17:53 -07:00
Marco Martin
7d8e4e0d8c
same title on the transient window
2015-06-18 12:13:56 -07:00
Marco Martin
69b7459f10
Add a fake startup notification window
...
add a window shown when an application is started
hide the window when a new one appears.
it's an approximation, we still need a real startup notification system
2015-06-18 11:43:20 -07:00
Martin Klapetek
2092cbc59a
[dialer] Simplify checking for call in progress
...
The connection will always be existing, unless the network is down
at which point the channel is already invalid. No point for checking
for it then.
2015-06-18 15:34:35 +00:00
Martin Klapetek
9795b7a9cb
[dialer] Emit the TpCaller::callInProgressChanged on any important Tp::Channel signals
2015-06-18 15:33:32 +00:00
Martin Klapetek
fe7b3f36b0
[dialer] Cleanup the debug output and make it more useful
2015-06-18 15:33:03 +00:00
Martin Klapetek
e1f27cebb0
[dialer] Promote the Tp::Channel class var to Tp::CallChannel
2015-06-18 15:32:06 +00:00
Martin Klapetek
eb176a4099
[dialer] Cast the Channel to CallChannel and call hangup on it
...
That seems to actually hang up the call
2015-06-18 14:41:03 +00:00
Marco Martin
578f998f38
fix the math for unlocking
2015-06-17 23:00:56 -07:00
Martin Klapetek
5096dec3b5
Force the modem numbers for now
...
The ofono MC plugin is being blocked by AppArmor, it does however
has a code path to go around it by setting FORCE_RIL_NUM_MODEMS
env var (seems to be added for this very use case). So use this for now
2015-06-17 22:56:38 +00:00
Martin Klapetek
cd453ba653
Add basic Telepathy call handling
2015-06-17 22:53:09 +00:00
Marco Martin
35fa1e62c8
show if showOnCurrentPlatform (flip condition)
2015-06-17 15:25:56 -07:00
Marco Martin
8e59ada22e
fix build
2015-06-17 14:59:12 -07:00
Sebastian Kügler
75664c118a
Filter more useless desktop files
...
We now also exclude the apps which are not suitable for the current
platform (some apps may be X11 only), and the ones that run in a
terminal, such as vim and ipython -- they're just not useful to show on
the homescreen.
Reviewed-by:notmart
2015-06-15 21:29:41 -07:00
Marco Martin
fdb34e9a74
async dbus call
2015-06-15 20:45:18 -07:00
Marco Martin
b405f43ed3
easier to lock
2015-06-15 20:45:18 -07:00
Sebastian Kügler
fbcf4fa457
Blacklist for applicationsmodel
...
This allows hiding applications on the homescreen. It's useful because
everybody and her dog puts .desktop files into /usr/share/applications,
and many of them are not at all useful. We'll try to do some more
elaborate filtering (watch the next commits), but this provides a
baseline to really hide some things that we don't want to show.
Reviewed-by: notmart
2015-06-15 20:08:12 -07:00
Jonathan Riddell
ab62a5cdcd
start upstart user session
2015-06-16 01:07:39 +02:00
Marco Martin
588bfc191d
more easily unlock
2015-06-15 15:04:26 -07:00
Marco Martin
fab6121e22
fix y of fav bar
2015-06-15 11:45:02 -07:00
Marco Martin
ca8073387d
don't put favorites strip behind the bottom panel
2015-06-15 11:34:17 -07:00
Marco Martin
67f73f1e0e
consider the scrolling speed during scrolling
2015-06-15 11:15:52 -07:00
Sebastian Kügler
b16b234493
Replace desktop battery with mobile battery
2015-06-13 20:23:27 -07:00
Sebastian Kügler
1c11efdb53
Remove brightness change applet
...
It's been an experiment and unused. Marco asked to remove it.
2015-06-13 19:32:22 -07:00
Sebastian Kügler
2de4fa01e0
Add new simplified battery applet
...
This applet is a simplified version of the desktop battery monitor,
which:
- only uses one battery
- only does brightness controls for the screen
It's optimized for Mobile Handsets.
2015-06-13 19:32:22 -07:00
Marco Martin
741e7157a6
use Plasma qtquick controls style
2015-06-13 19:02:16 -07:00
Marco Martin
38c860f451
port back to Window
...
avoid some crash?
2015-06-13 18:49:38 -07:00
David Edmundson
33ba92fee3
Connect ofono on startup and test pulseaudio
2015-06-13 18:45:05 -07:00
Marco Martin
76e51658f0
bigger panel
2015-06-13 17:36:11 -07:00
Marco Martin
3c7f688d17
bigger panel
2015-06-13 16:35:32 -07:00
Marco Martin
0d0c3851bc
slightly smaller ubuntu ui
2015-06-13 15:23:12 -07:00
Martin Gräßlin
5f2ffad357
Use PlasmaWindowManagement wayland interface to trigger showing desktop mode
...
Introduces new dependency on KWayland and uses it to try to resolve the
PlasmaWindowManagement interface. If available that's used to trigger
showing desktop state.
2015-06-13 18:26:20 +02:00
Marco Martin
fd382d0b2b
bigger bottom bar
2015-06-12 18:26:16 -07:00
Jonathan Riddell
5fd688df18
move packaging now in plasma-phone-components-packaging
2015-06-12 23:20:03 +02:00
Marco Martin
6250e48140
remove debug message
2015-06-12 11:23:36 -07:00
Marco Martin
4573e2badc
port to PlasmaCore.Dialog
2015-06-11 21:26:00 -07:00