profile/ivi/lemolo.git
12 years agoimage was actually jpeg, not png.
Gustavo Sverzut Barbieri [Tue, 10 Jul 2012 15:07:27 +0000 (12:07 -0300)]
image was actually jpeg, not png.

12 years agotheme: proper design for keypad.
Gustavo Sverzut Barbieri [Fri, 6 Jul 2012 21:55:39 +0000 (18:55 -0300)]
theme: proper design for keypad.

12 years agowindow at 720x1280, Tizen's default.
Gustavo Sverzut Barbieri [Fri, 6 Jul 2012 21:54:39 +0000 (18:54 -0300)]
window at 720x1280, Tizen's default.

12 years agorename 'signal' to 'sig' to avoid warnings with -Wshadow on some GCC.
Gustavo Sverzut Barbieri [Fri, 6 Jul 2012 17:13:42 +0000 (14:13 -0300)]
rename 'signal' to 'sig' to avoid warnings with -Wshadow on some GCC.

12 years agoAdding multiparty infrastructure.
Guilherme Iscaro [Tue, 3 Jul 2012 18:48:32 +0000 (15:48 -0300)]
Adding multiparty infrastructure.

12 years agoAlways unref DBusMessage in _bus_object_message_send().
Guilherme Iscaro [Mon, 2 Jul 2012 13:36:15 +0000 (10:36 -0300)]
Always unref DBusMessage in _bus_object_message_send().

12 years agoSending DTMF codes done.
Guilherme Iscaro [Thu, 28 Jun 2012 19:36:50 +0000 (16:36 -0300)]
Sending DTMF codes done.

12 years agoCall-Volume API implemented.
Guilherme Iscaro [Thu, 28 Jun 2012 14:53:25 +0000 (11:53 -0300)]
Call-Volume API implemented.

12 years agoInitial Commit, basic infrastructure.
Gustavo Sverzut Barbieri [Mon, 25 Jun 2012 23:13:37 +0000 (20:13 -0300)]
Initial Commit, basic infrastructure.

The phone basics work without handling of DTMF (SendTones), the theme
is pretty barebones at this point.

Supported API:
        - VoiceCall:
                - Methods: Hangup, Answer
                - Signals: PropertyChanged, DisconnectReason
        - VoiceCallManager:
                - Methods: GetCalls, Dial
                - Signals: CallAdded, CallRemoved
        - Manager:
                - Methods: GetModems
                - Signals: ModemAdded, ModemRemoved, PropertyChanged

It's fully hot-pluggable: the daemon, modems and calls can enter and
exit at anytime.

It's remote controllable using DBus. Right now just Activate and Dial
are implemented so other applications can bring up the dialer window
and request a number to be dialed. This is also used to guarantee a
single instance of the application.