/trunk Developers: pradelle

Login name:
pradelle
Total Commits:
164 (0.5%)
Lines of Code:
19061 (1.7%)
Most Recent Commit:
2008-10-30 06:56

Activity by Clock Time

Activity by Hour of Day for pradelle

Activity by Day of Week for pradelle

Activity in Directories

Directory Changes Lines of Code Lines per Change
Totals 164 (100.0%) 19061 (100.0%) 116.2
src/net/java/sip/communicator/impl/protocol/ssh/ 40 (24.4%) 6827 (35.8%) 170.6
src/net/java/sip/communicator/impl/protocol/sip/ 45 (27.4%) 5976 (31.4%) 132.8
test/net/java/sip/communicator/slick/protocol/rss/ 9 (5.5%) 1774 (9.3%) 197.1
test/net/java/sip/communicator/slick/protocol/sip/ 12 (7.3%) 1679 (8.8%) 139.9
src/net/java/sip/communicator/plugin/sshaccregwizz/ 10 (6.1%) 1087 (5.7%) 108.7
src/net/java/sip/communicator/impl/fileaccess/ 4 (2.4%) 290 (1.5%) 72.5
test/net/java/sip/communicator/slick/fileaccess/ 2 (1.2%) 257 (1.3%) 128.5
src/net/java/sip/communicator/util/ 4 (2.4%) 210 (1.1%) 52.5
src/net/java/sip/communicator/plugin/sipaccregwizz/ 5 (3.0%) 200 (1.0%) 40.0
src/net/java/sip/communicator/plugin/profiler4j/ 3 (1.8%) 190 (1.0%) 63.3
src/net/java/sip/communicator/impl/gui/lookandfeel/ 2 (1.2%) 126 (0.7%) 63.0
src/net/java/sip/communicator/impl/gui/main/chat/toolBars/ 2 (1.2%) 99 (0.5%) 49.5
src/net/java/sip/communicator/impl/contactlist/ 6 (3.7%) 99 (0.5%) 16.5
src/net/java/sip/communicator/service/fileaccess/ 3 (1.8%) 72 (0.4%) 24.0
src/net/java/sip/communicator/impl/gui/main/chat/ 2 (1.2%) 48 (0.3%) 24.0
src/net/java/sip/communicator/impl/configuration/ 2 (1.2%) 44 (0.2%) 22.0
src/net/java/sip/communicator/service/protocol/ 4 (2.4%) 40 (0.2%) 10.0
src/net/java/sip/communicator/plugin/defaultresourcepack/ 2 (1.2%) 33 (0.2%) 16.5
src/net/java/sip/communicator/impl/protocol/sip/security/ 1 (0.6%) 6 (0.0%) 6.0
src/net/java/sip/communicator/impl/gui/customcontrols/wizard/ 1 (0.6%) 3 (0.0%) 3.0
test/net/java/sip/communicator/slick/slickless/ 2 (1.2%) 1 (0.0%) 0.5
test/net/java/sip/communicator/slick/slickless/util/ 2 (1.2%) 0 (0.0%) 0.0
src/net/java/sip/communicator/impl/protocol/gibberish/ 1 (0.6%) 0 (0.0%) 0.0

Activity of pradelle

Most Recent Commits

pradelle 2008-10-30 06:56

Update the behavior of the text attributes:
- The color label remains unchanged when the user clicks in the send message field when it is empty
- The color choice is not anymore forgotten when the content of the send message field is removed
- The color label is now always updated with the color of the character just before the carret
- The font settings are not anymore forgotten when the user clicks in the send message field when it is empty
- The font attributes of a selection is now the AND of the attributes of all the selected characters

All these changes have been made to provide a behavior usually found in text editors. The last item still not updated is to remind the font attributes when the user erase the content of the send message field.

85 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/toolBars: EditTextToolBar.java (+85 -42)
pradelle 2008-10-30 03:28

Fix some code convention issues

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: SmiliesSelectorBox.java (+4 -4)
pradelle 2008-10-29 05:57

- fix a minor issue with the smiley layout computation
- refresh code to use templates and for each

44 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat: SmiliesSelectorBox.java (+44 -43)
pradelle 2008-10-29 03:58

Fix a null pointer exception if the user cancel a color pickup

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/chat/toolBars: EditTextToolBar.java (+14 -12)
pradelle 2008-10-25 09:51

Fix a null pointer exception that arise when I tried to create a group on AIM when disconnected from the network.

