aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator
Commit message (Expand)AuthorAgeFilesLines
* Removes the ConfigurationManager-s from impl.gui and plugin.generalconfig pac...Yana Stamcheva2012-11-2156-996/+709
* Replaces json lib.Damian Minkov2012-11-2118-99/+113
* Reverts some changes from previous build. Fixes tests.Damian Minkov2012-11-212-26/+73
* Fixes missing about window and sometimes missing systray entry.Damian Minkov2012-11-213-161/+104
* Improves the way of saving encryption protocol settings.Vincent Lucas2012-11-1911-552/+590
* Moves loading the gui (creating main frame) in event dispatch thread. Make so...Damian Minkov2012-11-1951-549/+2255
* Adds support for proper editing of messages with smilies and newline characte...Yana Stamcheva2012-11-194-118/+124
* Fixes a NullPointerException in ChatConversationPanel.getPageLastMsgTimestamp...Lyubomir Marinov2012-11-161-9/+18
* Adds an option that disables updating the sound level indicators in the call ...Boris Grozev2012-11-122-14/+33
* Enables FEC for Opus.Boris Grozev2012-11-121-2/+0
* Adds an Opus configuration form and changes the default Opus settings. Update...Boris Grozev2012-11-103-39/+341
* Fixes an NPE thrown when an URL without a scheme is clicked in the chat windo...Boris Grozev2012-11-092-18/+17
* Adds a missing resource property. Patch contributed by Tom Denham.Boris Grozev2012-11-091-2/+3
* Small fix on Windows, part of previous commit on Video Bridge Menu behavior.Yana Stamcheva2012-11-091-13/+17
* Fixes Video Bridge menu misbehavior reported by Kertesz Laszlo on dev mailing...Yana Stamcheva2012-11-093-81/+313
* Updates listener for audio media configuration. This resolves the problem rep...Vincent Lucas2012-11-091-7/+54
* - Prevents a NullPointerException in ice4j's Connector#stop() which appears q...Lyubomir Marinov2012-11-061-82/+95
* Synchronize list of currently playing clips in SoundNotificationHandler.Damian Minkov2012-11-061-16/+38
* Makes single window user interface property configurable.Yana Stamcheva2012-11-062-4/+57
* Fixes code formatting (lines going beyond column 80)Emil Ivov2012-11-0612-348/+133
* Adds a new thread in the audio configuraiton to avoid user interface deadlock...Vincent Lucas2012-11-051-207/+349
* Commits a patch from Tom Denham that handles the case where telephone-event i...Emil Ivov2012-10-303-7/+35
* Improves device selection via portaudio for MacOSX (hostapi coreaudio): adds ...Vincent Lucas2012-10-291-17/+47
* Fixes overriding initial payload types to respect remote party payloads.Damian Minkov2012-10-268-82/+144
* Allows the remote party to override payload type for the media we send to it....Damian Minkov2012-10-256-18/+228
* Fixes hang up behavior when the call is already ended. Fixes closing of call ...Yana Stamcheva2012-10-243-5/+20
* Reverts an incomplete modification to fix the build.Lyubomir Marinov2012-10-241-69/+112
* Fixes exceptions, a memory leak due to incomplete code.Lyubomir Marinov2012-10-2422-382/+281
* Mitigates a problem where the on-hold button in the call dialog gets inapprop...Lyubomir Marinov2012-10-231-10/+23
* Makes the mute button reflect the current mute state if it was triggered from...Yana Stamcheva2012-10-221-0/+5
* Makes call window wait after a hang up only if there was no user intervention...Yana Stamcheva2012-10-223-3/+69
* Makes OTR configurable from provisioning and defaults settings.Yana Stamcheva2012-10-223-12/+89
* Fixes previous commit default property value.Yana Stamcheva2012-10-221-1/+1
* Removes unused import and improves code on previous commit that adds configur...Yana Stamcheva2012-10-221-4/+12
* Adds a configuration property that allows to disable searches in call history.Yana Stamcheva2012-10-221-0/+10
* Fixes bringToFront() unconditional recursion reported by Lyubomir Marinov.Yana Stamcheva2012-10-221-1/+1
* Fixes hashCode problem reported by Lyubomir Marinov.Yana Stamcheva2012-10-221-1/+1
* Disables minimize and maximize operations on the Add Contact window. Reported...Yana Stamcheva2012-10-221-10/+4
* Adds a check for force shutdown timeout system property.Damian Minkov2012-10-221-1/+6
* Fixes a memory leak in NotificationManager. Removes an unnecessary copying of...Lyubomir Marinov2012-10-203-38/+70
* Prevents multiple dialing sounds from being played for multiple peers in a si...Lyubomir Marinov2012-10-191-32/+143
* Renames a couple of methods upon request by Emil Ivov. Fixes an endless loop ...Lyubomir Marinov2012-10-194-272/+301
* Fixes 80 column limit.Yana Stamcheva2012-10-181-3/+4
* Adds a separate video bridge menu in Tools and adds an OperationSetVideBridge...Yana Stamcheva2012-10-187-129/+668
* Tries to work around a problem in the one-to-one call dialog which may displa...Lyubomir Marinov2012-10-181-3/+4
* Compares versions on update using Version object compareTo method, and fallba...Damian Minkov2012-10-181-4/+31
* Adds parsing version from string.Damian Minkov2012-10-182-13/+89
* Works on preventing sound notifications from playing forever.Lyubomir Marinov2012-10-1812-1970/+2057
* A hack fixing problem with playing notifications during the ongoing call.Damian Minkov2012-10-184-1/+53
* Centers the call dialog on the screen upon automatic resizing.Lyubomir Marinov2012-10-181-57/+44