Lyubomir Marinov
|
89f728384c
|
Minor elimination of code duplication.
|
17 years ago |
Sebastien Mazy
|
974151c18c
|
dispatches SIP msg to SIP protocol providers until their unregistration
see ML thread: https://sip-communicator.dev.java.net/servlets/BrowseList?list=dev&by=thread&from=1465466
|
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
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
|
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.
2. Fix loading jabber account when media service fails (fails only when running from source under macosx).
|
17 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.
|
17 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.
|
17 years ago |
Yana Stamcheva
|
371eabe67b
|
Fixes some strings.
|
17 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).
|
17 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.
|
17 years ago |
Lyubomir Marinov
|
a686495883
|
Fixes a couple of warnings about unused imports.
|
17 years ago |
Lyubomir Marinov
|
b1be662c7b
|
Restores changes addressing issue #492 (Grey background dialogs) lost in the recent resource-naming modifications.
|
17 years ago |
Lyubomir Marinov
|
1e29fe1078
|
Disambiguates SwingWorker because Java 1.6 has its own in javax.swing and thus causes a compile-time error.
|
17 years ago |
Yana Stamcheva
|
9daa19303f
|
Language resources updated.
|
17 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).
|
17 years ago |
Werner Dittmann
|
690b5fa412
|
Fix a NPE if security is not enabled and ZRTP is not active.
|
17 years ago |
Emil Ivov
|
3f06d7dba8
|
Committing single SIP stack patch from Sebastien Mazy.
|
17 years ago |
Lyubomir Marinov
|
a83833f357
|
Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.
|
17 years ago |
Lyubomir Marinov
|
51ecd9bc3a
|
Removes SIPCommDefaultTheme.isSystemTheme() because it's not used and causes a warning.
|
17 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.
|
17 years ago |
Lyubomir Marinov
|
c3beccdc91
|
Applies the custom control painting of SIP Communicator to the Accounts ConfigurationForm.
|
17 years ago |
Lyubomir Marinov
|
42040797a9
|
Hopes to fix issue #508: Support Quit, Preferences and About in the Mac application menu.
|
17 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.
|
17 years ago |
Lyubomir Marinov
|
44dfd1a815
|
Fixes issue #508: Support Quit, Preferences and About in the Mac application menu.
|
17 years ago |
Yana Stamcheva
|
c06fb63cca
|
Set a title to the move dialog.
|
17 years ago |
Werner Dittmann
|
dc33fb66da
|
Merged Emanuel's patch that enables to set the security option for each account.
The checkbox is on the "advanced" tab of the account page.
|
17 years ago |
Werner Dittmann
|
f260a2a2b3
|
Prepare the ZRTP user interface to display popup messages. The messages will
be used to inform the end-user about security relevant states. SCCallback
prpares the messages texts (not yet implemented - need some i18n first) .
|
17 years ago |
Lyubomir Marinov
|
c0f92dabde
|
On Windows, makes the button backgrounds in the iPhone-like "menu" transparent (as they're transparent on Mac OS X and Linux by default).
|
17 years ago |
Lyubomir Marinov
|
a36ab57e97
|
Fixes warnings.
|
17 years ago |
Lyubomir Marinov
|
f6148f576c
|
Fixes warnings about unused imports.
|
17 years ago |
Lyubomir Marinov
|
0a2aa6c723
|
Fixes warnings.
|
17 years ago |
Lyubomir Marinov
|
df46d56af0
|
Fixes issue #497 (Add tooltips to call panel buttons). The Secure button doesn't have a tooltip when in secure mode but that seems to be the design of the button because going clear isn't supported.
|
17 years ago |
Lyubomir Marinov
|
c3156c99c5
|
Makes the background of JCheckBox transparent on Windows in order to respect the blue theme.
|
17 years ago |
Lyubomir Marinov
|
8613c58304
|
In relation to issue #451 (Windows Vista theme switches from Aero to Vista Basic upon playing video), disables the JMF DirectDraw DDRenderer on Windows Vista (because it causes the theme switch) so that GDIRenderer (or whatever gets picked up) can be tested and compared with the performance and quality of DDRenderer.
|
17 years ago |
Lyubomir Marinov
|
302b2f4712
|
Fixes the text of the Auto-start check box on Windows in the General ConfigurationForm.
|
17 years ago |
Damian Minkov
|
ee72136cae
|
Update h264 encoder/decoder. Decoder is not fed with non consistent data. Synchronized not to free memory while decoding/encoding. Tuned some of the quality settings.
|
17 years ago |
Lyubomir Marinov
|
7418ac79df
|
Fixes the chat windows which were broken because of imports not declared in the UI manifest.
|
17 years ago |
Lyubomir Marinov
|
f57c113d5d
|
Replaces the uses of JTabbedPane with SIPCommTabbedPane in order to respect the blue theme.
|
17 years ago |
Lyubomir Marinov
|
0a1da0aa37
|
Applies the issue #518 (Main menu has tool tips) patch contributed by Alan C Kelly.
|
17 years ago |