aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator
Commit message (Collapse)AuthorAgeFilesLines
* Commits work in progress on fixing leaks of CallDialog.Lyubomir Marinov2012-02-1314-536/+662
|
* Fixes subsequent open of chat history urls when trying to focus back on the ↵Damian Minkov2012-02-131-0/+4
| | | | chat conversation by clicking the mouse on the chat history panel.
* Fixes problem with deleting chars on macosx java 1.5 and handling some ↵Damian Minkov2012-02-132-0/+12
| | | | | | special chars in the written text. Fixes subsequent open of chat history urls when trying to focus back on the chat conversation by clicking the mouse on the chat history panel.
* Stops sending typing notifications if contact is offline.Damian Minkov2012-02-131-1/+5
|
* Tries to address issues with the support of video conferences such as the ↵Lyubomir Marinov2012-02-125-55/+229
| | | | CallDialog not resizing properly at the conference focus, a crash in FFmpeg/sws_scale.
* Improves DTMF configuration (auto, RTP, SIP INFO or INBAND). Creates a ↵Vincent Lucas2012-02-1012-439/+636
| | | | common interface for starting and stopping (RTP or INBAND) DTMF tones into AudioMediaStream interface and its implementation. Reverting DtmfTransformEngine to use previous threaded DTMFDispatcher.
* Commits work in progress on fixing leaks of every CallDialog and ChatWindow.Lyubomir Marinov2012-02-1016-474/+753
|
* Disables send file button when in a group chat.Yana Stamcheva2012-02-102-4/+14
|
* Tries to fix scroll going to top problem in chat window.Yana Stamcheva2012-02-101-1/+12
|
* Fixes a problem where adding contacts to newly created group is impossible.Damian Minkov2012-02-105-14/+54
| | | | | Fixes a problem with moving contacts to group and double contact entry shown. Renames protocol groups when meta group is renamed and fixed its storing.
* Corrects gray background checkbox problem on Linux for the account list in ↵Vincent Lucas2012-02-101-2/+2
| | | | the Tools->Options->Accounts menu.
* Fixes (on Java 1.6+ and not 1.5) a leak of pretty much all Window instances ↵Lyubomir Marinov2012-02-091-23/+103
| | | | created by the application. ChatWindow and CallDialog are still leaked though because they have other, remaining retain paths.
* Corrects gray background for checkboxes on linux. Based on Daniel Zucchetto ↵Vincent Lucas2012-02-091-1/+2
| | | | patch proposed on dev mailing-list with subject: UI improvements on labels and buttons.
* Fixes a problem where a group can be shown twice in the contactlist.Damian Minkov2012-02-093-12/+30
|
* Adds option to disable font support.Damian Minkov2012-02-094-33/+66
|
* Hides answer with video button in incoming call dialog if remote side ↵Damian Minkov2012-02-092-2/+10
| | | | initiated video call but we are unable to send(missing/disabled video device).
* Fixes "Log chat history" check box in the general configuration form. ↵Yana Stamcheva2012-02-091-5/+5
| | | | Reported by Davide Corda on the mailing list (subject: [jitsi-dev] General config: showHistoryCheckBox).
* Adds property to disable auto answer menu.Damian Minkov2012-02-091-2/+16
|
* Ongoing work on cross protocol conference calls. Adds missing portaudio ↵Sebastien Vincent2012-02-0832-85/+1079
| | | | hotplug patch.
* Makes sure we listen for events of protocol factories registered to collect ↵Damian Minkov2012-02-084-32/+89
| | | | | | | loaded accounts and don't miss one. Moves contact status listener just after roaster retrieval to be sure we don't miss presence while processing large lists.
* Adds in-band DTMF functionality.Vincent Lucas2012-02-0717-169/+985
|
* Allows the use of the new Mac OS X JAWTRenderer to be disabled.Lyubomir Marinov2012-02-051-5/+19
|
* When there are at least two remote videos in a video conference call, ↵Lyubomir Marinov2012-02-041-32/+48
| | | | displays the local video as a remote video.
* Tries the size the video and audio components in a video conference call ↵Lyubomir Marinov2012-02-023-27/+129
| | | | appropriately. Fixes deprecation warnings. Adds javadocs.
* Fixes leak of threads reported by Ingo and fixes memory leak of ↵Damian Minkov2012-02-012-7/+15
| | | | XMPPConnections. Leak fixed in smackx.ChatStateManager.
* Implements receiving of sip INFO dtmf tones.Damian Minkov2012-02-018-2/+431
|
* Merges desktop and Android files and commits them as they should work on ↵Lyubomir Marinov2012-02-012-37/+99
| | | | both without modifications.
* Commits work in progress on video conferences.Lyubomir Marinov2012-02-0132-1077/+3661
|
* Adds properties to disable File menu items, few more places for those items.Damian Minkov2012-01-313-3/+10
|
* Adds properties to disable File menu items.Damian Minkov2012-01-312-11/+94
|
* Typos, renames.Damian Minkov2012-01-308-9/+9
|
* Fixes warnings, typos.Lyubomir Marinov2012-01-307-91/+109
|
* Adds option to auto-answer and forward all incoming calls, currently sip ↵Damian Minkov2012-01-307-11/+1149
| | | | implementation available.
* Some cleanup in jabber keepalive on connection error.Damian Minkov2012-01-271-13/+23
|
* Creates chat dialog components, incoming call dialog and incoming file ↵Damian Minkov2012-01-264-51/+121
| | | | | | transfer components in swing dispatch thread. If we failed to connect to xmpp server fire connection failed for provider and clean to avoid staying not connected and seeing duplicate connection in logs.
* Fixes editing some old saved yahoo accounts.Damian Minkov2012-01-251-1/+24
|
* Updates property name.Damian Minkov2012-01-242-4/+4
|
* Adds an option to monitor jabber srv records and check whether we are ↵Damian Minkov2012-01-242-0/+293
| | | | connected to the primary server.
* Fixes video problem with Google Talk on smartphone: some applications like ↵Sebastien Vincent2012-01-244-19/+43
| | | | Vtok do not like to receive hole punch packet (zero length UDP packet).
* Fixes some possible NullPointerExceptions.Damian Minkov2012-01-233-17/+29
|
* Fixes displaying some contacts on initial loading for some protocols. Fixes ↵Damian Minkov2012-01-212-5/+48
| | | | displaying contacts after merging them.
* Improves audio device hotplug interface.Yana Stamcheva2012-01-201-18/+49
|
* Fixes audio levels in conference UI.Sebastien Vincent2012-01-208-67/+128
|
* Fixes proper event fire in case of re-using existing empty meta group for ↵Damian Minkov2012-01-201-1/+6
| | | | adding a protocol group.
* If ICE/Gingle checkbox is disabled, do no allow call to Google Voice.Sebastien Vincent2012-01-204-10/+8
|
* Adds property/option to increase vcard retrieval timeout.Damian Minkov2012-01-202-4/+98
|
* Changes version logging level.Damian Minkov2012-01-202-5/+6
|
* Avoids sending a text twice from the UI by hitting enter too quickly.Damian Minkov2012-01-191-8/+21
|
* Try to fix build.Sebastien Vincent2012-01-191-1/+1
|
* Try to fix build.Sebastien Vincent2012-01-191-35/+42
|