aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator
Commit message (Collapse)AuthorAgeFilesLines
* Fixes run and tests.Damian Minkov2012-08-291-1/+1
|
* Retrieves account display name from account id if not returned from the ↵Damian Minkov2012-08-291-1/+6
| | | | account info operationset.
* Adds missing import, that fixes incoming file transfer on windows.Damian Minkov2012-08-291-0/+1
|
* Fixes contact's appearing when the status message is too long.Yana Stamcheva2012-08-281-2/+2
|
* Fixes contact list button clicks.Yana Stamcheva2012-08-281-16/+31
|
* Fixes autoway listening for idle, a bug where it adds listening for 0sec. of ↵Damian Minkov2012-08-241-17/+64
| | | | idle time.
* Fixes single window interface.Yana Stamcheva2012-08-241-3/+3
|
* Adds plugin components in the Swing thread.Yana Stamcheva2012-08-231-6/+24
|
* Fixes contact details appearance.Yana Stamcheva2012-08-231-0/+12
|
* Fixes contact details length.Yana Stamcheva2012-08-231-12/+12
|
* Makes flexible adding contact list buttons.Damian Minkov2012-08-221-7/+12
|
* Removes correctly deleted notifications.Yana Stamcheva2012-08-222-13/+28
|
* Adds remove of contact sources from ui.Damian Minkov2012-08-221-5/+52
|
* Removes notifications that are no longer available.Yana Stamcheva2012-08-221-14/+35
|
* Fixes issues with video conferencing such as the display of a non-focus ↵Lyubomir Marinov2012-08-215-1147/+1068
| | | | participant's video to other non-focus participants and the stopping of the streaming between non-focus participants upon stopping of the streaming of the focus' local video.
* Adds contact removed to the ContactQuery listener, that will give the option ↵Damian Minkov2012-08-214-0/+93
| | | | to remove a contact once it has been shown in the ui after a query.
* Updates custom action horizontal space.Damian Minkov2012-08-211-1/+1
|
* Fixes issues with video conferencing such as a failure of the local video to ↵Lyubomir Marinov2012-08-1817-402/+414
| | | | be displayed and a limitation of the conference focus with respect to requiring it to capture video as well.
* Adds get/set data to SourceContacts. Moves custom buttons to ↵Damian Minkov2012-08-1710-348/+519
| | | | ExternalContactSource. Adds listener to refresh contact sources.
* Adds custom actions to source contacts.Damian Minkov2012-08-162-3/+237
|
* Adds listener to update UI from custom actions when needed. Changes in ↵Damian Minkov2012-08-167-2/+163
| | | | notification unread count, make sure we don't double add notifications.
* Checks if a custom contact action should be shown for a given contact.Yana Stamcheva2012-08-163-4/+100
|
* Changes the way we read count of unread notifications, to show to user ↵Damian Minkov2012-08-163-2/+42
| | | | overall number of unread voice messages.
* Makes ContactAction-s aware of the x and y coordiantes of the action component.Yana Stamcheva2012-08-156-26/+69
|
* Improves NotificationMessage unread messages counting and displaying.Damian Minkov2012-08-152-26/+51
|
* Adds a notification source to the NotificationMessage used in ↵Yana Stamcheva2012-08-141-1/+19
| | | | OperationSetMessageWaiting.
* Checks if a custom contact action has more than one details to deal with.Yana Stamcheva2012-08-142-15/+43
|
* Corrects problem when displaying an apostrophe character in the ↵Vincent Lucas2012-08-141-0/+6
| | | | ChatConversationPanel (replace "'" by "&39;").
* Fixes tests.Damian Minkov2012-08-131-1/+1
|
* A new custom contact action service allowing to represent more actions for a ↵Yana Stamcheva2012-08-1320-77/+1269
| | | | contact entry in the contact list.
* Adds an optional signup link in provisioning authentication window.Yana Stamcheva2012-08-114-12/+133
|
* Adds password support for google relayed candidate (updates ice4j to svn ↵Vincent Lucas2012-08-102-4/+15
| | | | revision #322).
* Removes the "welcome" Growl notification on Jitsi startup. Improves the ↵Lyubomir Marinov2012-08-093-128/+81
| | | | memory consumption and the execution speed of the growlnotification bundle. Prevents a NullPointerException during its stop on non-Mac OS X operating systems.
* Updates growl4j in order to use growl SDK version 1.3.1Vincent Lucas2012-08-083-30/+16
|
* Fixes lost focus in chat window, when receiving messages while typing.Yana Stamcheva2012-08-081-2/+2
|
* Adds password modification from within Jitsi for XMPP accounts that allow ↵Emil Ivov2012-08-076-2/+458
| | | | it. Contributed by Boris Grozev.
* Only take the focus if the "auto popup" property is switched on. Patch ↵Yana Stamcheva2012-08-072-11/+16
| | | | provided by Vieri on July 26.
* - Works on removing the video of a video conference participant from display ↵Lyubomir Marinov2012-08-039-242/+282
| | | | on the remaining non-focus participants. - Tries to fix a crash in PortAudio (often seen at the end of video conference calls).
* Corrects warning dialog height on Linux when closing a chat window with: a ↵Vincent Lucas2012-08-021-89/+53
| | | | un-sent message, an active file transfer or when the last message is received less than 2 seconds ago.
* Adds SDES for XMPP. Works with Jingle and GTalk (only for gmail web app, ↵Vincent Lucas2012-08-0220-274/+1234
| | | | doesn not work on "talk" for android).
* Fixes "Remove contact" message when the account is not logged in.Yana Stamcheva2012-07-272-2/+15
|
* Fixes "Add contact" dialog message when account is not connected. Reported ↵Yana Stamcheva2012-07-271-0/+15
| | | | by Alexandros Papadopoulos.
* Fixes call conference creation from Tools menu.Yana Stamcheva2012-07-261-5/+17
|
* Fixes the layout of non-video-contributing participants in video conference ↵Lyubomir Marinov2012-07-263-146/+105
| | | | calls. Some of them used to have their photo not centered.
* Fixes a NullPointerException in MediaAwareCallPeer related to ↵Lyubomir Marinov2012-07-261-5/+12
| | | | ConferenceMembersSoundLevelListener.
* - Fixes the horizontal gap between multiple videos in a call. It used to ↵Lyubomir Marinov2012-07-252-27/+57
| | | | | | | appear different between the different columns and caused videos with equal aspect ratios to appear with unequal heights. - Tries to prevent a deadlock in UI-related code upon hanging up a call. It appeared as if the camera wouldn't get closed. - Fixes a NullPointerException.
* Logs an exception which would otherwise be swallowed and would thus obstruct ↵Lyubomir Marinov2012-07-252-10/+11
| | | | debugging.
* Adds support for a boolean ConfigurationService property with name ↵Lyubomir Marinov2012-07-252-32/+83
| | | | net.java.sip.communicator.plugin.msofficecomm.CREATE_CALL_BY_PHONE_NUMBER which instructs the Microsoft Outlook VoIP integration functionality to resolve a sign-in name to a vCard phone number in case it fails to resolve to a Contact with support for OperationSetBasicTelephony. The sort order of the phone number types is controlled through a String ConfigurationService property with name net.java.sip.communicator.plugin.msofficecomm.MPHONE_TYPE_SORT_ORDER which defaults to a value that prefers a work phone number, if available.
* Commits a patch by Paweł Domas which addresses "Jitsi System Tray not ↵Lyubomir Marinov2012-07-244-242/+301
| | | | initialized on Ubuntu 12.04" reported on the dev mailing list.
* Fixes a failure to keep the aspect ratio of the video when switching to full ↵Lyubomir Marinov2012-07-245-83/+88
| | | | screen. Attempts to remedy a multi-video display when switching between camera and desktop streaming. Tries to fix a crash in the QTKit video capture on Mac OS X. Works on addressing a unnecessary remaining of the camera on Mac OS X open.