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

Directory Created:
2007-08-26 15:02
Directory Deleted:
2010-07-06 10:41
Total Files:
0
Deleted Files:
5
Lines of Code:
0

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 36 (100.0%) 380 (100.0%) 10.5
emcho 8 (22.2%) 149 (39.2%) 18.6
lubomir_m 13 (36.1%) 80 (21.1%) 6.1
yanas 5 (13.9%) 77 (20.3%) 15.4
damencho 7 (19.4%) 46 (12.1%) 6.5
wernerd 2 (5.6%) 26 (6.8%) 13.0
mandre 1 (2.8%) 2 (0.5%) 2.0

Most Recent Commits

damencho 2010-07-06 10:41

- Trying to fix duplicating jabber messages.
- Remove obsolete media bundle and plugins using it that no longer work.

0 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: Mailbox.java (del), MailboxActivator.java (del), MailboxConfigurationForm.java (del), MailboxConfigurationPanel.java (del), Resources.java (del)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

26 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: Mailbox.java (+22 -11), MailboxActivator.java (+4 -2)
mandre 2010-03-08 05:43

Removed some unused and duplicate strings

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxConfigurationPanel.java (+2 -2)
lubomir_m 2009-10-13 20:16

Fixes warnings.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: Mailbox.java (+2 -2)
lubomir_m 2009-10-13 16:51

Commits the patch of Sebastien Vincent provided on the dev mailing list in an e-mail with the subject "[Patch] Warnings" which fixes multiple warnings about unnecessary casts, missing or incorrect javadocs.

8 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: Mailbox.java (+8 -11)
emcho 2009-09-29 13:47

Javadoc fixes. Removes a few warning. Moves code from CallSipImpl to CallPeerSipImpl

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: Mailbox.java (+1 -1)
emcho 2009-08-10 00:36

Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers

15 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: Mailbox.java (+15 -17)
emcho 2009-08-10 00:20

Renames CallParticipant to CallPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers

8 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: Mailbox.java (+4 -4)
lubomir_m 2009-03-27 11:37

Fixes issue #591 "Menu items randomly appear in the configuration panel" (for now).

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxActivator.java (+5 -2)
lubomir_m 2009-03-12 22:08

Fixes various warnings, mostly ones about performance.

11 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxConfigurationPanel.java (+11 -18)
lubomir_m 2009-03-02 18:56

Removes unnecessary fields.

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: Mailbox.java (+2 -2)
lubomir_m 2008-12-20 03:08

- Delays the creation of the Options dialog and the loading of the ConfigurationForm implementations (which get listed in the Options dialog).
- Spares a couple of ImageIcon allocations.
- Removes unused fields and fixes raw-type warnings in the files touched by the other changes.

26 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxActivator.java (+8 -7), MailboxConfigurationPanel.java (new 18)
yanas 2008-12-10 00:28

Language resources updated.

38 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxConfigurationForm.java (+38 -19)
lubomir_m 2008-12-09 23:45

Eliminates duplication of ProtocolProviderService.getOperationSet() and .getSupportedOperationSets() for all protocol implementations by moving the implementations into AbstractProtocolProviderService. Uses .getOperationSet() instead of .getSupportedOperationSets() where appropriate in order to produce less garbage (due to Hashtable cloning).

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: Mailbox.java (+6 -8)
lubomir_m 2008-12-08 21:18

Moves the functionality of swing-common.jar into util.jar and removes swing-common.jar.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxConfigurationForm.java (+1 -1)
lubomir_m 2008-12-05 02:05

Respects the blue theme some more.

11 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxConfigurationForm.java (+11 -12)
yanas 2008-11-29 00:15

Applying new resource name convention.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxConfigurationForm.java (+1 -1)
lubomir_m 2008-11-21 18:26

Eliminates duplication among the ~28 Resources classes.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxActivator.java (+3 -12), Resources.java (+2 -28)
lubomir_m 2008-09-14 23:39

Starts the MediaService asynchronously/in the background thus giving a faster startup of the UI (when no Jabber accounts are loaded on startup because they need the MediaService to be fully started).

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxActivator.java (+3 -8)
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...

46 lines of code changed in:

  • src/net/java/sip/communicator/plugin/mailbox: MailboxActivator.java (+36 -16), Resources.java (+10 -44)

(4 more)

Generated by StatSVN 0.3.1