aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator
Commit message (Collapse)AuthorAgeFilesLines
* - Reduces garbage created when working with AccoutID.getAccountProperties() ↵Lyubomir Marinov2008-12-1634-608/+469
| | | | | | which creates a copy of the internal Hashtable by introducing getAccountProperty(), getAccountPropertyString(), getAccountPropertyBoolean() and getAccountPropertyInt(). The last two also carry out the conversions between Object and boolean/int without additional allocations in contrast to most of the previous uses which would perform allocations. - Modifies SimpleStatusMenu to load its necessary image once instead of three times and to spare a ImageIcon instance.
* Commits patches for the following issues:Emil Ivov2008-12-1676-212/+329
| | | | | | | #482 Overly complex plugin manager (work in progress) #448 Show complete SIP adddress when displaying account #510 switch to the latest version of Felix (Richard actually did most of the work here.)
* 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
| | | | | | | For readability, it makes sense to have the class (ProtocolProviderServiceSipImpl) calling SipStackSharing.addSipListener(listener) also call SipStackSharing.removeSipListener(listener).
* 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 ↵Lyubomir Marinov2008-12-158-461/+454
| | | | spelling mistakes, taking care of raw-type warnings, etc.
* Adds a forgotten Graphics.dispose().Lyubomir Marinov2008-12-151-5/+11
|
* As part of the fix for issue #453 (Broken Windows Vista font rendering), ↵Lyubomir Marinov2008-12-158-74/+113
| | | | continues the idea of r4774 and fixes the rendering of the text of the global status menu next to the photo in the contact list.
* Fixes a NullPointerException in UIServiceImpl.setDefaultThemePack reported ↵Lyubomir Marinov2008-12-141-2/+3
| | | | by Werner on the dev mailing list in an e-mail subjected NPE in UIServiceImpl.
* On Mac OS X, waits for the application to complete its normal shutdown ↵Lyubomir Marinov2008-12-136-45/+35
| | | | instead of prematurely killing it. Additionally, leaves a single shutdown procedure and uses it for both File > Quit and the Close action of the systray menu.
* Fix a problem during ZRTP initialization for multi-stream, comment the SRTP ↵Werner Dittmann2008-12-131-70/+70
| | | | code (uses fixed key only), fix some warnings.
* 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
| | | | see ML thread: https://sip-communicator.dev.java.net/servlets/BrowseList?list=dev&by=thread&from=1465466
* Fixes a ClassCastException (introduced as part of the "fix" for issue #502) ↵Lyubomir Marinov2008-12-121-3/+8
| | | | in .impl.systray.jdic reported by Werner in an e-mail on the dev mailing list subjected "Class cast exception jdic".
* remove the logger.setLevelAll() statement to provide logging control via ↵Werner Dittmann2008-12-121-4/+4
| | | | properties file.
* 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
| | | | | see https://sip-communicator.dev.java.net/servlets/ReadMsg?list=dev&msgNo=5029 and https://sip-communicator.dev.java.net/servlets/ReadMsg?list=dev&msgNo=5030
* Fixes the issue reported by Werner in an e-mail on the dev mailing list ↵Lyubomir Marinov2008-12-111-1/+1
| | | | subjected "Error - no ComponentUI class for SIPCommTabbedPane."
* 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 ↵Werner Dittmann2008-12-111-9/+4
| | | | registration window. Put it to advanced window again, but set it enabled by default.
* Disable Back button if there is no previous page. Going back from this ↵Werner Dittmann2008-12-111-0/+2
| | | | wizard page leads to an exception.
* When closing SC first dispose frame and its children before stopping the ↵Werner Dittmann2008-12-111-1/+2
| | | | bundles. Some GUI elements require ConfigurationService to store their properties.
* 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 ↵Werner Dittmann2008-12-104-16/+16
| | | | properties in SIPAccountRegistrationWizard::installAccount() when calling the account modify function of ProtocolProviderFactorySipImpl. Add some templates to fix some warnings.
* 1. Fix opening history containing tag for subject.Damian Minkov2008-12-103-3/+21
| | | | 2. Fix loading jabber account when media service fails (fails only when running from source under macosx).
* Re-position "Enable security" checkbox to the first page of account ↵Werner Dittmann2008-12-101-4/+8
| | | | registration and modification. Makes it easier for the enduser, is also not an "advanced" option.
* Play a notification sound if ZRTP switches to secure mode. Prepare the the ↵Werner Dittmann2008-12-103-2/+30
| | | | notification sound for ZRTP alert, will be used in near future.
* Fixes some strings.Yana Stamcheva2008-12-101-1/+2
|
* Represents the beginning of work in progress to delay the loading of the ↵Lyubomir Marinov2008-12-108-437/+478
| | | | ConfigurationForm implementations in order to better startup time. The goal is to have all of them extend AbstractConfigurationForm and delay part of the class loading through it (in the spirit of the Eclipse extension points).
* Retrieves Color definitions from the ResourceManagementService for .branding ↵Lyubomir Marinov2008-12-104-63/+90
| | | | outside paintComponent() overrides in order perform them less often (the goal was to retrieve them once) because they happen on startup.
* 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
| | | | recent resource-naming modifications.
* Disambiguates SwingWorker because Java 1.6 has its own in javax.swing and ↵Lyubomir Marinov2008-12-091-1/+2
| | | | thus causes a compile-time error.
* Language resources updated.Yana Stamcheva2008-12-09191-2168/+2469
|
* Eliminates duplication of ProtocolProviderService.getOperationSet() and ↵Lyubomir Marinov2008-12-0937-588/+215
| | | | .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).
* 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 ↵Lyubomir Marinov2008-12-08183-478/+421
| | | | swing-common.jar.
* Removes SIPCommDefaultTheme.isSystemTheme() because it's not used and causes ↵Lyubomir Marinov2008-12-081-8/+0
| | | | a warning.
* Upon Yana's request, restores ImageLoader back into .impl.gui.utils from ↵Lyubomir Marinov2008-12-0859-126/+178
| | | | .swing and works with the ResourceManagementService in .swing.
* Applies the custom control painting of SIP Communicator to the Accounts ↵Lyubomir Marinov2008-12-081-29/+23
| | | | ConfigurationForm.
* Hopes to fix issue #508: Support Quit, Preferences and About in the Mac ↵Lyubomir Marinov2008-12-076-61/+191
| | | | application menu.
* Reverts the fix for issue #508: Support Quit, Preferences and About in the ↵Lyubomir Marinov2008-12-073-49/+49
| | | | Mac application menu because there are attempts to load the Mac OS X-specific classes on Windows which are only available at compile time.
* Fixes issue #508: Support Quit, Preferences and About in the Mac application ↵Lyubomir Marinov2008-12-079-73/+187
| | | | menu.
* Set a title to the move dialog.Yana Stamcheva2008-12-071-0/+3
|