aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/plugin/profiler4j/SettingsWindowMenuEntry.java
Commit message (Collapse)AuthorAgeFilesLines
* Remove profiler4jIngo Bauersachs2016-06-041-72/+0
| | | | | It doesn't work anymore and there are other, non-invasive tools available.
* Converts CRLF line endings to LF, as suggested by @champtar.Boris Grozev2016-02-231-56/+56
| | | | | | | | The conversion was done with the script provided by @champtar on a linux machine: find -name '*.java' | xargs file | grep 'CRLF, LF' | cut -d ':' -f1 | xargs -n1 dos2unix
* Updates the license headers.Damian Minkov2015-07-201-5/+16
|
* Adds method to match PluginComponent to parent factory, used when ↵Damian Minkov2013-09-301-2/+3
| | | | unregistering plugins to match already created ui components to be remove from plugin container, fix for a problem: while unregistering bundle a new plugin component was created.
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-181-1/+1
|
* Introduces AbstractPluginComponent which removes duplication from ↵Lyubomir Marinov2009-09-121-41/+11
| | | | implementations of PluginComponent. Breaks the OTR menu and button in the Chat window (at least) because PluginComponent#setCurrentContact() only works for PluginComponents which are of type Component.
* Added PluginComponent.setCurrentContact(Contact) method. The method is ↵George Politis2009-09-111-0/+5
| | | | initially added so the OTR button in the toolbar can correctly react when user changes the chat transport via the chat transport selector box. The method is called from MainToolBar as of this revision.
* converts tabs to spaces in a number of classesEmil Ivov2009-07-171-7/+7
|
* Language resources updated.Yana Stamcheva2008-12-091-2/+2
|
* Better handling for changes in the persistent data of a contact.Emil Ivov2008-10-071-1/+1
|
* Integrating profiler4j. GSoC result of Vladimir.Benoit Pradelle2008-10-021-0/+85