Sebastien Vincent
ad07baba07
Remove advanced attributes processing from SDP/CallPeerMediaHandler classes.
16 years ago
Damian Minkov
c6dbc987d8
- Add changelogs to debian package.
...
- Fix blocked render, occurring from time to time on linux, endless loop in portaudio.
- Fix re-invites and processing incoming media when format has changed.
16 years ago
Lyubomir Marinov
d73ffd2597
Commits Werner's fixes to PortAudio as a patch in order to make the details of the modifications obvious and to clearly state that our jportaudio binaries are to be patched.
16 years ago
Yana Stamcheva
16ecee1d1c
- Fixes some popup menu focus issues in contact list.
...
- Introduces the following key bindings in the main window:
- Enter - opens a chat with the selected contact, or in case in "unknown contact" view opens the "Add contact" dialog
- Ctrl-Enter / Cmd-Enter - calls the selected contact in the contact list or unknown contact in the search field (or opens the call menu if more than one telephony contacts are available).
16 years ago
Lyubomir Marinov
0f742f6fbc
Revert a change that shouldn't have been committed as part of r7026.
16 years ago
Lyubomir Marinov
482b271448
Commits my understanding of a patch provided on the dev mailing list by Admin in the thread '[PATCH] fix for jportaudio, Convert device name charset from system to UNICODE, at system with not UTF-8 and ISO8859-1 system charset.' Additionally, saves an array copy in the JNI Pa_WriteStream. The two changes require the rebuilding of the JNI library jportaudio to kick in but SIP Communicator should continue to work with its previous behavior without it. Lastly, fixes a possible read beyond the valid audio data in AudioLevelEventDispatcher which is part of the functionality behind the audio levels in calls.
16 years ago
Sebastien Vincent
6166430740
- AVPF Picture Loss Indication support;
...
- rtcp-fb nack pli support in SDP;
- Add updated ffmpeg libraries;
- Add missing javadoc.
16 years ago
Yana Stamcheva
fd6b9abba9
- Adds a call button in the chat window, which is enabled for all contacts supporting calls.
...
- Makes the ChatSession interface an abstract class and moves there some of the common method used by its implementations (avoids code duplication).
16 years ago
Matthieu Casanova
f5924f19e6
no reason to set the rename dialog location here since SipCommDialog.setVisible(true) will always override that location
16 years ago
Matthieu Casanova
ce9e322f1b
made a field final
...
added @Override annotation
removed unnecessary initialization
removed redundant semicolon
16 years ago
Yana Stamcheva
db66df3ec9
Fix flickering call window on resizing. Removed empty space on the sides of call window.
16 years ago
Damian Minkov
bb636a833c
Skip revision number if less than 0.
16 years ago
Damian Minkov
0ce3905e9c
Notify users in multi-chat rooms for new messages addressed to them (comparing only nickname).
16 years ago
Damian Minkov
32788f8e7c
Add revision number template in order we can change revision numbers in version service.
16 years ago
Lyubomir Marinov
ece8405e6c
Cleans up a tiny bit a few PortAudio-related classes, adds/fixes some Javadocs and reports the time stamp of the audio data closer to its capturing. Anyway, there should be nothing noticeable at runtime.
16 years ago
Emil Ivov
f37e5faa28
Fixes a null pointer exception that occurs because of null transport when modifying SIP accounts
16 years ago
Lyubomir Marinov
e37a987956
Makes the menu texts in the main window and the contact list visible on dark themes such as Ubuntu Lucid's default theme Ambiance.
16 years ago
Matthieu Casanova
1b62917ed6
added missing space in some logs
16 years ago
Matthieu Casanova
4c11bba6ba
Use of List interface instead of Vector, and fixed a typo
16 years ago
Matthieu Casanova
00e3654963
Added a new label service.gui.INCOMING_CALL for incoming call i18n
16 years ago
Damian Minkov
f4974e130a
Fix some style related issues - fonts and backgrounds.
16 years ago
Lyubomir Marinov
7ba3f9e81b
Passes the captured video frames from the QuickTime video CaptureDevice on Mac OS X to the scler and colorspace converter as native memory instead of copying it into the Java heap.
16 years ago
Yana Stamcheva
3dff859a7e
Fixes a Cross Site Scripting (XSS) vulnerability by handling caller information from SIP INVITE messages. Bug report and fix provided by Christian Schanes.
16 years ago
Matthieu Casanova
a733961e2e
Added a display name text field when creating or editing sip account (advanced mode)
16 years ago
Matthieu Casanova
92f3d0135b
add the display name of the service provider to the addressOfRecord of the registrar connection (so we have the display name in From headers when doing an INVITE)
16 years ago
Matthieu Casanova
3a69a2c320
fixed the ShutdownThread not started as a thread
16 years ago
Matthieu Casanova
b24a07183b
fixed nubmer -> number
...
fixed some misplaced braces
replaced StringBuffer into StringBuilder
16 years ago
Lyubomir Marinov
c87fd58625
Creates less garbage in the QuickTime video CaptureDevice in order to resolve short freezes in the video. Comes at the expense of execution speed due to an additional copying of each frame. The performance penalty is to be addressed in a subsequent commit.
16 years ago
Matthieu Casanova
fd0e1d976d
forbid creation of of contact group with empty name
16 years ago
Matthieu Casanova
38f23cc570
Dropped a redundant thread creation when creating a contact group
16 years ago
Emil Ivov
172e769ea9
reFixes a problem with our port allocation policy reported by Christian Schanes.
16 years ago
Emil Ivov
5afbbb0788
Fixes a problem with our port allocation policy reported by Christian Schanes.
16 years ago
Yana Stamcheva
3a9e05fbf4
Disable the video button when if there's no available video device or if the device is "receive only"
16 years ago
Yana Stamcheva
18b8249fc8
Fixes randomly appearing duplicate letter in search field.
...
Fixes issue #786 Escaping the contact list right button menu doesn't work.
16 years ago
Yana Stamcheva
888cab74c8
Ongoing work on improving the user experience when entering text in the search field (trying to remove the delay between the appearance of letters).
16 years ago
Damian Minkov
006e3014e8
- Fix default audio system to be portaudio, when there is some changes in sound devices between runs.
16 years ago
Damian Minkov
825fc5c05f
- Fix saving certificates, there was a problem when on startup more than one certificates need save.
...
- Fix closing chatroom window on disconnected provider.
16 years ago
Matthieu Casanova
266ac53795
removed an error log when receiving a 487 sip response
16 years ago
Werner Dittmann
12bd1ba9b0
Just fix a typo in ConfigPropertyVetoException
16 years ago
Werner Dittmann
73cf690b04
Cleanup PropertyChangeEvent stuff
...
Use java.beans.PropertyChangeEvent instead of own implementation. This removes some classes from
SC and removes ambiguities with respect to PropertyChangeEvent handling.
Rename SC's own PropertyVetoException to ConfigPropertyVetoException to show the difference
in usage and implementation. ConfigPropertyVetoException is a subclass of Runtime exception
(intentionally) to simplify handling.
16 years ago
Lyubomir Marinov
ad827e67f6
Attempts to fix a problem with the QuickTime/QTKit video CaptureDevice on Mac OS X 10.5 which delays the video by implementing dropping of late frames. The video will likely look less smooth now but... that is what has been figured upto now.
16 years ago
Matthieu Casanova
5dbce403e0
fix unregister() sip account when the account was in error state
16 years ago
Lyubomir Marinov
444a907d5e
Passes incomplete H.264 NAL units to the FFmpeg decoder.
16 years ago
Lyubomir Marinov
14b49cac7f
Fixes a stopping of the remote video/dropping of all remote packets occurring when the received RTP sequence number rewinds.
16 years ago
Damian Minkov
0caa56da47
- Fix message history skip messages coming from null members.
...
- Showing the same dialog for joining chat rooms and fix showing create chat room.
- Fix formating of date for Certificate details.
16 years ago
Yana Stamcheva
8e0f43c85c
Remove unused import.
16 years ago
Yana Stamcheva
880b00d76b
Ongoing work on threading the contact list search.
16 years ago
Yana Stamcheva
feaf8145cd
Un-set always on top when the window is brought to the front.
16 years ago
Matthieu Casanova
f206af88f7
Fixed a ClassCastException when renaming a contact if there is a chat dialog opened on that contact
16 years ago
Damian Minkov
cc5e956a87
Dispatch system messages coming in jabber chat rooms. Message history ignore non conversations in multi-chats. Jabber multi chat tests ignore auto generated room system messages.
...
Make tcp default for iptel account wizards.
16 years ago