aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Reports contact specifiers such as Home, Work, Mobile for the SourceContact ↵Lyubomir Marinov2011-02-164-13/+113
| | | | ContactDetails returned by the Mac OS X Address Book ContactSourceService.
* Additionnal checks for directshow native code.Sebastien Vincent2011-02-162-19/+38
|
* Fix desktop streaming stop.Sebastien Vincent2011-02-164-5/+26
|
* Reports contact specifiers such as Home, Work, Mobile for the SourceContact ↵Lyubomir Marinov2011-02-162-1/+142
| | | | ContactDetails returned by the Microsoft Outlook ContactSourceService.
* Introduces a crash handler for SIP Communicator on Windows which asks after ↵Lyubomir Marinov2011-02-165-1/+1421
| | | | a crash whether the application is to be relaunched.
* Adds formatting, javadocs.Lyubomir Marinov2011-02-167-22/+44
|
* Some typos and javadoc.Damian Minkov2011-02-142-7/+14
|
* Fixes issue JITSI-908: Major bug causing SC to crash on Mac OS X when calls ↵Lyubomir Marinov2011-02-122-1/+0
| | | | are made or received.
* Show appropriate notification when user not found is returned.Damian Minkov2011-02-112-8/+27
|
* Handle sip: when creating sip accounts. Add white colour to installer fonts.Damian Minkov2011-02-113-1/+10
|
* Use certificate service when accessing https xcap addresses.Damian Minkov2011-02-091-0/+37
|
* Fix file drag n' drop on Linux.Damian Minkov2011-02-091-2/+48
|
* Print call statistics in the log file.Damian Minkov2011-02-092-3/+3
|
* In case we fail to resolve backup resolver address, we take the IP address ↵Sebastien Vincent2011-02-082-3/+23
| | | | of the default backup resolver.
* Update smack's XMPPConnection class to use InetAddress.getHostAddress() ↵Sebastien Vincent2011-02-082-0/+0
| | | | instead of InetAddress.getHostName() to avoid sending PTR DNS request.
* Add some debug logs in DNS parallel resolver.Sebastien Vincent2011-02-082-4/+19
|
* Make sure we don't skip setting show application property when hide/show ↵Damian Minkov2011-02-081-1/+1
| | | | application.
* Make sure we use directsound devices under windows if they are not set as ↵Damian Minkov2011-02-082-0/+95
| | | | default one.
* Check default settings for property.Damian Minkov2011-02-081-1/+8
|
* Fixes dialpad dialog location.Yana Stamcheva2011-02-075-7/+22
| | | | Make the single window toolbar visible only when a chat is opened.
* X509TrustManager's getAcceptedIssuers() method should return " a non-null ↵Sebastien Vincent2011-02-071-1/+1
| | | | (possibly empty) array of acceptable CA issuer certificates".
* Early process messages in separate method.Damian Minkov2011-02-071-45/+30
|
* Removes unused border in the account status panel on the top of the contact ↵Yana Stamcheva2011-02-071-1/+0
| | | | list.
* Add early message processors for all incoming sip messages.Damian Minkov2011-02-071-1/+83
|
* Fixes wrong location of the call window.Yana Stamcheva2011-02-074-7/+9
| | | | Do not add the close video button in desktop sharing mode.
* Fix a possible ui block.Damian Minkov2011-02-071-13/+14
|
* Makes the ProtoProvider always respond with at least a 501 Not implemented ↵Emil Ivov2011-02-031-3/+2
| | | | to requests we don't support. Reported by John Ervin
* Makes the ProtoProvider always respond with at least a 501 Not implemented ↵Emil Ivov2011-02-031-0/+37
| | | | to requests we don't support.
* Fixes remaining message notification icon for a contact with no "active" chats.Yana Stamcheva2011-02-031-0/+5
|
* Hide the close local video button during a drag operation.Yana Stamcheva2011-02-031-3/+11
|
* Cosmetic changes.Sebastien Vincent2011-02-036-5/+9
|
* If there's no remote video we limit the local video drag to the video ↵Yana Stamcheva2011-02-031-1/+16
| | | | container dimensions.
* Check a logging property in configuration and if missing get it from default ↵Damian Minkov2011-02-031-8/+30
| | | | settings.
* Fixes local video minimum and maximum coordinates on move.Yana Stamcheva2011-02-021-10/+24
|
* Fixes NullPointerException in single window mode.Yana Stamcheva2011-02-021-4/+5
|
* Added the possibility to hide and move the local video.Yana Stamcheva2011-02-0214-81/+647
| | | | | Enable video button added in full screen mode. Fixed problem with remaining avatar icon after a remote video was added (reported by Conrad Beckert on dev mailing list: "default avatar in rectangle on fullscreen video view").
* removes legacy file dating from the old java.net and obsoleted by the move ↵Emil Ivov2011-02-021-70/+0
| | | | to kenai
* Removes an ancient doc file that is today extremely obsoleteEmil Ivov2011-02-021-0/+0
|
* Network utils listens for network changes and updates dns servers in our ↵Damian Minkov2011-02-011-3/+4
| | | | resolver.
* Fix blocked call at incoming state whereas other peer is connected.Sebastien Vincent2011-01-311-8/+9
|
* Fix a problem with not finished zip files on macosx. Adjust some text.Damian Minkov2011-01-313-11/+207
|
* Rename CreateAccountService to SIPAccountCreationFormService as it's used ↵Yana Stamcheva2011-01-316-8/+8
| | | | only in SIP wizards.
* Increase receive buffer of the RTP socket because in case of high fps video, ↵Sebastien Vincent2011-01-312-0/+9
| | | | some packets could overflow the buffer (especially on Windows which has low receive buffer by default), which means that some packets will be dropped.
* Moves logging configuration in separate bundle and add option to archive and ↵Damian Minkov2011-01-3115-697/+1613
| | | | save log files.
* Reduce chat write area minimum height to fit in one line.Yana Stamcheva2011-01-291-2/+2
|
* Fixes Esc behavior in chat window.Yana Stamcheva2011-01-292-25/+25
|
* Temporary fix for chat conversation area line wrap problem.Yana Stamcheva2011-01-282-78/+64
|
* Enable Twofish in SRTP to support ZRTP Twofish optionWerner Dittmann2011-01-288-407/+378
|
* Enhanced chat window interface.Yana Stamcheva2011-01-2823-1396/+1091
|
* Tries even more (retardedly) to restore cygwin compatibility in the build of ↵Lyubomir Marinov2011-01-271-8/+11
| | | | the Windows setup. (Unfortunately, breaks compatibility with the make of mingw-w64 MSYS.)