Port to Tizen 2.0alpha with the exception of contacts handling
[profile/ivi/lemolo.git] / dialer / callscreen.c
2012-09-10 IscaroCall screen now shows contact's photo
2012-09-07 Gustavo Sverzut... move gui_simple_popup to its own file, remove gui_...
2012-09-07 Gustavo Sverzut... move gui_layout_add() from gui.h to layout_add() in...
2012-09-07 Gustavo Sverzut... move dial() from util.h to gui_dial() in gui.h
2012-08-27 Gustavo Sverzut... callscreen: just allow SwapCalls if active or held.
2012-08-27 Gustavo Sverzut... callscreen: do not show time for calls other than activ...
2012-08-27 Gustavo Sverzut... rewrite callscreen.
2012-08-21 Gustavo Sverzut... callscreen: uniform waiting and incoming call look.
2012-08-21 Gustavo Sverzut... callscreen: hide "held" (2nd call) if it's the only...
2012-08-21 Gustavo Sverzut... utils: add dial() and unify simple dialing and error...
2012-08-19 Gustavo Sverzut... new popup that fits better our theme.
2012-08-11 Gustavo Sverzut... multiparty: show time since multiparty was created.
2012-08-11 Gustavo Sverzut... usability: do not return to callscreen if the call...
2012-08-11 Gustavo Sverzut... implement button to show contacts from callscreen.
2012-08-11 Gustavo Sverzut... fix warning: unused parameter ‘reason’
2012-08-11 Gustavo Sverzut... callscreen: use ReleaseAndAnswer just when there is...
2012-08-11 Gustavo Sverzut... ofono: use ReleaseAndSwap
2012-08-11 Gustavo Sverzut... rename "held" to "on hold"
2012-08-10 Gustavo Sverzut... contacts: rename "name" to "first_name", and add explit...
2012-08-10 IscaroNow all the phone is integrated with contacts. So now...
2012-08-05 Gustavo Sverzut... multiparty can have private chat only if there is no...
2012-08-05 Gustavo Sverzut... Do not automatically SwapCalls on local hangup of activ...
2012-08-05 Gustavo Sverzut... just hide held if it was not a conference.
2012-08-05 Gustavo Sverzut... Hide keypad on hangup.
2012-08-05 Gustavo Sverzut... For conferences, just display "Conference" as name.
2012-08-04 Gustavo Sverzut... show multiparty details for held conferences as well.
2012-07-30 Gustavo Sverzut... coding style: function open braces on next line.
2012-07-23 Guilherme IscaroAdding support for multiple changed, disconnected and...
2012-07-21 Gustavo Sverzut... allow returning to call screen from other screens.
2012-07-21 Gustavo Sverzut... show "add call" when there is no secondary (held) call.
2012-07-15 Gustavo Sverzut... always format phone numbers.
2012-07-15 Gustavo Sverzut... callscreen: improve held display.
2012-07-15 Gustavo Sverzut... callscreen: improve multiparty details look and feel.
2012-07-13 Gustavo Sverzut... callscreen: finish handling of multiparty, includes...
2012-07-11 Gustavo Sverzut... create multiparty.
2012-07-11 Gustavo Sverzut... support waiting and held calls.
2012-07-11 Gustavo Sverzut... rename vars and prepare callscreen to receive multiple...
2012-07-11 Gustavo Sverzut... do not show elapsed time when dialing.
2012-07-11 Guilherme IscaroAdding calls check, we must be in a call to update...
2012-07-10 Gustavo Sverzut... show and update elapsed call time.
2012-07-10 Gustavo Sverzut... callscreen: volume, mute, speaker and contacts.
2012-07-10 Gustavo Sverzut... send DTMF tones from call screen keypad.
2012-07-10 Gustavo Sverzut... add keypad and actions to callscreen theme - no backend...
2012-07-06 Gustavo Sverzut... rename 'signal' to 'sig' to avoid warnings with -Wshado...
2012-06-25 Gustavo Sverzut... Initial Commit, basic infrastructure.