Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Replace System-Bundle header by BSN and a list that defines sys-bundles | Ingo Bauersachs | 2013-12-07 | 1 | -1/+1 |
| | |||||
* | Fixes initial arguments handling, may fail as UIService is not started yet. | Damian Minkov | 2013-11-07 | 1 | -6/+25 |
| | |||||
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 1 | -2/+2 |
| | |||||
* | Switches Jitsi trunk to libjitsi. | Lyubomir Marinov | 2012-06-29 | 2 | -3/+5 |
| | |||||
* | Integrates Jitsi presence, IM and VoIP with MS Outlook. | Lyubomir Marinov | 2012-06-01 | 1 | -1/+1 |
| | |||||
* | Changes project name in source license headers from SIP Communicator to Jitsi | Emil Ivov | 2011-10-18 | 2 | -2/+2 |
| | |||||
* | Mac uri handler using new java api. | Damian Minkov | 2010-12-10 | 1 | -8/+23 |
| | |||||
* | Disable the latest modifications. | Damian Minkov | 2010-12-10 | 1 | -8/+8 |
| | |||||
* | Update macosx url handler. | Damian Minkov | 2010-12-10 | 2 | -0/+20 |
| | |||||
* | Adds javadocs, fixes warnings. | Lyubomir Marinov | 2010-09-10 | 2 | -8/+10 |
| | |||||
* | Fix logger usage - third bunch of changes. | Werner Dittmann | 2010-06-03 | 1 | -3/+6 |
| | |||||
* | Fixes a NullPointerException thrown when the Update button of the plug-in ↵ | Lyubomir Marinov | 2009-04-16 | 1 | -48/+60 |
| | | | | manager is invoked for the IRC protocol provider plug-in. | ||||
* | Commits patches for the following issues: | Emil Ivov | 2008-12-16 | 1 | -0/+1 |
| | | | | | | | #482 Overly complex plugin manager (work in progress) #448 Show complete SIP adddress when displaying account #510 switch to the latest version of Felix (Richard actually did most of the work here.) | ||||
* | Fixes warnings. | Lyubomir Marinov | 2008-12-06 | 2 | -4/+1 |
| | |||||
* | Fixes a wrong var name (argh ... i am getting too distracted) | Emil Ivov | 2008-09-06 | 1 | -1/+1 |
| | |||||
* | Removes @override directives from interface implementing methods. | Emil Ivov | 2008-09-06 | 1 | -3/+1 |
| | | | | | Removes non ASCII chars from java files. | ||||
* | Trying to launch a second instance of SIP Communicator now brings the first ↵ | Emil Ivov | 2008-09-06 | 2 | -7/+19 |
| | | | | | | | | one to front Clicking on the systray icon when SC is minimized, now restores it also, when SC is on another desktop the systray click now takes you to that desktop | ||||
* | Implements support for launch parameters | Emil Ivov | 2008-09-06 | 3 | -0/+293 |
Implements support for handling SIP URIs as launch parameters Adds a lock mechanism to prevent from running multiple instances of SIP Communicator Adds a mechanism for a second instance of SC to pass its launch parameters to a one that's already running. Adds a DefaultSecurityAuthority class (in use by the systray and SIP URI handler) |