aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator
Commit message (Expand)AuthorAgeFilesLines
* - Reduces garbage created when working with AccoutID.getAccountProperties() w...Lyubomir Marinov2008-12-1634-608/+469
* Commits patches for the following issues:Emil Ivov2008-12-1676-212/+329
* Fixes an unnecessary retaining of memory introduced in a recent revision.Lyubomir Marinov2008-12-151-31/+34
* Fixes a couple of warnings introduced in a recent revision.Lyubomir Marinov2008-12-152-2/+1
* Moves RegistrationStateChangeListener to ProtocolProviderServiceSipImpl.Sebastien Mazy2008-12-152-22/+24
* javadoc'ingSebastien Mazy2008-12-152-97/+134
* Fix Jabber statuses per contact resource and priority.Damian Minkov2008-12-151-3/+64
* Fix wrong status for the second tab in the chat window.Yana Stamcheva2008-12-151-7/+11
* Minor code cleanup including removing of unused, unnecessary fields, fixing s...Lyubomir Marinov2008-12-158-461/+454
* Adds a forgotten Graphics.dispose().Lyubomir Marinov2008-12-151-5/+11
* As part of the fix for issue #453 (Broken Windows Vista font rendering), cont...Lyubomir Marinov2008-12-158-74/+113
* Fixes a NullPointerException in UIServiceImpl.setDefaultThemePack reported by...Lyubomir Marinov2008-12-141-2/+3
* On Mac OS X, waits for the application to complete its normal shutdown instea...Lyubomir Marinov2008-12-136-45/+35
* Fix a problem during ZRTP initialization for multi-stream, comment the SRTP c...Werner Dittmann2008-12-131-70/+70
* Minor elimination of code duplication.Lyubomir Marinov2008-12-133-75/+46
* dispatches SIP msg to SIP protocol providers until their unregistrationSebastien Mazy2008-12-122-11/+22
* Fixes a ClassCastException (introduced as part of the "fix" for issue #502) i...Lyubomir Marinov2008-12-121-3/+8
* remove the logger.setLevelAll() statement to provide logging control via prop...Werner Dittmann2008-12-121-4/+4
* Reduce severity level of some logger calls to trace instead of error.Werner Dittmann2008-12-121-3/+3
* Hopes to fix issue #502: Do not use jdic when running Java 6.Lyubomir Marinov2008-12-119-316/+1016
* removes a left out printStackTrace() and an unrelated log messageSebastien Mazy2008-12-111-3/+0
* Fixes the ConcurrentModificationException at JAIN-SIP LPs deletionSebastien Mazy2008-12-111-0/+1
* Fixes the issue reported by Werner in an e-mail on the dev mailing list subje...Lyubomir Marinov2008-12-111-1/+1
* Fix strings that identify yes/no for i18n.Werner Dittmann2008-12-111-2/+2
* Revert change to position the security check box at the top-level registratio...Werner Dittmann2008-12-111-9/+4
* Disable Back button if there is no previous page. Going back from this wizard...Werner Dittmann2008-12-111-0/+2
* When closing SC first dispose frame and its children before stopping the bund...Werner Dittmann2008-12-111-1/+2
* Minor code cleanup of recent commits.Lyubomir Marinov2008-12-106-86/+93
* Fix a NPE when modifying a SIP account: add the USER_ID to the account proper...Werner Dittmann2008-12-104-16/+16
* 1. Fix opening history containing tag for subject.Damian Minkov2008-12-103-3/+21
* Re-position "Enable security" checkbox to the first page of account registrat...Werner Dittmann2008-12-101-4/+8
* Play a notification sound if ZRTP switches to secure mode. Prepare the the no...Werner Dittmann2008-12-103-2/+30
* Fixes some strings.Yana Stamcheva2008-12-101-1/+2
* Represents the beginning of work in progress to delay the loading of the Conf...Lyubomir Marinov2008-12-108-437/+478
* Retrieves Color definitions from the ResourceManagementService for .branding ...Lyubomir Marinov2008-12-104-63/+90
* Fixes a couple of warnings about unused imports.Lyubomir Marinov2008-12-092-2/+0
* Restores changes addressing issue #492 (Grey background dialogs) lost in the ...Lyubomir Marinov2008-12-095-33/+37
* Disambiguates SwingWorker because Java 1.6 has its own in javax.swing and thu...Lyubomir Marinov2008-12-091-1/+2
* Language resources updated.Yana Stamcheva2008-12-09191-2168/+2469
* Eliminates duplication of ProtocolProviderService.getOperationSet() and .getS...Lyubomir Marinov2008-12-0937-588/+215
* Fix a NPE if security is not enabled and ZRTP is not active.Werner Dittmann2008-12-092-18/+19
* Committing single SIP stack patch from Sebastien Mazy.Emil Ivov2008-12-094-511/+1293
* Moves the functionality of swing-common.jar into util.jar and removes swing-c...Lyubomir Marinov2008-12-08183-478/+421
* Removes SIPCommDefaultTheme.isSystemTheme() because it's not used and causes ...Lyubomir Marinov2008-12-081-8/+0
* Upon Yana's request, restores ImageLoader back into .impl.gui.utils from .swi...Lyubomir Marinov2008-12-0859-126/+178
* Applies the custom control painting of SIP Communicator to the Accounts Confi...Lyubomir Marinov2008-12-081-29/+23
* Hopes to fix issue #508: Support Quit, Preferences and About in the Mac appli...Lyubomir Marinov2008-12-076-61/+191
* Reverts the fix for issue #508: Support Quit, Preferences and About in the Ma...Lyubomir Marinov2008-12-073-49/+49
* Fixes issue #508: Support Quit, Preferences and About in the Mac application ...Lyubomir Marinov2008-12-079-73/+187
* Set a title to the move dialog.Yana Stamcheva2008-12-071-0/+3