Nicolas Fella
9f6414a025
Simplify dialer button signal handling
2020-02-07 16:57:01 +01:00
Nicolas Fella
d524bcc576
Add license header
2020-02-07 14:04:52 +01:00
Nicolas Fella
611124df04
Add missing i18n
2020-02-07 14:04:41 +01:00
Nicolas Fella
aefbe9ce48
Fix build
2020-02-06 21:21:46 +01:00
Nicolas Fella
174d07bdc9
Kirigamify the dialer
2020-02-06 21:10:08 +01:00
Nicolas Fella
a31c6ac6c7
[dialer] Revamp contacts page
2020-02-06 15:00:17 +00:00
Bhushan Shah
cb4149cf6e
Revert "dialer: normalize the numbers before dialing"
...
This reverts commit 86d6408b93 .
appearantly this is private(!) and in either case tp-ofono should
normalize numbers.
2020-01-30 15:21:02 +05:30
Bhushan Shah
86d6408b93
dialer: normalize the numbers before dialing
...
fixes #20
2020-01-30 14:58:22 +05:30
l10n daemon script
8c675a32c3
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"
2020-01-24 10:05:11 +01:00
l10n daemon script
ab190aa5da
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"
2019-12-28 05:25:20 +01:00
Nicolas Fella
c377254bd1
Use a proper model for the call history
2019-12-23 04:12:48 +00:00
l10n daemon script
a7a5a3f003
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"
2019-12-04 05:36:25 +01:00
Jonah Brüchert
56fee1e3a7
Port remaining old-style connects
2019-11-29 09:33:00 +00:00
l10n daemon script
c6089a7b92
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"
2019-11-23 05:29:59 +01:00
Pino Toscano
b7e93f5630
i18n fixes
...
- translate few UI strings
- use i18np for plural forms
- style fixes
2019-11-21 09:24:10 +01:00
Bhushan Shah
52ecc82bdc
Fix clazy issues
2019-11-20 14:01:54 +05:30
l10n daemon script
78ce668071
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"
2019-11-20 05:40:05 +01:00
l10n daemon script
8e3a03beb4
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"
2019-11-16 05:03:41 +01:00
Yuri Chornoivan
a1021e4d3c
Fix minor typos
2019-11-07 17:51:34 +02:00
Nicolas Fella
3d9e43b190
Refactor dialer code
2019-10-28 11:17:22 +00:00
Nicolas Fella
9f5b29b8c3
Use camel-case headers
2019-10-25 13:49:28 +02:00
Jonah Brüchert
03f57b0345
Dialer: Port to Kirigami.SearchField
...
Also remove visible condition, it makes it impossible to remove the search query if no results are found.
2019-10-21 09:36:03 +00:00
Nicolas Fella
85bc6a3029
Fix no contacts message
2019-10-15 00:31:17 +02:00
Alexander Akulich
3b33ffc49c
dialer: don't hardcode the account name to be account0
...
instead loop through available accounts and select the account which
supports either ofono or tel protocol
2019-10-11 09:56:35 +00:00
Bhushan Shah
69144b0baa
dialer: use the number directly instead of checking contactManager
...
There's existing todo item to make it use the kpeople instead of
telepathy contact manager, no need to deal with telepathy contact
manager, in some setups it causes crasher.
See: !22
2019-09-30 13:08:53 +05:30
Jonah Brüchert
20b1f1e863
dialer: Fix some reference errors in main.qml
2019-08-16 06:10:32 +00:00
Bhushan Shah
0828700d3e
dialer: use QRC instead of the kpackage
...
And tidy up the code as well
2019-08-16 06:10:32 +00:00
Jonah Brüchert
e2160d3a02
Port Dialpad to Kirigami
...
No functional or visual changes
2019-06-27 21:31:32 +00:00
l10n daemon script
3c628b921e
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"
2019-05-20 05:39:37 +02:00
Jonah Brüchert
6df99a7b29
dialer: Remove unused #includes
2019-05-03 16:20:10 +02:00
Jonah Brüchert
47bcdee043
Modernize using clang-tidy
2018-12-31 04:13:55 +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
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
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
l10n daemon script
b79bb13450
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"
2017-07-30 04:56:37 +02:00
l10n daemon script
5b5f17ae2b
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"
2017-06-24 04:21:44 +02:00
l10n daemon script
69bc07498d
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"
2017-06-20 04:32:58 +02:00
l10n daemon script
67216063fd
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"
2017-01-09 06:03:34 +01:00
l10n daemon script
4448caacaa
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"
2017-01-05 05:58:54 +01:00
l10n daemon script
e3741c0570
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"
2016-12-20 13:25:24 +01:00
l10n daemon script
c4e2b393ad
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"
2016-12-13 04:10:48 +01:00
l10n daemon script
6d0b1b3edc
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"
2016-11-24 04:13:56 +01:00
l10n daemon script
e8d2bfe884
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"
2016-11-04 09:46:15 +00:00
Jonathan Riddell
ee6cd11efb
switch from kdelibs4 sound files to plasma 5 sound file
2016-10-21 17:49:38 +01:00