Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commits work in progress on adding support for the Address Book of Microsoft ↵ | Lyubomir Marinov | 2010-12-21 | 7 | -1/+488 |
| | | | | Outlook. | ||||
* | Adds new libraries to the appropriate IDE configuration files. | Yana Stamcheva | 2010-12-21 | 2 | -4/+4 |
| | | | | | Fixes chat window transparent toolbar on windows and linux. Adjusts some gaps in the contact list window. | ||||
* | Enable packet logging by default. | Damian Minkov | 2010-12-21 | 1 | -60/+28 |
| | |||||
* | More native MacOS interface for main components. | Yana Stamcheva | 2010-12-21 | 17 | -123/+449 |
| | |||||
* | Enable Jingle Nodes by default. | Sebastien Vincent | 2010-12-20 | 6 | -18/+19 |
| | |||||
* | Fix a bug when saving sip account with different registrar changing user_id ↵ | Damian Minkov | 2010-12-20 | 4 | -13/+32 |
| | | | | | | | | property, reported by Bauersachs Ingo. Fix request uri when using registrar address different from user id server part, , reported by Bauersachs Ingo. Don't construct account uid string every time, if it exists loaded it from the account props. | ||||
* | Text formatting. | Sebastien Vincent | 2010-12-20 | 4 | -6/+9 |
| | |||||
* | Ads prefix to statistic prints for easier searching in log files and modify ↵ | Damian Minkov | 2010-12-17 | 3 | -56/+122 |
| | | | | | | | some prints. Change their log level to info. Change getFormat of MediaDeviceSession, if processor is not present we will not query for format and use the locally stored one. | ||||
* | Rebuilds the Mac OS X counterpart of the PortAudio support with 10.4 ↵ | Lyubomir Marinov | 2010-12-17 | 1 | -67/+71 |
| | | | | compatibility. Fixes javadocs, formatting. | ||||
* | Introduce possibility to control capture volume from the GUI through media ↵ | Damian Minkov | 2010-12-17 | 17 | -132/+477 |
| | | | | service. Add capture and playback volume buttons to fullscreen call dialog. | ||||
* | Reflect contact capabilities in call history. | Sebastien Vincent | 2010-12-16 | 9 | -29/+92 |
| | |||||
* | Reflect contact capabilities, such as call, video or desktop sharing ↵ | Sebastien Vincent | 2010-12-16 | 4 | -30/+161 |
| | | | | support, in contact list (right click menu) and chat window (issue 891). | ||||
* | Update javadoc. | Damian Minkov | 2010-12-16 | 1 | -0/+3 |
| | |||||
* | Update media statistics. | Damian Minkov | 2010-12-16 | 2 | -62/+291 |
| | |||||
* | Use only the username part of the JID for TURN credentials. | Sebastien Vincent | 2010-12-15 | 1 | -1/+3 |
| | |||||
* | Wait ICE connectivity checks to be finished before generate the ↵ | Sebastien Vincent | 2010-12-15 | 3 | -1/+11 |
| | | | | session-accept message. | ||||
* | Change label text in STUN/TURN configuration dialog. | Sebastien Vincent | 2010-12-15 | 1 | -1/+1 |
| | |||||
* | Fix issue where camera is activated in an audio only SIP call. | Sebastien Vincent | 2010-12-15 | 1 | -1/+3 |
| | |||||
* | Tunes the audio levels based on sound pressure levels and their ranges a ↵ | Lyubomir Marinov | 2010-12-15 | 5 | -68/+113 |
| | | | | bit. Fixes an inaccuracy in the audio levels being sent to conference members. | ||||
* | Fix display of dialog which show screens that can be streamed (in case ↵ | Sebastien Vincent | 2010-12-15 | 1 | -1/+1 |
| | | | | computer has more than one screen). | ||||
* | Fixes an incorrect removal of audio-level data by CSRC. | Lyubomir Marinov | 2010-12-15 | 4 | -117/+104 |
| | |||||
* | Commits patches to enable the blue theme for the tabs of various pages in ↵ | Lyubomir Marinov | 2010-12-14 | 9 | -26/+46 |
| | | | | Tools > Options provided by Akash Nawani in the dev mailing list thread "Regarding Security Page". | ||||
* | Add some logging to media service: rtp statistics and media streams info. | Damian Minkov | 2010-12-14 | 6 | -27/+149 |
| | |||||
* | When creating account check and disabled accounts(all loaded accounts in ↵ | Damian Minkov | 2010-12-14 | 13 | -23/+73 |
| | | | | | | AccountManager) for duplicates. Don't block UI when disabling account which is currently registering or asking for authentication. | ||||
* | Remove debug output. | Sebastien Vincent | 2010-12-14 | 1 | -2/+0 |
| | |||||
* | Enable desktop streaming/sharing for SIP and XMPP protocol. Note that ↵ | Sebastien Vincent | 2010-12-14 | 6 | -35/+85 |
| | | | | desktop sharing with remote control works only between two SIP Communicator clients for the moment. | ||||
* | According to XEP-176, <transport/> element in session-initiate may be empty ↵ | Sebastien Vincent | 2010-12-14 | 1 | -6/+11 |
| | | | | of <candidates/>. It fixes call establishment with Psi+ client. | ||||
* | Bases the audio levels displayed in the call dialog on sound pressure levels. | Lyubomir Marinov | 2010-12-14 | 2 | -60/+165 |
| | |||||
* | When we modify a Jabber account, be sure to clear existing supported XMPP ↵ | Sebastien Vincent | 2010-12-14 | 4 | -5/+36 |
| | | | | features as well as all ProtocolProviderServiceJabberImpl's registration state change listeners because we will recreate OperationSets. Otherwise wrong behavior can happen like two ICE negociations for the same peer in the same time (because we have more than one OperationSetBasicTelephony associated with the account and listen to Jingle packets). | ||||
* | Update ice4j.jar, free Ice4j's resources (streams, components, sockets) when ↵ | Sebastien Vincent | 2010-12-14 | 3 | -0/+29 |
| | | | | call is finished. | ||||
* | Get the application name from properties rather than hardcoded value. | Sebastien Vincent | 2010-12-13 | 6 | -15/+46 |
| | |||||
* | Fix obtaining password for wizards through factory and credential service. | Damian Minkov | 2010-12-13 | 10 | -25/+22 |
| | |||||
* | Adds full jid retrieval when sending generic notifications to a bare jid | Emil Ivov | 2010-12-10 | 1 | -3/+10 |
| | |||||
* | Adds an extra getFullJid() method that allows retrieving a full jid from ↵ | Emil Ivov | 2010-12-10 | 1 | -0/+21 |
| | | | | only a bare jid and not necessarily a contact | ||||
* | Commits the patches provided by Akash Nawani in the dev mailing list thread ↵ | Lyubomir Marinov | 2010-12-10 | 2 | -1/+5 |
| | | | | "[PATCH] Fix for issue # 858". | ||||
* | Makes it possible for plugins to distinguish the difference between an ↵ | Emil Ivov | 2010-12-10 | 2 | -11/+45 |
| | | | | incoming XMPP generic notification and an error IQ indicating that an outgoing one failed to deliver | ||||
* | Initial support for Jingle Nodes. Please note that this feature is disabled ↵ | Sebastien Vincent | 2010-12-10 | 18 | -33/+1505 |
| | | | | by default. | ||||
* | Mac uri handler using new java api. | Damian Minkov | 2010-12-10 | 1 | -8/+23 |
| | |||||
* | Disable the latest modifications. | Damian Minkov | 2010-12-10 | 1 | -8/+8 |
| | |||||
* | Update macosx url handler. | Damian Minkov | 2010-12-10 | 2 | -0/+20 |
| | |||||
* | Fixing uri handlers. | Damian Minkov | 2010-12-10 | 2 | -0/+2 |
| | |||||
* | Send each media content in separate transport-info for interoperability with ↵ | Sebastien Vincent | 2010-12-09 | 1 | -2/+21 |
| | | | | Empathy and N900 mobile phones. Note that Empathy/gabble team has fixed a bug related to transport-info that prevent us to receive a video call from Empathy. When the new version of Empathy (that include the fix) will be packaged for the different Linux distributions, we will rollback this changes. | ||||
* | Fixes the font of the message of the "New message available" dialog which ↵ | Lyubomir Marinov | 2010-12-08 | 1 | -0/+8 |
| | | | | uses some font of its own and not the "standard" one (at least on Windows) used elsewhere in the UI. | ||||
* | Fixes the backgrounds of the check boxes and radio buttons on the Security > ↵ | Lyubomir Marinov | 2010-12-08 | 3 | -12/+32 |
| | | | | Call, Advanced > Packet Logging and Advanced > Provisioning pages in Tools > Options on Windows which appear non-transparent and thus violate the "blue" theme. | ||||
* | Fixes the background of the Help > About window which does not fill the ↵ | Lyubomir Marinov | 2010-12-08 | 1 | -5/+24 |
| | | | | entire window on Windows and has "white" borders on the left and bottom. | ||||
* | Fixes an incorrectly spelled "Netowrk" in Tools > Options > Events. | Lyubomir Marinov | 2010-12-08 | 1 | -8/+7 |
| | |||||
* | Saving and restoring None selection when configuring audio devices. | Damian Minkov | 2010-12-08 | 2 | -25/+43 |
| | |||||
* | Update event config form, fixing storing values when changing file values. | Damian Minkov | 2010-12-08 | 5 | -9/+76 |
| | |||||
* | Fix local port retreival for jabber packet logging. | Damian Minkov | 2010-12-07 | 1 | -11/+4 |
| | | | | Remove feed uri registration under macosx. | ||||
* | Implement packet logging for ice4j. | Damian Minkov | 2010-12-07 | 7 | -1/+162 |
| |