Commit Graph

4433 Commits (10fa41c8551237d0dde7f86274886467ec6be553)
 

Author SHA1 Message Date
Emil Ivov 3f5206ff01 Commits patches for the following issues:
17 years ago
Lyubomir Marinov 3c848a3f11 Fixes an unnecessary retaining of memory introduced in a recent revision.
17 years ago
Lyubomir Marinov 11d8d6ff35 Fixes a couple of warnings introduced in a recent revision.
17 years ago
Sebastien Mazy 6c7e563e5c Moves RegistrationStateChangeListener to ProtocolProviderServiceSipImpl.
17 years ago
Sebastien Mazy e59382cc0b javadoc'ing
17 years ago
Damian Minkov 5ac971da40 Fix Jabber statuses per contact resource and priority.
17 years ago
Yana Stamcheva 754acb11b9 Fix wrong status for the second tab in the chat window.
17 years ago
Lyubomir Marinov 7711b71c9b Minor code cleanup including removing of unused, unnecessary fields, fixing spelling mistakes, taking care of raw-type warnings, etc.
17 years ago
Lyubomir Marinov 12cb451a28 Adds a forgotten Graphics.dispose().
17 years ago
Lyubomir Marinov d3945f3779 As part of the fix for issue #453 (Broken Windows Vista font rendering), 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.
17 years ago
Lyubomir Marinov f5748fef53 Fixes a NullPointerException in UIServiceImpl.setDefaultThemePack reported by Werner on the dev mailing list in an e-mail subjected NPE in UIServiceImpl.
17 years ago
Lyubomir Marinov 52465acd61 On Mac OS X, waits for the application to complete its normal shutdown 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.
17 years ago
Werner Dittmann 64163a7fd4 Fix a problem during ZRTP initialization for multi-stream, comment the SRTP code (uses fixed key only), fix some warnings.
17 years ago
Lyubomir Marinov 89f728384c Minor elimination of code duplication.
17 years ago
Sebastien Mazy 974151c18c dispatches SIP msg to SIP protocol providers until their unregistration
17 years ago
Lyubomir Marinov 8de7b22bf7 Fixes a ClassCastException (introduced as part of the "fix" for issue #502) in .impl.systray.jdic reported by Werner in an e-mail on the dev mailing list subjected "Class cast exception jdic".
17 years ago
Werner Dittmann 14f7ee8a95 remove the logger.setLevelAll() statement to provide logging control via properties file.
17 years ago
Werner Dittmann 7a7a0dc178 Reduce severity level of some logger calls to trace instead of error.
17 years ago
Lyubomir Marinov af2587049c Hopes to fix issue #502: Do not use jdic when running Java 6.
17 years ago
Sebastien Mazy e782599a05 removes a left out printStackTrace() and an unrelated log message
17 years ago
Sebastien Mazy 9f1e5f6c0a Fixes the ConcurrentModificationException at JAIN-SIP LPs deletion
17 years ago
Lyubomir Marinov 63fa38de8d Fixes the issue reported by Werner in an e-mail on the dev mailing list subjected "Error - no ComponentUI class for SIPCommTabbedPane."
17 years ago
Werner Dittmann 3a1c7bf82c Fix strings that identify yes/no for i18n.
17 years ago
Werner Dittmann c96925cccb Revert change to position the security check box at the top-level registration window. Put it to advanced window again, but set it enabled by default.
17 years ago
Werner Dittmann ac8c62bbac Disable Back button if there is no previous page. Going back from this wizard page leads to an exception.
17 years ago
Werner Dittmann 223ffb9350 When closing SC first dispose frame and its children before stopping the bundles. Some GUI elements require ConfigurationService to store their properties.
17 years ago
Lyubomir Marinov 02563fe173 Minor code cleanup of recent commits.
17 years ago
Werner Dittmann 386d4d2157 Fix a NPE when modifying a SIP account: add the USER_ID to the account properties in SIPAccountRegistrationWizard::installAccount() when calling the account modify function of ProtocolProviderFactorySipImpl. Add some templates to fix some warnings.
17 years ago
Damian Minkov 7e7c57e2f0 1. Fix opening history containing tag for subject.
18 years ago
Werner Dittmann 4d55cdf49f Re-position "Enable security" checkbox to the first page of account registration and modification. Makes it easier for the enduser, is also not an "advanced" option.
18 years ago
Werner Dittmann 4bfea8df82 Play a notification sound if ZRTP switches to secure mode. Prepare the the notification sound for ZRTP alert, will be used in near future.
18 years ago
Werner Dittmann b543a900b4 Adding notification sounds for ZRTP.
18 years ago
Yana Stamcheva 371eabe67b Fixes some strings.
18 years ago
Lyubomir Marinov 298e72b596 Represents the beginning of work in progress to delay the loading of the 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).
18 years ago
Lyubomir Marinov 97fdda1a3e Retrieves Color definitions from the ResourceManagementService for .branding outside paintComponent() overrides in order perform them less often (the goal was to retrieve them once) because they happen on startup.
18 years ago
Yana Stamcheva ad89fc2e29 Fixes some missing strings.
18 years ago
Lyubomir Marinov a686495883 Fixes a couple of warnings about unused imports.
18 years ago
Lyubomir Marinov b1be662c7b Restores changes addressing issue #492 (Grey background dialogs) lost in the recent resource-naming modifications.
18 years ago
Lyubomir Marinov 1e29fe1078 Disambiguates SwingWorker because Java 1.6 has its own in javax.swing and thus causes a compile-time error.
18 years ago
Yana Stamcheva 9daa19303f Language resources updated.
18 years ago
Lyubomir Marinov 331d75a93a Eliminates duplication of ProtocolProviderService.getOperationSet() and .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).
18 years ago
Werner Dittmann 690b5fa412 Fix a NPE if security is not enabled and ZRTP is not active.
18 years ago
Emil Ivov 3f06d7dba8 Committing single SIP stack patch from Sebastien Mazy.
18 years ago
Lyubomir Marinov a83833f357 Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
18 years ago
Lyubomir Marinov 51ecd9bc3a Removes SIPCommDefaultTheme.isSystemTheme() because it's not used and causes a warning.
18 years ago
Lyubomir Marinov f4eb697fe4 Upon Yana's request, restores ImageLoader back into .impl.gui.utils from .swing and works with the ResourceManagementService in .swing.
18 years ago
Lyubomir Marinov c3beccdc91 Applies the custom control painting of SIP Communicator to the Accounts ConfigurationForm.
18 years ago
Lyubomir Marinov 42040797a9 Hopes to fix issue #508: Support Quit, Preferences and About in the Mac application menu.
18 years ago
Lyubomir Marinov 146379a471 Reverts the fix for issue #508: Support Quit, Preferences and About in the Mac application menu because there are attempts to load the Mac OS X-specific classes on Windows which are only available at compile time.
18 years ago
Lyubomir Marinov 44dfd1a815 Fixes issue #508: Support Quit, Preferences and About in the Mac application menu.
18 years ago