aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Adds mobile indicator icon next contacts when there are detected to be logged...Damian Minkov2013-10-0310-1/+392
* Corrects deadloack between the CoreAudio AudioDeviceStop function and the str...Vincent Lucas2013-10-011-0/+0
* Renames property to fit convention.Damian Minkov2013-09-301-5/+5
* Adds method to match PluginComponent to parent factory, used when unregisteri...Damian Minkov2013-09-3020-43/+94
* Closes open chats, like we close the main window when quiting the ui, so we a...Damian Minkov2013-09-301-0/+5
* Adds new property which can skip using default saved preferred provider when ...Damian Minkov2013-09-301-3/+49
* Fixes java 1.6 compatibility of image links replacement functionality in chat...hristoterezov2013-09-303-7/+7
* Adds check for image size and content type for the image replacement of links...hristoterezov2013-09-3015-65/+950
* Adds stream capture and render via CoreAudio for MacOSX. This is a first vers...Vincent Lucas2013-09-282-0/+0
* Fixes discovering cusax connected contacts when using call history.Damian Minkov2013-09-267-71/+296
* Skips the image for source contacts if it is the default one (dialing from ca...Damian Minkov2013-09-264-2/+44
* Adds status of contact to chat message button in call panel.Damian Minkov2013-09-2610-2/+146
* Adds an option to display peer names in call history tooltips.Damian Minkov2013-09-253-2/+50
* Fixes jabber calls.hristoterezov2013-09-251-3/+2
* Fixes jabber calls.hristoterezov2013-09-251-1/+1
* Fixes NPE in findPrivateContactByRealId method which tries to find private me...hristoterezov2013-09-241-0/+6
* Fixes displaying buttons in call window for cusax contacts (chat and plugin b...Damian Minkov2013-09-241-0/+36
* Fixes StringIndexOutOfBoundsException exception when a file with the same fil...hristoterezov2013-09-241-2/+7
* Implements private messaging chats.hristoterezov2013-09-2440-137/+1128
* Fixes otr chat toolbar menu entry.Damian Minkov2013-09-241-1/+5
* Updates menu for plugin discovery.Damian Minkov2013-09-241-1/+89
* Adds PluginComponentFactory which is responsible for creating the PluginCompo...Damian Minkov2013-09-2426-456/+609
* Fixes changing chat transport icons and the icon of chat tabs when status cha...Damian Minkov2013-09-203-10/+37
* Moves some ui code to be executed in EDT.Damian Minkov2013-09-191-1/+13
* Displays account display name when listing accounts in chat room dialog.Damian Minkov2013-09-191-1/+1
* Fixes - create new jabber account with a custom port, issue #1117. Patch prov...Damian Minkov2013-09-181-3/+12
* Changes scrollable tabs forward/backward icons if new message is received and...Damian Minkov2013-09-185-6/+87
* Fixes a failure to generate key frames in the H.264 encoder.Lyubomir Marinov2013-09-171-0/+0
* Disables configuration of call recording if call recording button is hidden.Damian Minkov2013-09-171-1/+4
* Adds an option when using proxies to forward DNS traffic to an address, usefu...Damian Minkov2013-09-175-45/+270
* Updates call history view on call ended. Patch provided by Timothy Price.Damian Minkov2013-09-171-12/+12
* Updates rpm spec and shell script to build the rpm package. Provided by Pavel...Damian Minkov2013-09-172-70/+74
* Fixes spell check error in field name.Damian Minkov2013-09-136-42/+38
* Fixes NPE which prevents removing a contact from the UI.Damian Minkov2013-09-121-3/+0
* Fixes tests.Damian Minkov2013-09-121-1/+1
* Saves last seen message coming from server as chat room history and skip olde...Damian Minkov2013-09-121-0/+47
* Fixes build.Damian Minkov2013-09-121-1/+2
* Fixes history button in chat window to work and with chat rooms.Damian Minkov2013-09-125-33/+144
* Adds missing linux specific bundle jars in deb package.Damian Minkov2013-09-121-1/+2
* Adds message when otr session is enabled whether chat logging history is on o...Damian Minkov2013-09-115-11/+100
* Adds button in chat window to easily enable/disable chat history logging.Damian Minkov2013-09-1116-96/+604
* Fixes NPE when there is a server error without error set in XMPPException, no...Damian Minkov2013-09-111-1/+2
* Enables the detection of PulseAudio and Video4Linux2 systems under FreeBSD. T...Lyubomir Marinov2013-09-111-0/+0
* Optimizes the search in the properties editor. Marin DzhigarovLyubomir Marinov2013-09-117-322/+438
* Corrects count synchronization for the remaining Outlook notification events.Vincent Lucas2013-09-041-2/+3
* Fixes NPE in removeStoredAccount().paweldomas2013-09-031-1/+1
* Fixes a dealock in the Windows Audio Session API (WASAPI) backend. Reported b...Lyubomir Marinov2013-09-021-0/+0
* Fixes issue with adding permanently chat rooms to the list of saved chat rooms.hristoterezov2013-09-021-1/+1
* Don't use P2PTransportManager for conferences using a jitsi-videobridge (allowsBoris Grozev2013-08-311-1/+8
* Corrects synchronization issue when adding contacts. Adds function to get the...Vincent Lucas2013-08-314-7/+64