aboutsummaryrefslogtreecommitdiffstats
path: root/src/net/java/sip/communicator/impl/argdelegation
Commit message (Collapse)AuthorAgeFilesLines
* Replace System-Bundle header by BSN and a list that defines sys-bundlesIngo Bauersachs2013-12-071-1/+1
|
* Fixes initial arguments handling, may fail as UIService is not started yet.Damian Minkov2013-11-071-6/+25
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-291-2/+2
|
* Switches Jitsi trunk to libjitsi.Lyubomir Marinov2012-06-292-3/+5
|
* Integrates Jitsi presence, IM and VoIP with MS Outlook.Lyubomir Marinov2012-06-011-1/+1
|
* Changes project name in source license headers from SIP Communicator to JitsiEmil Ivov2011-10-182-2/+2
|
* Mac uri handler using new java api.Damian Minkov2010-12-101-8/+23
|
* Disable the latest modifications. Damian Minkov2010-12-101-8/+8
|
* Update macosx url handler.Damian Minkov2010-12-102-0/+20
|
* Adds javadocs, fixes warnings.Lyubomir Marinov2010-09-102-8/+10
|
* Fix logger usage - third bunch of changes.Werner Dittmann2010-06-031-3/+6
|
* Fixes a NullPointerException thrown when the Update button of the plug-in ↵Lyubomir Marinov2009-04-161-48/+60
| | | | manager is invoked for the IRC protocol provider plug-in.
* Commits patches for the following issues:Emil Ivov2008-12-161-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 Marinov2008-12-062-4/+1
|
* Fixes a wrong var name (argh ... i am getting too distracted)Emil Ivov2008-09-061-1/+1
|
* Removes @override directives from interface implementing methods.Emil Ivov2008-09-061-3/+1
| | | | | Removes non ASCII chars from java files.
* Trying to launch a second instance of SIP Communicator now brings the first ↵Emil Ivov2008-09-062-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 parametersEmil Ivov2008-09-063-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)