aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Removes duplication from PopupMessageHandler implementations.Lyubomir Marinov2009-10-258-187/+134
* Updates extending renderers. (Fix of revision: 6177 Makes the contact count i...Yana Stamcheva2009-10-241-3/+15
* Makes the contact count indicator in the contact list fit better the general ...Yana Stamcheva2009-10-241-19/+58
* Fixes javadocs.Lyubomir Marinov2009-10-232-57/+107
* Logs commited by mistake.Damian Minkov2009-10-231-2/+0
* Logs commited by mistake.Damian Minkov2009-10-231-2/+0
* Portaudio binary for windows.Damian Minkov2009-10-231-0/+8
* Issue #704. Native impl for a getLocalHost( destAddr ) method on Windows. Pat...Damian Minkov2009-10-235-8/+496
* Trying to fix linux32 binary, add functions to get device latency. Change in ...Damian Minkov2009-10-225-20/+180
* Removes duplication in order to remove an inconsistent checking of a field fo...Lyubomir Marinov2009-10-202-15/+10
* Commits changes which were meant to be in r6168 (Fixes warnings, mostly).Lyubomir Marinov2009-10-201-5/+6
* Fixes warnings, mostly.Lyubomir Marinov2009-10-204-30/+36
* Speeds up the closing of SIPCommDialog and SIPCommFrame (e.g. the main window...Lyubomir Marinov2009-10-202-49/+58
* In neomedia, creates a MediaDevice implementation specific to audio, adds mut...Lyubomir Marinov2009-10-2014-121/+1191
* Fix playing portaudio notifications, remove writer thread in portaudio render...Damian Minkov2009-10-193-103/+43
* Remove a debug print.Werner Dittmann2009-10-181-1/+0
* Downgrade the XMPP "network connection failed" exception from error to info. ...Werner Dittmann2009-10-182-4/+10
* Fix interoperability issue with Zfone3. Set the SSRC at the earliest possible...Werner Dittmann2009-10-182-3/+28
* Uses AbstractProtocolProviderService#addSupportedOperationSet in its extender...Lyubomir Marinov2009-10-1712-329/+262
* Prevents NumberFormatException in the cases in which it is clear that it will...Lyubomir Marinov2009-10-173-20/+55
* Fixes a socket-related exception in the MSN protocol implementation which use...Lyubomir Marinov2009-10-173-172/+178
* Delays the starting of a thread in the MSN protocol implementation until it's...Lyubomir Marinov2009-10-171-38/+48
* Adds javadocs.Lyubomir Marinov2009-10-171-2/+14
* As a last resort on non-Mac OS X and non-Windows operating systems, tries to ...Lyubomir Marinov2009-10-172-72/+113
* Fixes issue #647: MalformedURLException in java-jml.Lyubomir Marinov2009-10-163-17/+145
* Remove unneeded commented methods.Damian Minkov2009-10-161-27/+0
* Update configuration form to be displayed correctly and to choose default sys...Damian Minkov2009-10-166-39/+145
* Add getting default input or output device for portaudio.Damian Minkov2009-10-163-0/+46
* Some days ago I've tried to fix incorrect rendering of avatar on Mac OSX by u...Yana Stamcheva2009-10-164-41/+54
* Fixes warningsLyubomir Marinov2009-10-154-29/+25
* Fix portaudio for Macosx now run on minimum 10.3 and both libraries are stati...Damian Minkov2009-10-151-0/+13
* Commit a file which was supposed to be a part of r6144 but NetBeans failed to...Lyubomir Marinov2009-10-151-89/+54
* Remove other rendering hints and keep only antialiasing rendering hints when ...Yana Stamcheva2009-10-151-2/+0
* Fixes a warning about an unchecked cast.Lyubomir Marinov2009-10-151-0/+2
* Removes default avatar for Facebook because we don't seem to do it for other ...Lyubomir Marinov2009-10-151-25/+6
* - With the invaluable help of Yana Stamcheva, attempts again to make the vert...Lyubomir Marinov2009-10-154-207/+266
* Portaudio for Macosx.Damian Minkov2009-10-151-6/+10
* Activate antialiasing when painting a rounded image.Yana Stamcheva2009-10-141-0/+3
* - Stop the call duration timer when the last peer is removed.Yana Stamcheva2009-10-142-41/+38
* Refreshes the account avatar component if it's already visible and new image ...Yana Stamcheva2009-10-141-6/+9
* Fixes incorrect drawing of account avatar on Mac OSX.Yana Stamcheva2009-10-142-19/+39
* Fixes a problem with automatic scrolling to the last received message when a ...Yana Stamcheva2009-10-144-51/+111
* Fixes warnings.Lyubomir Marinov2009-10-1313-76/+65
* Commits the patch of Sebastien Vincent provided on the dev mailing list in an...Lyubomir Marinov2009-10-1344-2986/+2949
* Copies the changes of r6128 (Init supported audio formats in portaudio after ...Lyubomir Marinov2009-10-132-4/+2
* Adds javadocs.Lyubomir Marinov2009-10-137-6/+226
* Removes duplicate code by utilizing ResourceManagementServiceUtils.getService().Lyubomir Marinov2009-10-131-19/+6
* Commits files which were supposed to be in r6129 (Builds a neomedia bundle an...Lyubomir Marinov2009-10-132-0/+488
* Builds a neomedia bundle and provides the initial implementation of .service....Lyubomir Marinov2009-10-1330-131/+5847
* Init supported audio formats in portaudio after the devices are inited and th...Damian Minkov2009-10-124-25/+47