aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator
Commit message (Collapse)AuthorAgeFilesLines
* Updates sysactivity handling QUERY_ENDSESSION and ENDSESSION events. Adds ↵Damian Minkov2012-10-057-4/+334
| | | | bundle that listens for the new events to handle clean shutdown.
* Adds FEC support for the SILK codec. Minor clean-ups in ↵Boris Grozev2012-10-053-1/+212
| | | | EncodingConfiguration and MediaConfigurationImpl.
* Fixes ice states strings in call info.Damian Minkov2012-10-051-1/+2
|
* Prevents the password field to select the whole text automatically when it ↵Yana Stamcheva2012-10-041-0/+16
| | | | regains the focus (The master password dialog may loose the focus and regain it when the main contact list window is loaded, so we make sure here that we won't delete everything that we've already typed when the focus lost/gained events happen)
* Part of previous commit: Updates the incoming call dialog look.Yana Stamcheva2012-10-041-2/+56
|
* Updates smileys.Yana Stamcheva2012-10-042-2/+3
|
* Updates the incoming call dialog look.Yana Stamcheva2012-10-043-102/+138
|
* Adds total harvesting time to the call info frame. Updates Ice4j to r339: ↵Vincent Lucas2012-10-047-32/+119
| | | | Adds extra function to export the total harvesting time.
* Updates contact list search buttons.Yana Stamcheva2012-10-032-10/+100
|
* Fixes resource missing apostrophe.Damian Minkov2012-10-031-1/+1
|
* Refactors the rollover reset of buttons in the contact list.Yana Stamcheva2012-10-026-59/+102
|
* Adds XMPP GUI configuration the ability to disable Jingle (audio and video ↵Vincent Lucas2012-10-026-0/+73
| | | | calls with XMPP).
* Antialiases tab names on Windows and Linux.Yana Stamcheva2012-10-021-1/+2
|
* Improves call info frame to show the ICE harvesting time if available. ↵Vincent Lucas2012-10-028-12/+134
| | | | Updates Ice4j to r338: Adds extra function to export harvesting time.
* Fixes wrong typing state fired.Damian Minkov2012-10-021-1/+1
|
* Fixes TabbedPane text problem on Windows.Yana Stamcheva2012-10-011-13/+23
|
* Detects failed typing notifications.Damian Minkov2012-10-016-14/+144
|
* Fixes zrtp confirm button in a call.Yana Stamcheva2012-10-012-5/+1
|
* Adds CallInfoFrame information about host/reflexive/relayed addresses if ICE ↵Vincent Lucas2012-10-017-62/+776
| | | | is used. Updates Ice4j to r337: Adds functions to get the host/reflexive/relayed address of the selected candidate pair.
* Commits work in progress on improving, stabalising audio and video telephony ↵Lyubomir Marinov2012-10-015-562/+945
| | | | conferencing.
* Commits work in progress on improving, stabalising audio and video telephony ↵Lyubomir Marinov2012-10-015-115/+479
| | | | conferencing.
* Commits work in progress on improving, stabalising audio and video telephony ↵Lyubomir Marinov2012-10-0117-234/+292
| | | | conferencing.
* Allow access to system environment variables and java properties in ↵Ingo Bauersachs2012-09-301-0/+45
| | | | provisioning #JITSI-1037, initial patch by Vieri di Paola
* Rename computername provisioning property to hostnameIngo Bauersachs2012-09-281-2/+2
|
* Adds pressed icons for contact list buttons.Yana Stamcheva2012-09-282-20/+37
|
* Refactors EncodingConfigurationImplBoris Grozev2012-09-284-29/+12
|
* Add computername provisioning propertyIngo Bauersachs2012-09-281-0/+15
|
* Fixes down arrow key in contact list.Yana Stamcheva2012-09-271-2/+5
|
* Fixes "Enter name of number" text being cut in the search field.Yana Stamcheva2012-09-273-6/+7
|
* Fixes contact list stealing focus from password windows.Yana Stamcheva2012-09-273-29/+99
|
* Closes completely the master password dialog when finished instead of just ↵Yana Stamcheva2012-09-271-1/+1
| | | | hiding it.
* Removes unused icons and references.Damian Minkov2012-09-271-1/+1
|
* Corrects the visibility of the merge call button for the pre-call dialog and ↵Vincent Lucas2012-09-274-8/+54
| | | | for the call panel. NB: Still need to correct merging call functionality (broken since r9870).
* Removes unused class.Yana Stamcheva2012-09-271-1417/+0
|
* Removes unused icons and references.Yana Stamcheva2012-09-271-414/+0
|
* Removes call icon from call conference and call transfer search fields.Yana Stamcheva2012-09-275-6/+22
|
* Fixes focus problem in invite reason field in conference dialog.Yana Stamcheva2012-09-271-1/+4
|
* Fixes right button menu in contact list.Yana Stamcheva2012-09-272-11/+12
|
* Fixes drag&drop problems in call conference window.Yana Stamcheva2012-09-272-18/+48
|
* Fixes a crash after returning from standby in localhostretriever. Reported ↵Damian Minkov2012-09-271-1/+5
| | | | and patched by Ingo Bauersachs.
* Updates GUI general preferences checkbox text concerning alphabetical to ↵Vincent Lucas2012-09-271-0/+14
| | | | number character convertion for phone numbers.
* Shows contact address for contacts with display name in call conference and ↵Yana Stamcheva2012-09-261-0/+3
| | | | call transfer windows.
* Disables right click in invite dialogs (i.e. Create conference, transfer ↵Yana Stamcheva2012-09-264-19/+49
| | | | call, etc.).
* Adds a video call button in the chat window.Yana Stamcheva2012-09-261-105/+156
|
* Fixes group name cut in contact list.Yana Stamcheva2012-09-261-22/+31
|
* Adds a checkbox in the GUI general preferences to accept dialed string with ↵Vincent Lucas2012-09-263-7/+98
| | | | alphabetical characters as phone number.
* Fixes group name cut in contact list.Yana Stamcheva2012-09-261-14/+36
|
* Makes the "toggle video" button in the call window active only if we're ↵Boris Grozev2012-09-266-46/+160
| | | | ready to send video, and shows an appropriate tooltip otherwise. Same for the desktop sharing button.
* Activates the simple chat skin, until we fix memory problems with the ↵Yana Stamcheva2012-09-256-297/+756
| | | | current chat theme.
* Fixes SwingWorker#get(). Reported by Yana Stamcheva.Lyubomir Marinov2012-09-251-2/+3
|