10 lines of code changed in:

  • src/net/java/sip/communicator/impl/contactlist: MetaContactListServiceImpl.java (+10 -4)
pradelle 2008-10-11 07:13

- fix the bug related to the profiler4j path in build.xml. Thanks to Damian for reporting it.
- GenericBuffer now respect the SC code convention

104 lines of code changed in:

  • src/net/java/sip/communicator/util: GenericBuffer.java (+104 -90)
pradelle 2008-10-09 04:46

Add the GenericBuffer util.

106 lines of code changed in:

  • src/net/java/sip/communicator/util: GenericBuffer.java (new 106)
pradelle 2008-10-08 05:29

UI button rendering optimization

126 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/lookandfeel: SIPCommButtonUI.java (+64 -37), SIPCommToggleButtonUI.java (+62 -31)
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)
pradelle 2008-10-02 05:00

Integrating profiler4j. GSoC result of Vladimir.

190 lines of code changed in:

  • src/net/java/sip/communicator/plugin/profiler4j: ProfilerActivator.java (new 53), Resources.java (new 52), SettingsWindowMenuEntry.java (new 85)
pradelle 2008-04-29 23:50

Should fix two potential ConcurrentModification exceptions + fix an incorrect behavior with malformed presence document. Thanks to Damian for reporting them.

7 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip: OperationSetPresenceSipImpl.java (+7 -12)
pradelle 2008-03-09 21:11

Revert the last modification

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip: OperationSetPresenceSipImpl.java (+5 -3)
pradelle 2008-02-26 21:27

fix the text of the "Previous" button

3 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/customcontrols/wizard: Wizard.java (+3 -2)
pradelle 2008-02-26 21:01

We can now register two SIP accounts with the same ID but different registars

11 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip: ProtocolProviderFactorySipImpl.java (+1 -3)
  • src/net/java/sip/communicator/plugin/sipaccregwizz: FirstWizardPage.java (+10 -3)
pradelle 2008-02-25 22:43

User can now go back from the last step of the registration of a sip account when the installation fail.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/sipaccregwizz: SIPAccountRegistrationWizard.java (+1 -1)
pradelle 2008-02-04 19:41

Apply the last version by Shobhit and finally activate SSH

1342 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/ssh: ContactGroupSSHImpl.java (+9 -7), ContactSSH.java (+2 -2), ContactSSHFileTransferDaemon.java (del), ContactSSHImpl.java (+29 -25), ContactSSHReaderDaemon.java (del), ContactTimerSSHImpl.java (new 103), MessageSSHImpl.java (+2 -2), OperationSetBasicInstantMessagingSSHImpl.java (+10 -21), OperationSetContactInfo.java (del), OperationSetContactTimerSSHImpl.java (del), OperationSetFileTransferSSHImpl.java (+12 -16), OperationSetPersistentPresenceSSHImpl.java (+2 -2), ProtocolProviderFactorySSHImpl.java (+1 -1), ProtocolProviderServiceSSHImpl.java (+6 -8), Resources.java (+8 -3), SSHContactInfo.java (new 338), SSHFileTransferDaemon.java (new 465), SSHReaderDaemon.java (new 206), SSHStatusEnum.java (+6 -6), SSHUserInfo.java (+1 -1)
  • src/net/java/sip/communicator/plugin/sshaccregwizz: FirstWizardPage.java (+38 -30), Resources.java (+11 -6), SSHAccRegWizzActivator.java (+4 -15), SSHAccountRegistration.java (+9), SSHAccountRegistrationWizard.java (+75 -143)
  • src/net/java/sip/communicator/service/protocol: ProtocolNames.java (+5)
pradelle 2008-02-04 19:37

convert some tabs in spaces

5 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestOperationSetBasicInstantMessaging.java (+5 -5)
pradelle 2008-02-04 18:33

Fix some problems with message encoding

14 lines of code changed in:

  • test/net/java/sip/communicator/slick/protocol/sip: TestOperationSetBasicInstantMessaging.java (+14 -4)
pradelle 2007-12-20 13:24

added some debug informations in the log

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip/security: MessageDigestAlgorithm.java (+6)
pradelle 2007-11-26 16:13

Fix a problem when using non standard encoding in SIP instant messages. Patch provided by Ralph.

28 lines of code changed in:

  • src/net/java/sip/communicator/impl/protocol/sip: MessageSipImpl.java (+27 -4), OperationSetBasicInstantMessagingSipImpl.java (+1 -1)

(33 more)

Generated by StatSVN 0.3.1