Marco Martin
ad54f0a1a2
simple widgetexplorer derived from desktop one
2015-06-19 17:52:09 -07:00
Marco Martin
ef4555f66c
use the new FullScreenPanel component
2015-06-19 16:51:08 -07:00
Marco Martin
4a1c477fba
root item is an Item
...
MouseEventListener moved down
2015-06-19 13:03:29 -07:00
Harald Sitter
7c3a8d90c2
add an extra sleep between user init and paplay
...
there is a race as we need the pulseaudio session to be run by the
time we play as otherwise we activate a daemon that uses the wrong
profile and doesn't play properly
generally we sould move the heap of stuff out of this script and
into a user session instead
2015-06-19 11:20:26 -07:00
Harald Sitter
2d45db913b
change login sound to ubuntu one
...
it is longer and louder and better and easier to notice
2015-06-19 11:14:11 -07:00
Marco Martin
ec2e95258d
darken the screen when results are in
...
hide on lock screen
2015-06-19 10:34:38 -07:00
Martin Klapetek
5dd2df26de
[dialer] Use KDE-Im-Phone-Ring sound for ringing
2015-06-19 17:56:58 +02:00
Martin Klapetek
1cb3b1b949
[dialer] Remove dubious \n
2015-06-19 17:55:47 +02:00
Martin Klapetek
173d138134
[dialer] Install custom qDebug messages handler
...
Now it logs into ~/dialer.log, this way it can be retrieved even if
autostarted by Mission Control.
2015-06-19 17:55:21 +02:00
Martin Klapetek
75124ecc74
[dialer] Also move the MissedCall notification into CallManager
2015-06-19 17:52:46 +02:00
Martin Klapetek
862172fccb
[dialer] Move the ringing notification into CallManager
2015-06-19 17:52:10 +02:00
Martin Klapetek
297c6500bd
Merge branch 'master' into mck182/tpCaller
2015-06-19 14:05:25 +02:00
Marco Martin
8a55d4a285
add some margins
...
don't make the panel cover krunner
2015-06-18 19:37:23 -07:00
Marco Martin
ac6fa1866e
try with opaque feedback
2015-06-18 19:27:22 -07:00
Marco Martin
9e7821c75f
dismiss view on task click
2015-06-18 19:22:35 -07:00
Marco Martin
a60b11dca7
better expand animation
2015-06-18 18:58:10 -07:00
Marco Martin
c52a96e984
better layout when the space is scarce
2015-06-18 18:58:10 -07:00
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
Sebastian Kügler
d2fe2bb82b
Remove legacy filtering of everything related to settings
...
This is a remainder from old openSUSE systems, which would show yast
modules otherwise. Fixes settings app not shown.
Reviewed-by:notmart
2015-06-18 17:35:57 -07:00
Marco Martin
8bf2aebd2f
disable look for close
2015-06-18 17:10:00 -07:00
Martin Gräßlin
8f7f23321f
Use KWayland protocol to close the active window
...
As a nice side-effect this allows us to enable/disable the close button
depending on whether we have a window to close.
2015-06-19 02:04:42 +02:00
Marco Martin
bf4959d63e
add missing file
2015-06-18 17:03:29 -07:00
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