Directory src/net/java/sip/communicator/impl/gui/main/call/conference/

Directory Created:
2009-09-23 15:32
Total Files:
9
Deleted Files:
3
Lines of Code:
4026

[root]/src/net/java/sip/communicator/impl/gui/main/call/conference

Lines of Code

src/net/java/sip/communicator/impl/gui/main/call/conference/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 179 (100.0%) 6758 (100.0%) 37.7
yanas 99 (55.3%) 5119 (75.7%) 51.7
s_vincent 22 (12.3%) 757 (11.2%) 34.4
lubomir_m 15 (8.4%) 397 (5.9%) 26.4
damencho 24 (13.4%) 345 (5.1%) 14.3
ibauersachs 8 (4.5%) 129 (1.9%) 16.1
emcho 9 (5.0%) 9 (0.1%) 1.0
wernerd 2 (1.1%) 2 (0.0%) 1.0

Most Recent Commits

yanas 2012-04-20 12:26

Makes appearance of zrtp confirmation panel configurable.

8 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferencePeerPanel.java (+8 -1)
yanas 2012-04-10 19:28

Fixes security indication after pressing on/off hold.

14 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceFocusPanel.java (+7 -3), ConferencePeerPanel.java (+7 -3)
damencho 2012-04-06 11:41

Renames recently added event securityStarted to securityNegotiationStarted.

6 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceFocusPanel.java (+3 -3), ConferencePeerPanel.java (+3 -3)
damencho 2012-04-05 17:39

Adds security started event, indicating when security initialization has really started.

24 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceFocusPanel.java (+11), ConferencePeerPanel.java (+13)
damencho 2012-04-05 14:28

Fixes hanging up call in cross protocol conference and when security is mandatory but is not available. Fixes creating normal conferences.

52 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceInviteDialog.java (+31 -4), ConferencePeerPanel.java (+21)
yanas 2012-04-04 15:13

Adds new improved security interface.

260 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: BasicConferenceParticipantPanel.java (+39 -32), ConferenceFocusPanel.java (+22 -2), ConferencePeerPanel.java (+199 -10)
damencho 2012-03-06 10:14

Adds security timeout event, triggered whenever we tried and couldn't establish security connection (zrtp sends initial hello packets and don't receive response). Adds initial implementation of paranoia mode, if enabled and the other party didn't indicate encryption we fail the call.

20 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceFocusPanel.java (+10), ConferencePeerPanel.java (+10)
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.

99 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceInviteDialog.java (+99 -50)
lubomir_m 2012-02-21 23:23

Fixes issues with video conferences such as adding peers and allowing non-focus peers to start their video first.

28 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceCallPanel.java (+28 -15)
s_vincent 2012-02-20 19:36

Adds UI for cross protocol conference calls. Adds also the possibility to add an incoming call into an existing call/conference. Fixes also the drag'n'drop for cross-protocol accounts.

457 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: CallPeerMenu.java (-5), ConferenceCallPanel.java (+4 -7), ConferenceInviteDialog.java (+197 -160), ProtocolProviderSelectorBox.java (new 256)
lubomir_m 2012-02-15 22:43

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

9 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: SoundLevelIndicator.java (+9 -1)
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.

71 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceCallPanel.java (+71 -17)
s_vincent 2012-02-08 18:37

Ongoing work on cross protocol conference calls. Adds missing portaudio hotplug patch.

13 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceCallPanel.java (+7), ConferenceFocusPanel.java (+2 -3), ConferencePeerPanel.java (+4 -4)
lubomir_m 2012-02-02 18:45

Tries the size the video and audio components in a video conference call appropriately. Fixes deprecation warnings. Adds javadocs.

38 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceCallPanel.java (+38 -5)
lubomir_m 2012-02-01 03:20

Commits work in progress on video conferences.

64 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceCallPanel.java (+64 -7)
s_vincent 2012-01-20 19:44

Fixes audio levels in conference UI.

128 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: BasicConferenceParticipantPanel.java (+8 -2), CallPeerMenu.java (+5), ConferenceCallPanel.java (+17 -2), ConferenceFocusPanel.java (+68 -7), ConferenceInviteDialog.java (+7), ConferencePeerPanel.java (+17 -54), SoundLevelIndicator.java (+6 -1)
s_vincent 2012-01-18 19:48

Adds support for audio devices hotplug as well as to change input/output audio devices during a call.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceFocusPanel.java (-1)
ibauersachs 2012-01-15 20:06

Leave security panel in place if one stream is still encrypted

5 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: BasicConferenceParticipantPanel.java (+1 -1), ConferencePeerPanel.java (+4 -1)
damencho 2011-11-17 10:28

Isolates notification management and triggering.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceFocusPanel.java (-3)
damencho 2011-11-16 16:20

Fixes java 1.5 error.

0 lines of code changed in:

  • src/net/java/sip/communicator/impl/gui/main/call/conference: ConferenceFocusPanel.java (-1)

(71 more)

Generated by StatSVN 0.3.1