Directory src/net/java/sip/communicator/util/swing/

Total Files:
46
Deleted Files:
1
Lines of Code:
9617

[root]/src/net/java/sip/communicator/util/swing
                                 border (1 files, 127 lines)
                                 event (5 files, 115 lines)
                                 plaf (5 files, 2804 lines)
                                 transparent (2 files, 266 lines)

Lines of Code

src/net/java/sip/communicator/util/swing/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 312 (100.0%) 9700 (100.0%) 31.0
yanas 100 (32.1%) 4880 (50.3%) 48.8
damencho 26 (8.3%) 1032 (10.6%) 39.6
sympho 10 (3.2%) 977 (10.1%) 97.7
lubomir_m 67 (21.5%) 917 (9.5%) 13.6
vmartinet 18 (5.8%) 854 (8.8%) 47.4
ibauersachs 9 (2.9%) 705 (7.3%) 78.3
s_vincent 27 (8.7%) 246 (2.5%) 9.1
emcho 44 (14.1%) 51 (0.5%) 1.1
scmerger 3 (1.0%) 23 (0.2%) 7.6
wernerd 5 (1.6%) 9 (0.1%) 1.8
vincent_lucas 3 (1.0%) 6 (0.1%) 2.0

Most Recent Commits

yanas 2012-04-04 15:13

Adds new improved security interface.

190 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: FadeInBalloonPanel.java (new 190)
lubomir_m 2012-03-30 13:50

Fixes a ConcurrentModificationException in SRTCPTransformer.

4 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: SIPCommDialog.java (+4 -4)
vincent_lucas 2012-03-15 19:07

Corrects gray background for radio buttons under Linux.

2 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: SIPCommRadioButton.java (+2 -1)
damencho 2012-03-14 14:07

Fixes missing buttons and call timer start when call is answered through global shortcut or auto-answer.
Orders buttons used in CallPanel.

144 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: OrderedComponent.java (new 28), OrderedTransparentPanel.java (new 68), SIPCommButton.java (+24), SIPCommToggleButton.java (+24)
s_vincent 2012-03-09 17:54

Fixes style formating, javadoc and eclipse related warnings.

213 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: EmphasizedLabel.java (+5), FileDragLabel.java (+10), FramedImage.java (+9 -4), FramedImageWithMenu.java (+22 -17), ImageCanvas.java (+10), LowPriorityEventQueue.java (+5), MasterPasswordInputDialog.java (+15 -10), PopupNotificationPanel.java (+6 -1), SIPCommButton.java (+6 -1), SIPCommDialog.java (+10), SIPCommFrame.java (+29 -6), SIPCommHTMLEditorKit.java (+8 -2), SIPCommMenuBar.java (+6 -1), SIPCommPopupMenu.java (+9 -1), SIPCommTabbedPane.java (+11 -1), SIPCommTextButton.java (+5), SIPCommToggleButton.java (+6 -1), SipCommFileChooserImpl.java (+14 -9), TrimTextField.java (+5), UIAction.java (+6 -1), VideoContainer.java (+9 -1), X509CertificatePanel.java (+7 -2)
s_vincent 2012-03-06 12:47

Introduces new configuration from to setup global shortcut entry. Allows also to use special key detection for headset button _for MS Windows only_.

12 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: SIPCommDialog.java (+7 -7), SIPCommTextField.java (+5)
damencho 2012-03-01 14:34

Fixes Java 5 incompatibility in AuthenticationWindow constructor, causing IllegalArgumentException.

37 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: AuthenticationWindow.java (+37 -118)
s_vincent 2012-02-22 16:35

Refactor invite conference dialog. Adds drag'n'drop from contact list to invite conference dialog right column and also between its two columns.

14 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: ExtendedTransferHandler.java (+14 -4)
vincent_lucas 2012-02-17 11:29

Removes button rectangular border under Linux. Based on Daniel Zucchetto patch proposed on dev mailing-list with subject: UI improvements on labels and buttons.

2 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: SIPCommButton.java (+2 -1)
lubomir_m 2012-02-15 22:43

Commits work in progress on fixing issues with video conferences. Fixes an ArrayIndexOutOfBoundsException in audio level UI.

16 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: VideoLayout.java (+16 -9)
lubomir_m 2012-02-13 02:07

Tries to address issues with the support of video conferences such as the CallDialog not resizing properly at the conference focus, a crash in FFmpeg/sws_scale.

118 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: VideoLayout.java (+118 -23)
vincent_lucas 2012-02-09 18:46

Corrects gray background for checkboxes on linux. Based on Daniel Zucchetto patch proposed on dev mailing-list with subject: UI improvements on labels and buttons.

2 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: SIPCommCheckBox.java (+2 -1)
lubomir_m 2012-02-04 12:53

When there are at least two remote videos in a video conference call, displays the local video as a remote video.

48 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: VideoLayout.java (+48 -32)
lubomir_m 2012-02-01 03:20

Commits work in progress on video conferences.

134 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: FitLayout.java (+10 -1), VideoContainer.java (+66 -7), VideoLayout.java (+58 -38)
damencho 2012-01-30 14:46

Adds option to auto-answer and forward all incoming calls, currently sip implementation available.

1 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: SIPCommDialog.java (+1 -8)
damencho 2012-01-04 18:22

Adds option to customized title and text in authentication window.

81 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: AuthenticationWindow.java (+81 -12)
ibauersachs 2011-12-22 15:55

Hide colon in notification title when there is no title

3 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: PopupNotificationPanel.java (+3 -1)
lubomir_m 2011-12-17 21:55

Switches from JMF to FMJ.

11 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: SIPCommFrame.java (+11 -10)
yanas 2011-11-23 20:12

Fixes dysfunctional popup menus. Reported by Ingo Bauersachs and Emil Ivov (subject: "SIPCommPopupMenu patchset").

8 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: SIPCommMenu.java (+4 -4), SIPCommPopupMenu.java (+4 -6)
yanas 2011-11-23 12:18

Ctrl-W Cmd-W key combinations now close chat tabs, not the whole window.

2 lines of code changed in:

  • src/net/java/sip/communicator/util/swing: SIPCommFrame.java (+2 -2)

(134 more)

Generated by StatSVN 0.3.1