Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove profiler4j | Ingo Bauersachs | 2016-06-04 | 1 | -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 Grozev | 2016-02-23 | 1 | -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 Minkov | 2015-07-20 | 1 | -5/+16 |
| | |||||
* | Adds method to match PluginComponent to parent factory, used when ↵ | Damian Minkov | 2013-09-30 | 1 | -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 Jitsi | Emil Ivov | 2011-10-18 | 1 | -1/+1 |
| | |||||
* | Introduces AbstractPluginComponent which removes duplication from ↵ | Lyubomir Marinov | 2009-09-12 | 1 | -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 Politis | 2009-09-11 | 1 | -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 classes | Emil Ivov | 2009-07-17 | 1 | -7/+7 |
| | |||||
* | Language resources updated. | Yana Stamcheva | 2008-12-09 | 1 | -2/+2 |
| | |||||
* | Better handling for changes in the persistent data of a contact. | Emil Ivov | 2008-10-07 | 1 | -1/+1 |
| | |||||
* | Integrating profiler4j. GSoC result of Vladimir. | Benoit Pradelle | 2008-10-02 | 1 | -0/+85 |