Commit Graph

6220 Commits (c6dbc987d8a372e306aa0155eabb3291fdd2ecc4)
 

Author SHA1 Message Date
Damian Minkov c6dbc987d8 - Add changelogs to debian package.
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
Sebastien Vincent 360b838435 Update jportaudio JNI libraries.
16 years ago
Yana Stamcheva 16ecee1d1c - Fixes some popup menu focus issues in contact list.
16 years ago
Pootle 994f2af577 Commit from translate.sip-communicator.org by user acastroy.: 797 of 797 messages translated (0 fuzzy).
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
Pootle d35974bfaa Commit from translate.sip-communicator.org by user acastroy.: 797 of 797 messages translated (0 fuzzy).
16 years ago
Sebastien Vincent 6166430740 - AVPF Picture Loss Indication support;
16 years ago
Yana Stamcheva fd6b9abba9 - Adds a call button in the chat window, which is enabled for all contacts supporting calls.
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
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 55540565fe Updates felix.jar to version 2.0.5 in order to address the FileNotFoundException-s we've been seeing for a while (Courtesy of Richard S. Hall).
16 years ago
Romain Kuntz ecfaf5458f Updated the OrangeExtensins.jar library (compiled with java 1.5).
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
Romain Kuntz 1a2f09feec reverted to the previous OrangeExtensions.jar
16 years ago
Romain Kuntz 2f46489d44 Updated the OrangeExtensions.jar (recompiled using Java 1.5)
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
Pootle 42f24f28b3 Commit from translate.sip-communicator.org by user acastroy.: 796 of 796 messages translated (0 fuzzy).
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
16 years ago
Pootle 1a47a4fd19 Commit from translate.sip-communicator.org by user emcho.: 795 of 795 messages translated (0 fuzzy).
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 a6b3c18e0e fixed a forgotten accent in a label
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.
16 years ago
Romain Kuntz 8a74574428 Updated the AppleJavaExtensions.jar with the OrangeExtensions.jar from Yuvi Masory (updated for Java 5)
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
Sebastien Vincent fc4b70e6d8 Add updated FFmpeg JNI libraries.
16 years ago
Pootle 71dd0a2585 Commit from translate.sip-communicator.org by user acastroy.: 795 of 795 messages translated (0 fuzzy).
16 years ago
Pootle dc15ecc1c4 Commit from translate.sip-communicator.org by user acastroy.: 795 of 795 messages translated (0 fuzzy).
16 years ago
Pootle 9c07f11e1a Commit from translate.sip-communicator.org by user acastroy.: 795 of 795 messages translated (0 fuzzy).
16 years ago