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

Directory Created:
2007-11-28 14:02
Total Files:
4
Deleted Files:
0
Lines of Code:
1029

[root]/src/net/java/sip/communicator/plugin/whiteboard
                                 gui (4 files, 3177 lines)
                                     whiteboardshapes (9 files, 3036 lines)

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 43 (100.0%) 1394 (100.0%) 32.4
yanas 14 (32.6%) 1153 (82.7%) 82.3
damencho 5 (11.6%) 123 (8.8%) 24.6
lubomir_m 12 (27.9%) 51 (3.7%) 4.2
emcho 6 (14.0%) 27 (1.9%) 4.5
s_vincent 3 (7.0%) 26 (1.9%) 8.6
wernerd 2 (4.7%) 10 (0.7%) 5.0
666f6f 1 (2.3%) 4 (0.3%) 4.0

Most Recent Commits

s_vincent 2012-03-09 19:05

Fixes javadoc and eclipse related warnings in the code.

26 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: Resources.java (+11 -6), WhiteboardActivator.java (+3), WhiteboardSessionManager.java (+12 -9)
emcho 2011-10-18 14:03

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

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: Resources.java (+1 -1), WhiteboardActivator.java (+1 -1), WhiteboardMenuItem.java (+1 -1), WhiteboardSessionManager.java (+1 -1)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

10 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardActivator.java (+2 -1), WhiteboardSessionManager.java (+8 -4)
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.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardActivator.java (+1 -2), WhiteboardSessionManager.java (+4 -3)
lubomir_m 2009-10-08 20:42

Fixes warnings

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardMenuItem.java (+4 -4)
lubomir_m 2009-09-12 16:40

Introduces AbstractPluginComponent which removes duplication from implementations of PluginComponent. Breaks the OTR menu and button in the Chat window (at least) because PluginComponent#setCurrentContact() only works for PluginComponents which are of type Component.

12 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardMenuItem.java (+12 -30)
666f6f 2009-09-11 16:00

Added PluginComponent.setCurrentContact(Contact) method. The method is initially added so the OTR button in the toolbar can correctly react when user changes the chat transport via the chat transport selector box. The method is called from MainToolBar as of this revision.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardMenuItem.java (+4)
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/plugin/whiteboard: WhiteboardSessionManager.java (-1)
lubomir_m 2009-09-02 13:40

Commits the second patch of Sebastien Vincent in the dev mailing list thread "Fix lot of warnings in the code" which fixes multiple compiler warnings.

16 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardActivator.java (+9 -8), WhiteboardSessionManager.java (+7 -10)
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.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardActivator.java (+2 -2), WhiteboardSessionManager.java (+2 -2)
lubomir_m 2009-02-10 16:47

Removes unused fields, fixes raw-type warnings.

4 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardSessionManager.java (+4 -22)
yanas 2008-12-10 00:28

Language resources updated.

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardMenuItem.java (+4 -3), WhiteboardSessionManager.java (+2 -2)
lubomir_m 2008-12-07 00:08

Fixes warnings about unused imports.

0 lines of code changed in:

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

Eliminates duplication among the ~28 Resources classes.

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: Resources.java (+6 -45)
emcho 2008-09-07 06:19

Adds the possibility to register for RSS feeds passed as invokation parameters
Implements support for RSS feeds on sites with expired RSS certificates
Implements support for the --debug parameter. Unless this parameter is set our new StdOut class would take control of all System.out traffic.
Adds methods to PopupDIalog that now allow speficying an icon for generic dialog messages
Fixes the whiteboard menu item never return null as it causes the UIService to slightly freak out.

23 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardActivator.java (+3 -3), WhiteboardMenuItem.java (+20 -15)
yanas 2008-07-24 11:26

Support for native plugin components in the main window.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardMenuItem.java (+5)
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...

33 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: Resources.java (+33 -90)
yanas 2008-05-26 15:16

Plugin components could now specify an index position in the container, where they'll be added.

5 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardMenuItem.java (+5)
yanas 2008-05-01 23:55

Should check first if the metacontact is not null

3 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardMenuItem.java (+3)
damencho 2008-05-01 19:42

Show whiteboard menu only if the meta contact has conrtact supporting it.

16 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard: WhiteboardMenuItem.java (+16 -1)

(6 more)

Generated by StatSVN 0.3.1