[root]/src/net/java/sip/communicator/service/configuration
event
(0 files, 0 lines)

| Author | Changes | Lines of Code | Lines per Change |
|---|---|---|---|
| Totals | 41 (100.0%) | 613 (100.0%) | 14.9 |
| emcho | 13 (31.7%) | 296 (48.3%) | 22.7 |
| lubomir_m | 14 (34.1%) | 162 (26.4%) | 11.5 |
| wernerd | 8 (19.5%) | 95 (15.5%) | 11.8 |
| damencho | 2 (4.9%) | 33 (5.4%) | 16.5 |
| s_vincent | 4 (9.8%) | 27 (4.4%) | 6.7 |
Allows the neomedia bundle to start in a headless graphics environment.
11 lines of code changed in:
Changes project name in source license headers from SIP Communicator to Jitsi
3 lines of code changed in:
Configuring Parallel DNS Resolver. Patch provided by Ingo Bauersachs.
17 lines of code changed in:
Proper use of enforce prefix and allowed prefix in provisioning plugin.
8 lines of code changed in:
Add a method in the ConfigurationService that will check all properties against a set of prefixes, invalid properties will be removed. Add the same mechanism for the provisioning plugin (to avoid add incorrect contents in the ConfigurationService).
12 lines of code changed in:
Fixes warnings and javadocs.
7 lines of code changed in:
Merges branches/gsoc10/passwdstrg@7435 which represents the work of Dmitri Melnikov on the "Password storage" GSoC 2010 project into trunk.
26 lines of code changed in:
Implements Speex encoder, decoder and resampler using the native Speex library. Since the JNI binaries are not available, the new functionality shouldn't cause regressions.
23 lines of code changed in:
Cleanup some left-overs of PropertyChange event handling.
Modified some files to use SC ConfigPropertyVetoException (see also the
comment/modifications at revision 6978). The ConfigPropertyVetoException
extends RuntimeException, not Exception as the standard PropertyVetoException.
29 lines of code changed in:
Just fix a typo in ConfigPropertyVetoException
53 lines of code changed in:
Cleanup PropertyChangeEvent stuff
Use java.beans.PropertyChangeEvent instead of own implementation. This removes some classes from
SC and removes ambiguities with respect to PropertyChangeEvent handling.
Rename SC's own PropertyVetoException to ConfigPropertyVetoException to show the difference
in usage and implementation. ConfigPropertyVetoException is a subclass of Runtime exception
(intentionally) to simplify handling.
13 lines of code changed in:
Prevents NumberFormatException in the cases in which it is clear that it will be thrown and caught for the sake of performance.
13 lines of code changed in:
Commits the patch of Sebastien Vincent provided on the dev mailing in an e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.
0 lines of code changed in:
Adds javadocs.
67 lines of code changed in:
Fixes the unit tests of the ConfigurationService broken by the previous commit.
6 lines of code changed in:
- Provides an alternative storage backend to XML in the ConfigurationService implementation which uses Properties for the sake for better execution speed and garbage collection behavior.
- Implements batch configuration property modifications which allow a caller to modify a set of properties with a single saving of the configuration file.
8 lines of code changed in:
Minor elimination of code duplication.
2 lines of code changed in:
Fixes warnings.
1 lines of code changed in:
Allows choosing <No Device> for each of the Audio and Video device configurations in the Media ConfigurationForm.
3 lines of code changed in:
Moves PropertyChangeListener/Event from .configuration.event to .util because they're generic and of interest to other use cases.
2 lines of code changed in:
(8 more)