Directory src/net/java/sip/communicator/impl/browserlauncher/

Directory Created:
2007-01-25 16:07
Total Files:
2
Deleted Files:
0
Lines of Code:
184

[root]/src/net/java/sip/communicator/impl/browserlauncher

Lines of Code

src/net/java/sip/communicator/impl/browserlauncher/ Lines of Code

Developers

Author Changes Lines of Code Lines per Change
Totals 16 (100.0%) 303 (100.0%) 18.9
yanas 5 (31.3%) 163 (53.8%) 32.6
lubomir_m 5 (31.3%) 119 (39.3%) 23.8
s_vincent 3 (18.8%) 15 (5.0%) 5.0
wernerd 1 (6.3%) 4 (1.3%) 4.0
emcho 2 (12.5%) 2 (0.7%) 1.0

Most Recent Commits

emcho 2011-10-18 14:03

Changes project name in source license headers from SIP Communicator to Jitsi

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherActivator.java (+1 -1), BrowserLauncherImpl.java (+1 -1)
s_vincent 2011-03-10 12:54

Ongoing work on LDAP support: store password via credentials storage service, each LDAP enabled server has its own group in contact list, javadoc and other minor UI enhancements.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherImpl.java (+2 -2)
yanas 2010-10-19 20:39

Chat window made fully skinnable - patch provided by Adam Netocny.

Added google-chrome to the list of browsers we're using to open links - Adam Netocny.

:D smiley added - Adam Netocny.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherImpl.java (+1)
s_vincent 2010-10-04 12:33

Fixes warnings and javadocs.

12 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherActivator.java (+12)
wernerd 2010-06-03 11:05

Fix logger usage - third bunch of changes.

4 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherActivator.java (+4 -2)
s_vincent 2009-12-14 12:41

Fix javadoc warnings.

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherImpl.java (+1 -1)
lubomir_m 2009-12-10 01:28

Commits the refactorying of OSUtils contributed by Sebastien Vicent which uses static final fields instead of methods.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherImpl.java (+2 -2)
lubomir_m 2009-12-09 17:02

Commits the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "[Patch] OS detection" which introduces and uses a single utility class to check the executing operating system and architecture.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherImpl.java (+2 -3)
lubomir_m 2009-10-17 03:05

As a last resort on non-Mac OS X and non-Windows operating systems, tries to open URLs with gnome-open so that it can read the preferred browser from GNOME's settings and open the URLs even if the hard-coded/supported browsers are not in PATH.

113 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherActivator.java (+26 -20), BrowserLauncherImpl.java (+87 -52)
lubomir_m 2009-03-02 15:32

Removes unnecessary fields. Provides more efficient iteration of Hashtables, fixes warnings. Closes an InputStream as soon as possible.

2 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherImpl.java (+2 -2)
yanas 2007-07-19 17:03

Vincent reported this stupid mistake with the new name of firefox under linux:)
(icedove has been changed to iceweasel)

1 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherImpl.java (+1 -1)
yanas 2007-01-25 19:32

launch browser in a separate thread

50 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherImpl.java (+50 -32)
yanas 2007-01-25 16:07

Browser Launcher service and implementation - allows to open an URL in the default browser

111 lines of code changed in:

  • src/net/java/sip/communicator/impl/browserlauncher: BrowserLauncherActivator.java (new 47), BrowserLauncherImpl.java (new 64)
Generated by StatSVN 0.3.1