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

Directory Created:
2007-11-28 13:58
Total Files:
4
Deleted Files:
0
Lines of Code:
3177

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

Lines of Code

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

Developers

Author Changes Lines of Code Lines per Change
Totals 31 (100.0%) 3536 (100.0%) 114.0
yanas 10 (32.3%) 3223 (91.1%) 322.3
vmartinet 3 (9.7%) 104 (2.9%) 34.6
lubomir_m 9 (29.0%) 83 (2.3%) 9.2
emcho 5 (16.1%) 69 (2.0%) 13.8
wernerd 1 (3.2%) 30 (0.8%) 30.0
s_vincent 2 (6.5%) 26 (0.7%) 13.0
damencho 1 (3.2%) 1 (0.0%) 1.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/gui: InvitationReceivedDialog.java (+10 -5), WhiteboardPanel.java (+16 -11)
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/gui: InvitationReceivedDialog.java (+1 -1), WhiteboardFileFilter.java (+1 -1), WhiteboardFrame.java (+1 -1), WhiteboardPanel.java (+1 -1)
wernerd 2010-06-04 09:07

Fix logger usage - seventh and last bunch

30 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (+30 -15)
yanas 2010-02-22 17:21

Patch provided by Matthieu Casanova on dev@sip-communicator.dev.java.net with subject: "[PATCH] Fix for suspicious String comparison" on 19/02/2010.

30 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: InvitationReceivedDialog.java (+30 -24)
vmartinet 2010-01-18 18:29

- Changed createAdHocChatRoom(*, List<Contact>, *) to createAdHocChatRoom(*, List<String>, *)
(Contact are never used, only their address/ID. +More convenient for unit tests)

- Removed tabs (reported by Yana)

28 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (+28 -28)
vmartinet 2009-12-22 00:06

Implements SipCommFileFilter in the Whiteboard plugin.
The Mac OS X save file dialog is now used.

Deleted warnings and corrected lines > 80 characters.

76 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFileFilter.java (+3 -2), WhiteboardFrame.java (+73 -38)
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/whiteboard/gui: WhiteboardPanel.java (+6 -10)
emcho 2009-09-04 17:53

Adds SuppressWarnings annotations for legacy code

65 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (+65 -59)
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.

15 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (+15 -29)
lubomir_m 2009-03-12 22:08

Fixes various warnings, mostly ones about performance.

7 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (+7 -9)
lubomir_m 2009-02-10 16:47

Removes unused fields, fixes raw-type warnings.

0 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (-3)
lubomir_m 2008-12-17 13:52

As part of issue #453 (Broken Windows Vista font rendering), fixes the About dialog and a few other missed cases (which weren't using the AntialiasingManager). Also removes a duplicate AntialiasingManager.

29 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardPanel.java (+29 -21)
yanas 2008-12-10 00:28

Language resources updated.

52 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: InvitationReceivedDialog.java (+10 -9), WhiteboardFrame.java (+42 -41)
lubomir_m 2008-12-08 21:18

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

2 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: InvitationReceivedDialog.java (+1 -1), WhiteboardFrame.java (+1 -1)
lubomir_m 2008-12-05 01:02

As part of the ongoing work on issue #492 - Grey background dialogs, tries to use SIPCommFrame for the JFrames created by the application and supports the blue theme in the JPanels they employ.

13 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (+13 -10)
lubomir_m 2008-12-05 00:10

Moves SIPCommDialog into public visibility out of its defining bundle so that it can be used not only in the main UI but also in the plugins. Also tries to use it for all JDialogs created by the application.

11 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: InvitationReceivedDialog.java (+11 -8)
yanas 2008-11-29 00:15

Applying new resource name convention.

38 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (+38 -19)
yanas 2008-02-21 16:46

Organize imports.

6 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (+6 -7)
damencho 2007-12-20 00:23

Fix importing images in whiteboard sessions.

1 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (+1 -1)
yanas 2007-12-04 18:24

whiteboard gui enhancements

55 lines of code changed in:

  • src/net/java/sip/communicator/plugin/whiteboard/gui: WhiteboardFrame.java (+55 -4)

(1 more)

Generated by StatSVN 0.3.1