aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Tries to port the functionality of GatherEntropy which was disabled in r7261 ...Lyubomir Marinov2010-06-154-84/+180
* (1) Tries to convert PortAudio to support wideband. (2) Fixes a failure of th...Lyubomir Marinov2010-06-1524-2860/+2479
* Fix wrong status of SIP protocol and what is shown in global status selector,...Damian Minkov2010-06-152-1/+8
* Log added for debug purposes.Yana Stamcheva2010-06-151-1/+1
* Log added for debug purposes.Yana Stamcheva2010-06-151-0/+10
* Log added for debug purposes.Yana Stamcheva2010-06-151-0/+3
* Fixes active call button in the search field, even if not visible. Bug report...Yana Stamcheva2010-06-153-3/+22
* Disable local video when moving to a conference call (had to explicitly "doCl...Yana Stamcheva2010-06-151-2/+2
* Unused field removed.Yana Stamcheva2010-06-151-5/+0
* Disable local video when moving to a conference call.Yana Stamcheva2010-06-151-0/+12
* Disable call dialog buttons before the call is connected.Yana Stamcheva2010-06-152-8/+52
* Removes a redundant cast.Lyubomir Marinov2010-06-141-1/+1
* Simplifies the pure-Java Speex encoder implementation a bit, fixes indentation.Lyubomir Marinov2010-06-142-190/+149
* Implements Speex encoder, decoder and resampler using the native Speex librar...Lyubomir Marinov2010-06-1413-38/+1741
* Text tip added in the no contact view.Yana Stamcheva2010-06-142-1/+89
* Remove unused code, muting individual call peers.Damian Minkov2010-06-145-150/+1
* Fix sip tests.Damian Minkov2010-06-141-0/+5
* added missing @Override annotations and fixed a typoMatthieu Casanova2010-06-141-3/+5
* Fix a NPE that happens when removing a sip account :Matthieu Casanova2010-06-141-1/+3
* Fixed brace placementMatthieu Casanova2010-06-141-23/+37
* Add standby detection and handling in reconnect plugin. Fix some more root gr...Damian Minkov2010-06-142-4/+106
* Fix problem on Windows when toggle video during a call (both SIP accounts reg...Sebastien Vincent2010-06-111-3/+15
* Fixed not appearing call participant when added in a conference call. Bug rep...Yana Stamcheva2010-06-111-1/+1
* Check for connected yahoo provider before requesting image.Damian Minkov2010-06-111-0/+8
* Fix mute button behaviour in conference calls. Damian Minkov2010-06-1111-27/+167
* Checks if a contact is already added in the contact list before adding it aft...Yana Stamcheva2010-06-111-4/+16
* Fire events for adding meta contacts when loading contactlist. Fix possible NPE.Damian Minkov2010-06-112-0/+5
* Fixes calls status bar layout (both in one-to-one and conference calls).Yana Stamcheva2010-06-115-25/+66
* Fix not showing SIP presence status for contacts in the root group. Damian Minkov2010-06-111-1/+21
* Some logs added for debugging.Yana Stamcheva2010-06-102-0/+22
* Fix possible memory leak in reconnect plugin, and some improvments (cancel al...Damian Minkov2010-06-101-13/+59
* Replaces encodeBody() to encode() since it has changed in latest JAIN-SIP jar's.Valentin Martinet2010-06-091-1/+1
* Fix a bug codec preferences with equal priorities are ignored. Fix some syste...Damian Minkov2010-06-093-1/+10
* Removed unused imports.Yana Stamcheva2010-06-095-6/+11
* In the call transfer menu opened when there are more than one active calls, a...Yana Stamcheva2010-06-094-70/+96
* Correctly remove "refer" subscription, when a notify with "Subscription-state...Yana Stamcheva2010-06-091-1/+2
* Set minimum size for transfer call dialog.Yana Stamcheva2010-06-091-0/+3
* Enable switching off the smileys in the chat window.Yana Stamcheva2010-06-084-17/+139
* Fix incorrect sequence number in dialog during file transfer.Yana Stamcheva2010-06-081-16/+55
* Correctly scale incoming call contact image.Yana Stamcheva2010-06-081-2/+1
* Fix transfer dialog single selection.Yana Stamcheva2010-06-071-3/+4
* - improving call transfer interface - work in progressYana Stamcheva2010-06-0722-435/+1031
* Enable telephone-event (DTMF rfc4733) by default.Damian Minkov2010-06-041-0/+4
* Use /MT option when compiling with Microsoft Visual C++, otherwise JNI librar...Sebastien Vincent2010-06-041-0/+3
* Remove debug/check print statements.Werner Dittmann2010-06-041-10/+0
* Fix logger usage - seventh and last bunchWerner Dittmann2010-06-0456-170/+350
* Fix logger usage - sixth bunch.Werner Dittmann2010-06-0369-340/+674
* Fix a bug in DirectShow when changing webcam resolution and add I420 format s...Sebastien Vincent2010-06-036-6/+23
* Fix logger usage - fifth bunch.Werner Dittmann2010-06-0336-181/+362
* use of StringBuilder instead of StringBufferMatthieu Casanova2010-06-031-10/+14