February 2012 Commit Log

Number of Commits:
75
Number of Active Developers:
6
vincent_lucas 2012-02-29 20:27

Adds a getTransportType() function to ProtocolProviderServices in order to get the transport protocol used. Corrects the call transport field of the CallInfoFrame, which henceforth uses the new getTransportType() function.

150 lines of code changed in:

damencho 2012-02-29 19:08

Fixes some IlligalStateExceptions and NPE when using icq protocol.

12 lines of code changed in:

vincent_lucas 2012-02-29 13:29

Closes the CallInfoFrame simultaneously with the CallPanel when the last remote peer leaves the call.

13 lines of code changed in:

damencho 2012-02-29 12:40

Updates smack library to 3.2.2.

11 lines of code changed in:

s_vincent 2012-02-29 12:24

Adds support for merging all existing calls in a single conference.

322 lines of code changed in:

damencho 2012-02-28 18:38

Adds network layer for sip stack for android.

115 lines of code changed in:

damencho 2012-02-28 12:17

Adds some logging when there is a problem connecting (connection failed).

4 lines of code changed in:

yanas 2012-02-28 11:31

Fixes duplicate file transfer appearance in chat window.

1 lines of code changed in:

s_vincent 2012-02-28 10:36

Fixes issue related to conference establishment with some SIP providers (contact blocked in connecting state).

63 lines of code changed in:

vincent_lucas 2012-02-27 12:17

Corrects call duration computation for CallInfoFrame.

5 lines of code changed in:

yanas 2012-02-26 18:20

Fixes hangup button in call.

2 lines of code changed in:

ibauersachs 2012-02-26 17:00

SIP: Show checkboxes for configurable SSL/TLS protocol versions

88 lines of code changed in:

yanas 2012-02-24 19:21

Simplifies call information interface and makes it possible to copy the content.

324 lines of code changed in:

s_vincent 2012-02-24 18:31

Removes debug line.

0 lines of code changed in:

damencho 2012-02-24 13:18

Adds check for folder existence if filename contains a folder.

16 lines of code changed in:

vincent_lucas 2012-02-24 12:22

Corrects gray checkbox background on Linux for the Jabber account registration wizard - connection panel.

2 lines of code changed in:

s_vincent 2012-02-24 12:05

Fixes merge to call feature when the merged call is from different protocol provider.

15 lines of code changed in:

damencho 2012-02-23 20:58

Corrects reporting contact capabilities when going offline, make sure we use the status info from the Presence packet, as contact may still have not dispatched it and to be offline to us.

1 lines of code changed in:

s_vincent 2012-02-23 20:16

Try to fix Gingle call establishment issues by waiting IQ result of transport-info IQ request.

8 lines of code changed in:

vincent_lucas 2012-02-23 20:09

Adds additional call information statistics: upload bandwidth, upload loss rate and upload/download jitter.

286 lines of code changed in:

damencho 2012-02-23 19:17

Corrects reporting contact capabilities when going offline.

95 lines of code changed in:

vincent_lucas 2012-02-22 17:45

Adds first part of call information statistcs (codec, encoding frequency, local and remote address ip/port, download rate/loss).

815 lines of code changed in:

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.

439 lines of code changed in:

lubomir_m 2012-02-22 14:11

Tries to always use one and the same Call for conference members from one and the same ProtocolProvider regardless of whether the Call is cross-protocol or not.

67 lines of code changed in:

damencho 2012-02-22 13:58

Retrieves discovery info in separate thread and fires event, avoids blocking initial group creation.

287 lines of code changed in:

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.

334 lines of code changed in:

damencho 2012-02-21 12:57

Fixes processing jabber presences and displaying online contacts even if slowly initializing the contactlist.

68 lines of code changed in:

ibauersachs 2012-02-21 11:16

SIP: Allow configuration of enabled SSL/TLS protocols

84 lines of code changed in:

s_vincent 2012-02-21 10:55

Fixes a bug (introduced in revision 9384) when we accept a second call (not merged in the first), the first call was not put on hold.

4 lines of code changed in:

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.

1059 lines of code changed in:

ibauersachs 2012-02-20 19:35

Use standard license header

54 lines of code changed in:

ibauersachs 2012-02-20 19:34

OTR: Fingerprint comparison field (Patch by Daniel Perren, FHNW)

60 lines of code changed in:

damencho 2012-02-20 14:23

Adds some logging to network status events and their dispatching.
Prints result from provisioning requests in the log.

44 lines of code changed in:

ibauersachs 2012-02-20 10:13

Make the OTR <authenticate buddy> text clickable (Patch by Daniel Perren, FHNW)

287 lines of code changed in:

yanas 2012-02-17 16:57

Fixes disappearing contact list window.

13 lines of code changed in:

vincent_lucas 2012-02-17 13:37

Removes the chat button in the CallPanel during a conference call.

7 lines of code changed in:

damencho 2012-02-17 13:19

Makes possible making video call without audio, and sharing the desktop from machine without audio device.
Updates zrtp to use the first available stream as master, if more than one stream use the audio one.

264 lines of code changed in:

damencho 2012-02-17 13:17

Fixes NPE in contact right button menu and chat window.
Fixes a problem with yahoo deny authorization requests.

