Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - Reduces garbage created when working with AccoutID.getAccountProperties() ↵ | Lyubomir Marinov | 2008-12-16 | 34 | -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 Ivov | 2008-12-16 | 76 | -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 Marinov | 2008-12-15 | 1 | -31/+34 |
| | |||||
* | Fixes a couple of warnings introduced in a recent revision. | Lyubomir Marinov | 2008-12-15 | 2 | -2/+1 |
| | |||||
* | Moves RegistrationStateChangeListener to ProtocolProviderServiceSipImpl. | Sebastien Mazy | 2008-12-15 | 2 | -22/+24 |
| | | | | | | | For readability, it makes sense to have the class (ProtocolProviderServiceSipImpl) calling SipStackSharing.addSipListener(listener) also call SipStackSharing.removeSipListener(listener). | ||||
* | javadoc'ing | Sebastien Mazy | 2008-12-15 | 2 | -97/+134 |
| | |||||
* | Fix Jabber statuses per contact resource and priority. | Damian Minkov | 2008-12-15 | 1 | -3/+64 |
| | |||||
* | Fix wrong status for the second tab in the chat window. | Yana Stamcheva | 2008-12-15 | 1 | -7/+11 |
| | |||||
* | Minor code cleanup including removing of unused, unnecessary fields, fixing ↵ | Lyubomir Marinov | 2008-12-15 | 8 | -461/+454 |
| | | | | spelling mistakes, taking care of raw-type warnings, etc. | ||||
* | Adds a forgotten Graphics.dispose(). | Lyubomir Marinov | 2008-12-15 | 1 | -5/+11 |
| | |||||
* | As part of the fix for issue #453 (Broken Windows Vista font rendering), ↵ | Lyubomir Marinov | 2008-12-15 | 8 | -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 Marinov | 2008-12-14 | 1 | -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 Marinov | 2008-12-13 | 6 | -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 Dittmann | 2008-12-13 | 1 | -70/+70 |
| | | | | code (uses fixed key only), fix some warnings. | ||||
* | Minor elimination of code duplication. | Lyubomir Marinov | 2008-12-13 | 3 | -75/+46 |
| | |||||
* | dispatches SIP msg to SIP protocol providers until their unregistration | Sebastien Mazy | 2008-12-12 | 2 | -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 Marinov | 2008-12-12 | 1 | -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 Dittmann | 2008-12-12 | 1 | -4/+4 |
| | | | | properties file. | ||||
* | Reduce severity level of some logger calls to trace instead of error. | Werner Dittmann | 2008-12-12 | 1 | -3/+3 |
| | |||||
* | Hopes to fix issue #502: Do not use jdic when running Java 6. | Lyubomir Marinov | 2008-12-11 | 9 | -316/+1016 |
| | |||||
* | removes a left out printStackTrace() and an unrelated log message | Sebastien Mazy | 2008-12-11 | 1 | -3/+0 |
| | |||||
* | Fixes the ConcurrentModificationException at JAIN-SIP LPs deletion | Sebastien Mazy | 2008-12-11 | 1 | -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 Marinov | 2008-12-11 | 1 | -1/+1 |
| | | | | subjected "Error - no ComponentUI class for SIPCommTabbedPane." | ||||
* | Fix strings that identify yes/no for i18n. | Werner Dittmann | 2008-12-11 | 1 | -2/+2 |
| | |||||
* | Revert change to position the security check box at the top-level ↵ | Werner Dittmann | 2008-12-11 | 1 | -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 Dittmann | 2008-12-11 | 1 | -0/+2 |
| | | | | wizard page leads to an exception. | ||||
* | When closing SC first dispose frame and its children before stopping the ↵ | Werner Dittmann | 2008-12-11 | 1 | -1/+2 |
| | | | | bundles. Some GUI elements require ConfigurationService to store their properties. | ||||
* | Minor code cleanup of recent commits. | Lyubomir Marinov | 2008-12-10 | 6 | -86/+93 |
| | |||||
* | Fix a NPE when modifying a SIP account: add the USER_ID to the account ↵ | Werner Dittmann | 2008-12-10 | 4 | -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 Minkov | 2008-12-10 | 3 | -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 Dittmann | 2008-12-10 | 1 | -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 Dittmann | 2008-12-10 | 3 | -2/+30 |
| | | | | notification sound for ZRTP alert, will be used in near future. | ||||
* | Fixes some strings. | Yana Stamcheva | 2008-12-10 | 1 | -1/+2 |
| | |||||
* | Represents the beginning of work in progress to delay the loading of the ↵ | Lyubomir Marinov | 2008-12-10 | 8 | -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 Marinov | 2008-12-10 | 4 | -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 Marinov | 2008-12-09 | 2 | -2/+0 |
| | |||||
* | Restores changes addressing issue #492 (Grey background dialogs) lost in the ↵ | Lyubomir Marinov | 2008-12-09 | 5 | -33/+37 |
| | | | | recent resource-naming modifications. | ||||
* | Disambiguates SwingWorker because Java 1.6 has its own in javax.swing and ↵ | Lyubomir Marinov | 2008-12-09 | 1 | -1/+2 |
| | | | | thus causes a compile-time error. | ||||
* | Language resources updated. | Yana Stamcheva | 2008-12-09 | 191 | -2168/+2469 |
| | |||||
* | Eliminates duplication of ProtocolProviderService.getOperationSet() and ↵ | Lyubomir Marinov | 2008-12-09 | 37 | -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 Dittmann | 2008-12-09 | 2 | -18/+19 |
| | |||||
* | Committing single SIP stack patch from Sebastien Mazy. | Emil Ivov | 2008-12-09 | 4 | -511/+1293 |
| | |||||
* | Moves the functionality of swing-common.jar into util.jar and removes ↵ | Lyubomir Marinov | 2008-12-08 | 183 | -478/+421 |
| | | | | swing-common.jar. | ||||
* | Removes SIPCommDefaultTheme.isSystemTheme() because it's not used and causes ↵ | Lyubomir Marinov | 2008-12-08 | 1 | -8/+0 |
| | | | | a warning. | ||||
* | Upon Yana's request, restores ImageLoader back into .impl.gui.utils from ↵ | Lyubomir Marinov | 2008-12-08 | 59 | -126/+178 |
| | | | | .swing and works with the ResourceManagementService in .swing. | ||||
* | Applies the custom control painting of SIP Communicator to the Accounts ↵ | Lyubomir Marinov | 2008-12-08 | 1 | -29/+23 |
| | | | | ConfigurationForm. | ||||
* | Hopes to fix issue #508: Support Quit, Preferences and About in the Mac ↵ | Lyubomir Marinov | 2008-12-07 | 6 | -61/+191 |
| | | | | application menu. | ||||
* | Reverts the fix for issue #508: Support Quit, Preferences and About in the ↵ | Lyubomir Marinov | 2008-12-07 | 3 | -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 Marinov | 2008-12-07 | 9 | -73/+187 |
| | | | | menu. | ||||
* | Set a title to the move dialog. | Yana Stamcheva | 2008-12-07 | 1 | -0/+3 |
| |