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

Directory Created:
2005-11-02 17:08
Total Files:
10
Deleted Files:
1
Lines of Code:
566

[root]/src/net/java/sip/communicator/service/resources

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 44 (100.0%) 749 (100.0%) 17.0
damencho 12 (27.3%) 403 (53.8%) 33.5
yanas 11 (25.0%) 180 (24.0%) 16.3
lubomir_m 8 (18.2%) 136 (18.2%) 17.0
emcho 12 (27.3%) 30 (4.0%) 2.5
a_pelov 1 (2.3%) 0 (0.0%) 0.0

Most Recent Commits

emcho 2011-10-18 14:03

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

10 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ColorPack.java (+1 -1), ImageID.java (+1 -1), ImagePack.java (+1 -1), LanguagePack.java (+1 -1), ResourceManagementService.java (+1 -1), ResourceManagementServiceUtils.java (+1 -1), ResourcePack.java (+1 -1), SettingsPack.java (+1 -1), SkinPack.java (+1 -1), SoundPack.java (+1 -1)
yanas 2011-07-20 20:24

Restores the create Jabber account form and fixes some related issues.

12 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (+12)
yanas 2010-11-03 20:56

Skin support patch provided by Adam Netocny. Adding skin support in the SIP Communicator look&feel.

9 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: SkinPack.java (+9)
lubomir_m 2010-10-04 10:06

Fixes warnings, TODOs, javadocs, formatting.

2 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: SkinPack.java (+2 -1)
yanas 2010-09-07 14:44

Patch provided by Adam Netocny, icluding some skin jar builder enhancements + javadocs.

2 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (+1 -1), SkinPack.java (+1 -1)
yanas 2010-09-03 01:50

Skin implementation bases provided by Adam Netočný (work in progress).

58 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (+9), SkinPack.java (new 49)
lubomir_m 2010-07-15 13:49

Commits passwdstorage2.patch provided by Dmitri Melnikov on the dev mailing list in the thread "Password Storage in trunk".

19 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (+1), ResourceManagementServiceUtils.java (+18 -23)
damencho 2010-03-11 11:54

- Fixed problem creating contact header in tcp calls.
- Add option for TLS calls when the certificate is not trusted, ask the user for acceptance of the cert.

2 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (+2)
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.

2 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (+2 -2)
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.

58 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: LanguagePack.java (+2 -2), ResourceManagementServiceUtils.java (+56 -5)
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.

62 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: LanguagePack.java (+7 -2), ResourceManagementService.java (+55 -43)
lubomir_m 2008-11-21 18:26

Eliminates duplication among the ~28 Resources classes.

30 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementServiceUtils.java (new 30)
lubomir_m 2008-11-21 14:43

Leaves a single ImageID class.

25 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ImageID.java (new 25)
yanas 2008-09-01 19:02

Sound files are now obtained from the properties file.

9 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (+9)
yanas 2008-08-03 22:25

Enhanced resource management.

90 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: LanguagePack.java (+11 -2), ResourceManagementService.java (+54 -85), ResourcePack.java (+25 -3)
damencho 2008-07-31 20:02

Initial support for Msn protocol version up to 15.

77 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (+77 -1)
emcho 2008-07-21 01:11

Added an icon for the auto away configuration form (by Damien ROTH)
Renamed the status update plugin to awto away
moved the getImage() and getImageBytes() methods to the ResourceManagementService

20 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (+20)
yanas 2008-07-17 20:34

Added some missing resources to the images.properties file

0 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (-1)
damencho 2008-07-17 17:28

Adding new method in Resource Management Service to get image path for the given image key.

95 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ResourceManagementService.java (+95 -1)
damencho 2008-07-14 19:29

Resource Management Service and its implementation. The service holds all resources and all bundles(except configuration service) use it to retrieve i18n strings,images,settings...

167 lines of code changed in:

  • src/net/java/sip/communicator/service/resources: ColorPack.java (new 17), ImagePack.java (new 17), LanguagePack.java (new 21), ResourceManagementService.java (new 58), ResourcePack.java (new 20), SettingsPack.java (new 17), SoundPack.java (new 17)

(2 more)

Generated by StatSVN 0.3.1