aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/service/gui/PluginComponent.java
Commit message (Expand)AuthorAgeFilesLines
* Updates the license headers.Damian Minkov2015-07-201-2/+13
* Adds the ability for the OTR plugin to work with Jabber resourcesMarin2014-01-101-0/+11
* Fixes missing account setup and improves menu account info menuyanas2013-11-261-0/+9
* Adds the possibility to edit account details. Patch provided by Marinyanas2013-11-121-0/+15
* Adds method to match PluginComponent to parent factory, used when unregisteri...Damian Minkov2013-09-301-0/+6
* Adds PluginComponentFactory which is responsible for creating the PluginCompo...Damian Minkov2013-09-241-42/+1
* Fixes warnings, removes trailing whitespace, adds @Override annotations.Lyubomir Marinov2013-05-231-11/+11
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
* Added PluginComponent.setCurrentContact(Contact) method. The method is initia...George Politis2009-09-111-0/+10
* Support for native plugin components in the main window.Yana Stamcheva2008-07-241-0/+10
* Plugin components could now specify an index position in the container, where...Yana Stamcheva2008-05-261-0/+10
* - plugin component listener and events were used only in the implementation, ...Yana Stamcheva2008-03-181-0/+89