Directory src/net/java/sip/communicator/service/configuration/

Directory Created:
2005-11-02 17:08
Total Files:
3
Deleted Files:
2
Lines of Code:
532

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

Lines of Code

src/net/java/sip/communicator/service/configuration/ Lines of Code

Developers

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

Most Recent Commits

lubomir_m 2012-03-23 21:25

Allows the neomedia bundle to start in a headless graphics environment.

11 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+11 -2)
emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

3 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigPropertyVetoException.java (+1 -1), ConfigVetoableChangeListener.java (+1 -1), ConfigurationService.java (+1 -1)
damencho 2011-03-17 11:01

Configuring Parallel DNS Resolver. Patch provided by Ingo Bauersachs.

17 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+17)
s_vincent 2010-10-13 17:50

Proper use of enforce prefix and allowed prefix in provisioning plugin.

8 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+8 -6)
s_vincent 2010-10-12 11:50

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:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+12 -6)
s_vincent 2010-10-04 12:33

Fixes warnings and javadocs.

7 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigPropertyVetoException.java (+5 -1), ConfigVetoableChangeListener.java (+2 -2)
lubomir_m 2010-07-12 17:59

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:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+26)
lubomir_m 2010-06-14 20:47

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:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+23)
wernerd 2010-05-16 16:37

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:

  • src/net/java/sip/communicator/service/configuration: ConfigVetoableChangeListener.java (new 25), ConfigurationService.java (+4 -4)
wernerd 2010-04-09 16:11

Just fix a typo in ConfigPropertyVetoException

53 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigPropertyVetoExceoption.java (del), ConfigPropertyVetoException.java (new 49), ConfigurationService.java (+4 -4)
wernerd 2010-04-09 16:11

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:

  • src/net/java/sip/communicator/service/configuration: ConfigPropertyVetoExceoption.java (new), ConfigurationService.java (+13 -14), PropertyVetoException.java (del)
lubomir_m 2009-10-18 00:08

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:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+13 -16)
lubomir_m 2009-09-02 14:01

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:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (-1)
lubomir_m 2009-08-09 00:07

Adds javadocs.

67 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+67 -4)
lubomir_m 2009-08-04 22:20

Fixes the unit tests of the ConfigurationService broken by the previous commit.

6 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+6)
lubomir_m 2009-08-04 19:34

- 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:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+3), PropertyVetoException.java (+5 -4)
lubomir_m 2008-12-13 14:32

Minor elimination of code duplication.

2 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+2)
lubomir_m 2008-12-06 23:18

Fixes warnings.

1 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+1 -1)
lubomir_m 2008-11-28 12:19

Allows choosing <No Device> for each of the Audio and Video device configurations in the Media ConfigurationForm.

3 lines of code changed in:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+3)
lubomir_m 2008-11-20 11:41

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:

  • src/net/java/sip/communicator/service/configuration: ConfigurationService.java (+1), PropertyVetoException.java (+1 -1)

(8 more)

Generated by StatSVN 0.3.1