Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Commits work in progress on fixing leaks of CallDialog. | Lyubomir Marinov | 2012-02-13 | 14 | -536/+662 |
| | |||||
* | Fixes subsequent open of chat history urls when trying to focus back on the ↵ | Damian Minkov | 2012-02-13 | 1 | -0/+4 |
| | | | | chat conversation by clicking the mouse on the chat history panel. | ||||
* | Fixes problem with deleting chars on macosx java 1.5 and handling some ↵ | Damian Minkov | 2012-02-13 | 2 | -0/+12 |
| | | | | | | special chars in the written text. Fixes subsequent open of chat history urls when trying to focus back on the chat conversation by clicking the mouse on the chat history panel. | ||||
* | Stops sending typing notifications if contact is offline. | Damian Minkov | 2012-02-13 | 1 | -1/+5 |
| | |||||
* | Tries to address issues with the support of video conferences such as the ↵ | Lyubomir Marinov | 2012-02-12 | 5 | -55/+229 |
| | | | | CallDialog not resizing properly at the conference focus, a crash in FFmpeg/sws_scale. | ||||
* | Improves DTMF configuration (auto, RTP, SIP INFO or INBAND). Creates a ↵ | Vincent Lucas | 2012-02-10 | 12 | -439/+636 |
| | | | | common interface for starting and stopping (RTP or INBAND) DTMF tones into AudioMediaStream interface and its implementation. Reverting DtmfTransformEngine to use previous threaded DTMFDispatcher. | ||||
* | Commits work in progress on fixing leaks of every CallDialog and ChatWindow. | Lyubomir Marinov | 2012-02-10 | 16 | -474/+753 |
| | |||||
* | Disables send file button when in a group chat. | Yana Stamcheva | 2012-02-10 | 2 | -4/+14 |
| | |||||
* | Tries to fix scroll going to top problem in chat window. | Yana Stamcheva | 2012-02-10 | 1 | -1/+12 |
| | |||||
* | Fixes a problem where adding contacts to newly created group is impossible. | Damian Minkov | 2012-02-10 | 5 | -14/+54 |
| | | | | | Fixes a problem with moving contacts to group and double contact entry shown. Renames protocol groups when meta group is renamed and fixed its storing. | ||||
* | Corrects gray background checkbox problem on Linux for the account list in ↵ | Vincent Lucas | 2012-02-10 | 1 | -2/+2 |
| | | | | the Tools->Options->Accounts menu. | ||||
* | Fixes (on Java 1.6+ and not 1.5) a leak of pretty much all Window instances ↵ | Lyubomir Marinov | 2012-02-09 | 1 | -23/+103 |
| | | | | created by the application. ChatWindow and CallDialog are still leaked though because they have other, remaining retain paths. | ||||
* | Corrects gray background for checkboxes on linux. Based on Daniel Zucchetto ↵ | Vincent Lucas | 2012-02-09 | 1 | -1/+2 |
| | | | | patch proposed on dev mailing-list with subject: UI improvements on labels and buttons. | ||||
* | Fixes a problem where a group can be shown twice in the contactlist. | Damian Minkov | 2012-02-09 | 3 | -12/+30 |
| | |||||
* | Adds option to disable font support. | Damian Minkov | 2012-02-09 | 4 | -33/+66 |
| | |||||
* | Hides answer with video button in incoming call dialog if remote side ↵ | Damian Minkov | 2012-02-09 | 2 | -2/+10 |
| | | | | initiated video call but we are unable to send(missing/disabled video device). | ||||
* | Fixes "Log chat history" check box in the general configuration form. ↵ | Yana Stamcheva | 2012-02-09 | 1 | -5/+5 |
| | | | | Reported by Davide Corda on the mailing list (subject: [jitsi-dev] General config: showHistoryCheckBox). | ||||
* | Adds property to disable auto answer menu. | Damian Minkov | 2012-02-09 | 1 | -2/+16 |
| | |||||
* | Ongoing work on cross protocol conference calls. Adds missing portaudio ↵ | Sebastien Vincent | 2012-02-08 | 32 | -85/+1079 |
| | | | | hotplug patch. | ||||
* | Makes sure we listen for events of protocol factories registered to collect ↵ | Damian Minkov | 2012-02-08 | 4 | -32/+89 |
| | | | | | | | loaded accounts and don't miss one. Moves contact status listener just after roaster retrieval to be sure we don't miss presence while processing large lists. | ||||
* | Adds in-band DTMF functionality. | Vincent Lucas | 2012-02-07 | 17 | -169/+985 |
| | |||||
* | Allows the use of the new Mac OS X JAWTRenderer to be disabled. | Lyubomir Marinov | 2012-02-05 | 1 | -5/+19 |
| | |||||
* | When there are at least two remote videos in a video conference call, ↵ | Lyubomir Marinov | 2012-02-04 | 1 | -32/+48 |
| | | | | displays the local video as a remote video. | ||||
* | Tries the size the video and audio components in a video conference call ↵ | Lyubomir Marinov | 2012-02-02 | 3 | -27/+129 |
| | | | | appropriately. Fixes deprecation warnings. Adds javadocs. | ||||
* | Fixes leak of threads reported by Ingo and fixes memory leak of ↵ | Damian Minkov | 2012-02-01 | 2 | -7/+15 |
| | | | | XMPPConnections. Leak fixed in smackx.ChatStateManager. | ||||
* | Implements receiving of sip INFO dtmf tones. | Damian Minkov | 2012-02-01 | 8 | -2/+431 |
| | |||||
* | Merges desktop and Android files and commits them as they should work on ↵ | Lyubomir Marinov | 2012-02-01 | 2 | -37/+99 |
| | | | | both without modifications. | ||||
* | Commits work in progress on video conferences. | Lyubomir Marinov | 2012-02-01 | 32 | -1077/+3661 |
| | |||||
* | Adds properties to disable File menu items, few more places for those items. | Damian Minkov | 2012-01-31 | 3 | -3/+10 |
| | |||||
* | Adds properties to disable File menu items. | Damian Minkov | 2012-01-31 | 2 | -11/+94 |
| | |||||
* | Typos, renames. | Damian Minkov | 2012-01-30 | 8 | -9/+9 |
| | |||||
* | Fixes warnings, typos. | Lyubomir Marinov | 2012-01-30 | 7 | -91/+109 |
| | |||||
* | Adds option to auto-answer and forward all incoming calls, currently sip ↵ | Damian Minkov | 2012-01-30 | 7 | -11/+1149 |
| | | | | implementation available. | ||||
* | Some cleanup in jabber keepalive on connection error. | Damian Minkov | 2012-01-27 | 1 | -13/+23 |
| | |||||
* | Creates chat dialog components, incoming call dialog and incoming file ↵ | Damian Minkov | 2012-01-26 | 4 | -51/+121 |
| | | | | | | transfer components in swing dispatch thread. If we failed to connect to xmpp server fire connection failed for provider and clean to avoid staying not connected and seeing duplicate connection in logs. | ||||
* | Fixes editing some old saved yahoo accounts. | Damian Minkov | 2012-01-25 | 1 | -1/+24 |
| | |||||
* | Updates property name. | Damian Minkov | 2012-01-24 | 2 | -4/+4 |
| | |||||
* | Adds an option to monitor jabber srv records and check whether we are ↵ | Damian Minkov | 2012-01-24 | 2 | -0/+293 |
| | | | | connected to the primary server. | ||||
* | Fixes video problem with Google Talk on smartphone: some applications like ↵ | Sebastien Vincent | 2012-01-24 | 4 | -19/+43 |
| | | | | Vtok do not like to receive hole punch packet (zero length UDP packet). | ||||
* | Fixes some possible NullPointerExceptions. | Damian Minkov | 2012-01-23 | 3 | -17/+29 |
| | |||||
* | Fixes displaying some contacts on initial loading for some protocols. Fixes ↵ | Damian Minkov | 2012-01-21 | 2 | -5/+48 |
| | | | | displaying contacts after merging them. | ||||
* | Improves audio device hotplug interface. | Yana Stamcheva | 2012-01-20 | 1 | -18/+49 |
| | |||||
* | Fixes audio levels in conference UI. | Sebastien Vincent | 2012-01-20 | 8 | -67/+128 |
| | |||||
* | Fixes proper event fire in case of re-using existing empty meta group for ↵ | Damian Minkov | 2012-01-20 | 1 | -1/+6 |
| | | | | adding a protocol group. | ||||
* | If ICE/Gingle checkbox is disabled, do no allow call to Google Voice. | Sebastien Vincent | 2012-01-20 | 4 | -10/+8 |
| | |||||
* | Adds property/option to increase vcard retrieval timeout. | Damian Minkov | 2012-01-20 | 2 | -4/+98 |
| | |||||
* | Changes version logging level. | Damian Minkov | 2012-01-20 | 2 | -5/+6 |
| | |||||
* | Avoids sending a text twice from the UI by hitting enter too quickly. | Damian Minkov | 2012-01-19 | 1 | -8/+21 |
| | |||||
* | Try to fix build. | Sebastien Vincent | 2012-01-19 | 1 | -1/+1 |
| | |||||
* | Try to fix build. | Sebastien Vincent | 2012-01-19 | 1 | -35/+42 |
| |