aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Works on preventing sound notifications from playing forever.Lyubomir Marinov2012-10-1814-1978/+2057
|
* A hack fixing problem with playing notifications during the ongoing call.Damian Minkov2012-10-184-1/+53
|
* Centers the call dialog on the screen upon automatic resizing.Lyubomir Marinov2012-10-181-57/+44
|
* Adds a notification popup when the audio device configuration has changed.Vincent Lucas2012-10-177-130/+252
|
* Fixes double playing of audio notification if notification and playback ↵Damian Minkov2012-10-172-5/+24
| | | | device are the same.
* Fixes an incorrect display of video which would not respect its aspect ratio.Lyubomir Marinov2012-10-172-0/+8
|
* Commits work in progress on refactorying the call-related user interface for ↵Lyubomir Marinov2012-10-1711-86/+558
| | | | the purposes of audio and video telephony conferencing over single or multiple protocols and Jitsi VideoBridge.
* Removes unused bundle (growlnotification bundle is added when building dmg).Damian Minkov2012-10-161-1/+0
|
* Adds a protocol aware contact source interface and moves demultiplexing ↵Yana Stamcheva2012-10-1611-20/+332
| | | | contact source functionality to a separate plug-in. Conference and transfer invite dialogs now show a separate contact for each contact detail (i.e. each telephone number, email address) and search results are taking into account the selected account.
* Corrects media stream stats documentation and a null pointer exception which ↵Vincent Lucas2012-10-161-0/+0
| | | | occurs when the media stream is closed.
* Commit work in progress of fixing the implementation of content mixing in ↵Lyubomir Marinov2012-10-165-21/+25
| | | | Jitsi VideoBridge.
* Improves sound device selection: automatically switches to new plugged ↵Vincent Lucas2012-10-153-22/+31
| | | | device, remember user preferences in a list.
* Fixes tool tips in conference and transfer invite windows.Yana Stamcheva2012-10-1520-100/+81
|
* Commits work in progress on refactorying the call-related user interface for ↵Lyubomir Marinov2012-10-1576-9005/+8969
| | | | the purposes of audio and video telephony conferencing over single or multiple protocols and Jitsi VideoBridge.
* Adds the number of packets discarded by the FMJ packet queue to the "call ↵Boris Grozev2012-10-153-0/+10
| | | | info" window and to the logs at the end of a call.
* Replaces FMJ with a newer version that properly logs packets discarded in ↵Boris Grozev2012-10-151-0/+0
| | | | the RTP packet queue
* Fixes loading notifications configuration migrating old saved values to ↵Damian Minkov2012-10-153-7/+168
| | | | newly added properties using default values.
* Updates voicemail icon: https://jitsi.org/screenshots/voicemail.pngYana Stamcheva2012-10-152-0/+0
|
* Updates certificate warning icon:Yana Stamcheva2012-10-152-1/+2
| | | | | https://jitsi.org/screenshots/certificate1.png https://jitsi.org/screenshots/certificate2.png
* Updates OTR help icon.Yana Stamcheva2012-10-151-0/+0
|
* Updates chat room icons.Yana Stamcheva2012-10-1510-4/+18
|
* Shows all telephone numbers and different addresses as separate entries in ↵Yana Stamcheva2012-10-157-12/+322
| | | | | | conference and transfer invite dialogs. Removes invite reason from conference invite dialog.
* Implements a mechanism that allows JMF Controls registered in the codec ↵Boris Grozev2012-10-143-0/+6
| | | | implementations to be accessed in MediaStream. Adds a FECDecoderControl interface and uses it to collect FEC statistics in MediaStreamStatsImpl. Adds a "Packets decoded with FEC" line in the call info window.
* reverts mistakenly committed NightlyBuildID.javaEmil Ivov2012-10-121-2/+5
|
* reverts mistakenly committed .classpathEmil Ivov2012-10-121-2/+2
|
* Change versioning to allow for an easier integration of SVN revision and ↵Emil Ivov2012-10-127-129/+65
| | | | build number. Removes version revision leaving the version to major.minor[.build-label] where build label may include things like svn revisions, dates, etc.
* Adds more options to sound notifications and their config. Sound ↵Damian Minkov2012-10-1219-106/+694
| | | | notifications now can use playback, notification or pc speaker device.
* Fixes contact list search problems, including persisting "unknow contact ↵Yana Stamcheva2012-10-114-31/+60
| | | | panel", when there are actual results from the search.
* - Fixes status messages appearing as a broken user messageYana Stamcheva2012-10-107-237/+419
| | | | | | | | | | - Makes history messages grey. - Makes available both chat themes: simple and advanced, that can be alternated from the Tools menu. - Groups message counting 1min from the last send message from the same user - Fixes history arrows. - Makes contact address available on hover for the simple theme. - Applies patch from Ivan Vergiliev removing yellow background from chat area when the corrected message will be send as a new message. - Fixes "edited at" appearing in the write area when editing an already edited message
* Updates localhost retriever binaries, compiled with older sdk to be ↵Damian Minkov2012-10-092-0/+0
| | | | compatible with windows xp.
* Loads chat history dates the same way conversation dates are loaded.Yana Stamcheva2012-10-082-18/+16
|
* Updates "Add new chat contact to contact list" icon.Yana Stamcheva2012-10-081-0/+0
|
* Updates error message icon.Yana Stamcheva2012-10-081-0/+0
|
* Makes chat room settings option configurable through provisioning.Yana Stamcheva2012-10-082-3/+36
|
* Adds ZRTP encryption for unidirectionnal video calls.Vincent Lucas2012-10-081-0/+0
|
* Adds specific tool tips for contact list buttons.Yana Stamcheva2012-10-086-14/+119
|
* Fixes a regression with opus and the problem with FEC not being used for SILK.Boris Grozev2012-10-081-0/+0
|
* Changes default smiley image :)Yana Stamcheva2012-10-081-0/+0
|
* Fixes a bug that prevents FEC from being enabled, removes class imports.Boris Grozev2012-10-082-6/+2
|
* Commit from translate.jitsi.org by user ibauersachs.: 1376 of 1376 messages ↵Pootle2012-10-061-7/+31
| | | | translated (0 fuzzy).
* Removes certain @Override annotations to make the code compile with java 5.Boris Grozev2012-10-061-17/+12
|
* Renames SILK-related properties.Boris Grozev2012-10-053-6/+6
|
* Adds an option to explicitly advertise FEC support for SILK in SDP.Boris Grozev2012-10-053-2/+38
|
* Improves harvesting time stats for call info frame. Updates Ice4j to r343: ↵Vincent Lucas2012-10-059-34/+217
| | | | Improves harvesting time stats: 1) number of harvests and 2) total harvesting time for each harvesters.
* Updates Ice4j to r342: Corrects harvesting time for disabled harvester.Vincent Lucas2012-10-051-0/+0
|
* Displays host and reflexive address of remote candidate (CallInfoFrame), if ↵Vincent Lucas2012-10-057-5/+87
| | | | we got the corrsponding rel-addr/rel-port. Updates Ice4j to r341: Updates rel-addr/rel-port management.
* Updates sysactivity handling QUERY_ENDSESSION and ENDSESSION events. Adds ↵Damian Minkov2012-10-0512-5/+356
| | | | bundle that listens for the new events to handle clean shutdown.
* Adds FEC support for the SILK codec. Minor clean-ups in ↵Boris Grozev2012-10-055-1/+223
| | | | EncodingConfiguration and MediaConfigurationImpl.
* Fixes ice states strings in call info.Damian Minkov2012-10-052-5/+6
|
* Prevents the password field to select the whole text automatically when it ↵Yana Stamcheva2012-10-041-0/+16
| | | | regains the focus (The master password dialog may loose the focus and regain it when the main contact list window is loaded, so we make sure here that we won't delete everything that we've already typed when the focus lost/gained events happen)