aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes a problem where adding contacts to newly created group is impossible.Damian Minkov2012-02-105-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 Lucas2012-02-101-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 Marinov2012-02-091-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 Lucas2012-02-091-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 Minkov2012-02-093-12/+30
|
* Adds option to disable font support.Damian Minkov2012-02-094-33/+66
|
* Hides answer with video button in incoming call dialog if remote side ↵Damian Minkov2012-02-092-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 Stamcheva2012-02-091-5/+5
| | | | Reported by Davide Corda on the mailing list (subject: [jitsi-dev] General config: showHistoryCheckBox).
* Adds property to disable auto answer menu.Damian Minkov2012-02-091-2/+16
|
* Ongoing work on cross protocol conference calls. Adds missing portaudio ↵Sebastien Vincent2012-02-0833-85/+2390
| | | | hotplug patch.
* Makes sure we listen for events of protocol factories registered to collect ↵Damian Minkov2012-02-084-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.
* Updates ice4j.jar which delay connectivity checks reemission when receiving ↵Sebastien Vincent2012-02-071-0/+0
| | | | STALE-CREDENTIALS error (that can happen when one peer have not receive candidates list from remote but receive already one of its connectivity check). This also fix the stop of some ICE threads.
* Adds in-band DTMF functionality.Vincent Lucas2012-02-0718-169/+986
|
* Allows the use of the new Mac OS X JAWTRenderer to be disabled.Lyubomir Marinov2012-02-051-5/+19
|
* When there are at least two remote videos in a video conference call, ↵Lyubomir Marinov2012-02-041-32/+48
| | | | displays the local video as a remote video.
* Tries the size the video and audio components in a video conference call ↵Lyubomir Marinov2012-02-023-27/+129
| | | | appropriately. Fixes deprecation warnings. Adds javadocs.
* Fixes leak of threads reported by Ingo and fixes memory leak of ↵Damian Minkov2012-02-014-7/+15
| | | | XMPPConnections. Leak fixed in smackx.ChatStateManager.
* Implements receiving of sip INFO dtmf tones.Damian Minkov2012-02-018-2/+431
|
* Merges desktop and Android files and commits them as they should work on ↵Lyubomir Marinov2012-02-012-37/+99
| | | | both without modifications.
* Commits work in progress on video conferences.Lyubomir Marinov2012-02-0132-1077/+3661
|
* Adds properties to disable File menu items, few more places for those items.Damian Minkov2012-01-313-3/+10
|
* Adds properties to disable File menu items.Damian Minkov2012-01-312-11/+94
|
* Typos, renames.Damian Minkov2012-01-308-9/+9
|
* Fixes warnings, typos.Lyubomir Marinov2012-01-308-102/+132
|
* Adds option to auto-answer and forward all incoming calls, currently sip ↵Damian Minkov2012-01-308-11/+1160
| | | | implementation available.
* Some cleanup in jabber keepalive on connection error.Damian Minkov2012-01-271-13/+23
|
* Creates chat dialog components, incoming call dialog and incoming file ↵Damian Minkov2012-01-264-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 Minkov2012-01-251-1/+24
|
* Updates property name.Damian Minkov2012-01-242-4/+4
|
* Adds an option to monitor jabber srv records and check whether we are ↵Damian Minkov2012-01-242-0/+293
| | | | connected to the primary server.
* Commit from translate.jitsi.org by user emcho.: 1231 of 1231 messages ↵Pootle2012-01-241-3/+12
| | | | translated (0 fuzzy).
* Fixes video problem with Google Talk on smartphone: some applications like ↵Sebastien Vincent2012-01-244-19/+43
| | | | Vtok do not like to receive hole punch packet (zero length UDP packet).
* Commit from translate.jitsi.org by user ibauersachs.: 1231 of 1231 messages ↵Pootle2012-01-231-14/+56
| | | | translated (0 fuzzy).
* Fixes shell script name in one of the build targets.Damian Minkov2012-01-231-1/+1
|
* Fixes some possible NullPointerExceptions.Damian Minkov2012-01-233-17/+29
|
* Fixes audio device configuration icon.Yana Stamcheva2012-01-211-0/+1
|
* Fixes displaying some contacts on initial loading for some protocols. Fixes ↵Damian Minkov2012-01-212-5/+48
| | | | displaying contacts after merging them.
* Improves audio device hotplug interface.Yana Stamcheva2012-01-203-18/+51
|
* Fixes audio levels in conference UI.Sebastien Vincent2012-01-208-67/+128
|
* Fixes proper event fire in case of re-using existing empty meta group for ↵Damian Minkov2012-01-201-1/+6
| | | | adding a protocol group.
* If ICE/Gingle checkbox is disabled, do no allow call to Google Voice.Sebastien Vincent2012-01-204-10/+8
|
* Adds property/option to increase vcard retrieval timeout.Damian Minkov2012-01-202-4/+98
|
* Changes version logging level.Damian Minkov2012-01-202-5/+6
|
* Avoids sending a text twice from the UI by hitting enter too quickly.Damian Minkov2012-01-191-8/+21
|
* Recompile libjnportaudio with older gcc (to avoid library loading problem on ↵Sebastien Vincent2012-01-191-0/+0
| | | | older Linux distributions).
* Fix broken libjnportaudio.so for Linux 32-bit.Sebastien Vincent2012-01-191-0/+0
|
* Try to fix build.Sebastien Vincent2012-01-191-1/+1
|
* Try to fix build.Sebastien Vincent2012-01-191-35/+42
|
* Fixes a situation where call button is not shown on initial contact click.Damian Minkov2012-01-193-8/+4
|
* Fixes NullPointerException when retrieving delete text button rectangle in ↵Yana Stamcheva2012-01-181-0/+5
| | | | text fields.