aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/gui/main/contactlist/ContactListPane.java
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Unknown commands now result in failed message delivery.Danny van Heumen2014-10-281-0/+6
* Fixes warnings.Lyubomir Marinov2014-09-301-25/+27
* Adds support for sending instant messages to external contactsMarin Dzhigarov2014-09-241-2/+7
* Improve selecting default contact and adds some NPE checks.Damian Minkov2014-03-311-1/+18
* Adds a property to disable text displaying for some incoming and outgoing typ...Damian Minkov2014-03-281-1/+2
* Fixes opening not saved chat rooms from source contacts. Uses lowpriority EDT...Damian Minkov2014-03-141-0/+12
* Fixes opening correct metacontact for chat from source contacts.Damian Minkov2014-03-111-1/+5
* Fixes opening contacts with double click or enter when the descriptor is cont...Damian Minkov2014-03-051-9/+35
* Optimizes the chat room contact source.hristoterezov2013-11-221-6/+1
* Removes some unnecessary listeners and avoid adding a sms message listener mu...Damian Minkov2013-11-181-0/+11
* Adds new MUC bundle to handle the chat rooms. Moves ChatRoomWrapper,hristoterezov2013-11-071-9/+9
* Adds chat room contacts to the search filter in the contact list.hristoterezov2013-11-011-46/+65
* Implements private messaging chats.hristoterezov2013-09-241-5/+24
* Adds PluginComponentFactory which is responsible for creating the PluginCompo...Damian Minkov2013-09-241-14/+17
* Improves the IM resource management: fall back to the bare ID when the remote...Vincent Lucas2013-06-071-2/+2
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-0/+1
* Implements a more robust contact resource status update mechanism.yanas2013-04-261-1/+6
* Adds the possibility to send message or call a specific contact resource (Req...Yana Stamcheva2013-04-241-6/+25
* Log dates in all history files as ISO 8601 with timezoneIngo Bauersachs2013-04-071-2/+2
* Fixes a problem when opening the "Create conference dialog", after a search i...Yana Stamcheva2013-04-061-1/+1
* Moves desktop related utils to plugin/desktoputils. Separates ComponentUtils ...Yana Stamcheva2013-01-241-1/+1
* Fixes resource missing apostrophe.Damian Minkov2012-10-031-1/+1
* Detects failed typing notifications.Damian Minkov2012-10-011-0/+44
* Making the contact list component available from outside the gui bundle.Yana Stamcheva2012-08-301-4/+13
* Adds last message correction functionality. Implementation provided by Ivan V...Yana Stamcheva2012-07-121-8/+15
* Creates chat dialog components, incoming call dialog and incoming file transf...Damian Minkov2012-01-261-46/+74
* Adds global shortcut support.Sebastien Vincent2011-11-291-1/+10
* Isolates notification management and triggering.Damian Minkov2011-11-171-78/+0
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Improves a chat error message by adding to it the protocol contact, which is ...Yana Stamcheva2011-10-101-1/+2
* Replaces the outgoing contact address with the corresponding display name in ...Yana Stamcheva2011-08-231-1/+4
* Fixes NullPointerException in contact list reported by Emil Ivov.Yana Stamcheva2011-03-251-3/+4
* Enhanced chat window interface.Yana Stamcheva2011-01-281-35/+22
* Some gui refactoring.Yana Stamcheva2011-01-071-6/+0
* Fix for F2 key not working in contact list. F2 now properly opens the rename ...Yana Stamcheva2010-10-211-4/+2
* Remove bottom grey line of contact list .Yana Stamcheva2010-10-201-0/+2
* Show protocol specific error messages in the chat window.Yana Stamcheva2010-09-021-6/+9
* Fix logger usage - forth bunch.Werner Dittmann2010-06-031-4/+8
* - Fix setting/changing payload type of rtp packets.Damian Minkov2010-05-211-0/+4
* Fixes contact list behavior and introduces more smooth writing in the search ...Yana Stamcheva2010-05-201-9/+1
* - Introduces new contact list data model that allows adding of external conta...Yana Stamcheva2010-05-031-37/+21
* - Fixes some popup menu focus issues in contact list.Yana Stamcheva2010-04-221-7/+0
* Fixed double definition of service.gui.MSG_DELIVERY_UNKNOWN_ERROR key.Martin Andre2010-03-021-1/+1
* Fixes default contact selection for a double click on the contact listEmil Ivov2010-02-281-4/+5
* - PageUp and PageDown do not trigger search field key events.Yana Stamcheva2010-02-041-77/+1
* First version of the modified contact list interface. Modifications include a...Yana Stamcheva2010-02-041-18/+39
* Commits the patch of Sebastien Vincent provided on the dev mailing list in an...Lyubomir Marinov2009-10-131-6/+4
* - Simplifies ChatWindowManager a bit and speeds up some of the code which use...Lyubomir Marinov2009-10-041-32/+25
* - Fixes ClassCastException in ChatRoom-related code which handles failure of ...Lyubomir Marinov2009-10-021-11/+6