aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes to comments and logging.Boris Grozev2013-08-122-32/+21
* Leave the UserID field enabled when it wasn't completely filledIngo Bauersachs2013-08-102-2/+2
* Show the error message from the server on an account creation attemptIngo Bauersachs2013-08-101-3/+9
* Don't sign in when the page did not commitIngo Bauersachs2013-08-101-2/+6
* Don't fail while retrieving PP when the service is unregisteredIngo Bauersachs2013-08-101-1/+14
* Fixes use of routing for video enabled property not evaluated in some checks.Damian Minkov2013-08-091-2/+7
* Fixes some swing components created and displayed outside event dispatch thread.Damian Minkov2013-08-094-35/+106
* Updates chat room configuration button on local user role change.Damian Minkov2013-08-091-13/+60
* Fixes issue with loading auto answer properties, reported by William Roush.Damian Minkov2013-08-093-5/+4
* Merge branch 'master' of https://github.com/jitsi/jitsiVincent Lucas2013-08-082-2/+13
|\
| * Attempts to fix forgotten password problem on account reload.paweldomas2013-08-082-2/+13
* | Removes an exception that is caused by the Outlook presence plugin while the ...Ingo Bauersachs2013-08-081-0/+5
|/
* Fixes an issue with the representation of theBoris Grozev2013-08-081-15/+40
* Improves resolving ids for Outlook contacts.Vincent Lucas2013-08-072-39/+63
* Fixes aspect ratio-related issues in desktop (and webcam) streaming.Lyubomir Marinov2013-08-076-83/+116
* Fixes a problem where xmpp can trigger several reconnects on NoRouteToHostExc...Damian Minkov2013-08-072-14/+36
* Clears reference to certificate dialog service on bundle stop.paweldomas2013-08-071-0/+1
* Set the value of the jingle 'senders' field when processing session-acceptBoris Grozev2013-08-071-3/+5
* Don't minimize new chat windows on MacIngo Bauersachs2013-08-061-1/+5
* Fixes joining room after latest modifications.Damian Minkov2013-08-061-1/+2
* Adds some tooltips to buttons in chat rooms window.Damian Minkov2013-08-061-1/+8
* Fixes initial state of buttons in go to chat room window.Damian Minkov2013-08-061-2/+7
* Fixes removing chat rooms from the go to chat room window.Damian Minkov2013-08-061-8/+5
* Fixes chat room settings form UI (fixes background and removes unnecessary ti...Damian Minkov2013-08-051-11/+15
* Fixes configuring chatrooms, enables data forms provider used for changing ro...Damian Minkov2013-08-051-2/+2
* Fixes direction set when being put remotely on hold.Boris Grozev2013-08-051-1/+1
* Set video direction to INACTIVE when using local hold, because currently we c...Boris Grozev2013-08-051-2/+7
* Set stream directions to INACTIVE when using local hold in a conference.Boris Grozev2013-08-051-10/+13
* Handles local hold when a videobridge is in useBoris Grozev2013-08-052-6/+46
* Uses INACTIVE media direction for peers which are remotely-on-hold in confere...Boris Grozev2013-08-051-11/+13
* Adds border to divider of history pane and chat members in multichat window.Damian Minkov2013-08-051-2/+14
* Tags all popup notifications coming from reconnect plugin.paweldomas2013-08-051-5/+17
* Open chat windows minimized when they should not get the focusIngo Bauersachs2013-08-021-0/+1
* Avoid resetting the application icon on every validateIngo Bauersachs2013-08-021-25/+0
* Show OTR tooltip according to session statusIngo Bauersachs2013-08-021-1/+8
* Ensure that display name is never nullIngo Bauersachs2013-08-021-2/+2
* Fixes a typo.Damian Minkov2013-08-011-1/+1
* Changes icon in dialog for changing nickname in multiuser chats.Damian Minkov2013-08-015-15/+70
* Adds small UI changes in members list in multi-chat window (removing a border...Damian Minkov2013-08-013-6/+32
* Fixes warnings.Lyubomir Marinov2013-08-016-38/+57
* Fixes issue with the remembered passwords for the chat rooms. A password for ...hristoterezov2013-07-311-9/+7
* Corrects error at Outlook COM server startup, when Outlook is installed but n...Vincent Lucas2013-07-264-3/+83
* Fixes the chat room password prefix.hristoterezov2013-07-262-5/+44
* Improves 'hold' functionality for videobridge conferences: fixes an issue withBoris Grozev2013-07-261-34/+89
* Adds a method that allows to set the direction of a channel on a videobridge.Boris Grozev2013-07-261-0/+58
* Additional code for the 'direction' attribute of ColibriConferenceIQ.ChannelBoris Grozev2013-07-262-1/+13
* Uses the 'on-hold' endpoint status type when describing in a conference-info ...Boris Grozev2013-07-261-0/+11
* Adds a 'direction' field to ColibriConferenceIQ.ChannelBoris Grozev2013-07-261-0/+40
* Changes the implementation of the chat room nickname dialog to have default v...hristoterezov2013-07-267-205/+206
* Fires event when room has been left. Makes sure that before unregistering we ...Damian Minkov2013-07-268-51/+147