Commit graph

24 commits

Author SHA1 Message Date
Martin Klapetek
af61cab2f7 [dialer] Remove remnants of voicecall
It's not used and the code that has been using it didn't work anyway
2015-09-11 08:45:59 -04:00
Martin Klapetek
a9ffbb3abe [dialer] Fix the settings button radius 2015-07-16 00:48:42 +02:00
Martin Klapetek
3f1bfac8e7 [dialer] Pass the phone number to dial through a property 2015-07-16 00:48:08 +02:00
Martin Klapetek
3bde0c3a7c [dialer] Import the phonebook components 2015-07-15 21:17:35 +02:00
Martin Klapetek
6b78d51588 [dialer] Store missed calls as missed calls
Also, the filtering was correct previously
2015-06-29 20:23:21 +02:00
Martin Klapetek
fb266ed534 [dialer] Fix the missed call filtering 2015-06-29 20:11:38 +02:00
Martin Klapetek
302a68ea7c [dialer] Don't show call duration on missed messages
Or messages that were not connected (and so have no duration)
2015-06-29 20:09:31 +02:00
Martin Klapetek
5eefb274e8 [dialer] Make the history work 2015-06-29 19:54:44 +02:00
Martin Klapetek
b8a45d8755 [dialer] Fix typo 2015-06-29 19:52:18 +02:00
Martin Klapetek
b7b6691c19 [dialer] Add basic call failures handler 2015-06-29 18:18:27 +02:00
Martin Klapetek
7fd8ef1922 [dialer] Put the sub-label under the number label 2015-06-24 19:37:17 +02:00
Martin Klapetek
86652a9eba [dialer] Fix the dialer layout
It moves the buttons in the RowLayout below the GridLayout into the
GridLayout itself; that fixes the overall width of the main layout and
everything gets nicely centered.

Plus some minor layout changes.
2015-06-24 17:00:07 +02:00
Marco Martin
e640d7f33f wrap voiceCall calls to a single qml file
this will make easier to port to $whatever if needed
2015-05-13 12:51:56 +02:00
Marco Martin
5ad851df7c correct namespace 2015-05-05 19:41:10 +02:00
Marco Martin
af40bd64b1 take contacts from kpeople 2015-05-05 19:15:38 +02:00
Marco Martin
2c31673fc5 wider bottom tabbar 2015-04-28 12:45:26 +02:00
Marco Martin
cff41cc6c0 remove date db column 2015-04-28 12:23:36 +02:00
Marco Martin
111223b727 clear calls button
tabbar to filter only missed calls
2015-04-27 13:50:37 +02:00
Marco Martin
5efb820769 remove the correct call 2015-04-27 13:25:47 +02:00
Marco Martin
839208addc sort calls by time 2015-04-27 11:14:53 +02:00
Marco Martin
fb4765d50a capability to remove items
better history delegate
2015-04-27 11:01:18 +02:00
Marco Martin
c58e932db2 correctly insert values in the history 2015-04-26 21:36:17 +02:00
Marco Martin
16cbc31fd1 simple sqlite-based call history
still doesn't get updated real-time
2015-04-26 19:50:19 +02:00
Marco Martin
c162599b95 move dialer in a subdir, prepare for the c++ part 2015-04-21 11:28:29 +02:00