Directory src/net/java/sip/communicator/plugin/defaultresourcepack/

Directory Created:
2008-07-14 19:29
Total Files:
6
Deleted Files:
0
Lines of Code:
782

[root]/src/net/java/sip/communicator/plugin/defaultresourcepack

Lines of Code

src/net/java/sip/communicator/plugin/defaultresourcepack/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 51 (100.0%) 1141 (100.0%) 22.3
yanas 18 (35.3%) 659 (57.8%) 36.6
damencho 11 (21.6%) 417 (36.5%) 37.9
pradelle 2 (3.9%) 33 (2.9%) 16.5
lubomir_m 11 (21.6%) 20 (1.8%) 1.8
emcho 6 (11.8%) 6 (0.5%) 1.0
s_vincent 2 (3.9%) 4 (0.4%) 2.0
wernerd 1 (2.0%) 2 (0.2%) 2.0

Most Recent Commits

s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultLanguagePackImpl.java (+3)
damencho 2011-12-13 13:32

Synchronizes sources with some android changes.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultSettingsPackImpl.java (+1 -1)
damencho 2011-11-21 18:14

Fixes some NPE. Adds custom xmpp domain to be resolved for SRV records used for connection.

14 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultLanguagePackImpl.java (+14 -11)
emcho 2011-10-18 14:03

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

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultColorPackImpl.java (+1 -1), DefaultImagePackImpl.java (+1 -1), DefaultLanguagePackImpl.java (+1 -1), DefaultResourcePackActivator.java (+1 -1), DefaultSettingsPackImpl.java (+1 -1), DefaultSoundPackImpl.java (+1 -1)
damencho 2011-09-12 16:35

Detects ip changes (not link changes) under macosx. Fixes a problem with reconnecting several tcp/tls sip providers.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultResourcePackActivator.java (+2 -2)
s_vincent 2010-09-11 11:50

Add javadoc, fix warnings and typos.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultLanguagePackImpl.java (+1 -1)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultResourcePackActivator.java (+2 -1)
lubomir_m 2009-10-20 11:35

Fixes warnings, mostly.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultColorPackImpl.java (+2 -2)
lubomir_m 2009-09-05 10:53

Fixes warnings, mostly ones related to raw-type uses.

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultImagePackImpl.java (+2 -2), DefaultSettingsPackImpl.java (+2 -2), DefaultSoundPackImpl.java (+2 -2)
lubomir_m 2009-08-31 16:15

Commits another part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the src directory.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultResourcePackActivator.java (+5 -5)
lubomir_m 2009-05-07 15:20

Supports country code (in addition to language code) when dealing with locales because the language properties files contain it and are not loaded without the modifications of this commit.

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultLanguagePackImpl.java (+3 -4)
damencho 2009-04-02 15:58

Windows update now supports password protected sites, https and http redirects. Show dialog if installer file is missing. Stopping update process now iss working. Change of interface language.

74 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultLanguagePackImpl.java (+55 -16), DefaultResourcePackActivator.java (+19 -19)
lubomir_m 2009-02-10 14:09

Removes unused Logger instances (and thus resolves the warnings about them as well).

0 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultColorPackImpl.java (-3), DefaultImagePackImpl.java (-3), DefaultSettingsPackImpl.java (-3), DefaultSoundPackImpl.java (-3)
pradelle 2008-10-02 06:31

Performance optimizations for the resource search.

33 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultLanguagePackImpl.java (+19), DefaultResourcePackActivator.java (+14 -1)
lubomir_m 2008-08-26 16:22

Reads the resources of the default LanguagePack for the default Locale once (much like it's done for the other ResourcePacks) in order to speed the related code up (including on startup).

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultLanguagePackImpl.java (+4 -18)
yanas 2008-08-12 11:52

fix localization resources

11 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultLanguagePackImpl.java (+11 -6)
yanas 2008-08-12 00:08

default resource packs

205 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultColorPackImpl.java (+27 -26), DefaultImagePackImpl.java (+30 -28), DefaultLanguagePackImpl.java (+33 -30), DefaultResourcePackActivator.java (+55 -19), DefaultSettingsPackImpl.java (+30 -28), DefaultSoundPackImpl.java (+30 -28)
yanas 2008-08-08 12:14

meta resources introduced

93 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultColorPackImpl.java (+19 -3), DefaultImagePackImpl.java (+19 -3), DefaultLanguagePackImpl.java (+18 -6), DefaultSettingsPackImpl.java (+19 -3), DefaultSoundPackImpl.java (+18 -3)
yanas 2008-08-03 22:25

Enhanced resource management.

345 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultColorPackImpl.java (+69 -4), DefaultImagePackImpl.java (+67 -3), DefaultLanguagePackImpl.java (+72 -51), DefaultSettingsPackImpl.java (+68 -4), DefaultSoundPackImpl.java (+69 -4)
yanas 2008-08-03 10:55

Add support for more resource packs in the ResourceManagement service.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/defaultresourcepack: DefaultResourcePackActivator.java (+5 -5)

(1 more)

Generated by StatSVN 0.3.1