Marco Martin
f78f4e73f9
remove the blue line for expanded feedback
2019-02-07 11:17:02 +01:00
Marco Martin
b99b093861
use the plamo import
2019-02-07 09:48:26 +01:00
Simon Schmeisser
3194b36952
Add a shutdown button in the top drawer
...
it uses the PowerDevil data engine to request a
shutdown from ksmserver. Since ksmserver is not yet
running on the images this also prints a debug message.
Tested to work on desktop neon.
2019-02-06 18:26:48 +01:00
Marco Martin
7310f8282a
use plasmoid popups from plasma-minishell
...
simplify the sliding behavior of the top panel, simpler code, less bugs
2019-02-06 16:31:55 +01:00
Jonah Brüchert
87e6f9fcdb
README: Fix markdown code blocks
2019-01-12 06:08:06 +00:00
Marco Martin
1826be8c5a
remove onFlickended
...
don't call dead api
2019-01-04 12:12:04 +01:00
Jonah Brüchert
47bcdee043
Modernize using clang-tidy
2018-12-31 04:13:55 +01:00
Marco Martin
c614e3229a
remove unused import
2018-11-28 15:47:16 +01:00
Marco Martin
658312f2f1
solve loop when a new activity is created
...
T10009
2018-11-28 15:43:31 +01:00
Marco Martin
8833d59c6d
bindings loop --
2018-11-28 14:22:20 +01:00
Bhushan Shah
40f467a9ac
Re-license the files to LGPL2.1+ as approved by authors
...
This will allow to link to libphonenumber which is licensed under Apache
license.
https://mail.kde.org/pipermail/plasma-devel/2018-November/090695.html
2018-11-25 17:58:52 +05:30
Michael Eden
7024f462b7
fix dial pad UI by using density independent units
...
Summary:
I fixed the strange dialer on the phone, here's a picture:
{F6433134}
Now I have a few questions:
1. To get the '#', '*', & '+' symbols to show up I need to install a font that supports those glyphs. I've only found the font `fonts-mplus`. I can slice this font to only get those glyphs and package them here, or add this font as a dependency.
We should likely have a font like this installed anyway, so people can see weird glyphs on the internet.
2. Is the correct way to set font sizes `pixelSize: units.gridUnit`?
Test Plan: manual testing?
Reviewers: bshah, mart
Reviewed By: bshah
Differential Revision: https://phabricator.kde.org/D17037
2018-11-20 10:50:07 -05:00
Bhushan Shah
0fbc1cbaef
Disable the startup sound
...
This served us well so far, the start-up sound was added as debug
mechanism when GUI was not running on Nexus 5 in early days. However now
that we have better mechansims to debug GUI (journalctl, UART, ssh etc).
This no-longer is needed. In addition to that we got enough complaints
about the startup sound if people are trying to hack on plasma mobile on
quiet place like library.
As a historical thing, sound file is still present, just not running
anymore.
2018-11-17 08:57:10 +05:30
Bhushan Shah
e8864872cf
simplify
2018-11-12 19:54:59 +05:30
Bhushan Shah
944f53ada7
expand applet
2018-11-12 19:29:29 +05:30
Bhushan Shah
96a9ff8418
Revert "Show notifications, always set notifications applet as expaned"
...
This reverts commit 96db9776a9 .
that makes half of quicksettings options disappear... wat? it is
confusing.
2018-11-12 19:09:16 +05:30
Bhushan Shah
96db9776a9
Show notifications, always set notifications applet as expaned
...
++cleanup
2018-11-12 18:55:03 +05:30
Bhushan Shah
c8cdb9616d
Disable disco light when changing brightness
2018-11-12 12:45:17 +05:30
Bhushan Shah
7f4375d0d9
Add missing file
2018-11-12 10:35:46 +05:30
Bhushan Shah
24f2002928
Add experimental torch plugin for top panel
...
This currently uses the gstreamer code and should be reverted when we
have it working through QtMultimedia.
2018-11-12 09:32:46 +05:30
Bhushan Shah
ee00e6a0bf
Re-enable brightness slider
...
Some of logic copied from battery monitor to avoid updates at start.
2018-11-11 20:48:26 +05:30
Bhushan Shah
19c18b51ba
readability++
2018-11-11 19:50:50 +05:30
Bhushan Shah
176caa8f14
Fix the quicksettings toggling the plasma-settings
...
This code is weird, there is applets/quicksettings which is not even
installed, and there is copy of quicksettings in panel code.. wonder if
there's some code which is missing to be commited?
CC: mart@kde.org
2018-11-09 12:14:36 +05:30
Volker Krause
306512efe9
Rewrite the PhoneNumber find module to be component-based
...
Summary:
This allows us to only search for the parts we actually need, which is
useful as this libraries turns out to be rather complicated to cross-
compile.
Reviewers: bshah, svuorela
Reviewed By: bshah, svuorela
Differential Revision: https://phabricator.kde.org/D16476
2018-10-28 13:47:37 +01:00
Volker Krause
cd90f4a786
Properly look for the libphonenumber dependency
...
Reviewers: bshah, svuorela
Reviewed By: bshah
Subscribers: dfaure
Differential Revision: https://phabricator.kde.org/D16348
2018-10-28 10:10:20 +01:00
l10n daemon script
c98ed27c73
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-10-10 06:50:31 +02:00
l10n daemon script
08cc1d8754
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-08-30 05:50:59 +02:00
Michael Eden
9e68bc049b
Improve dialer UI and format phone number
...
Summary:
This makes the buttons more evenly spaced and formats the number as you type!
old: {F6084821}
new (updated): {F6084822}
The plan is to bring the entire dialer page down to about half its current size to support searching through contacts as one dials a number.
Reviewers: bshah, #plasma:_mobile, mart
Reviewed By: #plasma:_mobile, mart
Subscribers: ngraham
Differential Revision: https://phabricator.kde.org/D13936
2018-08-02 15:48:21 -04:00
l10n daemon script
55e692fa53
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-06-16 05:37:17 +02:00
l10n daemon script
efcebd1209
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-06-10 05:27:27 +02:00
l10n daemon script
ff7b037422
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-06-08 05:55:04 +02:00
l10n daemon script
b58419fb50
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-06-07 05:47:03 +02:00
Marco Martin
976552d8bd
Merge branch 'mart/containmentPreview'
2018-04-22 17:36:29 +02:00
Marco Martin
3a9592419c
imake it work with latest revision
2018-04-22 17:09:49 +02:00
Marco Martin
727c0fd7c9
use candidatecontainments
2018-04-19 17:37:16 +02:00
l10n daemon script
f223399c2f
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-03-30 05:24:44 +02:00
l10n daemon script
7bc2080697
SVN_SILENT made messages (.desktop file) - always resolve ours
...
In case of conflict in i18n, keep the version of the branch "ours"
To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
2018-03-26 05:10:31 +02:00
Marco Martin
8966080924
finish the port to Animators
...
clean up the code
2018-02-23 13:27:50 +01:00
Marco Martin
4ab220ed06
try to replace the flickable with a custom implementation
2018-02-22 19:26:53 +01:00
Jonathan Riddell
9222d501fa
add missing licences
2018-02-21 15:44:01 +00:00
Marco Martin
3f515a3c16
get rid of ListView and hackTimer
2018-02-13 14:16:48 +01:00
Bhushan Shah
7af3e39cd7
Merge branch 'master' into bshah/stuff
2018-02-12 21:16:14 +05:30
Marco Martin
57a016320b
use showFullScreen() instead of visible=true
2018-02-12 16:37:35 +01:00
Bhushan Shah
eb6b01b558
Don't fullscreen windows from the showEvent
...
Martin says this probably results in the loops, and setting window state
to fullscreen from constructor should be enough.
2018-02-12 14:07:12 +05:30
Bhushan Shah
0d626dc7ad
Some changes
...
- uncomment to make it frameless window hint
- set window state to fullscreen
2018-02-11 16:15:57 +05:30
Bhushan Shah
02fd43edb8
use wayland to fullscreen and skip taskbar
...
doesn't work for now
2018-02-10 19:12:38 +05:30
Marco Martin
fa8bec3fd8
actually fix activity switching
2018-02-09 18:26:57 +01:00
Marco Martin
89fef3ed7b
almost functional even if hacky swipe activity switcher
2018-02-09 18:20:43 +01:00
Marco Martin
5e1e5e9009
prototype with a ListView
...
still doesn't change activities correctly, seems to be too eager to
load all containments at start
2018-02-09 13:04:48 +01:00
Marco Martin
f0f7c69be6
very early prototype of gesture activity switching
...
idea is to slide activities with an horizontal swipe
2018-02-08 19:54:32 +01:00