22 lines of code changed in:

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:

yanas 2012-02-16 18:31

Fixes scroll going to top problem in chat window.

7 lines of code changed in:

damencho 2012-02-16 14:32

Adds property which can make provisioning mandatory, and if user cancels application will exit.

52 lines of code changed in:

lubomir_m 2012-02-15 23:35

Fixes a NullPointerException in CallPeerMediaHandler#close().

60 lines of code changed in:

lubomir_m 2012-02-15 22:43

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

594 lines of code changed in:

yanas 2012-02-14 17:43

Adds some logs in order to track the disappearing main window bug.

16 lines of code changed in:

s_vincent 2012-02-14 17:07

Deletes a reference to MediaDeviceSession in MediaDevice. Adds a getCallPeer() method to RemoteControlListener and RemoteControlEvent so that we can determine which CallPeer has generated the event.

267 lines of code changed in:

damencho 2012-02-14 14:40

Shows newly created groups when using 'Hide offline contacts' filter.

26 lines of code changed in:

lubomir_m 2012-02-14 00:04

Commits work in progress on fixing leaks of CallDialog.

661 lines of code changed in:

damencho 2012-02-13 16:42

Fixes subsequent open of chat history urls when trying to focus back on the chat conversation by clicking the mouse on the chat history panel.

4 lines of code changed in:

damencho 2012-02-13 16:16

Fixes problem with deleting chars on macosx java 1.5 and handling some special chars in the written text.
Fixes subsequent open of chat history urls when trying to focus back on the chat conversation by clicking the mouse on the chat history panel.

12 lines of code changed in:

damencho 2012-02-13 11:44

Stops sending typing notifications if contact is offline.

5 lines of code changed in:

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.

229 lines of code changed in:

vincent_lucas 2012-02-11 00:54

Improves DTMF configuration (auto, RTP, SIP INFO or INBAND). Creates a common interface for starting and stopping (RTP or INBAND) DTMF tones into AudioMediaStream interface and its implementation. Reverting DtmfTransformEngine to use previous threaded DTMFDispatcher.

610 lines of code changed in:

lubomir_m 2012-02-11 00:46

Commits work in progress on fixing leaks of every CallDialog and ChatWindow.

753 lines of code changed in:

yanas 2012-02-10 19:17

Disables send file button when in a group chat.

14 lines of code changed in:

yanas 2012-02-10 18:27

Tries to fix scroll going to top problem in chat window.

12 lines of code changed in:

damencho 2012-02-10 17:34

Changes tests as metacontactlist behaviour has changed, now proto-groups also get renamed.

2 lines of code changed in:

damencho 2012-02-10 15:57

Fixes a problem where adding contacts to newly created group is impossible.
Fixes a problem with moving contacts to group and double contact entry shown.
Renames protocol groups when meta group is renamed and fixed its storing.

54 lines of code changed in:

vincent_lucas 2012-02-10 11:10

Corrects gray background checkbox problem on Linux for the account list in the Tools->Options->Accounts menu.

2 lines of code changed in:

lubomir_m 2012-02-09 21:06

Fixes (on Java 1.6+ and not 1.5) a leak of pretty much all Window instances created by the application. ChatWindow and CallDialog are still leaked though because they have other, remaining retain paths.

103 lines of code changed in:

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:

damencho 2012-02-09 18:43

Fixes a problem where a group can be shown twice in the contactlist.

30 lines of code changed in:

damencho 2012-02-09 17:02

Adds option to disable font support.

66 lines of code changed in:

damencho 2012-02-09 13:54

Hides answer with video button in incoming call dialog if remote side initiated video call but we are unable to send(missing/disabled video device).

10 lines of code changed in:

yanas 2012-02-09 11:47

Fixes "Log chat history" check box in the general configuration form. Reported by Davide Corda on the mailing list (subject: [jitsi-dev] General config: showHistoryCheckBox).

5 lines of code changed in:

damencho 2012-02-09 10:58

Adds property to disable auto answer menu.

16 lines of code changed in:

s_vincent 2012-02-08 18:37

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

1079 lines of code changed in:

damencho 2012-02-08 14:05

Makes sure we listen for events of protocol factories registered to collect loaded accounts and don't miss one.
Moves contact status listener just after roaster retrieval to be sure we don't miss presence while processing large lists.

89 lines of code changed in:

vincent_lucas 2012-02-07 13:00

Adds in-band DTMF functionality.

1297 lines of code changed in:

lubomir_m 2012-02-05 11:08

Allows the use of the new Mac OS X JAWTRenderer to be disabled.

19 lines of code changed in:

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:

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.

129 lines of code changed in:

damencho 2012-02-01 22:38

Fixes leak of threads reported by Ingo and fixes memory leak of XMPPConnections. Leak fixed in smackx.ChatStateManager.

15 lines of code changed in:

damencho 2012-02-01 15:38

Implements receiving of sip INFO dtmf tones.

431 lines of code changed in:

lubomir_m 2012-02-01 11:54

Merges desktop and Android files and commits them as they should work on both without modifications.

99 lines of code changed in:

lubomir_m 2012-02-01 03:20

Commits work in progress on video conferences.

3653 lines of code changed in:

January 2012 »

Generated by StatSVN 0.3.1