Lyubomir Marinov
a06b4d2dd0
Minor code cleanup removing unused fields, fixing raw-type warnings.
17 years ago
Lyubomir Marinov
8805906417
Removes org.apache.felix.servicebinder.
17 years ago
Lyubomir Marinov
2e83c45aa2
- Delays the creation of the Options dialog and the loading of the ConfigurationForm implementations (which get listed in the Options dialog).
...
- Spares a couple of ImageIcon allocations.
- Removes unused fields and fixes raw-type warnings in the files touched by the other changes.
17 years ago
Lyubomir Marinov
3c911f558f
Minor code cleanup hiding fields into private visibility, marking them final, correcting spelling mistakes.
17 years ago
Emil Ivov
2feef52ba8
Makes sure we return a default (proxy) router for RegistrarLess accounts and not null.
17 years ago
Lyubomir Marinov
32c8f99145
Minor code cleanup primarily being committed because it spares two occurrences of unnecessary String allocations but it also fixes a bunch of warnings and shortens the code.
17 years ago
Emil Ivov
75afeb24e4
Makes sure that avatars that are stored on the local file system are only queried once ( resolves : #439 ).
17 years ago
Lyubomir Marinov
2ffa49a09f
Fixes a warning about an unused import introduced in the previous revision.
17 years ago
Lyubomir Marinov
f0f65f7f64
Fixes the following issue reported by Alan C Kelly on the dev mailing list in the thread "surprise surprise, new iface finalized":
...
3) There is a square dark blue 'shadow' around the rounded corners of the grey highlight when the Set Global Status dropdown menu is selected.
Also partially resolves the following issue reported in the same e-mail message when the dial button isn't in its rollover state:
2) There is a square beige 'shadow' around the button for the dialpad in the bottom left corner of the main window.
17 years ago
Lyubomir Marinov
401a9bf9c7
As part of issue #453 (Broken Windows Vista font rendering), fixes the About dialog and a few other missed cases (which weren't using the AntialiasingManager). Also removes a duplicate AntialiasingManager.
17 years ago
Lyubomir Marinov
f789771c77
Changes ? in the main menu to Help for the default, French and Bulgarian languages.
17 years ago
Lyubomir Marinov
0a6567b8d3
Speeds up the painting of the table of plug-ins in .pluginmanager i.e. the Plug-ins ConfigurationForm by reusing the displayed ImageIcon instances instead of loading a new one on each cell paint. Though now there's a cache of a few elements retained, it shouldn't too much of a concern because it has a few elements and I plan to look into the option of not retaining ConfigurationForm UI in general anyway.
17 years ago
Emil Ivov
89e81b89ec
Asserts non-display of any bundle shipped with SIP Communicator when the show system bundles property is not set. This is part of issue #482 .
17 years ago
Damian Minkov
1a0f7be8dc
Fix string replacing in felix.client props when building dmg. This caused error when loading growlnotification bundle after felix update.
17 years ago
Lyubomir Marinov
d02eba788a
- Reduces garbage created when working with AccoutID.getAccountProperties() 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.
17 years ago
Damian Minkov
6df051d5c9
Fix felix test props for new felix version.
17 years ago
Emil Ivov
3f5206ff01
Commits patches for the following issues:
...
#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.)
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.
...
For readability, it makes sense to have the class
(ProtocolProviderServiceSipImpl) calling
SipStackSharing.addSipListener(listener) also call
SipStackSharing.removeSipListener(listener).
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
...
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
Werner Dittmann
b543a900b4
Adding notification sounds for ZRTP.
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